diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
commit | 751b41dafeebc053115ea65f18c9ab0a009b0237 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 | |
parent | 021b3043f8ab11aaff1bb422f34a0dd5dd655cd0 (diff) | |
download | freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.gz freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.zst freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.zip |
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
600 files changed, 7478 insertions, 5663 deletions
@@ -4025,3 +4025,14 @@ devel/llvm29|devel/llvm|2013-02-01|Obsolete and unmaintained lang/llvm-gcc4|lang/dragonegg46|2013-02-01|Obsolete and unmaintained net-mgmt/nagiosgrapher||2013-02-02|Has expired: Deprecated upstream. Please use net-mgmt/pnp instead x11-fm/x-files||2013-02-02|Has expired: Project has been abandoned +devel/kdebindings4-perl-perlkde|devel/p5-perlkde|2013-02-03|Renamed +devel/kdebindings4-perl-perlqt|devel/p5-perlqt|2013-02-03|Renamed +devel/kdebindings4-python-krosspython|devel/py-krosspython|2013-02-03|Renamed +devel/kdebindings4-python-pykde4|devel/py-pykde4|2013-02-03|Renamed +devel/kdebindings4-python-pykdeuic4|devel/py-pykdeuic4|2013-02-03|Renamed +devel/kdebindings4-ruby-korundum|devel/ruby-korundum|2013-02-03|Renamed +devel/kdebindings4-ruby-krossruby|devel/ruby-krossruby|2013-02-03|Renamed +devel/kdebindings4-ruby-qtruby|devel/ruby-qtruby|2013-02-03|Renamed +devel/kdebindings4-smoke-smokegen|devel/smokegen|2013-02-03|Renamed +devel/kdebindings4-smoke-smokekde|devel/smokekde|2013-02-03|Renamed +devel/kdebindings4-smoke-smokeqt|devel/smokeqt|2013-02-03|Renamed diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index a81ec7ba311a..4bf8553e4dae 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -1,8 +1,4 @@ -#-*- tab-width: 4; -*- -# ex:ts=4 -# # $FreeBSD$ -# .if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include) @@ -37,6 +33,8 @@ Kde_Pre_Include= bsd.kde4.mk # kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of # ${LOCALBASE} # korundum - KDE Ruby bindings +# libkcddb - KDE CDDB library +# libkcompactdisc - KDE library for interfacing with audio CDs # libkdcraw - KDE LibRaw library # libkdeedu - Libraries used by KDE educational applications # libkexiv2 - KDE Exiv2 library @@ -77,7 +75,7 @@ Kde_Pre_Include= bsd.kde4.mk # ${LOCALBASE}/kde4, but this could change in the future. # -KDE4_VERSION?= 4.8.4 +KDE4_VERSION?= 4.9.5 KDE4_BRANCH?= stable CALLIGRA_VERSION?= 2.5.2 CALLIGRA_BRANCH?= stable @@ -104,17 +102,20 @@ NO_MTREE= yes . endif .endif -# Tagged ${MASTER_SITE_KDE}. -kmaster= ${MASTER_SITE_KDE:S@%/@%/:kde@g} -.if !defined(MASTER_SITE_SUBDIR) -MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@@g} +PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" + +# Keep in sync with cmake/modules/PythonMacros.cmake +_PYTHON_SHORT_VER= ${PYTHON_VERSION:S/^python//:S/.//} +.if ${_PYTHON_SHORT_VER} > 31 +PLIST_SUB+= PYCACHE="__pycache__/" \ + PYC_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyc \ + PYO_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyo .else -ksub= ${MASTER_SITE_SUBDIR} -MASTER_SITE_KDE_kde= ${kmaster:S@%SUBDIR%/@${ksub}/@g} +PLIST_SUB+= PYCACHE="" \ + PYC_SUFFIX=pyc \ + PYO_SUFFIX=pyo .endif -PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" - # The following definitions are not intended for usage in KDE4-dependent ports. .if defined(KDE4_BUILDENV) @@ -155,22 +156,18 @@ Kde_Post_Include= bsd.kde4.mk # for ${component}; otherwise, it will default to 'build run'. # -_USE_KDE4_ALL= baseapps kdebase kate kdehier kdelibs kdeprefix korundum \ - libkdcraw libkdeedu libkexiv2 libkipi libkonq libksane \ - marble okular oxygen perlkde perlqt pimlibs pykde4 \ - pykdeuic4 qtruby runtime sharedmime smokegen smokekde \ - smokeqt workspace -# These components are not shipped with the Software Compilation. +_USE_KDE4_ALL= baseapps kate kdehier kdelibs kdeprefix korundum libkcddb \ + libkcompactdisc libkdcraw libkdeedu libkexiv2 libkipi \ + libkonq libksane marble okular oxygen perlkde perlqt \ + pimlibs pykde4 pykdeuic4 qtruby runtime sharedmime \ + smokegen smokekde smokeqt workspace +# These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi -# Do baseapps and runtime really need to be in ${BUILD_DEPENDS}? baseapps_PORT= x11/kde4-baseapps baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient - -# kdebase was replaced by baseapps. -kdebase_PORT= ${baseapps_PORT} -kdebase_PATH= ${baseapps_PATH} +baseapps_TYPE= run kate_PORT= editors/kate kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so.5 @@ -182,21 +179,27 @@ kdehier_TYPE= run kdelibs_PORT= x11/kdelibs4 kdelibs_PATH= ${KDE4_PREFIX}/lib/libkdecore.so.7 -korundum_PORT= devel/kdebindings4-ruby-korundum +korundum_PORT= devel/ruby-korundum korundum_PATH= ${KDE4_PREFIX}/lib/kde4/krubypluginfactory.so korundum_TYPE= run +libkcddb_PORT= audio/libkcddb +libkcddb_PATH= ${KDE4_PREFIX}/lib/libkcddb.so.5 + +libkcompactdisc_PORT= audio/libkcompactdisc +libkcompactdisc_PATH= ${KDE4_PREFIX}/lib/libkcompactdisc.so.5 + libkdcraw_PORT= graphics/libkdcraw-kde4 -libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.20 +libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.21 libkdeedu_PORT= misc/libkdeedu libkdeedu_PATH= ${KDE4_PREFIX}/lib/libkeduvocdocument.so.5 libkexiv2_PORT= graphics/libkexiv2-kde4 -libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so.10 +libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so.11 libkipi_PORT= graphics/libkipi-kde4 -libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.8 +libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.9 libkonq_PORT= x11/libkonq libkonq_PATH= ${KDE4_PREFIX}/lib/libkonq.so.7 @@ -205,7 +208,7 @@ libksane_PORT= graphics/libksane libksane_PATH= ${KDE4_PREFIX}/lib/libksane.so.0 marble_PORT= astro/marble -marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.13 +marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.14 okular_PORT= graphics/okular okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.1 @@ -214,40 +217,41 @@ oxygen_PORT= x11-themes/kde4-icons-oxygen oxygen_PATH= ${KDE4_PREFIX}/share/icons/oxygen/index.theme oxygen_TYPE= run -perlkde_PORT= devel/kdebindings4-perl-perlkde +perlkde_PORT= devel/p5-perlkde perlkde_PATH= ${KDE4_PREFIX}/lib/kde4/kperlpluginfactory.so perlkde_TYPE= run -perlqt_PORT= devel/kdebindings4-perl-perlqt +perlqt_PORT= devel/p5-perlqt perlqt_PATH= ${KDE4_PREFIX}/bin/puic4 pimlibs_PORT= deskutils/kdepimlibs4 pimlibs_PATH= ${KDE4_PREFIX}/lib/libkpimutils.so.5 -pykde4_PORT= devel/kdebindings4-python-pykde4 +pykde4_PORT= devel/py-pykde4 pykde4_PATH= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so pykde4_TYPE= run -pykdeuic4_PORT= devel/kdebindings4-python-pykdeuic4 +pykdeuic4_PORT= devel/py-pykdeuic4 pykdeuic4_PATH= ${LOCALBASE}/bin/pykdeuic4 pykdeuic4_TYPE= run -qtruby_PORT= devel/kdebindings4-ruby-qtruby +qtruby_PORT= devel/ruby-qtruby qtruby_PATH= ${KDE4_PREFIX}/lib/libqtruby4shared.so.2 runtime_PORT= x11/kde4-runtime runtime_PATH= ${KDE4_PREFIX}/bin/knotify4 +runtime_TYPE= run sharedmime_PORT= misc/kde4-shared-mime-info sharedmime_PATH= kde4-shared-mime-info>=0 -smokegen_PORT= devel/kdebindings4-smoke-smokegen +smokegen_PORT= devel/smokegen smokegen_PATH= ${KDE4_PREFIX}/lib/libsmokebase.so.3 -smokekde_PORT= devel/kdebindings4-smoke-smokekde +smokekde_PORT= devel/smokekde smokekde_PATH= ${KDE4_PREFIX}/lib/libsmokekdecore.so.3 -smokeqt_PORT= devel/kdebindings4-smoke-smokeqt +smokeqt_PORT= devel/smokeqt smokeqt_PATH= ${KDE4_PREFIX}/lib/libsmokeqtcore.so.3 workspace_PORT= x11/kde4-workspace @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130203: + AFFECTS: users of KDE SC 4 + AUTHOR: kde@FreeBSD.org + KDE SC ports have been updated to 4.9.5. kdemultimedia4, kdenetwork4, + kde-runtime and kde-workspace ports have been split, they must be + deinstalled before running any port upgrade tool: + + # pkg_delete -f kdemultimedia-4\* kdenetwork-4\* \ + kde-workspace-4\* kde-runtime-4\* + 20130202: AFFECTS: users of net-p2p/deluge AUTHOR: rm@FreeBSD.org diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index aa9a218a7e01..a53ca56c8f23 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ktts -# Date created: 2010-03-27 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= jovie PORTVERSION= ${KDE4_VERSION} diff --git a/accessibility/jovie/distinfo b/accessibility/jovie/distinfo index 9fa44461206c..8a7e9dd5c60b 100644 --- a/accessibility/jovie/distinfo +++ b/accessibility/jovie/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/jovie-4.8.4.tar.xz) = 3adcc46ca4a60d7bfd3442d31dda9dd34f11ce23b57b780dd4d8e101033b6d80 -SIZE (KDE/jovie-4.8.4.tar.xz) = 371080 +SHA256 (KDE/jovie-4.9.5.tar.xz) = 347f676dbd5e6c26fc756dc53536cd5437b0a98864c249d85388e7fb3d2e87e2 +SIZE (KDE/jovie-4.9.5.tar.xz) = 369404 diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index 0c8503c2c21a..54546b2d750f 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kaccessible -# Date created: 2012-02-23 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kaccessible PORTVERSION= ${KDE4_VERSION} diff --git a/accessibility/kaccessible/distinfo b/accessibility/kaccessible/distinfo index 9e6c193284f4..44249c634e98 100644 --- a/accessibility/kaccessible/distinfo +++ b/accessibility/kaccessible/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kaccessible-4.8.4.tar.xz) = c2f4023f44135d6ad122c4ab8bda64cab38644aac36ba911339d06665114e768 -SIZE (KDE/kaccessible-4.8.4.tar.xz) = 21040 +SHA256 (KDE/kaccessible-4.9.5.tar.xz) = 813053ae6d37e5f852a58d35198c1bf6739ed161eb134777ac45ee4d663ed7f4 +SIZE (KDE/kaccessible-4.9.5.tar.xz) = 20824 diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile index c3b45cd48912..3363744a1c65 100644 --- a/accessibility/kdeaccessibility4/Makefile +++ b/accessibility/kdeaccessibility4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeaccessibility -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdeaccessibility @@ -18,31 +15,34 @@ NO_BUILD= yes LATEST_LINK= ${PORTNAME}4 -OPTIONS= JOVIE "Install Jovie text-to-speech system" on \ - KACCESSIBLE "Install Accessibility services for KDE" on \ - KMAG "Install Screen magnifier" on \ - KMOUSETOOL "Install Automatic mouse click tool" on \ - KMOUTH "Install Speech synthesizer frontend" on +OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +JOVIE_DESC= Install Jovie text-to-speech system +KACCESSIBLE_DESC= Install Accessibility services for KDE +KMAG_DESC= Install Screen magnifier +KMOUSETOOL_DESC= Install Automatic mouse click tool +KMOUTH_DESC= Install Speech synthesizer frontend .include <bsd.port.options.mk> -.ifndef(WITHOUT_JOVIE) +.if ${PORT_OPTIONS:MJOVIE} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/jovie .endif -.ifndef(WITHOUT_KACCESSIBLE) +.if ${PORT_OPTIONS:MKACCESSIBLE} RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:${PORTSDIR}/accessibility/kaccessible .endif -.ifndef(WITHOUT_KMAG) +.if ${PORT_OPTIONS:MKMAG} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmag:${PORTSDIR}/accessibility/kmag .endif -.ifndef(WITHOUT_KMOUSETOOL) +.if ${PORT_OPTIONS:MKMOUSETOOL} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmousetool:${PORTSDIR}/accessibility/kmousetool .endif -.ifndef(WITHOUT_KMOUTH) +.if ${PORT_OPTIONS:MKMOUTH} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmouth:${PORTSDIR}/accessibility/kmouth .endif diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index 789f551e449e..1d43be6cf3e3 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kmag -# Date created: 2012-02-23 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kmag PORTVERSION= ${KDE4_VERSION} diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index fd0f31e6bfc5..709e681dbded 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmag-4.8.4.tar.xz) = 685793b2be0b733d83590f475dd7dd5eab704b8ce293fb3323b6b8e4346ced39 -SIZE (KDE/kmag-4.8.4.tar.xz) = 93388 +SHA256 (KDE/kmag-4.9.5.tar.xz) = 8713dbf8287502b4a48a53d03dcc67edf2223f03c0d14fc1cf452f47d5c217d5 +SIZE (KDE/kmag-4.9.5.tar.xz) = 92796 diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 7756a3764dce..178d35e3a4ee 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kmousetool -# Date created: 2012-02-23 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kmousetool PORTVERSION= ${KDE4_VERSION} diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index e14305320310..2153a4a405aa 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmousetool-4.8.4.tar.xz) = b12638a4af0779b0a2c9134be3b6c4d490aa7a045769ad14af3c61189ba99e38 -SIZE (KDE/kmousetool-4.8.4.tar.xz) = 46320 +SHA256 (KDE/kmousetool-4.9.5.tar.xz) = 0c2a5f9716f6a4be58159e5aeb0a9c0397113aea23d32b64fb2ef6bdbd6b1f2d +SIZE (KDE/kmousetool-4.9.5.tar.xz) = 43744 diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 713732afae61..51c2a0540acc 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kmouth -# Date created: 2012-02-23 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kmouth PORTVERSION= ${KDE4_VERSION} diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index 05017c4928be..80bbef06aeb9 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmouth-4.8.4.tar.xz) = 9c0ab6ddba1df8cbe48db90859c97bf7cfd6dc6ce31e74469fe446b41585f7c2 -SIZE (KDE/kmouth-4.8.4.tar.xz) = 323252 +SHA256 (KDE/kmouth-4.9.5.tar.xz) = 24e4520edc313f1818a788e8d427b2d80f298a0c93542f4d4df59335caf7d545 +SIZE (KDE/kmouth-4.9.5.tar.xz) = 321452 diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index aca70e7c9e2e..f3e396fa31b0 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= arabic kde +CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org COMMENT= Arabic messages and documentation for KDE4 @@ -10,4 +10,4 @@ COMMENT= Arabic messages and documentation for KDE4 KDE4_L10N= ar .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo index 8f5e15510595..b1934d7a18d1 100644 --- a/arabic/kde4-l10n/distinfo +++ b/arabic/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ar-4.8.4.tar.xz) = 5bde0aa152dcb0b45adf5545a98d7c0f6de51febb5b1f0a5d8272fbeaf7727e8 -SIZE (KDE/kde-l10n/kde-l10n-ar-4.8.4.tar.xz) = 3363144 +SHA256 (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = b89609079e35d4dc00d55272af17d0a60707c9e6b1bd0c5f2682b7b730f7f3eb +SIZE (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = 3321720 diff --git a/arabic/kde4-l10n/pkg-plist b/arabic/kde4-l10n/pkg-plist index 9f55b3240452..0639a8db0bed 100644 --- a/arabic/kde4-l10n/pkg-plist +++ b/arabic/kde4-l10n/pkg-plist @@ -119,6 +119,7 @@ share/locale/ar/LC_MESSAGES/kcal_akonadi.mo share/locale/ar/LC_MESSAGES/kcalc.mo share/locale/ar/LC_MESSAGES/kcertpart.mo share/locale/ar/LC_MESSAGES/kcharselect.mo +share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ar/LC_MESSAGES/kcm_akonadi.mo share/locale/ar/LC_MESSAGES/kcm_attica.mo share/locale/ar/LC_MESSAGES/kcm_autostart.mo @@ -188,7 +189,6 @@ share/locale/ar/LC_MESSAGES/kcmstyle.mo share/locale/ar/LC_MESSAGES/kcmusb.mo share/locale/ar/LC_MESSAGES/kcmview1394.mo share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ar/LC_MESSAGES/kcmxinerama.mo share/locale/ar/LC_MESSAGES/kcolorchooser.mo share/locale/ar/LC_MESSAGES/kcron.mo share/locale/ar/LC_MESSAGES/kde-menu.mo @@ -208,23 +208,15 @@ share/locale/ar/LC_MESSAGES/kdmgreet.mo share/locale/ar/LC_MESSAGES/kdontchangethehostname.mo share/locale/ar/LC_MESSAGES/keditbookmarks.mo share/locale/ar/LC_MESSAGES/kfile.mo -share/locale/ar/LC_MESSAGES/kfile_avi.mo share/locale/ar/LC_MESSAGES/kfile_dds.mo share/locale/ar/LC_MESSAGES/kfile_drgeo.mo share/locale/ar/LC_MESSAGES/kfile_exr.mo -share/locale/ar/LC_MESSAGES/kfile_flac.mo share/locale/ar/LC_MESSAGES/kfile_kig.mo -share/locale/ar/LC_MESSAGES/kfile_mp3.mo -share/locale/ar/LC_MESSAGES/kfile_mpc.mo -share/locale/ar/LC_MESSAGES/kfile_ogg.mo share/locale/ar/LC_MESSAGES/kfile_pnm.mo share/locale/ar/LC_MESSAGES/kfile_raw.mo share/locale/ar/LC_MESSAGES/kfile_rgb.mo share/locale/ar/LC_MESSAGES/kfile_rpm.mo -share/locale/ar/LC_MESSAGES/kfile_sid.mo -share/locale/ar/LC_MESSAGES/kfile_theora.mo share/locale/ar/LC_MESSAGES/kfile_tiff.mo -share/locale/ar/LC_MESSAGES/kfile_wav.mo share/locale/ar/LC_MESSAGES/kfile_xps.mo share/locale/ar/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ar/LC_MESSAGES/kfilereplace.mo @@ -275,6 +267,7 @@ share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ar/LC_MESSAGES/kio_nfs.mo share/locale/ar/LC_MESSAGES/kio_nntp.mo share/locale/ar/LC_MESSAGES/kio_pop3.mo +share/locale/ar/LC_MESSAGES/kio_recentdocuments.mo share/locale/ar/LC_MESSAGES/kio_remote.mo share/locale/ar/LC_MESSAGES/kio_sftp.mo share/locale/ar/LC_MESSAGES/kio_sieve.mo @@ -423,6 +416,7 @@ share/locale/ar/LC_MESSAGES/libktnef.mo share/locale/ar/LC_MESSAGES/libkunitconversion.mo share/locale/ar/LC_MESSAGES/libkworkspace.mo share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/ar/LC_MESSAGES/libmailimporter.mo share/locale/ar/LC_MESSAGES/libmailtransport.mo share/locale/ar/LC_MESSAGES/libmessagelist.mo share/locale/ar/LC_MESSAGES/libmessageviewer.mo @@ -513,6 +507,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -526,7 +521,6 @@ share/locale/ar/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ar/LC_MESSAGES/plasma_applet_sal.mo share/locale/ar/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ar/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ar/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ar/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_skapplet.mo @@ -557,6 +551,8 @@ share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo share/locale/ar/LC_MESSAGES/plasma_engine_share.mo share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -613,7 +609,6 @@ share/locale/ar/LC_MESSAGES/solid-network.mo share/locale/ar/LC_MESSAGES/solid_qt.mo share/locale/ar/LC_MESSAGES/solidcontrol.mo share/locale/ar/LC_MESSAGES/soliduiserver.mo -share/locale/ar/LC_MESSAGES/spy.mo share/locale/ar/LC_MESSAGES/strigila_diff.mo share/locale/ar/LC_MESSAGES/superkaramba.mo share/locale/ar/LC_MESSAGES/svgpart.mo diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index f19511970322..b2ea18d0c3af 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= ark @@ -26,17 +23,19 @@ MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ - RAR "Support for RAR archives in Ark" off \ - ZIP "Support for ZIP archives in Ark" off +OPTIONS_DEFINE= 7ZIP RAR ZIP + +7ZIP_DESC= Support for 7-Zip archives +RAR_DESC= Support for RAR archives +ZIP_DESC= Support for ZIP archives .include <bsd.port.options.mk> -.ifdef(WITH_7ZIP) +.if ${PORT_OPTIONS:M7ZIP} RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip .endif -.ifdef(WITH_ZIP) +.if ${PORT_OPTIONS:MZIP} RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip .endif @@ -47,7 +46,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive .endif -.ifdef(WITH_RAR) +.if ${PORT_OPTIONS:MRAR} RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar .if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" INSTALL_RAR= YES diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index 07713cf59159..ef81180ee13f 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ark-4.8.4.tar.xz) = c57e5bce3fa5d84e69fd4c9a647ab7f107ef95fb000fd07b5d8f7af2635da682 -SIZE (KDE/ark-4.8.4.tar.xz) = 157280 +SHA256 (KDE/ark-4.9.5.tar.xz) = 4f48f7e7cedab64243c3c9ed4ff069c1b37c9c2c4f04743b61a84214b930edcd +SIZE (KDE/ark-4.9.5.tar.xz) = 237816 diff --git a/archivers/ark/pkg-plist b/archivers/ark/pkg-plist index 2b7707fab5d2..4de7ba922e99 100644 --- a/archivers/ark/pkg-plist +++ b/archivers/ark/pkg-plist @@ -21,6 +21,13 @@ share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook +share/icons/hicolor/128x128/apps/ark.png +share/icons/hicolor/16x16/apps/ark.png +share/icons/hicolor/22x22/apps/ark.png +share/icons/hicolor/32x32/apps/ark.png +share/icons/hicolor/48x48/apps/ark.png +share/icons/hicolor/64x64/apps/ark.png +share/icons/hicolor/scalable/apps/ark.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ark_dndextract.desktop diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index fb4d29351daf..73651ce98e2a 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kstars -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo index 27eff430c305..94c8ec81c6a7 100644 --- a/astro/kstars/distinfo +++ b/astro/kstars/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kstars-4.8.4.tar.xz) = a4bc07b868ac33ea9e048a8004d98603ad6c26148d514148bd270ccacef980c2 -SIZE (KDE/kstars-4.8.4.tar.xz) = 12345052 +SHA256 (KDE/kstars-4.9.5.tar.xz) = d3bb981bcbaffee81e42fbdca694d14c48dd26aab5942cef206b293a18aabf6e +SIZE (KDE/kstars-4.9.5.tar.xz) = 12264044 diff --git a/astro/kstars/pkg-plist b/astro/kstars/pkg-plist index b169050166cd..116f1fb86d81 100644 --- a/astro/kstars/pkg-plist +++ b/astro/kstars/pkg-plist @@ -44,31 +44,37 @@ share/apps/kstars/icons/hicolor/22x22/actions/kstars_cnames.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_deepsky.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_flag.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_grid.png +share/apps/kstars/icons/hicolor/22x22/actions/kstars_hgrid.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_horizon.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_mw.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_planets.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_satellites.png share/apps/kstars/icons/hicolor/22x22/actions/kstars_stars.png +share/apps/kstars/icons/hicolor/22x22/actions/kstars_supernovae.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_clines.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_cnames.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_deepsky.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_flag.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_grid.png +share/apps/kstars/icons/hicolor/32x32/actions/kstars_hgrid.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_horizon.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_mw.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_planets.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_satellites.png share/apps/kstars/icons/hicolor/32x32/actions/kstars_stars.png +share/apps/kstars/icons/hicolor/32x32/actions/kstars_supernovae.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_clines.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_cnames.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_deepsky.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_flag.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_grid.png +share/apps/kstars/icons/hicolor/48x48/actions/kstars_hgrid.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_horizon.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_mw.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_planets.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_satellites.png share/apps/kstars/icons/hicolor/48x48/actions/kstars_stars.png +share/apps/kstars/icons/hicolor/48x48/actions/kstars_supernovae.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_advanced.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_catalog.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_cbound.png @@ -79,12 +85,14 @@ share/apps/kstars/icons/hicolor/64x64/actions/kstars_deepsky.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_flag.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_grid.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_guides.png +share/apps/kstars/icons/hicolor/64x64/actions/kstars_hgrid.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_horizon.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_mw.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_planets.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_satellites.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_solarsystem.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_stars.png +share/apps/kstars/icons/hicolor/64x64/actions/kstars_supernovae.png share/apps/kstars/icons/hicolor/64x64/actions/kstars_xplanet.png share/apps/kstars/icons/hicolor/scalable/actions/kstars_cbound.svgz share/apps/kstars/icons/hicolor/scalable/actions/kstars_clines.svgz diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 0fdd2ca5eb83..077619f582a0 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: marble -# Date created: 2010-05-30 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= marble PORTVERSION= ${KDE4_VERSION} @@ -27,11 +22,13 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DMOBILE:BOOL=FALSE -OPTIONS= GPS "Support for GPS position provider" on +OPTIONS_DEFINE= GPS +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +GPS_DESC= Support for GPS position provider .include <bsd.port.options.mk> -.ifndef(WITHOUT_GPS) +.if ${PORT_OPTIONS:MGPS} LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd PLIST_SUB+= GPS="" .else diff --git a/astro/marble/distinfo b/astro/marble/distinfo index de5fd38e5b4c..d5fd5ab64762 100644 --- a/astro/marble/distinfo +++ b/astro/marble/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/marble-4.8.4.tar.xz) = 3e5e7db5b69b3cdebcb0b76bded572a6e824b5a770f16b5b9f7f193f1e0df026 -SIZE (KDE/marble-4.8.4.tar.xz) = 19899160 +SHA256 (KDE/marble-4.9.5.tar.xz) = f9c5dba318050d771b174b1f76cd006da3d87a93647ab1220cc573905ad24ede +SIZE (KDE/marble-4.9.5.tar.xz) = 19931340 diff --git a/astro/marble/pkg-plist b/astro/marble/pkg-plist index 5646928877d5..383ec6f87fc5 100644 --- a/astro/marble/pkg-plist +++ b/astro/marble/pkg-plist @@ -9,9 +9,12 @@ include/marble/AbstractMarbleGraphicsLayout.h include/marble/AbstractProjection.h include/marble/AbstractWorkerThread.h include/marble/AlternativeRoutesModel.h +include/marble/AutoNavigation.h include/marble/BookmarkManager.h include/marble/ClipPainter.h include/marble/CurrentLocationWidget.h +include/marble/DialogConfigurationInterface.h +include/marble/DownloadRegion.h include/marble/DownloadRegionDialog.h include/marble/ElevationModel.h include/marble/EquirectProjection.h @@ -26,6 +29,7 @@ include/marble/GeoDataDocument.h include/marble/GeoDataFeature.h include/marble/GeoDataFolder.h include/marble/GeoDataGeometry.h +include/marble/GeoDataGroundOverlay.h include/marble/GeoDataHotSpot.h include/marble/GeoDataIconStyle.h include/marble/GeoDataLabelStyle.h @@ -38,6 +42,7 @@ include/marble/GeoDataLod.h include/marble/GeoDataLookAt.h include/marble/GeoDataMultiGeometry.h include/marble/GeoDataObject.h +include/marble/GeoDataOverlay.h include/marble/GeoDataPlacemark.h include/marble/GeoDataPoint.h include/marble/GeoDataPolyStyle.h @@ -46,10 +51,13 @@ include/marble/GeoDataRegion.h include/marble/GeoDataStyle.h include/marble/GeoDataStyleMap.h include/marble/GeoDataStyleSelector.h +include/marble/GeoDataTrack.h +include/marble/GeoDataTreeModel.h include/marble/GeoDocument.h include/marble/GeoGraphicsItem.h include/marble/GeoGraphicsScene.h include/marble/GeoPainter.h +include/marble/GeoWriter.h include/marble/LabelGraphicsItem.h include/marble/LatLonBoxWidget.h include/marble/LatLonEdit.h @@ -63,6 +71,7 @@ include/marble/MarbleAboutDialog.h include/marble/MarbleAbstractRunner.h include/marble/MarbleControlBox.h include/marble/MarbleDirs.h +include/marble/MarbleGlobal.h include/marble/MarbleGraphicsGridLayout.h include/marble/MarbleGraphicsItem.h include/marble/MarbleMap.h @@ -73,23 +82,27 @@ include/marble/MarbleWidget.h include/marble/MarbleWidgetInputHandler.h include/marble/MercatorProjection.h include/marble/NavigationWidget.h +include/marble/ParseRunnerPlugin.h include/marble/Planet.h include/marble/PluginAboutDialog.h include/marble/PluginInterface.h +include/marble/PositionProviderPluginInterface.h include/marble/PositionTracking.h include/marble/QtMarbleConfigDialog.h include/marble/Quaternion.h include/marble/RenderPlugin.h include/marble/RenderPluginInterface.h +include/marble/ReverseGeocodingRunnerPlugin.h include/marble/Route.h include/marble/RouteRequest.h include/marble/RouteSegment.h include/marble/RoutingManager.h include/marble/RoutingModel.h include/marble/RoutingProfile.h +include/marble/RoutingRunnerPlugin.h include/marble/RoutingWidget.h -include/marble/RunnerPlugin.h include/marble/ScreenGraphicsItem.h +include/marble/SearchRunnerPlugin.h include/marble/Serializable.h include/marble/SphericalProjection.h include/marble/SunLocator.h @@ -112,7 +125,10 @@ lib/kde4/plugins/marble/CompassFloatItem.so lib/kde4/plugins/marble/CrosshairsPlugin.so lib/kde4/plugins/marble/EarthquakePlugin.so lib/kde4/plugins/marble/ElevationProfileFloatItem.so -lib/kde4/plugins/marble/GosmorePlugin.so +lib/kde4/plugins/marble/ElevationProfileMarker.so +lib/kde4/plugins/marble/FlightGearPositionProviderPlugin.so +lib/kde4/plugins/marble/GosmoreReverseGeocodingPlugin.so +lib/kde4/plugins/marble/GosmoreRoutingPlugin.so lib/kde4/plugins/marble/GpsInfo.so %%GPS%%lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so lib/kde4/plugins/marble/GpxPlugin.so @@ -122,10 +138,15 @@ lib/kde4/plugins/marble/KmlPlugin.so lib/kde4/plugins/marble/LatLonPlugin.so lib/kde4/plugins/marble/LocalDatabasePlugin.so lib/kde4/plugins/marble/LocalOsmSearchPlugin.so +lib/kde4/plugins/marble/LogPlugin.so +lib/kde4/plugins/marble/MapQuestPlugin.so lib/kde4/plugins/marble/MapScaleFloatItem.so +lib/kde4/plugins/marble/MeasureTool.so lib/kde4/plugins/marble/MonavPlugin.so lib/kde4/plugins/marble/NavigationFloatItem.so -lib/kde4/plugins/marble/NominatimPlugin.so +lib/kde4/plugins/marble/NominatimReverseGeocodingPlugin.so +lib/kde4/plugins/marble/NominatimSearchPlugin.so +lib/kde4/plugins/marble/OSRMPlugin.so lib/kde4/plugins/marble/OpenDesktopPlugin.so lib/kde4/plugins/marble/OpenRouteServicePlugin.so lib/kde4/plugins/marble/OsmPlugin.so @@ -134,8 +155,10 @@ lib/kde4/plugins/marble/Photo.so lib/kde4/plugins/marble/PlacemarkPositionProviderPlugin.so lib/kde4/plugins/marble/PntPlugin.so lib/kde4/plugins/marble/PositionMarker.so +lib/kde4/plugins/marble/PostalCode.so lib/kde4/plugins/marble/ProgressFloatItem.so lib/kde4/plugins/marble/QNamNetworkPlugin.so +lib/kde4/plugins/marble/RouteSimulationPositionProviderPlugin.so lib/kde4/plugins/marble/RoutingPlugin.so lib/kde4/plugins/marble/RoutinoPlugin.so lib/kde4/plugins/marble/SatellitesPlugin.so @@ -146,8 +169,8 @@ lib/kde4/plugins/marble/Weather.so lib/kde4/plugins/marble/Wikipedia.so lib/kde4/plugins/marble/YoursPlugin.so lib/libmarblewidget.so -lib/libmarblewidget.so.0.13.0 -lib/libmarblewidget.so.13 +lib/libmarblewidget.so.0.14.0 +lib/libmarblewidget.so.14 share/applications/kde4/marble.desktop share/apps/cmake/modules/FindMarble.cmake share/apps/marble/data/LICENSE.txt @@ -176,14 +199,14 @@ share/apps/marble/data/bitmaps/city_4_white.png share/apps/marble/data/bitmaps/city_4_yellow.png share/apps/marble/data/bitmaps/coordinate.png share/apps/marble/data/bitmaps/crater.png -share/apps/marble/data/bitmaps/cursor_bc.xpm -share/apps/marble/data/bitmaps/cursor_bl.xpm -share/apps/marble/data/bitmaps/cursor_br.xpm -share/apps/marble/data/bitmaps/cursor_cl.xpm -share/apps/marble/data/bitmaps/cursor_cr.xpm -share/apps/marble/data/bitmaps/cursor_tc.xpm -share/apps/marble/data/bitmaps/cursor_tl.xpm -share/apps/marble/data/bitmaps/cursor_tr.xpm +share/apps/marble/data/bitmaps/cursor_bc.png +share/apps/marble/data/bitmaps/cursor_bl.png +share/apps/marble/data/bitmaps/cursor_br.png +share/apps/marble/data/bitmaps/cursor_cl.png +share/apps/marble/data/bitmaps/cursor_cr.png +share/apps/marble/data/bitmaps/cursor_tc.png +share/apps/marble/data/bitmaps/cursor_tl.png +share/apps/marble/data/bitmaps/cursor_tr.png share/apps/marble/data/bitmaps/default_location.png share/apps/marble/data/bitmaps/earth_apollo.jpg share/apps/marble/data/bitmaps/flag.png @@ -262,7 +285,10 @@ share/apps/marble/data/bitmaps/routing_step.png share/apps/marble/data/bitmaps/shipwreck.png share/apps/marble/data/bitmaps/turn-around.png share/apps/marble/data/bitmaps/turn-continue.png +share/apps/marble/data/bitmaps/turn-exit-left.png +share/apps/marble/data/bitmaps/turn-exit-right.png share/apps/marble/data/bitmaps/turn-left.png +share/apps/marble/data/bitmaps/turn-merge.png share/apps/marble/data/bitmaps/turn-right.png share/apps/marble/data/bitmaps/turn-roundabout-far.png share/apps/marble/data/bitmaps/turn-roundabout-first.png diff --git a/audio/Makefile b/audio/Makefile index 502ac9947b2e..bfe2ee05f700 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -333,8 +333,11 @@ SUBDIR += kexis SUBDIR += kid3 SUBDIR += kid3-kde4 + SUBDIR += kio-audiocd SUBDIR += kirocker + SUBDIR += kmix SUBDIR += kmp + SUBDIR += kscd SUBDIR += ksmp3play SUBDIR += kstreamripper SUBDIR += ladspa @@ -367,6 +370,8 @@ SUBDIR += libgme SUBDIR += libgpod SUBDIR += libid3tag + SUBDIR += libkcddb + SUBDIR += libkcompactdisc SUBDIR += liblastfm SUBDIR += liblo SUBDIR += liblscp diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 6ade85d22007..49c18d30d288 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -1,69 +1,28 @@ -# New ports collection makefile for: mpeglib_artsplug -# Date created: July 09 2004 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> # $FreeBSD$ -# -PORTNAME= juk -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 7 -CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -PKGNAMEPREFIX= kdemultimedia- -DISTNAME= kdemultimedia-${PORTVERSION} -DIST_SUBDIR= KDE +PORTNAME= juk +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE -MAINTAINER= ports@FreeBSD.org -COMMENT= KDE audio player +MAINTAINER= kde@FreeBSD.org +COMMENT= Juk is a jukebox, tagger and music collection manager -LIB_DEPENDS= akode:${PORTSDIR}/audio/akode \ - tag:${PORTSDIR}/audio/taglib +LICENSE= GPLv2 -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib -CONFLICTS= kdemultimedia-3.3* +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* -OPTIONS_DEFINE= GSTREAMER +CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= dbus qt3support svg \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION} -USE_LDCONFIG= yes -CONFIGURE_ARGS= --without-musicbrainz - -WANT_GSTREAMER= yes - -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MGSTREAMER} || exists(${LOCALBASE}/lib/libgstreamer-0.10.so) -GSTREAMER_OVERRIDE=yes -USE_GSTREAMER= yes -.endif - - -pre-everything:: -.if defined(GSTREAMER_OVERRIDE) - @${ECHO_MSG} - @${ECHO_MSG} "*********************************************************" - @${ECHO_MSG} "* gstreamer is installed and support has been enabled *" - @${ECHO_MSG} "* automatically (no additional files will be installed) *" - @${ECHO_MSG} "*********************************************************" - @${ECHO_MSG} -.endif - -do-build: - cd ${WRKSRC}/arts/runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} - cd ${WRKSRC}/juk && ${SETENV} ${MAKE_ENV} ${GMAKE} - -do-install: - cd ${WRKSRC}/juk && ${SETENV} ${MAKE_ENV} ${GMAKE} install - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/juk/distinfo b/audio/juk/distinfo index 93c2019c8549..6133356735e7 100644 --- a/audio/juk/distinfo +++ b/audio/juk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdemultimedia-3.5.10.tar.bz2) = c1deb0dd1603b705ecd9199b4002ddbd87a457311882f84b1b5925ab83fc0dc0 -SIZE (KDE/kdemultimedia-3.5.10.tar.bz2) = 6333219 +SHA256 (KDE/juk-4.9.5.tar.xz) = 033cc5ee53e7b0febb94267a5151117d63bbe9a1e58fce6c9f2f21050df4954e +SIZE (KDE/juk-4.9.5.tar.xz) = 445624 diff --git a/audio/juk/pkg-descr b/audio/juk/pkg-descr index be1ed9204434..fe11a9795048 100644 --- a/audio/juk/pkg-descr +++ b/audio/juk/pkg-descr @@ -1 +1,6 @@ -IO slaves for various types of sound data, with streaming support. +JuK is an audio jukebox application, supporting collections of MP3, +Ogg Vorbis, and FLAC audio files. It allows you to edit the "tags" of +your audio files, and manage your collection and playlists. Its main +focus, in fact, is on music management. + +WWW: http://www.kde.org/applications/multimedia/juk/ diff --git a/audio/juk/pkg-plist b/audio/juk/pkg-plist index 3c620acf13ad..8287c4de5a66 100644 --- a/audio/juk/pkg-plist +++ b/audio/juk/pkg-plist @@ -1,16 +1,31 @@ bin/juk -share/applications/kde/juk.desktop +share/applications/kde4/juk.desktop +share/apps/juk/juk.notifyrc share/apps/juk/jukui-rtl.rc share/apps/juk/jukui.rc share/apps/juk/pics/playing.png share/apps/juk/pics/splash.png -share/apps/juk/pics/yahoo_credit.png -share/apps/konqueror/servicemenus/jukservicemenu.desktop -share/icons/crystalsvg/22x22/actions/juk_dock.png +share/apps/juk/pics/theme.svg +share/dbus-1/interfaces/org.kde.juk.collection.xml +share/dbus-1/interfaces/org.kde.juk.player.xml +share/dbus-1/interfaces/org.kde.juk.search.xml +share/doc/HTML/en/juk/common +share/doc/HTML/en/juk/history-playlist.png +share/doc/HTML/en/juk/index.cache.bz2 +share/doc/HTML/en/juk/index.docbook +share/doc/HTML/en/juk/juk-adv-search.png +share/doc/HTML/en/juk/juk-file-renamer.png +share/doc/HTML/en/juk/juk-main.png +share/doc/HTML/en/juk/juk-tag-guesser.png +share/doc/HTML/en/juk/normal-playlist.png +share/doc/HTML/en/juk/search-playlist.png +share/doc/HTML/en/juk/toolbar.png share/icons/hicolor/128x128/apps/juk.png share/icons/hicolor/16x16/apps/juk.png share/icons/hicolor/32x32/apps/juk.png share/icons/hicolor/48x48/apps/juk.png share/icons/hicolor/64x64/apps/juk.png +share/kde4/services/ServiceMenus/jukservicemenu.desktop +@dirrm share/doc/HTML/en/juk @dirrm share/apps/juk/pics @dirrm share/apps/juk diff --git a/audio/kio-audiocd/Makefile b/audio/kio-audiocd/Makefile new file mode 100644 index 000000000000..71f15bf49fb1 --- /dev/null +++ b/audio/kio-audiocd/Makefile @@ -0,0 +1,43 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= kio-audiocd +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DISTNAME= audiocd-kio-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE IOSlave for accessing audio CDs + +LICENSE= GPLv2 + +LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ + cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ + ogg.8:${PORTSDIR}/audio/libogg \ + vorbis.4:${PORTSDIR}/audio/libvorbis + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ + automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +OPTIONS_DEFINE= LAME +LAME_DESC= Install LAME MP3 audio encoder +.if !defined(PACKAGE_BUILDING) +OPTIONS_DEFAULT+= LAME +.endif + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MLAME} +RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame +.endif + +.include <bsd.port.mk> diff --git a/audio/kio-audiocd/distinfo b/audio/kio-audiocd/distinfo new file mode 100644 index 000000000000..ead1238fee6e --- /dev/null +++ b/audio/kio-audiocd/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/audiocd-kio-4.9.5.tar.xz) = 8b0f93267573de83917c80d8e6a30860c7c3331ecd45f6f181a123ce5ae02637 +SIZE (KDE/audiocd-kio-4.9.5.tar.xz) = 56640 diff --git a/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp b/audio/kio-audiocd/files/patch-audiocd.cpp index 715610f1b3e8..30a560b26b72 100644 --- a/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp +++ b/audio/kio-audiocd/files/patch-audiocd.cpp @@ -1,5 +1,5 @@ ---- ./kioslave/audiocd/audiocd.cpp.orig 2010-06-06 08:15:20.000000000 -0400 -+++ ./kioslave/audiocd/audiocd.cpp 2010-06-06 08:18:01.000000000 -0400 +--- audiocd.cpp.orig 2010-06-06 08:15:20.000000000 -0400 ++++ audiocd.cpp 2010-06-06 08:18:01.000000000 -0400 @@ -229,20 +229,21 @@ // name associated with the device, which throws the rest of audiocd // for a loop. diff --git a/audio/kio-audiocd/pkg-descr b/audio/kio-audiocd/pkg-descr new file mode 100644 index 000000000000..bb4d6cdb06f0 --- /dev/null +++ b/audio/kio-audiocd/pkg-descr @@ -0,0 +1,3 @@ +KDE IOSlave for accessing audio CDs. + +WWW: http://www.kde.org/ diff --git a/audio/kio-audiocd/pkg-plist b/audio/kio-audiocd/pkg-plist new file mode 100644 index 000000000000..683675b3cd3d --- /dev/null +++ b/audio/kio-audiocd/pkg-plist @@ -0,0 +1,22 @@ +include/audiocdencoder.h +lib/kde4/kcm_audiocd.so +lib/kde4/kio_audiocd.so +lib/kde4/libaudiocd_encoder_flac.so +lib/kde4/libaudiocd_encoder_lame.so +lib/kde4/libaudiocd_encoder_vorbis.so +lib/kde4/libaudiocd_encoder_wav.so +lib/libaudiocdplugins.so +lib/libaudiocdplugins.so.5 +lib/libaudiocdplugins.so.5.0.1 +share/apps/kconf_update/audiocd.upd +share/apps/kconf_update/upgrade-metadata.sh +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop +share/apps/solid/actions/solid_audiocd.desktop +share/config.kcfg/audiocd_lame_encoder.kcfg +share/config.kcfg/audiocd_vorbis_encoder.kcfg +share/doc/HTML/en/kioslave/audiocd/common +share/doc/HTML/en/kioslave/audiocd/index.cache.bz2 +share/doc/HTML/en/kioslave/audiocd/index.docbook +share/kde4/services/audiocd.desktop +share/kde4/services/audiocd.protocol +@dirrm share/doc/HTML/en/kioslave/audiocd diff --git a/audio/kmix/Makefile b/audio/kmix/Makefile new file mode 100644 index 000000000000..f2b2b00cae55 --- /dev/null +++ b/audio/kmix/Makefile @@ -0,0 +1,46 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= kmix +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Sound mixer for KDE + +LICENSE= GPLv2 + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= dbus phonon xml \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +OPTIONS_DEFINE= ALSA PULSEAUDIO + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +.else +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no_alsa +.endif + +.if ${PORT_OPTIONS:MPULSEAUDIO} +CMAKE_ARGS+= -DWITH_Canberra:BOOL=ON \ + -DWITH_PulseAudio:BOOL=ON +LIB_DEPENDS+= canberra.0:${PORTSDIR}/audio/libcanberra \ + pulse.0:${PORTSDIR}/audio/pulseaudio +USE_GNOME= glib20 +.else +CMAKE_ARGS+= -DWITH_Canberra:BOOL=OFF \ + -DWITH_PulseAudio:BOOL=OFF +.endif + +.include <bsd.port.mk> diff --git a/audio/kmix/distinfo b/audio/kmix/distinfo new file mode 100644 index 000000000000..9727ac2df655 --- /dev/null +++ b/audio/kmix/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kmix-4.9.5.tar.xz) = 92736cd071b42ead1efdc7b29ba93057628a77da21e23d535d8d59690497a23c +SIZE (KDE/kmix-4.9.5.tar.xz) = 306136 diff --git a/audio/kmix/files/extrapatch-no_alsa b/audio/kmix/files/extrapatch-no_alsa new file mode 100644 index 000000000000..ccf4476743fd --- /dev/null +++ b/audio/kmix/files/extrapatch-no_alsa @@ -0,0 +1,20 @@ +--- CMakeLists.txt~ 2012-06-29 17:55:35.000000000 -0300 ++++ CMakeLists.txt 2012-06-29 17:56:25.000000000 -0300 +@@ -6,7 +6,7 @@ + include(KDE4Defaults) + include(MacroLibrary) + +-find_package(Alsa) ++find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) + + macro_optional_find_package(PulseAudio "0.9.12") + macro_log_feature(PULSEAUDIO_FOUND "PulseAudio" "PulseAudio Audio Server" "http://www.pulseaudio.org/" FALSE "0.9.12" "libpulse is needed to let KMix control PulseAudio") +@@ -14,7 +14,7 @@ + macro_optional_find_package(Canberra) + macro_log_feature(CANBERRA_FOUND "libcanberra" "libcanberra audio library" "http://0pointer.de/lennart/projects/libcanberra/" FALSE "" "libcanberra is needed for kmix sound feedback") + +-alsa_configure_file(${CMAKE_BINARY_DIR}/config-alsa.h) ++configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) + + + add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS} ) diff --git a/audio/kmix/pkg-descr b/audio/kmix/pkg-descr new file mode 100644 index 000000000000..a133640b11a5 --- /dev/null +++ b/audio/kmix/pkg-descr @@ -0,0 +1,5 @@ +KMix is an application to allow you to change the volume of your sound +card. Though small, it is full-featured, and it supports several +platforms and sound drivers. + +WWW: http://www.kde.org/applications/multimedia/kmix/ diff --git a/audio/kmix/pkg-plist b/audio/kmix/pkg-plist new file mode 100644 index 000000000000..e60aa51e2a9e --- /dev/null +++ b/audio/kmix/pkg-plist @@ -0,0 +1,58 @@ +bin/kmix +bin/kmixctrl +lib/kde4/kded_kmixd.so +lib/kde4/plasma_engine_mixer.so +lib/libkdeinit4_kmix.so +lib/libkdeinit4_kmixctrl.so +share/applications/kde4/kmix.desktop +share/apps/kmix/kmixui.rc +share/apps/kmix/pics/kmixdocked.png +share/apps/kmix/pics/kmixdocked_error.png +share/apps/kmix/pics/kmixdocked_mute.png +share/apps/kmix/pics/mixer-ac97.png +share/apps/kmix/pics/mixer-capture.png +share/apps/kmix/pics/mixer-cd.png +share/apps/kmix/pics/mixer-digital.png +share/apps/kmix/pics/mixer-front.png +share/apps/kmix/pics/mixer-headset.png +share/apps/kmix/pics/mixer-lfe.png +share/apps/kmix/pics/mixer-line.png +share/apps/kmix/pics/mixer-master.png +share/apps/kmix/pics/mixer-microphone.png +share/apps/kmix/pics/mixer-midi.png +share/apps/kmix/pics/mixer-pcm-default.png +share/apps/kmix/pics/mixer-pcm.png +share/apps/kmix/pics/mixer-surround.png +share/apps/kmix/pics/mixer-video.png +share/apps/kmix/profiles/ALSA.TerraTec_DMX6Fire.1.default.xml +share/apps/kmix/profiles/ALSA.capture.xml +share/apps/kmix/profiles/ALSA.default.xml +share/apps/kmix/profiles/ALSA.playback.xml +share/apps/kmix/profiles/OSS.default.xml +share/apps/plasma/services/mixer.operations +share/autostart/kmix_autostart.desktop +share/autostart/restore_kmix_volumes.desktop +share/dbus-1/interfaces/org.kde.kmix.control.xml +share/dbus-1/interfaces/org.kde.kmix.mixer.xml +share/dbus-1/interfaces/org.kde.kmix.mixset.xml +share/doc/HTML/en/kmix/common +share/doc/HTML/en/kmix/index.cache.bz2 +share/doc/HTML/en/kmix/index.docbook +share/doc/HTML/en/kmix/kmix-channels.png +share/doc/HTML/en/kmix/kmix-configure.png +share/doc/HTML/en/kmix/kmix-file.png +share/doc/HTML/en/kmix/kmix-master.png +share/doc/HTML/en/kmix/kmix-options.png +share/doc/HTML/en/kmix/kmix.png +share/icons/hicolor/128x128/apps/kmix.png +share/icons/hicolor/16x16/apps/kmix.png +share/icons/hicolor/32x32/apps/kmix.png +share/icons/hicolor/48x48/apps/kmix.png +share/icons/hicolor/64x64/apps/kmix.png +share/kde4/services/kded/kmixd.desktop +share/kde4/services/kmixctrl_restore.desktop +share/kde4/services/plasma-engine-mixer.desktop +@dirrm share/doc/HTML/en/kmix +@dirrm share/apps/kmix/profiles +@dirrm share/apps/kmix/pics +@dirrm share/apps/kmix diff --git a/audio/kscd/Makefile b/audio/kscd/Makefile new file mode 100644 index 000000000000..cedf72c74fc4 --- /dev/null +++ b/audio/kscd/Makefile @@ -0,0 +1,38 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= kscd +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= CD Player for KDE + +LICENSE= GPLv2 + +LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ + automoc4 +USE_QT4= phonon moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +OPTIONS_DEFINE= ALSA + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +.else +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no_alsa +.endif + +.include <bsd.port.mk> + diff --git a/audio/kscd/distinfo b/audio/kscd/distinfo new file mode 100644 index 000000000000..60ab38ec731e --- /dev/null +++ b/audio/kscd/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kscd-4.9.5.tar.xz) = 8b0b0b36fb21385d4353cc402880a9c61f5fee6997cba14932629641a64a0cc7 +SIZE (KDE/kscd-4.9.5.tar.xz) = 95608 diff --git a/audio/kscd/files/extrapatch-no_alsa b/audio/kscd/files/extrapatch-no_alsa new file mode 100644 index 000000000000..d3e61dcc5379 --- /dev/null +++ b/audio/kscd/files/extrapatch-no_alsa @@ -0,0 +1,13 @@ +--- CMakeLists.txt~ 2012-06-29 17:23:16.000000000 -0300 ++++ CMakeLists.txt 2012-06-29 17:24:13.000000000 -0300 +@@ -8,8 +8,8 @@ + include(MacroLibrary) + include_directories(${QT_INCLUDES} ${KDE4_INCLUDES}) + +-find_package(Alsa) +-alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h) ++find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) ++configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) + + + # If these two fail, behavior falls back to pre-git-migration diff --git a/audio/kscd/pkg-descr b/audio/kscd/pkg-descr new file mode 100644 index 000000000000..8940e5505e0f --- /dev/null +++ b/audio/kscd/pkg-descr @@ -0,0 +1,4 @@ +KsCD is a small, fast, CDDB enabled audio CD player which supports +multiple platforms. + +WWW: http://www.kde.org/applications/multimedia/kscd/ diff --git a/audio/kscd/pkg-plist b/audio/kscd/pkg-plist new file mode 100644 index 000000000000..29ce3aae5602 --- /dev/null +++ b/audio/kscd/pkg-plist @@ -0,0 +1,17 @@ +bin/kscd +share/applications/kde4/kscd.desktop +share/apps/kscd/skin/Chrome.svg +share/apps/kscd/skin/Obsidian-Coast.svg +share/apps/kscd/skin/Steel.svg +share/apps/kscd/skin/default.svg +share/apps/solid/actions/kscd-play-audiocd.desktop +share/config.kcfg/kscd.kcfg +share/dbus-1/interfaces/org.kde.kscd.cdplayer.xml +share/icons/hicolor/128x128/apps/kscd.png +share/icons/hicolor/16x16/apps/kscd.png +share/icons/hicolor/32x32/apps/kscd.png +share/icons/hicolor/48x48/apps/kscd.png +share/icons/hicolor/64x64/apps/kscd.png +share/icons/oxygen/22x22/actions/kscd-dock.png +@dirrm share/apps/kscd/skin +@dirrm share/apps/kscd diff --git a/audio/libkcddb/Makefile b/audio/libkcddb/Makefile new file mode 100644 index 000000000000..24b39731b917 --- /dev/null +++ b/audio/libkcddb/Makefile @@ -0,0 +1,24 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libkcddb +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE CDDB library + +LIB_DEPENDS= musicbrainz5:${PORTSDIR}/audio/libmusicbrainz5 + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/audio/libkcddb/distinfo b/audio/libkcddb/distinfo new file mode 100644 index 000000000000..9557ac22c4bc --- /dev/null +++ b/audio/libkcddb/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/libkcddb-4.9.5.tar.xz) = 66f57e104079152e609c5d054d253da243449198b18e7e73c450b24be198c49b +SIZE (KDE/libkcddb-4.9.5.tar.xz) = 159220 diff --git a/audio/libkcddb/pkg-descr b/audio/libkcddb/pkg-descr new file mode 100644 index 000000000000..0c1b96dc7572 --- /dev/null +++ b/audio/libkcddb/pkg-descr @@ -0,0 +1,3 @@ +KDE library to access CDDB information. + +WWW: http://www.kde.org/ diff --git a/audio/libkcddb/pkg-plist b/audio/libkcddb/pkg-plist new file mode 100644 index 000000000000..938bec9a4b0e --- /dev/null +++ b/audio/libkcddb/pkg-plist @@ -0,0 +1,28 @@ +include/libkcddb/cdinfo.h +include/libkcddb/cdinfodialog.h +include/libkcddb/client.h +include/libkcddb/configbase.h +include/libkcddb/genres.h +include/libkcddb/kcddb.h +include/libkcddb/kcddb_export.h +include/libkcddb/kcddbconfig.h +lib/cmake/libkcddb/LibkcddbConfig.cmake +lib/cmake/libkcddb/LibkcddbTargets.cmake +lib/cmake/libkcddb/LibkcddbTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/kde4/kcm_cddb.so +lib/libkcddb.so +lib/libkcddb.so.5 +lib/libkcddb.so.5.0.1 +share/apps/kconf_update/kcmcddb-emailsettings.upd +share/config.kcfg/libkcddb.kcfg +share/doc/HTML/en/kcontrol/cddbretrieval/common +share/doc/HTML/en/kcontrol/cddbretrieval/index.cache.bz2 +share/doc/HTML/en/kcontrol/cddbretrieval/index.docbook +share/doc/HTML/en/kcontrol/cddbretrieval/kscd13.png +share/doc/HTML/en/kcontrol/cddbretrieval/kscd14.png +share/doc/HTML/en/kcontrol/cddbretrieval/kscd16.png +share/kde4/services/libkcddb.desktop +@dirrm share/doc/HTML/en/kcontrol/cddbretrieval +@dirrm lib/cmake/libkcddb +@dirrmtry lib/cmake +@dirrm include/libkcddb diff --git a/audio/libkcompactdisc/Makefile b/audio/libkcompactdisc/Makefile new file mode 100644 index 000000000000..40750752b092 --- /dev/null +++ b/audio/libkcompactdisc/Makefile @@ -0,0 +1,32 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libkcompactdisc +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE library for interfacing with audio CDs + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= dbus phonon moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +OPTIONS_DEFINE= ALSA + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +.else +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no_alsa +.endif + +.include <bsd.port.mk> diff --git a/audio/libkcompactdisc/distinfo b/audio/libkcompactdisc/distinfo new file mode 100644 index 000000000000..2489ffb8d447 --- /dev/null +++ b/audio/libkcompactdisc/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/libkcompactdisc-4.9.5.tar.xz) = dfc31475b0797dfc563bdda1bee04d44e182798ffa1808dcf8d3716b14a2942f +SIZE (KDE/libkcompactdisc-4.9.5.tar.xz) = 77264 diff --git a/audio/libkcompactdisc/files/extrapatch-no_alsa b/audio/libkcompactdisc/files/extrapatch-no_alsa new file mode 100644 index 000000000000..5f2fb4c5811f --- /dev/null +++ b/audio/libkcompactdisc/files/extrapatch-no_alsa @@ -0,0 +1,13 @@ +--- CMakeLists.txt~ 2012-06-29 16:45:48.000000000 -0300 ++++ CMakeLists.txt 2012-06-29 16:46:54.000000000 -0300 +@@ -6,8 +6,8 @@ + + add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + +-find_package(Alsa) +-alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h) ++find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) ++configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) + + include_directories(${KDE4_INCLUDES}) + include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/audio/libkcompactdisc/pkg-descr b/audio/libkcompactdisc/pkg-descr new file mode 100644 index 000000000000..930b46ff84b0 --- /dev/null +++ b/audio/libkcompactdisc/pkg-descr @@ -0,0 +1,3 @@ +KDE library for interfacing with audio CDs. + +WWW: http://www.kde.org/ diff --git a/audio/libkcompactdisc/pkg-plist b/audio/libkcompactdisc/pkg-plist new file mode 100644 index 000000000000..af5373324f2b --- /dev/null +++ b/audio/libkcompactdisc/pkg-plist @@ -0,0 +1,10 @@ +include/libkcompactdisc/kcompactdisc.h +lib/cmake/libkcompactdisc/LibkcompactdiscConfig.cmake +lib/cmake/libkcompactdisc/LibkcompactdiscTargets.cmake +lib/cmake/libkcompactdisc/LibkcompactdiscTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/libkcompactdisc.so +lib/libkcompactdisc.so.5 +lib/libkcompactdisc.so.5.0.1 +@dirrm lib/cmake/libkcompactdisc +@dirrmtry lib/cmake +@dirrm include/libkcompactdisc diff --git a/chinese/kde4-l10n-zh_CN/Makefile b/chinese/kde4-l10n-zh_CN/Makefile index 1a3e7368ebb6..1b5e5275aa83 100644 --- a/chinese/kde4-l10n-zh_CN/Makefile +++ b/chinese/kde4-l10n-zh_CN/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-zh_CN -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Simplified Chinese messages and documentation for KDE4 KDE4_L10N= zh_CN .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/chinese/kde4-l10n-zh_CN/distinfo b/chinese/kde4-l10n-zh_CN/distinfo index 01ff4af7f945..f8769fd89ede 100644 --- a/chinese/kde4-l10n-zh_CN/distinfo +++ b/chinese/kde4-l10n-zh_CN/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.8.4.tar.xz) = 1e5c704ac7ca26110117d8cd180ff0759caf355e35553c875156153cd4975dfd -SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.8.4.tar.xz) = 3559260 +SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.9.5.tar.xz) = 12b1e4c859b2f3f61c9c96ec7631a57d2bd69de8542066fed82027b160e40c59 +SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.9.5.tar.xz) = 3514188 diff --git a/chinese/kde4-l10n-zh_CN/pkg-plist b/chinese/kde4-l10n-zh_CN/pkg-plist index e33bae96307b..78cde5b14b99 100644 --- a/chinese/kde4-l10n-zh_CN/pkg-plist +++ b/chinese/kde4-l10n-zh_CN/pkg-plist @@ -63,6 +63,7 @@ share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.mo @@ -120,6 +121,7 @@ share/locale/zh_CN/LC_MESSAGES/gwenview.mo share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo share/locale/zh_CN/LC_MESSAGES/imagerename_plugin.mo share/locale/zh_CN/LC_MESSAGES/imgalleryplugin.mo +share/locale/zh_CN/LC_MESSAGES/importwizard.mo share/locale/zh_CN/LC_MESSAGES/jovie.mo share/locale/zh_CN/LC_MESSAGES/joystick.mo share/locale/zh_CN/LC_MESSAGES/juk.mo @@ -182,6 +184,7 @@ share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcalc.mo share/locale/zh_CN/LC_MESSAGES/kcertpart.mo share/locale/zh_CN/LC_MESSAGES/kcharselect.mo +share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo @@ -253,7 +256,6 @@ share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo share/locale/zh_CN/LC_MESSAGES/kcmusb.mo share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/zh_CN/LC_MESSAGES/kcmxinerama.mo share/locale/zh_CN/LC_MESSAGES/kcolorchooser.mo share/locale/zh_CN/LC_MESSAGES/kcron.mo share/locale/zh_CN/LC_MESSAGES/kde-menu.mo @@ -276,24 +278,16 @@ share/locale/zh_CN/LC_MESSAGES/kdmgreet.mo share/locale/zh_CN/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_CN/LC_MESSAGES/keditbookmarks.mo share/locale/zh_CN/LC_MESSAGES/kfile.mo -share/locale/zh_CN/LC_MESSAGES/kfile_avi.mo share/locale/zh_CN/LC_MESSAGES/kfile_dds.mo share/locale/zh_CN/LC_MESSAGES/kfile_drgeo.mo share/locale/zh_CN/LC_MESSAGES/kfile_exr.mo -share/locale/zh_CN/LC_MESSAGES/kfile_flac.mo share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo share/locale/zh_CN/LC_MESSAGES/kfile_mail.mo -share/locale/zh_CN/LC_MESSAGES/kfile_mp3.mo -share/locale/zh_CN/LC_MESSAGES/kfile_mpc.mo -share/locale/zh_CN/LC_MESSAGES/kfile_ogg.mo share/locale/zh_CN/LC_MESSAGES/kfile_pnm.mo share/locale/zh_CN/LC_MESSAGES/kfile_raw.mo share/locale/zh_CN/LC_MESSAGES/kfile_rgb.mo share/locale/zh_CN/LC_MESSAGES/kfile_rpm.mo -share/locale/zh_CN/LC_MESSAGES/kfile_sid.mo -share/locale/zh_CN/LC_MESSAGES/kfile_theora.mo share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_CN/LC_MESSAGES/kfile_wav.mo share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo share/locale/zh_CN/LC_MESSAGES/kfilereplace.mo @@ -326,6 +320,7 @@ share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo share/locale/zh_CN/LC_MESSAGES/kinetd.mo share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo share/locale/zh_CN/LC_MESSAGES/kio4.mo +share/locale/zh_CN/LC_MESSAGES/kio_activities.mo share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kio_applications.mo share/locale/zh_CN/LC_MESSAGES/kio_archive.mo @@ -347,6 +342,7 @@ share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo share/locale/zh_CN/LC_MESSAGES/kio_perldoc.mo share/locale/zh_CN/LC_MESSAGES/kio_pop3.mo +share/locale/zh_CN/LC_MESSAGES/kio_recentdocuments.mo share/locale/zh_CN/LC_MESSAGES/kio_remote.mo share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo @@ -394,10 +390,12 @@ share/locale/zh_CN/LC_MESSAGES/kollision.mo share/locale/zh_CN/LC_MESSAGES/kolourpaint.mo share/locale/zh_CN/LC_MESSAGES/kommander.mo share/locale/zh_CN/LC_MESSAGES/kompare.mo +share/locale/zh_CN/LC_MESSAGES/konqprofiles.mo share/locale/zh_CN/LC_MESSAGES/konqueror.mo share/locale/zh_CN/LC_MESSAGES/konquest.mo share/locale/zh_CN/LC_MESSAGES/konsole.mo share/locale/zh_CN/LC_MESSAGES/konsolekalendar.mo +share/locale/zh_CN/LC_MESSAGES/konsoleprofiles.mo share/locale/zh_CN/LC_MESSAGES/kontact.mo share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_CN/LC_MESSAGES/kopete.mo @@ -427,11 +425,6 @@ share/locale/zh_CN/LC_MESSAGES/krunner.mo share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo share/locale/zh_CN/LC_MESSAGES/kscd.mo share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/ksecrets_kio.mo -share/locale/zh_CN/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/zh_CN/LC_MESSAGES/ksecretsservice_api.mo -share/locale/zh_CN/LC_MESSAGES/ksecretsserviced.mo -share/locale/zh_CN/LC_MESSAGES/ksecretsync.mo share/locale/zh_CN/LC_MESSAGES/ksendemail.mo share/locale/zh_CN/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_CN/LC_MESSAGES/kshisen.mo @@ -453,7 +446,6 @@ share/locale/zh_CN/LC_MESSAGES/ksysguard.mo share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo -share/locale/zh_CN/LC_MESSAGES/kte_acomment.mo share/locale/zh_CN/LC_MESSAGES/kteatime.mo share/locale/zh_CN/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -461,6 +453,7 @@ share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_CN/LC_MESSAGES/ktimer.mo share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo +share/locale/zh_CN/LC_MESSAGES/ktnef.mo share/locale/zh_CN/LC_MESSAGES/ktouch.mo share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo share/locale/zh_CN/LC_MESSAGES/ktron.mo @@ -481,7 +474,6 @@ share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo share/locale/zh_CN/LC_MESSAGES/kwinshutdown.mo share/locale/zh_CN/LC_MESSAGES/kwinstartmenu.mo -share/locale/zh_CN/LC_MESSAGES/kwl2kss.mo share/locale/zh_CN/LC_MESSAGES/kwordquiz.mo share/locale/zh_CN/LC_MESSAGES/kwrite.mo share/locale/zh_CN/LC_MESSAGES/kwriteconfig.mo @@ -529,6 +521,7 @@ share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_CN/LC_MESSAGES/liblancelot-datamodels.mo share/locale/zh_CN/LC_MESSAGES/libmailcommon.mo +share/locale/zh_CN/LC_MESSAGES/libmailimporter.mo share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo share/locale/zh_CN/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo @@ -550,6 +543,7 @@ share/locale/zh_CN/LC_MESSAGES/lskat.mo share/locale/zh_CN/LC_MESSAGES/mailreader.mo share/locale/zh_CN/LC_MESSAGES/marble.mo share/locale/zh_CN/LC_MESSAGES/marble_qt.mo +share/locale/zh_CN/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -586,6 +580,7 @@ share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo share/locale/zh_CN/LC_MESSAGES/okular_xps.mo +share/locale/zh_CN/LC_MESSAGES/pairs.mo share/locale/zh_CN/LC_MESSAGES/palapeli.mo share/locale/zh_CN/LC_MESSAGES/parley.mo share/locale/zh_CN/LC_MESSAGES/phonon_gstreamer.mo @@ -647,6 +642,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -662,7 +658,6 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_rtm.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_sal.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_skapplet.mo @@ -690,6 +685,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -697,6 +693,8 @@ share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo +share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo @@ -730,6 +728,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -746,6 +745,7 @@ share/locale/zh_CN/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo share/locale/zh_CN/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/zh_CN/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo share/locale/zh_CN/LC_MESSAGES/powerdevil.mo share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo @@ -763,7 +763,6 @@ share/locale/zh_CN/LC_MESSAGES/solid-network.mo share/locale/zh_CN/LC_MESSAGES/solid_qt.mo share/locale/zh_CN/LC_MESSAGES/solidcontrol.mo share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo -share/locale/zh_CN/LC_MESSAGES/spy.mo share/locale/zh_CN/LC_MESSAGES/step.mo share/locale/zh_CN/LC_MESSAGES/step_qt.mo share/locale/zh_CN/LC_MESSAGES/strigila_diff.mo diff --git a/chinese/kde4-l10n-zh_TW/Makefile b/chinese/kde4-l10n-zh_TW/Makefile index 06a1ed0fa845..bf4f37ff41c3 100644 --- a/chinese/kde4-l10n-zh_TW/Makefile +++ b/chinese/kde4-l10n-zh_TW/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-zh_TW -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Traditional Chinese messages and documentation for KDE4 KDE4_L10N= zh_TW .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/chinese/kde4-l10n-zh_TW/distinfo b/chinese/kde4-l10n-zh_TW/distinfo index aac9edeb0384..165a5c506e91 100644 --- a/chinese/kde4-l10n-zh_TW/distinfo +++ b/chinese/kde4-l10n-zh_TW/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.8.4.tar.xz) = b2414671dd9ad2386b34d5f6fde95ff3a9b2bc597d1b0b9100546bb6a64777eb -SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.8.4.tar.xz) = 2564856 +SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.9.5.tar.xz) = 3df65c8cdbe7b6156859f84136ab326e570d97a19eb9da124afca6fa2f466308 +SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.9.5.tar.xz) = 2526192 diff --git a/chinese/kde4-l10n-zh_TW/pkg-plist b/chinese/kde4-l10n-zh_TW/pkg-plist index ea7971fb4c69..24efd9ff5afe 100644 --- a/chinese/kde4-l10n-zh_TW/pkg-plist +++ b/chinese/kde4-l10n-zh_TW/pkg-plist @@ -9,11 +9,14 @@ share/locale/zh_TW/LC_MESSAGES/accountwizard_kolab.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_mailbox.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_pop3.mo +share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo share/locale/zh_TW/LC_MESSAGES/adblock.mo share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_google_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_invitations_agent.mo @@ -27,6 +30,7 @@ share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.mo @@ -56,6 +60,7 @@ share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_TW/LC_MESSAGES/autorefresh.mo share/locale/zh_TW/LC_MESSAGES/babelfish.mo +share/locale/zh_TW/LC_MESSAGES/backupmail.mo share/locale/zh_TW/LC_MESSAGES/blinken.mo share/locale/zh_TW/LC_MESSAGES/blogilo.mo share/locale/zh_TW/LC_MESSAGES/bomber.mo @@ -84,6 +89,7 @@ share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/htmlsearch.mo share/locale/zh_TW/LC_MESSAGES/imagerename_plugin.mo share/locale/zh_TW/LC_MESSAGES/imgalleryplugin.mo +share/locale/zh_TW/LC_MESSAGES/importwizard.mo share/locale/zh_TW/LC_MESSAGES/jovie.mo share/locale/zh_TW/LC_MESSAGES/joystick.mo share/locale/zh_TW/LC_MESSAGES/juk.mo @@ -98,6 +104,7 @@ share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_TW/LC_MESSAGES/kaccess.mo share/locale/zh_TW/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd.mo +share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook-mobile.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo share/locale/zh_TW/LC_MESSAGES/kaddressbookmigrator.mo @@ -105,6 +112,7 @@ share/locale/zh_TW/LC_MESSAGES/kajongg.mo share/locale/zh_TW/LC_MESSAGES/kalarm.mo share/locale/zh_TW/LC_MESSAGES/kalgebra.mo share/locale/zh_TW/LC_MESSAGES/kalzium.mo +share/locale/zh_TW/LC_MESSAGES/kanagram-harmattan.mo share/locale/zh_TW/LC_MESSAGES/kanagram.mo share/locale/zh_TW/LC_MESSAGES/kapman.mo share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo @@ -146,6 +154,7 @@ share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcalc.mo share/locale/zh_TW/LC_MESSAGES/kcertpart.mo share/locale/zh_TW/LC_MESSAGES/kcharselect.mo +share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo @@ -217,7 +226,6 @@ share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo share/locale/zh_TW/LC_MESSAGES/kcmusb.mo share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/zh_TW/LC_MESSAGES/kcmxinerama.mo share/locale/zh_TW/LC_MESSAGES/kcolorchooser.mo share/locale/zh_TW/LC_MESSAGES/kcron.mo share/locale/zh_TW/LC_MESSAGES/kde-menu.mo @@ -240,24 +248,16 @@ share/locale/zh_TW/LC_MESSAGES/kdmgreet.mo share/locale/zh_TW/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_TW/LC_MESSAGES/keditbookmarks.mo share/locale/zh_TW/LC_MESSAGES/kfile.mo -share/locale/zh_TW/LC_MESSAGES/kfile_avi.mo share/locale/zh_TW/LC_MESSAGES/kfile_dds.mo share/locale/zh_TW/LC_MESSAGES/kfile_drgeo.mo share/locale/zh_TW/LC_MESSAGES/kfile_exr.mo -share/locale/zh_TW/LC_MESSAGES/kfile_flac.mo share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo share/locale/zh_TW/LC_MESSAGES/kfile_mail.mo -share/locale/zh_TW/LC_MESSAGES/kfile_mp3.mo -share/locale/zh_TW/LC_MESSAGES/kfile_mpc.mo -share/locale/zh_TW/LC_MESSAGES/kfile_ogg.mo share/locale/zh_TW/LC_MESSAGES/kfile_pnm.mo share/locale/zh_TW/LC_MESSAGES/kfile_raw.mo share/locale/zh_TW/LC_MESSAGES/kfile_rgb.mo share/locale/zh_TW/LC_MESSAGES/kfile_rpm.mo -share/locale/zh_TW/LC_MESSAGES/kfile_sid.mo -share/locale/zh_TW/LC_MESSAGES/kfile_theora.mo share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo -share/locale/zh_TW/LC_MESSAGES/kfile_wav.mo share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo share/locale/zh_TW/LC_MESSAGES/kfilereplace.mo @@ -290,6 +290,7 @@ share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo share/locale/zh_TW/LC_MESSAGES/kinetd.mo share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo share/locale/zh_TW/LC_MESSAGES/kio4.mo +share/locale/zh_TW/LC_MESSAGES/kio_activities.mo share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kio_applications.mo share/locale/zh_TW/LC_MESSAGES/kio_archive.mo @@ -311,6 +312,7 @@ share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo share/locale/zh_TW/LC_MESSAGES/kio_perldoc.mo share/locale/zh_TW/LC_MESSAGES/kio_pop3.mo +share/locale/zh_TW/LC_MESSAGES/kio_recentdocuments.mo share/locale/zh_TW/LC_MESSAGES/kio_remote.mo share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo @@ -358,10 +360,12 @@ share/locale/zh_TW/LC_MESSAGES/kollision.mo share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo share/locale/zh_TW/LC_MESSAGES/kommander.mo share/locale/zh_TW/LC_MESSAGES/kompare.mo +share/locale/zh_TW/LC_MESSAGES/konqprofiles.mo share/locale/zh_TW/LC_MESSAGES/konqueror.mo share/locale/zh_TW/LC_MESSAGES/konquest.mo share/locale/zh_TW/LC_MESSAGES/konsole.mo share/locale/zh_TW/LC_MESSAGES/konsolekalendar.mo +share/locale/zh_TW/LC_MESSAGES/konsoleprofiles.mo share/locale/zh_TW/LC_MESSAGES/kontact.mo share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_TW/LC_MESSAGES/kopete.mo @@ -391,11 +395,6 @@ share/locale/zh_TW/LC_MESSAGES/krunner.mo share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo share/locale/zh_TW/LC_MESSAGES/kscd.mo share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/ksecrets_kio.mo -share/locale/zh_TW/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/zh_TW/LC_MESSAGES/ksecretsservice_api.mo -share/locale/zh_TW/LC_MESSAGES/ksecretsserviced.mo -share/locale/zh_TW/LC_MESSAGES/ksecretsync.mo share/locale/zh_TW/LC_MESSAGES/ksendemail.mo share/locale/zh_TW/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_TW/LC_MESSAGES/kshisen.mo @@ -417,7 +416,6 @@ share/locale/zh_TW/LC_MESSAGES/ksysguard.mo share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo -share/locale/zh_TW/LC_MESSAGES/kte_acomment.mo share/locale/zh_TW/LC_MESSAGES/kteatime.mo share/locale/zh_TW/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -425,6 +423,7 @@ share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_TW/LC_MESSAGES/ktimer.mo share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo +share/locale/zh_TW/LC_MESSAGES/ktnef.mo share/locale/zh_TW/LC_MESSAGES/ktouch.mo share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo share/locale/zh_TW/LC_MESSAGES/ktron.mo @@ -445,7 +444,6 @@ share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo share/locale/zh_TW/LC_MESSAGES/kwinshutdown.mo share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo -share/locale/zh_TW/LC_MESSAGES/kwl2kss.mo share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo share/locale/zh_TW/LC_MESSAGES/kwrite.mo share/locale/zh_TW/LC_MESSAGES/kwriteconfig.mo @@ -493,6 +491,7 @@ share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_TW/LC_MESSAGES/liblancelot-datamodels.mo share/locale/zh_TW/LC_MESSAGES/libmailcommon.mo +share/locale/zh_TW/LC_MESSAGES/libmailimporter.mo share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo @@ -501,6 +500,7 @@ share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo +share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_TW/LC_MESSAGES/libphonon.mo share/locale/zh_TW/LC_MESSAGES/libplasma.mo share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -511,7 +511,6 @@ share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo share/locale/zh_TW/LC_MESSAGES/lokalize.mo share/locale/zh_TW/LC_MESSAGES/lskat.mo -share/locale/zh_TW/LC_MESSAGES/mailfilteragent.mo share/locale/zh_TW/LC_MESSAGES/mailreader.mo share/locale/zh_TW/LC_MESSAGES/marble.mo share/locale/zh_TW/LC_MESSAGES/marble_qt.mo @@ -552,6 +551,7 @@ share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo share/locale/zh_TW/LC_MESSAGES/okular_xps.mo +share/locale/zh_TW/LC_MESSAGES/pairs.mo share/locale/zh_TW/LC_MESSAGES/palapeli.mo share/locale/zh_TW/LC_MESSAGES/parley.mo share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo @@ -613,6 +613,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -628,7 +629,6 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_rtm.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_sal.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_skapplet.mo @@ -656,6 +656,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -663,6 +664,8 @@ share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo +share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo @@ -696,6 +699,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -712,6 +716,7 @@ share/locale/zh_TW/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo share/locale/zh_TW/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/zh_TW/LC_MESSAGES/plasmoidviewer.mo +share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo share/locale/zh_TW/LC_MESSAGES/powerdevil.mo share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo @@ -729,7 +734,6 @@ share/locale/zh_TW/LC_MESSAGES/solid-network.mo share/locale/zh_TW/LC_MESSAGES/solid_qt.mo share/locale/zh_TW/LC_MESSAGES/solidcontrol.mo share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo -share/locale/zh_TW/LC_MESSAGES/spy.mo share/locale/zh_TW/LC_MESSAGES/step.mo share/locale/zh_TW/LC_MESSAGES/step_qt.mo share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index bf78c25cfa82..ed6b2868d560 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kremotecontrol diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo index a3470a9373d0..9564fc2a4af0 100644 --- a/comms/kremotecontrol/distinfo +++ b/comms/kremotecontrol/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kremotecontrol-4.8.4.tar.xz) = dd6e326fef6b399b666418e93d1b37647ce1e7fd83c5d4b31767deed13e3e087 -SIZE (KDE/kremotecontrol-4.8.4.tar.xz) = 1084088 +SHA256 (KDE/kremotecontrol-4.9.5.tar.xz) = 491dd2c5c12ad459376d36c5526556fecf9e3969636695c1c6cdbf119fd24ce0 +SIZE (KDE/kremotecontrol-4.9.5.tar.xz) = 1082188 diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 660e6b8ac09f..521d318b104c 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= akonadi -PORTVERSION= 1.7.2 -PORTREVISION= 4 +PORTVERSION= 1.9.0 CATEGORIES= databases kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/src/ @@ -13,11 +12,10 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Storage server for KDE-Pim LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/lgpl-license LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs # Let process generate meaningful backtrace on core dump. -LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_KDE4= kdehier kdeprefix sharedmime automoc4 soprano @@ -32,12 +30,12 @@ MAKE_JOBS_UNSAFE= yes PLIST_SUB+= QT_PREFIX=${QT_PREFIX} -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= MYSQL PGSQL SQLITE +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE MYSQL_DESC= Install MySQL Qt plugin and server PGSQL_DESC= Install PostgreSQL Qt plugin -SQLITE_DESC= Enable SQLite backend (unused) +SQLITE_DESC= Enable SQLite backend OPTIONS_DEFAULT= MYSQL @@ -80,7 +78,8 @@ post-patch: ${REINPLACE_CMD} -e '/wait_timeout/ s|31536000|1073741|' \ ${PATCH_WRKSRC}/server/src/storage/*.conf # Prevent updating MIME during build. - ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \ + ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ + -e '/find_package(SharedMimeInfo/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt post-install: diff --git a/databases/akonadi/distinfo b/databases/akonadi/distinfo index 3689167b4b6e..21ecb293346b 100644 --- a/databases/akonadi/distinfo +++ b/databases/akonadi/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/akonadi-1.7.2.tar.bz2) = 4b7217a847c6859a529f07bf456127dab4aac69694982ca449a80da510832b1f -SIZE (KDE/akonadi-1.7.2.tar.bz2) = 210944 +SHA256 (KDE/akonadi-1.9.0.tar.bz2) = 6ff5c23e426efc02784d4ab1a6e6dff24c8efe81fd34ec78bb52bb4d7733e013 +SIZE (KDE/akonadi-1.9.0.tar.bz2) = 220255 diff --git a/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h b/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h deleted file mode 100644 index 6340f9ae2192..000000000000 --- a/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h +++ /dev/null @@ -1,28 +0,0 @@ -commit 1ce93440f9dbfcd01a3f4c11119f120e82a7dfb2 -Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> -Date: Sat Jan 21 18:29:43 2012 +0100 - - Build with Clang. - -diff --git a/server/src/nepomuk/queryserviceclient.h b/server/src/nepomuk/queryserviceclient.h -index a0e7517..3c551a0 100644 ---- ./server/src/nepomuk/queryserviceclient.h -+++ ./server/src/nepomuk/queryserviceclient.h -@@ -78,7 +78,7 @@ namespace Nepomuk { - * - * \sa QueryParser - */ -- bool query( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() ); -+ bool query(const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); - - /** - * Start a query using the Nepomuk user query language. -@@ -96,7 +96,7 @@ namespace Nepomuk { - * - * \sa query(const QString&), close() - */ -- bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() ); -+ bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); - - /** - * Close the client, thus stop to monitor the query diff --git a/databases/akonadi/pkg-plist b/databases/akonadi/pkg-plist index 31176ca4dc37..7336930b5711 100644 --- a/databases/akonadi/pkg-plist +++ b/databases/akonadi/pkg-plist @@ -17,7 +17,7 @@ lib/cmake/Akonadi/AkonadiTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Akonadi/AkonadiTargetsWithPrefix.cmake lib/libakonadiprotocolinternals.so lib/libakonadiprotocolinternals.so.1 -lib/libakonadiprotocolinternals.so.1.7.2 +lib/libakonadiprotocolinternals.so.1.9.0 libdata/pkgconfig/akonadi.pc share/config/akonadi/mysql-global-mobile.conf share/config/akonadi/mysql-global.conf diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 979172bbfc28..982c4590260d 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kcharselect diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index 03f67ec4142b..e55a9a9bd274 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcharselect-4.8.4.tar.xz) = cf51f06c0ce14e17b0ebe00ac05c821939ecc31a7a6635b447595a5a7f90b704 -SIZE (KDE/kcharselect-4.8.4.tar.xz) = 86828 +SHA256 (KDE/kcharselect-4.9.5.tar.xz) = 7f5962bfed76ce89cf34cb9ecf5cd0f03043bd9e7a504b3d78e60dceeaa08c40 +SIZE (KDE/kcharselect-4.9.5.tar.xz) = 86480 diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index 08667ec1bfbe..3eadb83b8319 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -12,9 +11,12 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ + kgapi.0:${PORTSDIR}/devel/libkgapi \ + kolab:${PORTSDIR}/devel/libkolab BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +CONFLICTS= akonadi-google-0.* CONFLICTS_INSTALL= kdepim-runtime-4.4.* USE_XZ= yes diff --git a/deskutils/kdepim4-runtime/distinfo b/deskutils/kdepim4-runtime/distinfo index faf099114a73..ffcd503ee4c4 100644 --- a/deskutils/kdepim4-runtime/distinfo +++ b/deskutils/kdepim4-runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepim-runtime-4.8.4.tar.xz) = 57fbfe2dc6c7a1055486ef2ab307e47d51781abc1658dcd7891c02e5d8a333ec -SIZE (KDE/kdepim-runtime-4.8.4.tar.xz) = 1184016 +SHA256 (KDE/kdepim-runtime-4.9.5.tar.xz) = 6a2d6aabf1bcb07c8929e45b5010d4eb2f145d6517197d93e7d098570cb39f6a +SIZE (KDE/kdepim-runtime-4.9.5.tar.xz) = 1153120 diff --git a/deskutils/kdepim4-runtime/files/patch-resources__kolabproxy__CMakeLists.txt b/deskutils/kdepim4-runtime/files/patch-resources__kolabproxy__CMakeLists.txt deleted file mode 100644 index aded1f763a22..000000000000 --- a/deskutils/kdepim4-runtime/files/patch-resources__kolabproxy__CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- ./resources/kolabproxy/CMakeLists.txt.orig 2009-08-04 09:09:41.000000000 +1100 -+++ ./resources/kolabproxy/CMakeLists.txt 2009-08-10 19:40:23.000000000 +1100 -@@ -1,8 +1,10 @@ - project(kolabproxy) - - include_directories( -- ${kdepim-runtime_SOURCE_DIR} -+ ${QT_QTCORE_INCLUDE_DIR} -+ ${QT_QTGUI_INCLUDE_DIR} - ${QT_QTDBUS_INCLUDE_DIR} -+ ${kdepim-runtime_SOURCE_DIR} - ${Boost_INCLUDE_DIR} - ) - diff --git a/deskutils/kdepim4-runtime/pkg-plist b/deskutils/kdepim4-runtime/pkg-plist index 3c3cb4894a6b..13feef7b1165 100644 --- a/deskutils/kdepim4-runtime/pkg-plist +++ b/deskutils/kdepim4-runtime/pkg-plist @@ -1,8 +1,9 @@ bin/accountwizard bin/akonadi2xml bin/akonadi_birthdays_resource -bin/akonadi_calendarsearch_agent bin/akonadi_davgroupware_resource +bin/akonadi_googlecalendar_resource +bin/akonadi_googlecontacts_resource bin/akonadi_imap_resource bin/akonadi_invitations_agent bin/akonadi_kabc_resource @@ -74,9 +75,10 @@ lib/libnepomukfeederpluginlib.a share/akonadi/agents/akonadinepomukfeederagent.desktop share/akonadi/agents/akonotesresource.desktop share/akonadi/agents/birthdaysresource.desktop -share/akonadi/agents/calendarsearchagent.desktop share/akonadi/agents/contactsresource.desktop share/akonadi/agents/davgroupwareresource.desktop +share/akonadi/agents/googlecalendarresource.desktop +share/akonadi/agents/googlecontactsresource.desktop share/akonadi/agents/icalresource.desktop share/akonadi/agents/imapresource.desktop share/akonadi/agents/invitationsagent.desktop @@ -124,6 +126,9 @@ share/apps/akonadi/accountwizard/maildir/maildirwizard.ui share/apps/akonadi/accountwizard/pop3/pop3wizard.desktop share/apps/akonadi/accountwizard/pop3/pop3wizard.js share/apps/akonadi/accountwizard/pop3/pop3wizard.ui +share/apps/akonadi/accountwizard/tine20/tine20wizard.desktop +share/apps/akonadi/accountwizard/tine20/tine20wizard.es +share/apps/akonadi/accountwizard/tine20/tine20wizard.ui share/apps/akonadi/akonadi-xml.xsd share/apps/akonadi/firstrun/defaultaddressbook share/apps/akonadi/firstrun/defaultcalendar @@ -185,6 +190,7 @@ share/ontology/kde/aneo.trig @dirrm share/apps/akonadi/plugins/serializer @dirrm share/apps/akonadi/plugins @dirrm share/apps/akonadi/firstrun +@dirrm share/apps/akonadi/accountwizard/tine20 @dirrm share/apps/akonadi/accountwizard/pop3 @dirrm share/apps/akonadi/accountwizard/maildir @dirrm share/apps/akonadi/accountwizard/mailbox diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index b1b391a1e9ac..63ea5838775d 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -12,11 +11,11 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ - assuan.0:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ + assuan:${PORTSDIR}/security/libassuan \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ - grantlee_gui.0:${PORTSDIR}/devel/grantlee \ + grantlee_gui:${PORTSDIR}/devel/grantlee \ clucene-core:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index 439745425abd..b8464b053fa6 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepim-4.8.4.tar.xz) = ce21f36563fd2c71f65a3e8c495252084de782d23f2ef7fbae0e8ef78cc08e60 -SIZE (KDE/kdepim-4.8.4.tar.xz) = 14614276 +SHA256 (KDE/kdepim-4.9.5.tar.xz) = e873b9cef574db851cd0341073215412a08a6832c1a32a2ef1b3f94fa45bcd6e +SIZE (KDE/kdepim-4.9.5.tar.xz) = 13942832 diff --git a/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt b/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt new file mode 100644 index 000000000000..3710688f8e97 --- /dev/null +++ b/deskutils/kdepim4/files/patch-kleopatra__CMakeLists.txt @@ -0,0 +1,10 @@ +--- kleopatra/CMakeLists.txt.orig 2012-11-30 08:38:45.000000000 +0100 ++++ kleopatra/CMakeLists.txt 2013-01-15 21:05:47.000000000 +0100 +@@ -365,6 +365,7 @@ + endif(KDEPIM_MOBILE_UI) + + add_definitions ( -DKDE_DEFAULT_DEBUG_AREA=5151 ) ++add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED ) + + + kde4_add_app_icon(_kleopatra_mainwindow_SRCS "hi*-app-kleopatra.png") diff --git a/deskutils/kdepim4/files/patch-kmail__avscripts__kmail_clamav.sh b/deskutils/kdepim4/files/patch-kmail__avscripts__kmail_clamav.sh deleted file mode 100644 index 76185fcc74e2..000000000000 --- a/deskutils/kdepim4/files/patch-kmail__avscripts__kmail_clamav.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kmail/avscripts/kmail_clamav.sh.orig 2008-01-15 04:57:51.000000000 +0300 -+++ ./kmail/avscripts/kmail_clamav.sh 2010-03-27 01:28:30.548465474 +0300 -@@ -35,7 +35,7 @@ - cat > $TEMPFILE - - # check for a running daemon --if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then -+if [ "`ps -axo comm|grep clamd`" = "clamd" ]; then - chmod a+r $TEMPFILE - CLAMCOMANDO="clamdscan --stdout --no-summary " - else diff --git a/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt index a06653e8ebd3..ab88fcdd6b5a 100644 --- a/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt +++ b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt @@ -1,5 +1,5 @@ ---- ./messageviewer/CMakeLists.txt.orig 2012-08-25 03:19:01.387668126 +0200 -+++ ./messageviewer/CMakeLists.txt 2012-08-25 03:19:18.597652001 +0200 +--- ./messageviewer/CMakeLists.txt.orig 2012-08-25 03:26:14.357593951 +0200 ++++ ./messageviewer/CMakeLists.txt 2012-08-25 03:26:19.147594463 +0200 @@ -17,7 +17,6 @@ configure_file(messageviewer.kcfg.cmake ${CMAKE_CURRENT_BINARY_DIR}/messageviewer.kcfg) diff --git a/deskutils/kdepim4/pkg-plist b/deskutils/kdepim4/pkg-plist index ada6282fc63d..aeb504396ead 100644 --- a/deskutils/kdepim4/pkg-plist +++ b/deskutils/kdepim4/pkg-plist @@ -1,9 +1,12 @@ +bin/akonadi_archivemail_agent bin/akonadi_mailfilter_agent bin/akonadiconsole bin/akregator bin/akregatorstorageexporter +bin/backupmail bin/blogilo bin/ical2vcal +bin/importwizard bin/kabc2mutt bin/kabcclient bin/kaddressbook @@ -28,6 +31,7 @@ bin/korgac bin/korganizer bin/ksendemail bin/ktimetracker +bin/ktnef bin/kwatchgnupg etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf lib/akonadi/contact/editorpageplugins/cryptopageplugin.so @@ -168,6 +172,9 @@ lib/libksieveui.so.5.0.1 lib/libmailcommon.so lib/libmailcommon.so.5 lib/libmailcommon.so.5.0.1 +lib/libmailimporter.so +lib/libmailimporter.so.5 +lib/libmailimporter.so.5.0.1 lib/libmessagecomposer.so lib/libmessagecomposer.so.5 lib/libmessagecomposer.so.5.0.1 @@ -187,6 +194,7 @@ lib/strigi/strigiea_ctg.so lib/strigi/strigiea_ics.so lib/strigi/strigiea_mail.so lib/strigi/strigiea_vcf.so +share/akonadi/agents/archivemailagent.desktop share/akonadi/agents/mailfilteragent.desktop share/applications/kde4/KMail2.desktop share/applications/kde4/KNode.desktop @@ -195,6 +203,7 @@ share/applications/kde4/Kontact.desktop share/applications/kde4/akonadiconsole.desktop share/applications/kde4/akregator.desktop share/applications/kde4/blogilo.desktop +share/applications/kde4/importwizard.desktop share/applications/kde4/kaddressbook.desktop share/applications/kde4/kalarm.desktop share/applications/kde4/kleopatra.desktop @@ -206,6 +215,9 @@ share/applications/kde4/kontact-admin.desktop share/applications/kde4/korganizer-import.desktop share/applications/kde4/korganizer.desktop share/applications/kde4/ktimetracker.desktop +share/applications/kde4/ktnef.desktop +share/apps/akonadi_archivemail_agent/akonadi_archivemail_agent.notifyrc +share/apps/akonadi_mailfilter_agent/akonadi_mailfilter_agent.notifyrc share/apps/akonadiconsole/akonadiconsoleui.rc share/apps/akregator/about/akregator.css share/apps/akregator/about/main.html @@ -218,10 +230,12 @@ share/apps/akregator/pageviewer.rc share/apps/akregator/pics/kmmsgnew.png share/apps/akregator/pics/kmmsgunseen.png share/apps/akregator_sharemicroblog_plugin/akregator_sharemicroblog_plugin.rc +share/apps/backupmail/backupmail.rc share/apps/blogilo/TextEditorInitialHtml share/apps/blogilo/blogiloui.rc share/apps/desktoptheme/default/widgets/stickynote.svgz share/apps/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/printing/compact-style.png share/apps/kaddressbook/printing/detailed-style.png share/apps/kaddressbook/printing/mike-style.png share/apps/kaddressbook/printing/ringbinder-style.png @@ -410,6 +424,7 @@ share/apps/ktimetracker/pics/watch-4.xpm share/apps/ktimetracker/pics/watch-5.xpm share/apps/ktimetracker/pics/watch-6.xpm share/apps/ktimetracker/pics/watch-7.xpm +share/apps/ktnef/ktnefui.rc share/apps/kwatchgnupg/kwatchgnupgui.rc share/apps/kwatchgnupg/pics/kwatchgnupg.png share/apps/kwatchgnupg/pics/kwatchgnupg2.png @@ -684,6 +699,9 @@ share/doc/HTML/en/ktimetracker/index.cache.bz2 share/doc/HTML/en/ktimetracker/index.docbook share/doc/HTML/en/ktimetracker/ktimetracker.png share/doc/HTML/en/ktimetracker/systray.png +share/doc/HTML/en/ktnef/common +share/doc/HTML/en/ktnef/index.cache.bz2 +share/doc/HTML/en/ktnef/index.docbook share/doc/HTML/en/kwatchgnupg/common share/doc/HTML/en/kwatchgnupg/index.cache.bz2 share/doc/HTML/en/kwatchgnupg/index.docbook @@ -728,6 +746,8 @@ share/icons/hicolor/16x16/apps/ktimetracker.png share/icons/hicolor/22x22/actions/format-text-blockquote.png share/icons/hicolor/22x22/actions/format-text-code.png share/icons/hicolor/22x22/actions/insert-more-mark.png +share/icons/hicolor/22x22/actions/ktnef_extract_all_to.png +share/icons/hicolor/22x22/actions/ktnef_extract_to.png share/icons/hicolor/22x22/actions/remove-link.png share/icons/hicolor/22x22/actions/upload-media.png share/icons/hicolor/22x22/apps/akonadiconsole.png @@ -782,6 +802,7 @@ share/icons/hicolor/48x48/apps/korg-journal.png share/icons/hicolor/48x48/apps/korg-todo.png share/icons/hicolor/48x48/apps/korganizer.png share/icons/hicolor/48x48/apps/ktimetracker.png +share/icons/hicolor/48x48/apps/ktnef.png share/icons/hicolor/64x64/actions/upload-media.png share/icons/hicolor/64x64/apps/akonadiconsole.png share/icons/hicolor/64x64/apps/akregator.png @@ -808,6 +829,10 @@ share/icons/hicolor/scalable/apps/kontact.svgz share/icons/hicolor/scalable/apps/korg-journal.svgz share/icons/hicolor/scalable/apps/korg-todo.svgz share/icons/hicolor/scalable/apps/korganizer.svgz +share/icons/locolor/16x16/actions/ktnef_extract_all_to.png +share/icons/locolor/16x16/actions/ktnef_extract_to.png +share/icons/locolor/16x16/apps/ktnef.png +share/icons/locolor/32x32/apps/ktnef.png share/icons/oxygen/128x128/apps/kalarm.png share/icons/oxygen/128x128/mimetypes/x-mail-distribution-list.png share/icons/oxygen/16x16/actions/edit-delete-page.png @@ -876,7 +901,6 @@ share/kde4/services/kmail_config_composer.desktop share/kde4/services/kmail_config_identity.desktop share/kde4/services/kmail_config_misc.desktop share/kde4/services/kmail_config_security.desktop -share/kde4/services/knewsservice.protocol share/kde4/services/knode_config_accounts.desktop share/kde4/services/knode_config_appearance.desktop share/kde4/services/knode_config_cleanup.desktop @@ -943,9 +967,14 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/kde4/services/kontact @dirrmtry share/icons/oxygen/512x512/mimetypes @dirrmtry share/icons/oxygen/512x512 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/locolor/32x32/apps +@dirrmtry share/icons/locolor/32x32 +@dirrmtry share/icons/locolor/16x16/apps +@dirrmtry share/icons/locolor/16x16/actions +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor @dirrm share/doc/HTML/en/kwatchgnupg +@dirrm share/doc/HTML/en/ktnef @dirrm share/doc/HTML/en/ktimetracker @dirrm share/doc/HTML/en/korganizer @dirrm share/doc/HTML/en/kontact-admin @@ -973,6 +1002,7 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/apps/libkleopatra @dirrm share/apps/kwatchgnupg/pics @dirrm share/apps/kwatchgnupg +@dirrm share/apps/ktnef @dirrm share/apps/ktimetracker/pics @dirrm share/apps/ktimetracker/icons/oxygen/scalable/actions @dirrm share/apps/ktimetracker/icons/oxygen/scalable @@ -1047,7 +1077,10 @@ share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrm share/apps/kaddressbook/printing @dirrm share/apps/kaddressbook @dirrm share/apps/blogilo +@dirrm share/apps/backupmail @dirrm share/apps/akregator_sharemicroblog_plugin +@dirrm share/apps/akonadi_mailfilter_agent +@dirrm share/apps/akonadi_archivemail_agent @dirrmtry share/apps/akregator/pics @dirrm share/apps/akregator/about @dirrmtry share/apps/akregator diff --git a/deskutils/kdepim44-runtime/Makefile b/deskutils/kdepim44-runtime/Makefile index ea05e6abe556..c36bbce44231 100644 --- a/deskutils/kdepim44-runtime/Makefile +++ b/deskutils/kdepim44-runtime/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= 4.4.11.1 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index 6c761fbdb6ce..5916204a20ae 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= 4.4.11.1 -PORTREVISION= 5 +PORTREVISION= 4 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src @@ -15,7 +15,7 @@ COMMENT= Libraries for KDE-PIM applications LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ - qca.2:${PORTSDIR}/devel/qca + qca:${PORTSDIR}/devel/qca RUN_DEPENDS= ${KDE4_PREFIX}/bin/akonadi_mbox_resource:${PORTSDIR}/deskutils/kdepim44-runtime LATEST_LINK= ${PORTNAME}44 diff --git a/deskutils/kdepim44/files/patch-kleopatra__CMakeLists.txt b/deskutils/kdepim44/files/patch-kleopatra__CMakeLists.txt new file mode 100644 index 000000000000..f3df21cd1bce --- /dev/null +++ b/deskutils/kdepim44/files/patch-kleopatra__CMakeLists.txt @@ -0,0 +1,10 @@ +--- kleopatra/CMakeLists.txt.orig 2013-01-09 20:23:28.900492685 +0000 ++++ kleopatra/CMakeLists.txt 2013-01-09 20:23:50.410492001 +0000 +@@ -301,6 +301,7 @@ + ) + + add_definitions ( -DKDE_DEFAULT_DEBUG_AREA=5151 ) ++add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED ) + + + kde4_add_app_icon(_kleopatra_mainwindow_SRCS "ox*-app-kleopatra.png") diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 8173f959386e..1dda583b2f88 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -12,12 +11,12 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ ical:${PORTSDIR}/devel/libical \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - prison.0:${PORTSDIR}/graphics/prison + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ + prison:${PORTSDIR}/graphics/prison BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt diff --git a/deskutils/kdepimlibs4/distinfo b/deskutils/kdepimlibs4/distinfo index cd50227531c4..19feaac1e28d 100644 --- a/deskutils/kdepimlibs4/distinfo +++ b/deskutils/kdepimlibs4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdepimlibs-4.8.4.tar.xz) = 6b81b00255ca15d86b5c5a91487fdcde1d8753ff803d8ddab4910d1e603b11f3 -SIZE (KDE/kdepimlibs-4.8.4.tar.xz) = 2858756 +SHA256 (KDE/kdepimlibs-4.9.5.tar.xz) = f6ea96baf452895699160b24e7bb67f6a263d1d687abf479415c3b71ac488136 +SIZE (KDE/kdepimlibs-4.9.5.tar.xz) = 2720068 diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt deleted file mode 100644 index a5bcbed0a1ea..000000000000 --- a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./CMakeLists.txt.orig 2011-07-20 08:36:16.000000000 +1100 -+++ ./CMakeLists.txt 2011-08-09 00:34:17.959934057 +1100 -@@ -81,7 +81,7 @@ - if (NOT KDEPIM_ONLY_KLEO) - #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that. - set(Akonadi_MIN_VERSION "1.5.52") -- find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE) -+ find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET) - macro_log_feature(Akonadi_FOUND "Akonadi server libraries" "Access to PIM storage and services" "http://pim.kde.org/akonadi" TRUE "${Akonadi_MIN_VERSION}" "") - - find_package(Sasl2) diff --git a/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake b/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake index 699a90253521..546628a30d0d 100644 --- a/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake +++ b/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake @@ -6,7 +6,7 @@ find_library(_QGPGME_EXTRA_LIBRARY gpgme++-pthread - HINTS ${GPGME_LIBRARY_DIR}) + HINTS ${GPGME_LIBRARY_DIR} %%KDE4_PREFIX%%/lib) - endif ( WIN32 ) + endif() find_library(QGPGME_LIBRARY qgpgme - HINTS ${GPGME_LIBRARY_DIR}) diff --git a/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp b/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp deleted file mode 100644 index 8dc3bc4e9d86..000000000000 --- a/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- kcal/vcalformat.cpp.orig 2012-11-23 17:05:03.000000000 +0800 -+++ kcal/vcalformat.cpp 2012-11-23 17:05:32.000000000 +0800 -@@ -1029,8 +1029,7 @@ - if ( ( vo = isAPropertyOf( vevent, VCRRuleProp ) ) != 0 ) { - QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) ); - deleteStr( s ); -- tmpStr.simplified(); -- tmpStr = tmpStr.toUpper(); -+ tmpStr = tmpStr.simplified().toUpper(); - - // first, read the type of the recurrence - int typelen = 1; diff --git a/deskutils/kdepimlibs4/files/patch-kcalcore__vcalformat.cpp b/deskutils/kdepimlibs4/files/patch-kcalcore__vcalformat.cpp deleted file mode 100644 index 227415512b2d..000000000000 --- a/deskutils/kdepimlibs4/files/patch-kcalcore__vcalformat.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- kcalcore/vcalformat.cpp.orig 2012-11-23 17:03:35.000000000 +0800 -+++ kcalcore/vcalformat.cpp 2012-11-23 17:04:14.000000000 +0800 -@@ -1190,8 +1190,7 @@ - if ( ( vo = isAPropertyOf( vtodo, VCRRuleProp ) ) != 0 ) { - QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) ); - deleteStr( s ); -- tmpStr.simplified(); -- tmpStr = tmpStr.toUpper(); -+ tmpStr = tmpStr.simplified().toUpper(); - // first, read the type of the recurrence - int typelen = 1; - uint type = Recurrence::rNone; -@@ -1674,8 +1673,7 @@ - if ( ( vo = isAPropertyOf( vevent, VCRRuleProp ) ) != 0 ) { - QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) ); - deleteStr( s ); -- tmpStr.simplified(); -- tmpStr = tmpStr.toUpper(); -+ tmpStr = tmpStr.simplified().toUpper(); - // first, read the type of the recurrence - int typelen = 1; - uint type = Recurrence::rNone; diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist index eb8c25cd9aab..ea78857808d7 100644 --- a/deskutils/kdepimlibs4/pkg-plist +++ b/deskutils/kdepimlibs4/pkg-plist @@ -1,4 +1,5 @@ include/KDE/Akonadi/AgentBase +include/KDE/Akonadi/AgentFactory include/KDE/Akonadi/AgentFilterProxyModel include/KDE/Akonadi/AgentInstance include/KDE/Akonadi/AgentInstanceCreateJob @@ -12,6 +13,8 @@ include/KDE/Akonadi/AgentTypeWidget include/KDE/Akonadi/Attribute include/KDE/Akonadi/AttributeFactory include/KDE/Akonadi/CachePolicy +include/KDE/Akonadi/Calendar/FreeBusyProviderBase +include/KDE/Akonadi/Calendar/StandardCalendarActionManager include/KDE/Akonadi/ChangeRecorder include/KDE/Akonadi/Collection include/KDE/Akonadi/CollectionAttributesSynchronizationJob @@ -25,6 +28,7 @@ include/KDE/Akonadi/CollectionFetchScope include/KDE/Akonadi/CollectionFilterProxyModel include/KDE/Akonadi/CollectionModel include/KDE/Akonadi/CollectionModifyJob +include/KDE/Akonadi/CollectionMoveJob include/KDE/Akonadi/CollectionPropertiesDialog include/KDE/Akonadi/CollectionPropertiesPage include/KDE/Akonadi/CollectionRequester @@ -60,8 +64,11 @@ include/KDE/Akonadi/Control include/KDE/Akonadi/ETMViewStateSaver include/KDE/Akonadi/Entity include/KDE/Akonadi/EntityDisplayAttribute +include/KDE/Akonadi/EntityHiddenAttribute include/KDE/Akonadi/EntityListView include/KDE/Akonadi/EntityMimeTypeFilterModel +include/KDE/Akonadi/EntityOrderProxyModel +include/KDE/Akonadi/EntityRightsFilterModel include/KDE/Akonadi/EntityTreeModel include/KDE/Akonadi/EntityTreeView include/KDE/Akonadi/Exception @@ -83,8 +90,11 @@ include/KDE/Akonadi/Job include/KDE/Akonadi/KCal/FreeBusyProviderBase include/KDE/Akonadi/KCal/IncidenceMimeTypeVisitor include/KDE/Akonadi/KMime/AddressAttribute +include/KDE/Akonadi/KMime/MessageFlags include/KDE/Akonadi/KMime/MessageFolderAttribute include/KDE/Akonadi/KMime/MessageModel +include/KDE/Akonadi/KMime/MessageParts +include/KDE/Akonadi/KMime/MessageStatus include/KDE/Akonadi/KMime/MessageThreaderProxyModel include/KDE/Akonadi/KMime/MessageThreadingAttribute include/KDE/Akonadi/KMime/SpecialMailCollections @@ -93,6 +103,8 @@ include/KDE/Akonadi/LinkJob include/KDE/Akonadi/MimeTypeChecker include/KDE/Akonadi/Monitor include/KDE/Akonadi/PreprocessorBase +include/KDE/Akonadi/RecursiveCollectionFilterProxyModel +include/KDE/Akonadi/RecursiveItemFetchJob include/KDE/Akonadi/ResourceBase include/KDE/Akonadi/SearchCreateJob include/KDE/Akonadi/ServerManager @@ -343,6 +355,7 @@ include/KDE/KResources/Resource include/KDE/KResources/SelectDialog include/KDE/KTNEF/Formatter include/KDE/KTNEF/KTNEFAttach +include/KDE/KTNEF/KTNEFDefs include/KDE/KTNEF/KTNEFMessage include/KDE/KTNEF/KTNEFParser include/KDE/KTNEF/KTNEFProperty @@ -1131,6 +1144,8 @@ share/apps/libkholidays/plan2/holiday_cz_cs share/apps/libkholidays/plan2/holiday_de-by_de share/apps/libkholidays/plan2/holiday_de_de share/apps/libkholidays/plan2/holiday_dk_da +share/apps/libkholidays/plan2/holiday_dz_ar +share/apps/libkholidays/plan2/holiday_dz_fr share/apps/libkholidays/plan2/holiday_ee_et share/apps/libkholidays/plan2/holiday_eg_ar share/apps/libkholidays/plan2/holiday_es-ct_ca @@ -1164,6 +1179,8 @@ share/apps/libkholidays/plan2/holiday_jm_en-gb share/apps/libkholidays/plan2/holiday_jp_en-us share/apps/libkholidays/plan2/holiday_jp_ja share/apps/libkholidays/plan2/holiday_kr_ko +share/apps/libkholidays/plan2/holiday_kz_kk +share/apps/libkholidays/plan2/holiday_kz_ru share/apps/libkholidays/plan2/holiday_lt_lt share/apps/libkholidays/plan2/holiday_lu_fr share/apps/libkholidays/plan2/holiday_lu_lb @@ -1175,12 +1192,15 @@ share/apps/libkholidays/plan2/holiday_nc_fr share/apps/libkholidays/plan2/holiday_nl_nl share/apps/libkholidays/plan2/holiday_no_nb share/apps/libkholidays/plan2/holiday_nz_en-gb +share/apps/libkholidays/plan2/holiday_pa_en +share/apps/libkholidays/plan2/holiday_pa_es share/apps/libkholidays/plan2/holiday_pf_fr share/apps/libkholidays/plan2/holiday_pl_pl share/apps/libkholidays/plan2/holiday_pt_pt share/apps/libkholidays/plan2/holiday_py_es share/apps/libkholidays/plan2/holiday_re_fr share/apps/libkholidays/plan2/holiday_ro_ro +share/apps/libkholidays/plan2/holiday_rs_sr share/apps/libkholidays/plan2/holiday_ru_ru share/apps/libkholidays/plan2/holiday_se_sv share/apps/libkholidays/plan2/holiday_sg_en-gb @@ -1236,7 +1256,7 @@ share/kde4/services/akonadi/contact/skypeprotocol.desktop share/kde4/services/akonadi/contact/smsprotocol.desktop share/kde4/services/akonadi/contact/yahooprotocol.desktop share/kde4/services/akonadicontact_actions.desktop -share/kde4/services/imap4.protocol +share/kde4/services/imap.protocol share/kde4/services/imaps.protocol share/kde4/services/kcm_mailtransport.desktop share/kde4/services/kresources.desktop @@ -1343,6 +1363,7 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm include/KDE/Akonadi/KMime @dirrm include/KDE/Akonadi/KCal @dirrm include/KDE/Akonadi/Contact +@dirrm include/KDE/Akonadi/Calendar @dirrm include/KDE/Akonadi @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile index 864a1f90849d..be684b1a59e1 100644 --- a/deskutils/kdeplasma-addons/Makefile +++ b/deskutils/kdeplasma-addons/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdeplasmoids -# Date created: 2008-06-29 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} @@ -17,7 +12,9 @@ COMMENT= Extra plasmoids for KDE4 LIB_DEPENDS= qalculate.5:${PORTSDIR}/math/libqalculate \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ - qca.2:${PORTSDIR}/devel/qca + qca.2:${PORTSDIR}/devel/qca \ + qoauth.1:${PORTSDIR}/net/qoauth \ + qjson.0:${PORTSDIR}/devel/qjson BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 @@ -32,13 +29,16 @@ USE_QT4= dbus gui network opengl script sql svg webkit xml \ USE_XORG= x11 xrender xtst MAKE_JOBS_SAFE= yes -OPTIONS= MARBLE "Support for desktop globe wallpaper" on \ - IBUS "Enable IBUS backend for input dialog" off \ - SCIM "Enable SCIM backend for input dialog" off +OPTIONS_DEFINE= MARBLE IBUS SCIM +OPTIONS_DEFAULT= MARBLE + +MARBLE_DESC= Support for desktop globe wallpaper +IBUS_DESC= Enable IBUS backend for input dialog +SCIM_DESC= Enable SCIM backend for input dialog .include <bsd.port.options.mk> -.ifndef(WITHOUT_MARBLE) +.if ${PORT_OPTIONS:MMARBLE} USE_KDE4+= marble PLIST_SUB+= MARBLE="" .else @@ -46,7 +46,7 @@ CMAKE_ARGS+= -DWITH_Marble:BOOL=FALSE PLIST_SUB+= MARBLE="@comment " .endif -.ifdef(WITH_IBUS) +.if ${PORT_OPTIONS:MIBUS} LIB_DEPENDS+= ibus-1.0:${PORTSDIR}/textproc/ibus PLIST_SUB+= IBUS="" .else @@ -54,7 +54,7 @@ CMAKE_ARGS+= -DWITH_IBUS:BOOL=FALSE PLIST_SUB+= IBUS="@comment " .endif -.ifdef(WITH_SCIM) +.if ${PORT_OPTIONS:MSCIM} LIB_DEPENDS+= scim-1.0.10:${PORTSDIR}/textproc/scim PLIST_SUB+= SCIM="" .else diff --git a/deskutils/kdeplasma-addons/distinfo b/deskutils/kdeplasma-addons/distinfo index 867e37e97644..78a944c55072 100644 --- a/deskutils/kdeplasma-addons/distinfo +++ b/deskutils/kdeplasma-addons/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeplasma-addons-4.8.4.tar.xz) = 16a3f7d54f8b0049b43f8771cd621a1c020fd4b03cb167670c2c292cf3bb8bb8 -SIZE (KDE/kdeplasma-addons-4.8.4.tar.xz) = 1774416 +SHA256 (KDE/kdeplasma-addons-4.9.5.tar.xz) = f6f22d592c448c227d16ba1995d8336c1a41fc1376a9683859ce1764add9475c +SIZE (KDE/kdeplasma-addons-4.9.5.tar.xz) = 1775360 diff --git a/deskutils/kdeplasma-addons/pkg-plist b/deskutils/kdeplasma-addons/pkg-plist index 22be40997021..11fc0be5b36c 100644 --- a/deskutils/kdeplasma-addons/pkg-plist +++ b/deskutils/kdeplasma-addons/pkg-plist @@ -109,6 +109,7 @@ lib/kde4/krunner_konsolesessions.so lib/kde4/krunner_kopete.so lib/kde4/krunner_mediawiki.so lib/kde4/krunner_spellcheckrunner.so +lib/kde4/krunner_youtube.so %%IBUS%%lib/kde4/libexec/kimpanel-ibus-panel %%SCIM%%lib/kde4/libexec/kimpanel-scim-panel lib/kde4/plasma-applet_systemloadviewer.so @@ -132,8 +133,6 @@ lib/kde4/plasma_applet_kdeobservatory.so lib/kde4/plasma_applet_kimpanel.so lib/kde4/plasma_applet_knowledgebase.so lib/kde4/plasma_applet_kolourpicker.so -lib/kde4/plasma_applet_konqprofiles.so -lib/kde4/plasma_applet_konsoleprofiles.so lib/kde4/plasma_applet_lancelot_launcher.so lib/kde4/plasma_applet_lancelot_part.so lib/kde4/plasma_applet_leavenote.so @@ -144,7 +143,6 @@ lib/kde4/plasma_applet_mediaplayer.so lib/kde4/plasma_applet_microblog.so lib/kde4/plasma_applet_news.so lib/kde4/plasma_applet_notes.so -lib/kde4/plasma_applet_nowplaying.so lib/kde4/plasma_applet_opendesktop.so lib/kde4/plasma_applet_opendesktop_activities.so lib/kde4/plasma_applet_paste.so @@ -169,6 +167,8 @@ lib/kde4/plasma_containment_groupingpanel.so lib/kde4/plasma_engine_comic.so lib/kde4/plasma_engine_kdeobservatory.so lib/kde4/plasma_engine_kimpanel.so +lib/kde4/plasma_engine_konqprofiles.so +lib/kde4/plasma_engine_konsoleprofiles.so lib/kde4/plasma_engine_microblog.so lib/kde4/plasma_engine_ocs.so lib/kde4/plasma_engine_potd.so @@ -294,7 +294,6 @@ share/apps/desktoptheme/default/widgets/eyes.svg share/apps/desktoptheme/default/widgets/luna.svgz share/apps/desktoptheme/default/widgets/microblog.svgz share/apps/desktoptheme/default/widgets/notes.svgz -share/apps/desktoptheme/default/widgets/nowplaying/nocover.svgz share/apps/desktoptheme/default/widgets/previewer-16.svgz share/apps/desktoptheme/default/widgets/previewer-22.svgz share/apps/desktoptheme/default/widgets/timer.svgz @@ -329,9 +328,30 @@ share/apps/lancelot/lancelot.notifyrc share/apps/plasma-applet-frame/picture-frame-default.jpg share/apps/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc share/apps/plasma-applet-opendesktop/user.css +share/apps/plasma/plasmoids/konqprofiles/contents/ui/konqprofiles.qml +share/apps/plasma/plasmoids/konqprofiles/metadata.desktop +share/apps/plasma/plasmoids/konsoleprofiles/contents/ui/konsoleprofiles.qml +share/apps/plasma/plasmoids/konsoleprofiles/metadata.desktop +share/apps/plasma/plasmoids/nowplaying/contents/code/service.js +share/apps/plasma/plasmoids/nowplaying/contents/images/nocover.svgz +share/apps/plasma/plasmoids/nowplaying/contents/ui/AlbumArt.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/CompactLayout.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/Controls.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/FullLayout.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/Label.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/MetadataLine.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/MetadataPanel.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/Mpris2.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/PlayPauseButton.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/PositionSlider.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/VLayout.qml +share/apps/plasma/plasmoids/nowplaying/contents/ui/nowplaying.qml +share/apps/plasma/plasmoids/nowplaying/metadata.desktop share/apps/plasma/services/kdeobservatory.operations share/apps/plasma/services/kimpanel.operations share/apps/plasma/services/ocsPerson.operations +share/apps/plasma/services/org.kde.plasma.dataengine.konqprofiles.operations +share/apps/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations share/apps/plasma/services/rtmauth.operations share/apps/plasma/services/rtmtask.operations share/apps/plasma/services/rtmtasks.operations @@ -390,6 +410,7 @@ share/icons/hicolor/128x128/apps/luna.png share/icons/hicolor/128x128/apps/plasmaapplet-shelf.png share/icons/hicolor/128x128/apps/previewer.png share/icons/hicolor/128x128/apps/qalculate-applet.png +share/icons/hicolor/16x16/actions/youtube.png share/icons/hicolor/16x16/apps/bball.png share/icons/hicolor/16x16/apps/eyes.png share/icons/hicolor/16x16/apps/kdeobservatory.png @@ -399,6 +420,7 @@ share/icons/hicolor/16x16/apps/lifegame.png share/icons/hicolor/16x16/apps/luna.png share/icons/hicolor/16x16/apps/plasmaapplet-shelf.png share/icons/hicolor/16x16/apps/previewer.png +share/icons/hicolor/22x22/actions/youtube.png share/icons/hicolor/22x22/apps/eyes.png share/icons/hicolor/22x22/apps/kdeobservatory.png share/icons/hicolor/22x22/apps/lancelot-start.png @@ -409,6 +431,7 @@ share/icons/hicolor/22x22/apps/plasmaapplet-shelf.png share/icons/hicolor/22x22/apps/previewer.png share/icons/hicolor/256x256/apps/eyes.png share/icons/hicolor/256x256/apps/lifegame.png +share/icons/hicolor/32x32/actions/youtube.png share/icons/hicolor/32x32/apps/bball.png share/icons/hicolor/32x32/apps/eyes.png share/icons/hicolor/32x32/apps/kdeobservatory.png @@ -418,6 +441,7 @@ share/icons/hicolor/32x32/apps/lifegame.png share/icons/hicolor/32x32/apps/luna.png share/icons/hicolor/32x32/apps/plasmaapplet-shelf.png share/icons/hicolor/32x32/apps/previewer.png +share/icons/hicolor/48x48/actions/youtube.png share/icons/hicolor/48x48/apps/bball.png share/icons/hicolor/48x48/apps/kdeobservatory.png share/icons/hicolor/48x48/apps/lancelot-start.png @@ -427,6 +451,7 @@ share/icons/hicolor/48x48/apps/luna.png share/icons/hicolor/48x48/apps/plasmaapplet-shelf.png share/icons/hicolor/48x48/apps/previewer.png share/icons/hicolor/48x48/apps/qalculate-applet.png +share/icons/hicolor/64x64/actions/youtube.png share/icons/hicolor/64x64/apps/bball.png share/icons/hicolor/64x64/apps/kdeobservatory.png share/icons/hicolor/64x64/apps/lancelot-start.png @@ -435,6 +460,7 @@ share/icons/hicolor/64x64/apps/lifegame.png share/icons/hicolor/64x64/apps/luna.png share/icons/hicolor/64x64/apps/plasmaapplet-shelf.png share/icons/hicolor/64x64/apps/previewer.png +share/icons/hicolor/scalable/actions/youtube.svgz share/icons/hicolor/scalable/apps/accessories-dictionary.svgz share/icons/hicolor/scalable/apps/bball.svgz share/icons/hicolor/scalable/apps/eyes.svgz @@ -503,6 +529,8 @@ share/kde4/services/plasma-containment-groupingdesktop.desktop share/kde4/services/plasma-containment-groupingpanel.desktop share/kde4/services/plasma-dataengine-comic.desktop share/kde4/services/plasma-dataengine-kimpanel.desktop +share/kde4/services/plasma-dataengine-konqprofiles.desktop +share/kde4/services/plasma-dataengine-konsoleprofiles.desktop share/kde4/services/plasma-dataengine-microblog.desktop share/kde4/services/plasma-dataengine-ocs.desktop share/kde4/services/plasma-dataengine-potd.desktop @@ -527,6 +555,7 @@ share/kde4/services/plasma-runner-spellchecker_config.desktop share/kde4/services/plasma-runner-techbase.desktop share/kde4/services/plasma-runner-wikipedia.desktop share/kde4/services/plasma-runner-wikitravel.desktop +share/kde4/services/plasma-runner-youtube.desktop share/kde4/services/plasma-wallpaper-mandelbrot.desktop %%MARBLE%%share/kde4/services/plasma-wallpaper-marble.desktop share/kde4/services/plasma-wallpaper-pattern.desktop @@ -538,13 +567,22 @@ share/kde4/services/wcpotdprovider.desktop share/kde4/servicetypes/plasma_comicprovider.desktop share/kde4/servicetypes/plasma_potdprovider.desktop share/mime/packages/lancelotpart-mime.xml -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 @dirrm share/apps/rssnow @dirrm share/apps/plasmaboard @dirrm share/apps/plasma_wallpaper_pattern/patterns @dirrm share/apps/plasma_wallpaper_pattern @dirrm share/apps/plasma_pastebin +@dirrm share/apps/plasma/plasmoids/nowplaying/contents/ui +@dirrm share/apps/plasma/plasmoids/nowplaying/contents/images +@dirrm share/apps/plasma/plasmoids/nowplaying/contents/code +@dirrm share/apps/plasma/plasmoids/nowplaying/contents +@dirrm share/apps/plasma/plasmoids/nowplaying +@dirrm share/apps/plasma/plasmoids/konsoleprofiles/contents/ui +@dirrm share/apps/plasma/plasmoids/konsoleprofiles/contents +@dirrm share/apps/plasma/plasmoids/konsoleprofiles +@dirrm share/apps/plasma/plasmoids/konqprofiles/contents/ui +@dirrm share/apps/plasma/plasmoids/konqprofiles/contents +@dirrm share/apps/plasma/plasmoids/konqprofiles @dirrm share/apps/plasma-applet-opendesktop-activities @dirrm share/apps/plasma-applet-opendesktop @dirrm share/apps/plasma-applet-frame @@ -554,7 +592,6 @@ share/mime/packages/lancelotpart-mime.xml @dirrmtry share/apps/desktoptheme/slim-glow @dirrm share/apps/desktoptheme/oxygen/lancelot @dirrmtry share/apps/desktoptheme/oxygen -@dirrm share/apps/desktoptheme/default/widgets/nowplaying @dirrm share/apps/desktoptheme/default/weatherstation @dirrm share/apps/desktoptheme/default/weather @dirrm share/apps/desktoptheme/default/stylesheets diff --git a/deskutils/kruler/Makefile b/deskutils/kruler/Makefile index cd3148e3831f..ce313f61af73 100644 --- a/deskutils/kruler/Makefile +++ b/deskutils/kruler/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kruler -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kruler PORTVERSION= ${KDE4_VERSION} diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index 5bfa4cacadbf..375c9d42d2f8 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kruler-4.8.4.tar.xz) = 48989a35c4d2a69046d3bb9d183e318480f0d2ff3e78f2fbfbd870bffbbab7a7 -SIZE (KDE/kruler-4.8.4.tar.xz) = 134768 +SHA256 (KDE/kruler-4.9.5.tar.xz) = 10d3e3c69f3025ca4edb7ee100a88e0d6ddc8f50208352cbb2f4f50517fc11c9 +SIZE (KDE/kruler-4.9.5.tar.xz) = 134052 diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile index 55c5cd427a9f..26fbdb177e0b 100644 --- a/deskutils/superkaramba/Makefile +++ b/deskutils/superkaramba/Makefile @@ -1,7 +1,3 @@ -# New ports collection Makefile for: superkaramba -# Date created: 2012-02-23 -# Whom: Max Brazhikov <makc@FreeBSD.org> -# # $FreeBSD$ PORTNAME= superkaramba diff --git a/deskutils/superkaramba/distinfo b/deskutils/superkaramba/distinfo index b06f92c1a073..b1b2e36f4c55 100644 --- a/deskutils/superkaramba/distinfo +++ b/deskutils/superkaramba/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/superkaramba-4.8.4.tar.xz) = 3ed728b7d11ed1822a3733b8c6b1e9aab1196e7f0a6f6516ceb0aa9c1675af17 -SIZE (KDE/superkaramba-4.8.4.tar.xz) = 394084 +SHA256 (KDE/superkaramba-4.9.5.tar.xz) = e608d4f3671ea97fb84fd3ec94c29baa525908a87af6f3bd493a7bb9d075da16 +SIZE (KDE/superkaramba-4.9.5.tar.xz) = 390104 diff --git a/devel/Makefile b/devel/Makefile index d49beb32c56c..a7c407b07be4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -869,17 +869,6 @@ SUBDIR += kcachegrind SUBDIR += kdbg SUBDIR += kdebindings4 - SUBDIR += kdebindings4-perl-perlkde - SUBDIR += kdebindings4-perl-perlqt - SUBDIR += kdebindings4-python-krosspython - SUBDIR += kdebindings4-python-pykde4 - SUBDIR += kdebindings4-python-pykdeuic4 - SUBDIR += kdebindings4-ruby-korundum - SUBDIR += kdebindings4-ruby-krossruby - SUBDIR += kdebindings4-ruby-qtruby - SUBDIR += kdebindings4-smoke-smokegen - SUBDIR += kdebindings4-smoke-smokekde - SUBDIR += kdebindings4-smoke-smokeqt SUBDIR += kdesdk3 SUBDIR += kdesdk4 SUBDIR += kdesvn-kde4 @@ -2941,6 +2930,8 @@ SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-perlbrew + SUBDIR += p5-perlkde + SUBDIR += p5-perlqt SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-reaper @@ -3481,6 +3472,7 @@ SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue + SUBDIR += py-krosspython SUBDIR += py-kss-core SUBDIR += py-levenshtein SUBDIR += py-libgsf @@ -3548,6 +3540,8 @@ SUBDIR += py-pyev SUBDIR += py-pygithub SUBDIR += py-pygpx + SUBDIR += py-pykde4 + SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pylib SUBDIR += py-pymarc @@ -3867,6 +3861,8 @@ SUBDIR += ruby-intl SUBDIR += ruby-io-reactor SUBDIR += ruby-jttui + SUBDIR += ruby-korundum + SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale SUBDIR += ruby-locale2 @@ -3875,6 +3871,7 @@ SUBDIR += ruby-multi SUBDIR += ruby-ncurses SUBDIR += ruby-property + SUBDIR += ruby-qtruby SUBDIR += ruby-racc SUBDIR += ruby-rbbr SUBDIR += ruby-rbison @@ -4168,6 +4165,9 @@ SUBDIR += smake SUBDIR += smc SUBDIR += sml_tk + SUBDIR += smokegen + SUBDIR += smokekde + SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sourcenav diff --git a/devel/grantlee/Makefile b/devel/grantlee/Makefile index ab118964f71e..3fd799d71165 100644 --- a/devel/grantlee/Makefile +++ b/devel/grantlee/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: grantlee -# Date created: 2010-10-03 -# Whom: Dima Panov <fluffy@FreeBSD.org> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= grantlee -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.3.0 CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ \ http://www.loegria.net/${PORTNAME}/ @@ -15,21 +11,20 @@ MAINTAINER= kde@FreeBSD.org COMMENT= String template engine for Qt4 LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING.LIB +USE_QT4= corelib gui qtestlib_build script \ + qmake_build moc_build rcc_build uic_build USE_CMAKE= yes -USE_LDCONFIG= yes -USE_QT4= corelib gui script \ - qmake_build moc_build rcc_build uic_build qtestlib_build -CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE CMAKE_OUTSOURCE= yes +CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE MAKE_JOBS_UNSAFE= yes +USE_LDCONFIG= yes -OPTIONS= DOCS "Install API documentation" off +OPTIONS_DEFINE= DOXYGEN -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_DOCS) +.if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz PORTDOCS= * @@ -40,4 +35,4 @@ post-install: cd ${BUILD_WRKSRC}/apidox && ${COPYTREE_SHARE} \* ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/grantlee/distinfo b/devel/grantlee/distinfo index da556c3a01cf..6bb5a37e4387 100644 --- a/devel/grantlee/distinfo +++ b/devel/grantlee/distinfo @@ -1,2 +1,2 @@ -SHA256 (grantlee-0.2.0.tar.gz) = 43a6256b46a14cc12a2a6bdbe300f1c5ab52abd0cb6ba357db4580148bddd474 -SIZE (grantlee-0.2.0.tar.gz) = 1128991 +SHA256 (grantlee-0.3.0.tar.gz) = fb7ebcc9beb5f74077a5e2fb4e9893d280dd3346e7f5f58155f0dcc9a2e25f30 +SIZE (grantlee-0.3.0.tar.gz) = 1132163 diff --git a/devel/grantlee/pkg-descr b/devel/grantlee/pkg-descr index de02e7f0526a..3bd213cc9632 100644 --- a/devel/grantlee/pkg-descr +++ b/devel/grantlee/pkg-descr @@ -1,4 +1,4 @@ Grantlee is a string template engine based on the Django template -system and written in Qt4. +system and written using the Qt framework. -WWW: http://gitorious.org/grantlee/pages/Home/ +WWW: http://gitorious.org/grantlee/pages/Home diff --git a/devel/grantlee/pkg-plist b/devel/grantlee/pkg-plist index 6cdabb64bbf8..f789092ca30a 100644 --- a/devel/grantlee/pkg-plist +++ b/devel/grantlee/pkg-plist @@ -37,17 +37,17 @@ lib/cmake/grantlee/GrantleeParseArguments.cmake lib/cmake/grantlee/GrantleeTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/grantlee/GrantleeTargets.cmake lib/cmake/grantlee/GrantleeUse.cmake -lib/grantlee/0.2/grantlee_defaultfilters.so -lib/grantlee/0.2/grantlee_defaulttags.so -lib/grantlee/0.2/grantlee_i18ntags.so -lib/grantlee/0.2/grantlee_loadertags.so +lib/grantlee/0.3/grantlee_defaultfilters.so +lib/grantlee/0.3/grantlee_defaulttags.so +lib/grantlee/0.3/grantlee_i18ntags.so +lib/grantlee/0.3/grantlee_loadertags.so lib/libgrantlee_core.so lib/libgrantlee_core.so.0 -lib/libgrantlee_core.so.0.2.0 +lib/libgrantlee_core.so.0.3.0 lib/libgrantlee_gui.so lib/libgrantlee_gui.so.0 -lib/libgrantlee_gui.so.0.2.0 -@dirrm lib/grantlee/0.2 +lib/libgrantlee_gui.so.0.3.0 +@dirrm lib/grantlee/0.3 @dirrm lib/grantlee @dirrm lib/cmake/grantlee @dirrmtry lib/cmake diff --git a/devel/kdebindings4-perl-perlkde/distinfo b/devel/kdebindings4-perl-perlkde/distinfo deleted file mode 100644 index 168543885b06..000000000000 --- a/devel/kdebindings4-perl-perlkde/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/perlkde-4.8.4.tar.xz) = e4c967154c12a5bc03b6d83086bae14aa46813e9d489cff7dff6c40b99cb24cd -SIZE (KDE/perlkde-4.8.4.tar.xz) = 47516 diff --git a/devel/kdebindings4-perl-perlqt/distinfo b/devel/kdebindings4-perl-perlqt/distinfo deleted file mode 100644 index e6cf2c474335..000000000000 --- a/devel/kdebindings4-perl-perlqt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/perlqt-4.8.4.tar.xz) = b8e5c702ce743dd788a47abd71135a51ce7496442970c3b7d41453299a685c66 -SIZE (KDE/perlqt-4.8.4.tar.xz) = 1852340 diff --git a/devel/kdebindings4-python-krosspython/distinfo b/devel/kdebindings4-python-krosspython/distinfo deleted file mode 100644 index aab021b3f9ad..000000000000 --- a/devel/kdebindings4-python-krosspython/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kross-interpreters-4.8.4.tar.xz) = 3addda9c8d394ea7d1cf4eefa68b4759c28351e18dbf5e28e7a769af7be7d829 -SIZE (KDE/kross-interpreters-4.8.4.tar.xz) = 134740 diff --git a/devel/kdebindings4-python-pykde4/distinfo b/devel/kdebindings4-python-pykde4/distinfo deleted file mode 100644 index d118656c0e0c..000000000000 --- a/devel/kdebindings4-python-pykde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/pykde4-4.8.4.tar.xz) = 676ed49a0422a1be19b72a13b62147942242cfea0e8993a5a85c07d905c7df3e -SIZE (KDE/pykde4-4.8.4.tar.xz) = 2111428 diff --git a/devel/kdebindings4-ruby-korundum/distinfo b/devel/kdebindings4-ruby-korundum/distinfo deleted file mode 100644 index 676088b529a5..000000000000 --- a/devel/kdebindings4-ruby-korundum/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/korundum-4.8.4.tar.xz) = 535b9153dc9c80a558a23e829ac94f4c9f1c0476f71fda77d20f2ff80071706e -SIZE (KDE/korundum-4.8.4.tar.xz) = 167320 diff --git a/devel/kdebindings4-ruby-krossruby/distinfo b/devel/kdebindings4-ruby-krossruby/distinfo deleted file mode 100644 index aab021b3f9ad..000000000000 --- a/devel/kdebindings4-ruby-krossruby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kross-interpreters-4.8.4.tar.xz) = 3addda9c8d394ea7d1cf4eefa68b4759c28351e18dbf5e28e7a769af7be7d829 -SIZE (KDE/kross-interpreters-4.8.4.tar.xz) = 134740 diff --git a/devel/kdebindings4-ruby-qtruby/distinfo b/devel/kdebindings4-ruby-qtruby/distinfo deleted file mode 100644 index d53a4951d437..000000000000 --- a/devel/kdebindings4-ruby-qtruby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/qtruby-4.8.4.tar.xz) = e8bf72c03b9a2228a23ad8572e5d0b145b13f963e3a694159fb7dfb0d544abc7 -SIZE (KDE/qtruby-4.8.4.tar.xz) = 547772 diff --git a/devel/kdebindings4-smoke-smokegen/distinfo b/devel/kdebindings4-smoke-smokegen/distinfo deleted file mode 100644 index 364680392ac3..000000000000 --- a/devel/kdebindings4-smoke-smokegen/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/smokegen-4.8.4.tar.xz) = 1e6794293856ef105056ec2b45c55637164d63682b340a8ffab7add1cdebdf23 -SIZE (KDE/smokegen-4.8.4.tar.xz) = 151716 diff --git a/devel/kdebindings4-smoke-smokekde/distinfo b/devel/kdebindings4-smoke-smokekde/distinfo deleted file mode 100644 index 672795db02fb..000000000000 --- a/devel/kdebindings4-smoke-smokekde/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/smokekde-4.8.4.tar.xz) = 02a5694d61d63f5d77da1c336dbfeba697d5b94dbc98d2c5a3b1ae2a503b19cd -SIZE (KDE/smokekde-4.8.4.tar.xz) = 40564 diff --git a/devel/kdebindings4-smoke-smokeqt/distinfo b/devel/kdebindings4-smoke-smokeqt/distinfo deleted file mode 100644 index fc5c41b7d319..000000000000 --- a/devel/kdebindings4-smoke-smokeqt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/smokeqt-4.8.4.tar.xz) = 80b2a054252135b4ecd88fd6c998a6b6cee78560d21d3e6300a7fc7a3012c10c -SIZE (KDE/smokeqt-4.8.4.tar.xz) = 33512 diff --git a/devel/kdebindings4/Makefile b/devel/kdebindings4/Makefile index 648f2a554b2c..17e50bbeaede 100644 --- a/devel/kdebindings4/Makefile +++ b/devel/kdebindings4/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdebindings4 -# Date created: 2008-08-19 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= kdebindings PORTVERSION= ${KDE4_VERSION} @@ -17,23 +12,26 @@ COMMENT= KDE bindings meta port USE_KDE4= kdeprefix NO_BUILD= yes -OPTIONS= PERL "Perl bindings" on \ - PYTHON "Python bindings" on \ - RUBY "Ruby bindings" on +OPTIONS_DEFINE= PERL PYTHON RUBY +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +PERL_DESC= Perl bindings +PYTHON_DESC= Python bindings +RUBY_DESC= Ruby bindings .include <bsd.port.options.mk> -.if !defined(WITHOUT_PERL) +.if ${PORT_OPTIONS:MPERL} USE_KDE4+= perlkde_run .endif -.if !defined(WITHOUT_PYTHON) -RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/kdebindings4-python-krosspython +.if ${PORT_OPTIONS:MPYTHON} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/py-krosspython USE_KDE4+= pykde4_run pykdeuic4_run .endif -.if !defined(WITHOUT_RUBY) -RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krossruby.so:${PORTSDIR}/devel/kdebindings4-ruby-krossruby +.if ${PORT_OPTIONS:MRUBY} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krossruby.so:${PORTSDIR}/devel/ruby-krossruby USE_KDE4+= korundum_run .endif diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index cfcd9a0cc139..5e9c983a9e4f 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdesdk PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -60,12 +59,15 @@ MAN1= adddebug.1 \ xml2pot.1 \ zonetab2pot.py.1 -OPTIONS= ANTLR "Support for po2xml and swappo tools" off \ - KATE "Install Kate advanced text editor" on +OPTIONS_DEFINE= ANTLR KATE +OPTIONS_DEFAULT= KATE + +ANTLR_DESC= Support for po2xml and swappo tools +KATE_DESC= Install Kate advanced text editor .include <bsd.port.options.mk> -.ifdef(WITH_ANTLR) +.if ${PORT_OPTIONS:MANTLR} BUILD_DEPENDS+= antlr:${PORTSDIR}/devel/antlr RUN_DEPENDS+= antlr:${PORTSDIR}/devel/antlr PLIST_SUB+= ANTLR="" @@ -74,7 +76,7 @@ CMAKE_ARGS+= -DWITH_Antlr2:BOOL=off PLIST_SUB+= ANTLR="@comment " .endif -.ifndef(WITHOUT_KATE) +.if ${PORT_OPTIONS:MKATE} USE_KDE4+= kate_run .endif diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo index e188513d57bf..83f31d943d74 100644 --- a/devel/kdesdk4/distinfo +++ b/devel/kdesdk4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdesdk-4.8.4.tar.xz) = cf07bac39204b919eae6010fe4499a6674523a4b5bb3eecf8ba1a0aa1331ef97 -SIZE (KDE/kdesdk-4.8.4.tar.xz) = 5361480 +SHA256 (KDE/kdesdk-4.9.5.tar.xz) = 8b62c3ec7d3dd9ac5489df3e77f02b17e92a64c0b6e409b9f9e1665aa57e62f0 +SIZE (KDE/kdesdk-4.9.5.tar.xz) = 5165436 diff --git a/devel/kdesdk4/pkg-plist b/devel/kdesdk4/pkg-plist index e1dc8b729830..2d025381c6db 100644 --- a/devel/kdesdk4/pkg-plist +++ b/devel/kdesdk4/pkg-plist @@ -74,108 +74,108 @@ bin/umbrello bin/wcgrep bin/xml2pot bin/zonetab2pot.py -include/KDE/Kasten1/AbstractConnectJob -include/KDE/Kasten1/AbstractDocument -include/KDE/Kasten1/AbstractDocumentFactory -include/KDE/Kasten1/AbstractDocumentStrategy -include/KDE/Kasten1/AbstractExportJob -include/KDE/Kasten1/AbstractFileSystemConnectJob -include/KDE/Kasten1/AbstractFileSystemExportJob -include/KDE/Kasten1/AbstractFileSystemLoadJob -include/KDE/Kasten1/AbstractFileSystemSyncFromRemoteJob -include/KDE/Kasten1/AbstractFileSystemSyncToRemoteJob -include/KDE/Kasten1/AbstractFileSystemSyncWithRemoteJob -include/KDE/Kasten1/AbstractGroupedViews -include/KDE/Kasten1/AbstractLinePopup -include/KDE/Kasten1/AbstractLoadJob -include/KDE/Kasten1/AbstractModel -include/KDE/Kasten1/AbstractModelDataGenerator -include/KDE/Kasten1/AbstractModelDataGeneratorConfigEditor -include/KDE/Kasten1/AbstractModelDataGeneratorConfigEditorFactory -include/KDE/Kasten1/AbstractModelExporter -include/KDE/Kasten1/AbstractModelExporterConfigEditor -include/KDE/Kasten1/AbstractModelExporterConfigEditorFactory -include/KDE/Kasten1/AbstractModelFileSystemSynchronizer -include/KDE/Kasten1/AbstractModelSelection -include/KDE/Kasten1/AbstractModelStreamEncoder -include/KDE/Kasten1/AbstractModelStreamEncoderConfigEditor -include/KDE/Kasten1/AbstractModelStreamEncoderConfigEditorFactory -include/KDE/Kasten1/AbstractModelSynchronizer -include/KDE/Kasten1/AbstractModelSynchronizerFactory -include/KDE/Kasten1/AbstractSelectionView -include/KDE/Kasten1/AbstractSyncFromRemoteJob -include/KDE/Kasten1/AbstractSyncToRemoteJob -include/KDE/Kasten1/AbstractSyncWithRemoteJob -include/KDE/Kasten1/AbstractTool -include/KDE/Kasten1/AbstractToolFactory -include/KDE/Kasten1/AbstractToolInlineView -include/KDE/Kasten1/AbstractToolView -include/KDE/Kasten1/AbstractToolViewFactory -include/KDE/Kasten1/AbstractToolWidget -include/KDE/Kasten1/AbstractView -include/KDE/Kasten1/AbstractViewArea -include/KDE/Kasten1/AbstractViewFactory -include/KDE/Kasten1/AbstractXmlGuiController -include/KDE/Kasten1/ClipboardController -include/KDE/Kasten1/CloseController -include/KDE/Kasten1/CopyAsController -include/KDE/Kasten1/CreatorController -include/KDE/Kasten1/DataSelectable -include/KDE/Kasten1/DialogHandler -include/KDE/Kasten1/DocumentCreateManager -include/KDE/Kasten1/DocumentManager -include/KDE/Kasten1/DocumentSyncManager -include/KDE/Kasten1/DocumentVersionData -include/KDE/Kasten1/DocumentsTool -include/KDE/Kasten1/DocumentsToolView -include/KDE/Kasten1/DummyView -include/KDE/Kasten1/ExportController -include/KDE/Kasten1/FileSystemBrowserTool -include/KDE/Kasten1/FileSystemBrowserToolView -include/KDE/Kasten1/FullScreenController -include/KDE/Kasten1/JobManager -include/KDE/Kasten1/LoaderController -include/KDE/Kasten1/ModelCodecManager -include/KDE/Kasten1/ModelCodecViewManager -include/KDE/Kasten1/ModelDataGenerateThread -include/KDE/Kasten1/ModelEncoderFileSystemExportJob -include/KDE/Kasten1/ModelEncoderFileSystemExporter -include/KDE/Kasten1/ModelEncoderFileSystemExporterConfigEditor -include/KDE/Kasten1/ModelEncoderFileSystemExporterConfigEditorFactory -include/KDE/Kasten1/ModelStreamEncodeThread -include/KDE/Kasten1/ModifiedBarController -include/KDE/Kasten1/MultiDocumentStrategy -include/KDE/Kasten1/MultiViewAreas -include/KDE/Kasten1/Person -include/KDE/Kasten1/QuitController -include/KDE/Kasten1/ReadOnlyBarController -include/KDE/Kasten1/ReadOnlyController -include/KDE/Kasten1/SelectController -include/KDE/Kasten1/SelectedDataWriteable -include/KDE/Kasten1/SetRemoteController -include/KDE/Kasten1/ShellWindow -include/KDE/Kasten1/SingleDocumentStrategy -include/KDE/Kasten1/SingleViewArea -include/KDE/Kasten1/SingleViewWindow -include/KDE/Kasten1/StatusBar -include/KDE/Kasten1/SwitchViewController -include/KDE/Kasten1/SynchronizeController -include/KDE/Kasten1/TabbedViews -include/KDE/Kasten1/ToggleButton -include/KDE/Kasten1/ToolInlineViewable -include/KDE/Kasten1/ToolListMenuController -include/KDE/Kasten1/UserListable -include/KDE/Kasten1/VersionController -include/KDE/Kasten1/VersionViewTool -include/KDE/Kasten1/VersionViewToolView -include/KDE/Kasten1/Versionable -include/KDE/Kasten1/ViewAreaSplitable -include/KDE/Kasten1/ViewListMenuController -include/KDE/Kasten1/ViewManager -include/KDE/Kasten1/WidgetsDockable -include/KDE/Kasten1/ZoomBarController -include/KDE/Kasten1/ZoomController -include/KDE/Kasten1/Zoomable +include/KDE/Kasten2/AbstractConnectJob +include/KDE/Kasten2/AbstractDocument +include/KDE/Kasten2/AbstractDocumentFactory +include/KDE/Kasten2/AbstractDocumentStrategy +include/KDE/Kasten2/AbstractExportJob +include/KDE/Kasten2/AbstractFileSystemConnectJob +include/KDE/Kasten2/AbstractFileSystemExportJob +include/KDE/Kasten2/AbstractFileSystemLoadJob +include/KDE/Kasten2/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten2/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten2/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten2/AbstractGroupedViews +include/KDE/Kasten2/AbstractLinePopup +include/KDE/Kasten2/AbstractLoadJob +include/KDE/Kasten2/AbstractModel +include/KDE/Kasten2/AbstractModelDataGenerator +include/KDE/Kasten2/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten2/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten2/AbstractModelExporter +include/KDE/Kasten2/AbstractModelExporterConfigEditor +include/KDE/Kasten2/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten2/AbstractModelFileSystemSynchronizer +include/KDE/Kasten2/AbstractModelSelection +include/KDE/Kasten2/AbstractModelStreamEncoder +include/KDE/Kasten2/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten2/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten2/AbstractModelSynchronizer +include/KDE/Kasten2/AbstractModelSynchronizerFactory +include/KDE/Kasten2/AbstractSelectionView +include/KDE/Kasten2/AbstractSyncFromRemoteJob +include/KDE/Kasten2/AbstractSyncToRemoteJob +include/KDE/Kasten2/AbstractSyncWithRemoteJob +include/KDE/Kasten2/AbstractTool +include/KDE/Kasten2/AbstractToolFactory +include/KDE/Kasten2/AbstractToolInlineView +include/KDE/Kasten2/AbstractToolView +include/KDE/Kasten2/AbstractToolViewFactory +include/KDE/Kasten2/AbstractToolWidget +include/KDE/Kasten2/AbstractView +include/KDE/Kasten2/AbstractViewArea +include/KDE/Kasten2/AbstractViewFactory +include/KDE/Kasten2/AbstractXmlGuiController +include/KDE/Kasten2/ClipboardController +include/KDE/Kasten2/CloseController +include/KDE/Kasten2/CopyAsController +include/KDE/Kasten2/CreatorController +include/KDE/Kasten2/DataSelectable +include/KDE/Kasten2/DialogHandler +include/KDE/Kasten2/DocumentCreateManager +include/KDE/Kasten2/DocumentManager +include/KDE/Kasten2/DocumentSyncManager +include/KDE/Kasten2/DocumentVersionData +include/KDE/Kasten2/DocumentsTool +include/KDE/Kasten2/DocumentsToolView +include/KDE/Kasten2/DummyView +include/KDE/Kasten2/ExportController +include/KDE/Kasten2/FileSystemBrowserTool +include/KDE/Kasten2/FileSystemBrowserToolView +include/KDE/Kasten2/FullScreenController +include/KDE/Kasten2/JobManager +include/KDE/Kasten2/LoaderController +include/KDE/Kasten2/ModelCodecManager +include/KDE/Kasten2/ModelCodecViewManager +include/KDE/Kasten2/ModelDataGenerateThread +include/KDE/Kasten2/ModelEncoderFileSystemExportJob +include/KDE/Kasten2/ModelEncoderFileSystemExporter +include/KDE/Kasten2/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten2/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten2/ModelStreamEncodeThread +include/KDE/Kasten2/ModifiedBarController +include/KDE/Kasten2/MultiDocumentStrategy +include/KDE/Kasten2/MultiViewAreas +include/KDE/Kasten2/Person +include/KDE/Kasten2/QuitController +include/KDE/Kasten2/ReadOnlyBarController +include/KDE/Kasten2/ReadOnlyController +include/KDE/Kasten2/SelectController +include/KDE/Kasten2/SelectedDataWriteable +include/KDE/Kasten2/SetRemoteController +include/KDE/Kasten2/ShellWindow +include/KDE/Kasten2/SingleDocumentStrategy +include/KDE/Kasten2/SingleViewArea +include/KDE/Kasten2/SingleViewWindow +include/KDE/Kasten2/StatusBar +include/KDE/Kasten2/SwitchViewController +include/KDE/Kasten2/SynchronizeController +include/KDE/Kasten2/TabbedViews +include/KDE/Kasten2/ToggleButton +include/KDE/Kasten2/ToolInlineViewable +include/KDE/Kasten2/ToolListMenuController +include/KDE/Kasten2/UserListable +include/KDE/Kasten2/VersionController +include/KDE/Kasten2/VersionViewTool +include/KDE/Kasten2/VersionViewToolView +include/KDE/Kasten2/Versionable +include/KDE/Kasten2/ViewAreaSplitable +include/KDE/Kasten2/ViewListMenuController +include/KDE/Kasten2/ViewManager +include/KDE/Kasten2/WidgetsDockable +include/KDE/Kasten2/ZoomBarController +include/KDE/Kasten2/ZoomController +include/KDE/Kasten2/Zoomable include/KDE/Okteta1/AbstractByteArrayColumnRenderer include/KDE/Okteta1/AbstractByteArrayModel include/KDE/Okteta1/AbstractByteArrayView @@ -201,7 +201,6 @@ include/KDE/Okteta1/ChangesDescribable include/KDE/Okteta1/CharByteArrayColumnRenderer include/KDE/Okteta1/CharCodec include/KDE/Okteta1/Character -include/KDE/Okteta1/ColumnsView include/KDE/Okteta1/Line include/KDE/Okteta1/LinePosition include/KDE/Okteta1/LinePositionRange @@ -217,196 +216,202 @@ include/KDE/Okteta1/ValueCodec include/KDE/Okteta1/Versionable include/KDE/Okteta1/WidgetColumnStylist include/KDE/Okteta1/WordByteArrayService -include/kasten1/abstractconnectjob.h -include/kasten1/abstractcontroller.h -include/kasten1/abstractdocument.h -include/kasten1/abstractdocumentfactory.h -include/kasten1/abstractdocumentstrategy.h -include/kasten1/abstractexportjob.h -include/kasten1/abstractfilesystemconnectjob.h -include/kasten1/abstractfilesystemexportjob.h -include/kasten1/abstractfilesystemloadjob.h -include/kasten1/abstractfilesystemsyncfromremotejob.h -include/kasten1/abstractfilesystemsynctoremotejob.h -include/kasten1/abstractfilesystemsyncwithremotejob.h -include/kasten1/abstractgroupedviews.h -include/kasten1/abstractlinepopup.h -include/kasten1/abstractloadjob.h -include/kasten1/abstractmodel.h -include/kasten1/abstractmodeldatagenerator.h -include/kasten1/abstractmodeldatageneratorconfigeditor.h -include/kasten1/abstractmodeldatageneratorconfigeditorfactory.h -include/kasten1/abstractmodelexporter.h -include/kasten1/abstractmodelexporterconfigeditor.h -include/kasten1/abstractmodelexporterconfigeditorfactory.h -include/kasten1/abstractmodelfilesystemsynchronizer.h -include/kasten1/abstractmodelselection.h -include/kasten1/abstractmodelstreamencoder.h -include/kasten1/abstractmodelstreamencoderconfigeditor.h -include/kasten1/abstractmodelstreamencoderconfigeditorfactory.h -include/kasten1/abstractmodelsynchronizer.h -include/kasten1/abstractmodelsynchronizerfactory.h -include/kasten1/abstractoverwritedialog.h -include/kasten1/abstractsavediscarddialog.h -include/kasten1/abstractselectionview.h -include/kasten1/abstractsyncfromremotejob.h -include/kasten1/abstractsynctoremotejob.h -include/kasten1/abstractsyncwithremotejob.h -include/kasten1/abstracttool.h -include/kasten1/abstracttoolfactory.h -include/kasten1/abstracttoolinlineview.h -include/kasten1/abstracttoolview.h -include/kasten1/abstracttoolviewfactory.h -include/kasten1/abstracttoolwidget.h -include/kasten1/abstractview.h -include/kasten1/abstractviewarea.h -include/kasten1/abstractviewfactory.h -include/kasten1/abstractxmlguicontroller.h -include/kasten1/clipboardcontroller.h -include/kasten1/closecontroller.h -include/kasten1/copyascontroller.h -include/kasten1/creatorcontroller.h -include/kasten1/dataselectable.h -include/kasten1/dialoghandler.h -include/kasten1/documentcreatemanager.h -include/kasten1/documentmanager.h -include/kasten1/documentstool.h -include/kasten1/documentstoolview.h -include/kasten1/documentsyncmanager.h -include/kasten1/documentversiondata.h -include/kasten1/documentversionid.h -include/kasten1/dummyview.h -include/kasten1/exportcontroller.h -include/kasten1/filesystembrowsertool.h -include/kasten1/filesystembrowsertoolview.h -include/kasten1/fullscreencontroller.h -include/kasten1/insertcontroller.h -include/kasten1/jobmanager.h -include/kasten1/kastencontrollers_export.h -include/kasten1/kastencore.h -include/kasten1/kastencore_export.h -include/kasten1/kastengui.h -include/kasten1/kastengui_export.h -include/kasten1/loadercontroller.h -include/kasten1/modelcodecmanager.h -include/kasten1/modelcodecviewmanager.h -include/kasten1/modeldatageneratethread.h -include/kasten1/modelencoderfilesystemexporter.h -include/kasten1/modelencoderfilesystemexporterconfigeditor.h -include/kasten1/modelencoderfilesystemexporterconfigeditorfactory.h -include/kasten1/modelencoderfilesystemexportjob.h -include/kasten1/modelstreamencodethread.h -include/kasten1/modifiedbarcontroller.h -include/kasten1/multidocumentstrategy.h -include/kasten1/multiviewareas.h -include/kasten1/okteta1/abstractbytearraystreamencoder.h -include/kasten1/okteta1/bookmarkscontroller.h -include/kasten1/okteta1/bookmarkstool.h -include/kasten1/okteta1/bookmarkstoolfactory.h -include/kasten1/okteta1/bookmarkstoolview.h -include/kasten1/okteta1/bookmarkstoolviewfactory.h -include/kasten1/okteta1/bytearraycharsstreamencoder.h -include/kasten1/okteta1/bytearraydocument.h -include/kasten1/okteta1/bytearraydocumentfactory.h -include/kasten1/okteta1/bytearrayrawfilesynchronizer.h -include/kasten1/okteta1/bytearrayrawfilesynchronizerfactory.h -include/kasten1/okteta1/bytearrayselection.h -include/kasten1/okteta1/bytearraysourcecodestreamencoder.h -include/kasten1/okteta1/bytearraysourcecodestreamencoderconfigeditor.h -include/kasten1/okteta1/bytearraysourcecodestreamencoderconfigeditorfactory.h -include/kasten1/okteta1/bytearraytextstreamencoderpreview.h -include/kasten1/okteta1/bytearrayvaluesstreamencoder.h -include/kasten1/okteta1/bytearrayvaluesstreamencoderconfigeditor.h -include/kasten1/okteta1/bytearrayvaluesstreamencoderconfigeditorfactory.h -include/kasten1/okteta1/bytearrayview.h -include/kasten1/okteta1/bytearrayviewfactory.h -include/kasten1/okteta1/bytearrayviewtextstreamencoder.h -include/kasten1/okteta1/bytetabletool.h -include/kasten1/okteta1/bytetabletoolfactory.h -include/kasten1/okteta1/bytetabletoolview.h -include/kasten1/okteta1/bytetabletoolviewfactory.h -include/kasten1/okteta1/charsetconversiontoolfactory.h -include/kasten1/okteta1/charsetconversiontoolviewfactory.h -include/kasten1/okteta1/checksumtool.h -include/kasten1/okteta1/checksumtoolfactory.h -include/kasten1/okteta1/checksumtoolview.h -include/kasten1/okteta1/checksumtoolviewfactory.h -include/kasten1/okteta1/documentinfotool.h -include/kasten1/okteta1/documentinfotoolview.h -include/kasten1/okteta1/filtertool.h -include/kasten1/okteta1/filtertoolfactory.h -include/kasten1/okteta1/filtertoolview.h -include/kasten1/okteta1/filtertoolviewfactory.h -include/kasten1/okteta1/gotooffsetcontroller.h -include/kasten1/okteta1/gotooffsettool.h -include/kasten1/okteta1/gotooffsettoolview.h -include/kasten1/okteta1/infotool.h -include/kasten1/okteta1/infotoolfactory.h -include/kasten1/okteta1/infotoolview.h -include/kasten1/okteta1/infotoolviewfactory.h -include/kasten1/okteta1/kfinddirection.h -include/kasten1/okteta1/oktetakastencontrollers_export.h -include/kasten1/okteta1/oktetakastencore_export.h -include/kasten1/okteta1/oktetakastengui_export.h -include/kasten1/okteta1/overwritemodecontroller.h -include/kasten1/okteta1/overwriteonlycontroller.h -include/kasten1/okteta1/poddecodertool.h -include/kasten1/okteta1/poddecodertoolfactory.h -include/kasten1/okteta1/poddecodertoolview.h -include/kasten1/okteta1/poddecodertoolviewfactory.h -include/kasten1/okteta1/printcontroller.h -include/kasten1/okteta1/replacecontroller.h -include/kasten1/okteta1/replaceuserqueryable.h -include/kasten1/okteta1/searchcontroller.h -include/kasten1/okteta1/searchuserqueryable.h -include/kasten1/okteta1/selectrangecontroller.h -include/kasten1/okteta1/stringsextracttool.h -include/kasten1/okteta1/stringsextracttoolfactory.h -include/kasten1/okteta1/stringsextracttoolview.h -include/kasten1/okteta1/stringsextracttoolviewfactory.h -include/kasten1/okteta1/structtool.h -include/kasten1/okteta1/structtoolview.h -include/kasten1/okteta1/structurestoolfactory.h -include/kasten1/okteta1/structurestoolviewfactory.h -include/kasten1/okteta1/viewconfigcontroller.h -include/kasten1/okteta1/viewmodecontroller.h -include/kasten1/okteta1/viewstatuscontroller.h -include/kasten1/person.h -include/kasten1/quitcontroller.h -include/kasten1/readonlybarcontroller.h -include/kasten1/readonlycontroller.h -include/kasten1/selectcontroller.h -include/kasten1/selecteddatawriteable.h -include/kasten1/setremotecontroller.h -include/kasten1/shellwindow.h -include/kasten1/singledocumentstrategy.h -include/kasten1/singleviewarea.h -include/kasten1/singleviewwindow.h -include/kasten1/statusbar.h -include/kasten1/statusbarlayout.h -include/kasten1/switchviewcontroller.h -include/kasten1/synchronizecontroller.h -include/kasten1/tabbedviews.h -include/kasten1/togglebutton.h -include/kasten1/toolinlineviewable.h -include/kasten1/toolinlineviewwidget.h -include/kasten1/toollistmenucontroller.h -include/kasten1/toolviewdockwidget.h -include/kasten1/userlistable.h -include/kasten1/versionable.h -include/kasten1/versioncontroller.h -include/kasten1/versionviewtool.h -include/kasten1/versionviewtoolview.h -include/kasten1/viewareabox.h -include/kasten1/viewareasplitable.h -include/kasten1/viewareasplitcontroller.h -include/kasten1/viewbox.h -include/kasten1/viewlistmenucontroller.h -include/kasten1/viewmanager.h -include/kasten1/widgetsdockable.h -include/kasten1/zoomable.h -include/kasten1/zoombarcontroller.h -include/kasten1/zoomcontroller.h +include/kasten2/abstractconnectjob.h +include/kasten2/abstractcontroller.h +include/kasten2/abstractdocument.h +include/kasten2/abstractdocumentfactory.h +include/kasten2/abstractdocumentstrategy.h +include/kasten2/abstractexportjob.h +include/kasten2/abstractfilesystemconnectjob.h +include/kasten2/abstractfilesystemexportjob.h +include/kasten2/abstractfilesystemloadjob.h +include/kasten2/abstractfilesystemsyncfromremotejob.h +include/kasten2/abstractfilesystemsynctoremotejob.h +include/kasten2/abstractfilesystemsyncwithremotejob.h +include/kasten2/abstractgroupedviews.h +include/kasten2/abstractlinepopup.h +include/kasten2/abstractloadjob.h +include/kasten2/abstractmodel.h +include/kasten2/abstractmodeldatagenerator.h +include/kasten2/abstractmodeldatageneratorconfigeditor.h +include/kasten2/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten2/abstractmodelexporter.h +include/kasten2/abstractmodelexporterconfigeditor.h +include/kasten2/abstractmodelexporterconfigeditorfactory.h +include/kasten2/abstractmodelfilesystemsynchronizer.h +include/kasten2/abstractmodelselection.h +include/kasten2/abstractmodelstreamencoder.h +include/kasten2/abstractmodelstreamencoderconfigeditor.h +include/kasten2/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten2/abstractmodelsynchronizer.h +include/kasten2/abstractmodelsynchronizerfactory.h +include/kasten2/abstractoverwritedialog.h +include/kasten2/abstractsavediscarddialog.h +include/kasten2/abstractselectionview.h +include/kasten2/abstractsyncfromremotejob.h +include/kasten2/abstractsynctoremotejob.h +include/kasten2/abstractsyncwithremotejob.h +include/kasten2/abstracttool.h +include/kasten2/abstracttoolfactory.h +include/kasten2/abstracttoolinlineview.h +include/kasten2/abstracttoolview.h +include/kasten2/abstracttoolviewfactory.h +include/kasten2/abstracttoolwidget.h +include/kasten2/abstractview.h +include/kasten2/abstractviewarea.h +include/kasten2/abstractviewfactory.h +include/kasten2/abstractxmlguicontroller.h +include/kasten2/clipboardcontroller.h +include/kasten2/closecontroller.h +include/kasten2/copyascontroller.h +include/kasten2/creatorcontroller.h +include/kasten2/dataselectable.h +include/kasten2/dialoghandler.h +include/kasten2/documentcreatemanager.h +include/kasten2/documentmanager.h +include/kasten2/documentstool.h +include/kasten2/documentstoolview.h +include/kasten2/documentsyncmanager.h +include/kasten2/documentversiondata.h +include/kasten2/documentversionid.h +include/kasten2/dummyview.h +include/kasten2/exportcontroller.h +include/kasten2/filesystembrowsertool.h +include/kasten2/filesystembrowsertoolview.h +include/kasten2/fullscreencontroller.h +include/kasten2/insertcontroller.h +include/kasten2/jobmanager.h +include/kasten2/kastencontrollers_export.h +include/kasten2/kastencore.h +include/kasten2/kastencore_export.h +include/kasten2/kastengui.h +include/kasten2/kastengui_export.h +include/kasten2/loadercontroller.h +include/kasten2/modelcodecmanager.h +include/kasten2/modelcodecviewmanager.h +include/kasten2/modeldatageneratethread.h +include/kasten2/modelencoderfilesystemexporter.h +include/kasten2/modelencoderfilesystemexporterconfigeditor.h +include/kasten2/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten2/modelencoderfilesystemexportjob.h +include/kasten2/modelstreamencodethread.h +include/kasten2/modifiedbarcontroller.h +include/kasten2/multidocumentstrategy.h +include/kasten2/multiviewareas.h +include/kasten2/okteta1/abstractbytearraystreamencoder.h +include/kasten2/okteta1/bookmarkscontroller.h +include/kasten2/okteta1/bookmarkstool.h +include/kasten2/okteta1/bookmarkstoolfactory.h +include/kasten2/okteta1/bookmarkstoolview.h +include/kasten2/okteta1/bookmarkstoolviewfactory.h +include/kasten2/okteta1/bytearraycharsstreamencoder.h +include/kasten2/okteta1/bytearraydocument.h +include/kasten2/okteta1/bytearraydocumentfactory.h +include/kasten2/okteta1/bytearrayrawfilesynchronizer.h +include/kasten2/okteta1/bytearrayrawfilesynchronizerfactory.h +include/kasten2/okteta1/bytearrayselection.h +include/kasten2/okteta1/bytearraysourcecodestreamencoder.h +include/kasten2/okteta1/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten2/okteta1/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten2/okteta1/bytearraytextstreamencoderpreview.h +include/kasten2/okteta1/bytearrayvaluesstreamencoder.h +include/kasten2/okteta1/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten2/okteta1/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten2/okteta1/bytearrayview.h +include/kasten2/okteta1/bytearrayviewfactory.h +include/kasten2/okteta1/bytearrayviewprofile.h +include/kasten2/okteta1/bytearrayviewprofilelock.h +include/kasten2/okteta1/bytearrayviewprofilemanager.h +include/kasten2/okteta1/bytearrayviewprofilesynchronizer.h +include/kasten2/okteta1/bytearrayviewtextstreamencoder.h +include/kasten2/okteta1/bytetabletool.h +include/kasten2/okteta1/bytetabletoolfactory.h +include/kasten2/okteta1/bytetabletoolview.h +include/kasten2/okteta1/bytetabletoolviewfactory.h +include/kasten2/okteta1/charsetconversiontoolfactory.h +include/kasten2/okteta1/charsetconversiontoolviewfactory.h +include/kasten2/okteta1/checksumtool.h +include/kasten2/okteta1/checksumtoolfactory.h +include/kasten2/okteta1/checksumtoolview.h +include/kasten2/okteta1/checksumtoolviewfactory.h +include/kasten2/okteta1/documentinfotool.h +include/kasten2/okteta1/documentinfotoolview.h +include/kasten2/okteta1/filtertool.h +include/kasten2/okteta1/filtertoolfactory.h +include/kasten2/okteta1/filtertoolview.h +include/kasten2/okteta1/filtertoolviewfactory.h +include/kasten2/okteta1/gotooffsetcontroller.h +include/kasten2/okteta1/gotooffsettool.h +include/kasten2/okteta1/gotooffsettoolview.h +include/kasten2/okteta1/infotool.h +include/kasten2/okteta1/infotoolfactory.h +include/kasten2/okteta1/infotoolview.h +include/kasten2/okteta1/infotoolviewfactory.h +include/kasten2/okteta1/kfinddirection.h +include/kasten2/okteta1/oktetakastencontrollers_export.h +include/kasten2/okteta1/oktetakastencore_export.h +include/kasten2/okteta1/oktetakastengui_export.h +include/kasten2/okteta1/overwritemodecontroller.h +include/kasten2/okteta1/overwriteonlycontroller.h +include/kasten2/okteta1/poddecodertool.h +include/kasten2/okteta1/poddecodertoolfactory.h +include/kasten2/okteta1/poddecodertoolview.h +include/kasten2/okteta1/poddecodertoolviewfactory.h +include/kasten2/okteta1/printcontroller.h +include/kasten2/okteta1/replacecontroller.h +include/kasten2/okteta1/replaceuserqueryable.h +include/kasten2/okteta1/searchcontroller.h +include/kasten2/okteta1/searchuserqueryable.h +include/kasten2/okteta1/selectrangecontroller.h +include/kasten2/okteta1/stringsextracttool.h +include/kasten2/okteta1/stringsextracttoolfactory.h +include/kasten2/okteta1/stringsextracttoolview.h +include/kasten2/okteta1/stringsextracttoolviewfactory.h +include/kasten2/okteta1/structtool.h +include/kasten2/okteta1/structtoolview.h +include/kasten2/okteta1/structurestoolfactory.h +include/kasten2/okteta1/structurestoolviewfactory.h +include/kasten2/okteta1/viewconfigcontroller.h +include/kasten2/okteta1/viewmodecontroller.h +include/kasten2/okteta1/viewprofilecontroller.h +include/kasten2/okteta1/viewprofilesmanagecontroller.h +include/kasten2/okteta1/viewstatuscontroller.h +include/kasten2/person.h +include/kasten2/quitcontroller.h +include/kasten2/readonlybarcontroller.h +include/kasten2/readonlycontroller.h +include/kasten2/selectcontroller.h +include/kasten2/selecteddatawriteable.h +include/kasten2/setremotecontroller.h +include/kasten2/shellwindow.h +include/kasten2/singledocumentstrategy.h +include/kasten2/singleviewarea.h +include/kasten2/singleviewwindow.h +include/kasten2/statusbar.h +include/kasten2/statusbarlayout.h +include/kasten2/switchviewcontroller.h +include/kasten2/synchronizecontroller.h +include/kasten2/tabbedviews.h +include/kasten2/togglebutton.h +include/kasten2/toolinlineviewable.h +include/kasten2/toolinlineviewwidget.h +include/kasten2/toollistmenucontroller.h +include/kasten2/toolviewdockwidget.h +include/kasten2/userlistable.h +include/kasten2/versionable.h +include/kasten2/versioncontroller.h +include/kasten2/versionviewtool.h +include/kasten2/versionviewtoolview.h +include/kasten2/viewareabox.h +include/kasten2/viewareasplitable.h +include/kasten2/viewareasplitcontroller.h +include/kasten2/viewbox.h +include/kasten2/viewlistmenucontroller.h +include/kasten2/viewmanager.h +include/kasten2/widgetsdockable.h +include/kasten2/zoomable.h +include/kasten2/zoombarcontroller.h +include/kasten2/zoomcontroller.h include/kompare/kompareinterface.h include/kprofilemethod.h include/okteta1/abstractbytearraycolumnrenderer.h @@ -461,7 +466,6 @@ lib/kde4/fileviewbazaarplugin.so lib/kde4/fileviewgitplugin.so lib/kde4/fileviewhgplugin.so lib/kde4/fileviewsvnplugin.so -lib/kde4/kabcformat_kdeaccounts.so lib/kde4/kded_ksvnd.so lib/kde4/kio_perldoc.so lib/kde4/kio_svn.so @@ -472,25 +476,26 @@ lib/kde4/kuiviewerpart.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so lib/kde4/plugins/designer/oktetadesignerplugin.so +lib/kde4/pothumbnail.so lib/kde4/quithumbnail.so -lib/libkasten1controllers.so -lib/libkasten1controllers.so.0.2.0 -lib/libkasten1controllers.so.1 -lib/libkasten1core.so -lib/libkasten1core.so.0.2.0 -lib/libkasten1core.so.1 -lib/libkasten1gui.so -lib/libkasten1gui.so.0.2.0 -lib/libkasten1gui.so.1 -lib/libkasten1okteta1controllers.so -lib/libkasten1okteta1controllers.so.0.2.0 -lib/libkasten1okteta1controllers.so.1 -lib/libkasten1okteta1core.so -lib/libkasten1okteta1core.so.0.2.0 -lib/libkasten1okteta1core.so.1 -lib/libkasten1okteta1gui.so -lib/libkasten1okteta1gui.so.0.2.0 -lib/libkasten1okteta1gui.so.1 +lib/libkasten2controllers.so +lib/libkasten2controllers.so.0.2.0 +lib/libkasten2controllers.so.2 +lib/libkasten2core.so +lib/libkasten2core.so.0.2.0 +lib/libkasten2core.so.2 +lib/libkasten2gui.so +lib/libkasten2gui.so.0.2.0 +lib/libkasten2gui.so.2 +lib/libkasten2okteta1controllers.so +lib/libkasten2okteta1controllers.so.0.2.0 +lib/libkasten2okteta1controllers.so.1 +lib/libkasten2okteta1core.so +lib/libkasten2okteta1core.so.0.2.0 +lib/libkasten2okteta1core.so.1 +lib/libkasten2okteta1gui.so +lib/libkasten2okteta1gui.so.0.2.0 +lib/libkasten2okteta1gui.so.1 lib/libkdeinit4_cervisia.so lib/libkdeinit4_cvsaskpass.so lib/libkdeinit4_cvsservice.so @@ -524,7 +529,6 @@ share/applications/kde4/umbrello.desktop share/apps/cervisia/cervisia.notifyrc share/apps/cervisia/cervisiashellui.rc share/apps/cervisiapart/cervisiaui.rc -share/apps/kabc/formats/kdeaccountsplugin.desktop share/apps/kcachegrind/icons/hicolor/16x16/actions/move.png share/apps/kcachegrind/icons/hicolor/16x16/actions/percent.png share/apps/kcachegrind/icons/hicolor/22x22/actions/hidetemplates.png @@ -574,6 +578,7 @@ share/apps/kpartloader/kpartloaderui.rc share/apps/kuiviewer/kuiviewerui.rc share/apps/kuiviewerpart/kuiviewer_part.rc share/apps/lokalize/editorui.rc +share/apps/lokalize/filesearchtabui.rc share/apps/lokalize/lokalize.notifyrc share/apps/lokalize/lokalizemainwindowui.rc share/apps/lokalize/projectmanagerui.rc @@ -631,6 +636,12 @@ share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_entityrelations share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_sequence.png share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_state.png share/apps/umbrello/icons/hicolor/22x22/actions/umbrello_diagram_usecase.png +share/apps/umbrello/layouts/activity-export.desktop +share/apps/umbrello/layouts/class-export.desktop +share/apps/umbrello/layouts/class-horizontal.desktop +share/apps/umbrello/layouts/class-vertical.desktop +share/apps/umbrello/layouts/state-export.desktop +share/apps/umbrello/layouts/usecase-default.desktop share/apps/umbrello/pics/CVglobal_meth.png share/apps/umbrello/pics/CVglobal_var.png share/apps/umbrello/pics/CVimplementation_meth.png @@ -787,6 +798,7 @@ share/config.kcfg/fileviewhgpluginsettings.kcfg share/config.kcfg/fileviewsvnpluginsettings.kcfg share/config.kcfg/kapptemplate.kcfg share/config.kcfg/lokalize.kcfg +share/config.kcfg/pocreatorsettings.kcfg share/config.kcfg/structviewpreferences.kcfg share/config/okteta-structures.knsrc share/dbus-1/interfaces/org.kde.cervisia.cvsjob.xml @@ -1106,6 +1118,7 @@ share/kde4/services/komparepart.desktop share/kde4/services/kuiviewer_part.desktop share/kde4/services/oktetapart.desktop share/kde4/services/perldoc.protocol +share/kde4/services/pothumbnail.desktop share/kde4/services/svn+file.protocol share/kde4/services/svn+http.protocol share/kde4/services/svn+https.protocol @@ -1139,6 +1152,7 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm share/doc/HTML/en/kapptemplate @dirrm share/doc/HTML/en/cervisia @dirrm share/apps/umbrello/pics +@dirrm share/apps/umbrello/layouts @dirrm share/apps/umbrello/icons/hicolor/22x22/actions @dirrm share/apps/umbrello/icons/hicolor/22x22 @dirrm share/apps/umbrello/icons/hicolor/16x16/actions @@ -1176,9 +1190,9 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm share/apps/cervisia @dirrm include/okteta1 @dirrm include/kompare -@dirrm include/kasten1/okteta1 -@dirrm include/kasten1 +@dirrm include/kasten2/okteta1 +@dirrm include/kasten2 @dirrm include/KDE/Okteta1 -@dirrm include/KDE/Kasten1 +@dirrm include/KDE/Kasten2 @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/devel/kdebindings4-perl-perlkde/Makefile b/devel/p5-perlkde/Makefile index b6e40e6490c6..2ea7406c39c9 100644 --- a/devel/kdebindings4-perl-perlkde/Makefile +++ b/devel/p5-perlkde/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-perl-perlkde -# Date created: 2012-02-24 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= perlkde PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= p5-kdebindings- +PKGNAMEPREFIX= p5- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -35,14 +30,15 @@ CMAKE_ARGS+= -DSmoke_DIR=${KDE4_PREFIX}/lib/cmake/smoke \ -DPerlQt_DIR=${KDE4_PREFIX}/share/perlqt/cmake \ -DOkular_DIR=${KDE4_PREFIX}/lib/cmake/Okular -OPTIONS= ATTICA "Bindings for libattica" off +OPTIONS_DEFINE= ATTICA +ATTICA_DESC= Bindings for libattica (may crash build) -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.ifdef(WITH_ATTICA) +.if ${PORT_OPTIONS:MATTICA} .if exists(${KDE4_PREFIX}/lib/libsmokekdecore.so) && \ !exists(${KDE4_PREFIX}/lib/libsmokeattica.so) -IGNORE= requires devel/kdebindings4-smoke-smokekde built with ATTICA option +IGNORE= requires devel/smokekde built with ATTICA option .endif PLIST_SUB+= ATTICA="" .else @@ -50,4 +46,4 @@ CMAKE_ARGS+= -DWITH_LibAttica:BOOL=FALSE PLIST_SUB+= ATTICA="@comment " .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-perlkde/distinfo b/devel/p5-perlkde/distinfo new file mode 100644 index 000000000000..3736007cea82 --- /dev/null +++ b/devel/p5-perlkde/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/perlkde-4.9.5.tar.xz) = 2e735559be20164afe1429de1e2f9311cfab393955f50fc928df0b2420fe5e3d +SIZE (KDE/perlkde-4.9.5.tar.xz) = 44460 diff --git a/devel/kdebindings4-perl-perlkde/pkg-descr b/devel/p5-perlkde/pkg-descr index 5f544ac26297..5f544ac26297 100644 --- a/devel/kdebindings4-perl-perlkde/pkg-descr +++ b/devel/p5-perlkde/pkg-descr diff --git a/devel/kdebindings4-perl-perlkde/pkg-plist b/devel/p5-perlkde/pkg-plist index 47b93d39d4bb..47b93d39d4bb 100644 --- a/devel/kdebindings4-perl-perlkde/pkg-plist +++ b/devel/p5-perlkde/pkg-plist diff --git a/devel/kdebindings4-perl-perlqt/Makefile b/devel/p5-perlqt/Makefile index e1c0da67d9c2..5c77b0bb8e97 100644 --- a/devel/kdebindings4-perl-perlqt/Makefile +++ b/devel/p5-perlqt/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-perl-perlqt -# Date created: 2012-02-24 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= perlqt PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde perl5 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= p5-kdebindings- +PKGNAMEPREFIX= p5- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/p5-perlqt/distinfo b/devel/p5-perlqt/distinfo new file mode 100644 index 000000000000..beaf969884e4 --- /dev/null +++ b/devel/p5-perlqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/perlqt-4.9.5.tar.xz) = c8c1346a08215edbd662eb876b17c75e848c6e3309198c049659247cca8f9cb6 +SIZE (KDE/perlqt-4.9.5.tar.xz) = 1838440 diff --git a/devel/kdebindings4-perl-perlqt/files/perl-kdebindings-env.sh.in b/devel/p5-perlqt/files/perl-kdebindings-env.sh.in index f311c50d1cf5..f311c50d1cf5 100644 --- a/devel/kdebindings4-perl-perlqt/files/perl-kdebindings-env.sh.in +++ b/devel/p5-perlqt/files/perl-kdebindings-env.sh.in diff --git a/devel/kdebindings4-perl-perlqt/files/pkg-message.in b/devel/p5-perlqt/files/pkg-message.in index 1d8417f0a1dd..1d8417f0a1dd 100644 --- a/devel/kdebindings4-perl-perlqt/files/pkg-message.in +++ b/devel/p5-perlqt/files/pkg-message.in diff --git a/devel/kdebindings4-perl-perlqt/pkg-descr b/devel/p5-perlqt/pkg-descr index 7e67da164493..7e67da164493 100644 --- a/devel/kdebindings4-perl-perlqt/pkg-descr +++ b/devel/p5-perlqt/pkg-descr diff --git a/devel/kdebindings4-perl-perlqt/pkg-plist b/devel/p5-perlqt/pkg-plist index d59e327dc0d0..d59e327dc0d0 100644 --- a/devel/kdebindings4-perl-perlqt/pkg-plist +++ b/devel/p5-perlqt/pkg-plist diff --git a/devel/kdebindings4-python-krosspython/Makefile b/devel/py-krosspython/Makefile index d4c28e116718..3610d61c7d32 100644 --- a/devel/kdebindings4-python-krosspython/Makefile +++ b/devel/py-krosspython/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-python-krosspython -# Date created: 2009-02-13 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= krosspython PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} DIST_SUBDIR= KDE diff --git a/devel/py-krosspython/distinfo b/devel/py-krosspython/distinfo new file mode 100644 index 000000000000..2a85d7d8fee0 --- /dev/null +++ b/devel/py-krosspython/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kross-interpreters-4.9.5.tar.xz) = a37a861ba941bd8a154c95abd5595a8cca4dbf4e5025e59fac7d59d96453cc51 +SIZE (KDE/kross-interpreters-4.9.5.tar.xz) = 133380 diff --git a/devel/kdebindings4-python-krosspython/pkg-descr b/devel/py-krosspython/pkg-descr index 51d7e121c875..51d7e121c875 100644 --- a/devel/kdebindings4-python-krosspython/pkg-descr +++ b/devel/py-krosspython/pkg-descr diff --git a/devel/kdebindings4-python-pykde4/Makefile b/devel/py-pykde4/Makefile index 8fdb7b04a66f..1412519c5426 100644 --- a/devel/kdebindings4-python-pykde4/Makefile +++ b/devel/py-pykde4/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-python-pykde4 -# Date created: 2009-02-13 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pykde4 PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -28,9 +23,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4 ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_SITELIBDIR}/PyQt4/phonon.so:${PORTSDIR}/multimedia/py-qt4-phonon \ ${PYTHON_SITELIBDIR}/PyQt4/QtDeclarative.so:${PORTSDIR}/devel/py-qt4-declarative - RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus + ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbussupport USE_KDE4= kdehier kdelibs kdeprefix okular pimlibs \ akonadi automoc4 soprano diff --git a/devel/py-pykde4/distinfo b/devel/py-pykde4/distinfo new file mode 100644 index 000000000000..15e74559aaf1 --- /dev/null +++ b/devel/py-pykde4/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/pykde4-4.9.5.tar.xz) = 79bc37ed009dc993419e88dde38fd4ded44a298a4aefe44c8164a52ccfafef9b +SIZE (KDE/pykde4-4.9.5.tar.xz) = 2031900 diff --git a/devel/kdebindings4-python-pykde4/files/kdebindings4.pth.in b/devel/py-pykde4/files/kdebindings4.pth.in index 216704e831bb..216704e831bb 100644 --- a/devel/kdebindings4-python-pykde4/files/kdebindings4.pth.in +++ b/devel/py-pykde4/files/kdebindings4.pth.in diff --git a/devel/kdebindings4-python-pykde4/files/patch-__init__.py b/devel/py-pykde4/files/patch-__init__.py index aad9e5904c5b..aad9e5904c5b 100644 --- a/devel/kdebindings4-python-pykde4/files/patch-__init__.py +++ b/devel/py-pykde4/files/patch-__init__.py diff --git a/devel/kdebindings4-python-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp b/devel/py-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp index d1dddd936268..d1dddd936268 100644 --- a/devel/kdebindings4-python-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp +++ b/devel/py-pykde4/files/patch-kpythonpluginfactory__kpythonpluginfactory.cpp diff --git a/devel/kdebindings4-python-pykde4/pkg-descr b/devel/py-pykde4/pkg-descr index 51d7e121c875..51d7e121c875 100644 --- a/devel/kdebindings4-python-pykde4/pkg-descr +++ b/devel/py-pykde4/pkg-descr diff --git a/devel/kdebindings4-python-pykde4/pkg-plist b/devel/py-pykde4/pkg-plist index a54c4084344a..0c01953fa49b 100644 --- a/devel/kdebindings4-python-pykde4/pkg-plist +++ b/devel/py-pykde4/pkg-plist @@ -1,7 +1,7 @@ lib/kde4/kpythonpluginfactory.so %%PYTHON_SITELIBDIR%%/PyKDE4/__init__.py -%%PYTHON_SITELIBDIR%%/PyKDE4/__init__.pyc -%%PYTHON_SITELIBDIR%%/PyKDE4/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%__init__.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%__init__.%%PYO_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/akonadi.so %%PYTHON_SITELIBDIR%%/PyKDE4/dnssd.so %%PYTHON_SITELIBDIR%%/PyKDE4/kdecore.so @@ -17,8 +17,8 @@ lib/kde4/kpythonpluginfactory.so %%PYTHON_SITELIBDIR%%/PyKDE4/phonon.so %%PYTHON_SITELIBDIR%%/PyKDE4/plasma.so %%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.py -%%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.pyc -%%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.pyo +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%pykdeconfig.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%pykdeconfig.%%PYO_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/solid.so %%PYTHON_SITELIBDIR%%/PyKDE4/soprano.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py @@ -102,10 +102,12 @@ share/py-sip/PyKDE4/akonadi/collectionstatistics.sip share/py-sip/PyKDE4/akonadi/collectionstatisticsdelegate.sip share/py-sip/PyKDE4/akonadi/collectionstatisticsjob.sip share/py-sip/PyKDE4/akonadi/collectionstatisticsmodel.sip +share/py-sip/PyKDE4/akonadi/collectionutils_p.sip share/py-sip/PyKDE4/akonadi/collectionview.sip share/py-sip/PyKDE4/akonadi/control.sip share/py-sip/PyKDE4/akonadi/differencesalgorithminterface.sip share/py-sip/PyKDE4/akonadi/entity.sip +share/py-sip/PyKDE4/akonadi/entitydeletedattribute.sip share/py-sip/PyKDE4/akonadi/entitydisplayattribute.sip share/py-sip/PyKDE4/akonadi/entityhiddenattribute.sip share/py-sip/PyKDE4/akonadi/entitylistview.sip @@ -175,6 +177,10 @@ share/py-sip/PyKDE4/akonadi/statisticsproxymodel.sip share/py-sip/PyKDE4/akonadi/transactionjobs.sip share/py-sip/PyKDE4/akonadi/transactionsequence.sip share/py-sip/PyKDE4/akonadi/transportresourcebase.sip +share/py-sip/PyKDE4/akonadi/trashfilterproxymodel.sip +share/py-sip/PyKDE4/akonadi/trashjob.sip +share/py-sip/PyKDE4/akonadi/trashrestorejob.sip +share/py-sip/PyKDE4/akonadi/trashsettings.sip share/py-sip/PyKDE4/akonadi/unlinkjob.sip share/py-sip/PyKDE4/dnssd/dnssdmod.sip share/py-sip/PyKDE4/dnssd/domainbrowser.sip diff --git a/devel/kdebindings4-python-pykdeuic4/Makefile b/devel/py-pykdeuic4/Makefile index 79085e48dcf7..22fd9fc46197 100644 --- a/devel/kdebindings4-python-pykdeuic4/Makefile +++ b/devel/py-pykdeuic4/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-python-pykdeuic4 -# Date created: 2010-05-30 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pykdeuic4 PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykde4-${PORTVERSION} DIST_SUBDIR= KDE @@ -21,7 +16,7 @@ USE_KDE4= kdelibs automoc4 pykde4 USE_PYTHON= 2.5+ USE_QT4= corelib qmake_build moc_build uic_build rcc_build USE_XZ= yes -DISTINFO_FILE= ${PORTSDIR}/devel/kdebindings4-python-pykde4/distinfo +DISTINFO_FILE= ${PORTSDIR}/devel/py-pykde4/distinfo USE_CMAKE= yes MAKE_JOBS_SAFE= yes diff --git a/devel/kdebindings4-python-pykdeuic4/files/patch-CMakeLists.txt b/devel/py-pykdeuic4/files/patch-CMakeLists.txt index cf5a57d40046..cf5a57d40046 100644 --- a/devel/kdebindings4-python-pykdeuic4/files/patch-CMakeLists.txt +++ b/devel/py-pykdeuic4/files/patch-CMakeLists.txt diff --git a/devel/kdebindings4-python-pykdeuic4/pkg-descr b/devel/py-pykdeuic4/pkg-descr index 1472ab20ad25..1472ab20ad25 100644 --- a/devel/kdebindings4-python-pykdeuic4/pkg-descr +++ b/devel/py-pykdeuic4/pkg-descr diff --git a/devel/kdebindings4-python-pykdeuic4/pkg-plist b/devel/py-pykdeuic4/pkg-plist index d9ed70e6eae8..4aaac5d5b39e 100644 --- a/devel/kdebindings4-python-pykdeuic4/pkg-plist +++ b/devel/py-pykdeuic4/pkg-plist @@ -1,10 +1,10 @@ bin/pykdeuic4 %%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/pykdeuic4.pyo +%%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%pykdeuic4.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%pykdeuic4.%%PYO_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/kde4.py -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/kde4.pyc -%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/kde4.pyo +%%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%widget-plugins/kde4.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyQt4/uic/%%PYCACHE%%widget-plugins/kde4.%%PYO_SUFFIX%% @dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins @dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4/uic @dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 diff --git a/devel/kdebindings4-ruby-korundum/Makefile b/devel/ruby-korundum/Makefile index 1b03d3c0217d..443a596bbbe4 100644 --- a/devel/kdebindings4-ruby-korundum/Makefile +++ b/devel/ruby-korundum/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: korundum -# Date created: 2 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= korundum PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/ruby-korundum/distinfo b/devel/ruby-korundum/distinfo new file mode 100644 index 000000000000..4401a9796f52 --- /dev/null +++ b/devel/ruby-korundum/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/korundum-4.9.5.tar.xz) = 18bd74f4ac9054ebfba5afc361235a9d9f696bc5acdde5bd95443a701770f1e6 +SIZE (KDE/korundum-4.9.5.tar.xz) = 165052 diff --git a/devel/kdebindings4-ruby-korundum/pkg-descr b/devel/ruby-korundum/pkg-descr index 45ce4c2ef9ed..45ce4c2ef9ed 100644 --- a/devel/kdebindings4-ruby-korundum/pkg-descr +++ b/devel/ruby-korundum/pkg-descr diff --git a/devel/kdebindings4-ruby-korundum/pkg-plist b/devel/ruby-korundum/pkg-plist index 879e1f704452..879e1f704452 100644 --- a/devel/kdebindings4-ruby-korundum/pkg-plist +++ b/devel/ruby-korundum/pkg-plist diff --git a/devel/kdebindings4-ruby-krossruby/Makefile b/devel/ruby-krossruby/Makefile index 85e11e9c1b28..d0c0d3cb8ff5 100644 --- a/devel/kdebindings4-ruby-krossruby/Makefile +++ b/devel/ruby-krossruby/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-ruby-krossruby -# Date created: 1 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= krossruby PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= kross-interpreters-${PORTVERSION} DIST_SUBDIR= KDE diff --git a/devel/ruby-krossruby/distinfo b/devel/ruby-krossruby/distinfo new file mode 100644 index 000000000000..2a85d7d8fee0 --- /dev/null +++ b/devel/ruby-krossruby/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kross-interpreters-4.9.5.tar.xz) = a37a861ba941bd8a154c95abd5595a8cca4dbf4e5025e59fac7d59d96453cc51 +SIZE (KDE/kross-interpreters-4.9.5.tar.xz) = 133380 diff --git a/devel/kdebindings4-ruby-krossruby/pkg-descr b/devel/ruby-krossruby/pkg-descr index 88da7c97f8a0..88da7c97f8a0 100644 --- a/devel/kdebindings4-ruby-krossruby/pkg-descr +++ b/devel/ruby-krossruby/pkg-descr diff --git a/devel/kdebindings4-ruby-qtruby/Makefile b/devel/ruby-qtruby/Makefile index e04cadc21183..fa04660e97eb 100644 --- a/devel/kdebindings4-ruby-qtruby/Makefile +++ b/devel/ruby-qtruby/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: kdebindings4-ruby -# Date created: 2008-08-19 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= qtruby PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde ruby MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}kdebindings- +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/ruby-qtruby/distinfo b/devel/ruby-qtruby/distinfo new file mode 100644 index 000000000000..b6f67c7d8817 --- /dev/null +++ b/devel/ruby-qtruby/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/qtruby-4.9.5.tar.xz) = bebf533fe779d639bfd100182d4ac9fe50bbeac5d72f60e40fa864ff5c6014e6 +SIZE (KDE/qtruby-4.9.5.tar.xz) = 541364 diff --git a/devel/kdebindings4-ruby-qtruby/files/pkg-message.in b/devel/ruby-qtruby/files/pkg-message.in index 859cd8da176a..859cd8da176a 100644 --- a/devel/kdebindings4-ruby-qtruby/files/pkg-message.in +++ b/devel/ruby-qtruby/files/pkg-message.in diff --git a/devel/kdebindings4-ruby-qtruby/files/ruby-kdebindings-env.sh.in b/devel/ruby-qtruby/files/ruby-kdebindings-env.sh.in index 041908374ce9..041908374ce9 100644 --- a/devel/kdebindings4-ruby-qtruby/files/ruby-kdebindings-env.sh.in +++ b/devel/ruby-qtruby/files/ruby-kdebindings-env.sh.in diff --git a/devel/kdebindings4-ruby-qtruby/pkg-descr b/devel/ruby-qtruby/pkg-descr index 4c400b4b5251..4c400b4b5251 100644 --- a/devel/kdebindings4-ruby-qtruby/pkg-descr +++ b/devel/ruby-qtruby/pkg-descr diff --git a/devel/kdebindings4-ruby-qtruby/pkg-plist b/devel/ruby-qtruby/pkg-plist index a2e998206fa7..a2e998206fa7 100644 --- a/devel/kdebindings4-ruby-qtruby/pkg-plist +++ b/devel/ruby-qtruby/pkg-plist diff --git a/devel/kdebindings4-smoke-smokegen/Makefile b/devel/smokegen/Makefile index ed32f5d638bf..6b53fa816672 100644 --- a/devel/kdebindings4-smoke-smokegen/Makefile +++ b/devel/smokegen/Makefile @@ -1,16 +1,10 @@ -# New ports collection makefile for: kdebindings4-smoke-smokegen -# Date crated: 1 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= smokegen PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= kdebindings-smoke- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/smokegen/distinfo b/devel/smokegen/distinfo new file mode 100644 index 000000000000..bce45aea4bbd --- /dev/null +++ b/devel/smokegen/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/smokegen-4.9.5.tar.xz) = 0e5a7bed31799e8e56c13c16ef1847193f9d3bf1285523099f5a493346eed903 +SIZE (KDE/smokegen-4.9.5.tar.xz) = 149772 diff --git a/devel/kdebindings4-smoke-smokegen/files/patch-cmake__CMakeLists.txt b/devel/smokegen/files/patch-cmake__CMakeLists.txt index c65ef9bbb1e0..c65ef9bbb1e0 100644 --- a/devel/kdebindings4-smoke-smokegen/files/patch-cmake__CMakeLists.txt +++ b/devel/smokegen/files/patch-cmake__CMakeLists.txt diff --git a/devel/kdebindings4-smoke-smokegen/pkg-descr b/devel/smokegen/pkg-descr index 39f1e8b9281c..39f1e8b9281c 100644 --- a/devel/kdebindings4-smoke-smokegen/pkg-descr +++ b/devel/smokegen/pkg-descr diff --git a/devel/kdebindings4-smoke-smokegen/pkg-plist b/devel/smokegen/pkg-plist index d13556025d26..d13556025d26 100644 --- a/devel/kdebindings4-smoke-smokegen/pkg-plist +++ b/devel/smokegen/pkg-plist diff --git a/devel/kdebindings4-smoke-smokekde/Makefile b/devel/smokekde/Makefile index ac82fe3f03d9..ca397b38a895 100644 --- a/devel/kdebindings4-smoke-smokekde/Makefile +++ b/devel/smokekde/Makefile @@ -1,16 +1,10 @@ -# New ports collection makefile for: kdebindings4-smoke -# Date created: 2008-08-19 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= smokekde PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= kdebindings-smoke- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -27,12 +21,13 @@ USE_CMAKE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes -OPTIONS= ATTICA "Bindings for libattica (may crash build)" off +OPTIONS_DEFINE= ATTICA +ATTICA_DESC= Bindings for libattica (may crash build) .include <bsd.port.options.mk> # Attica bindings often cause the build to coredump. -.ifdef(WITH_ATTICA) +.if ${PORT_OPTIONS:MATTICA} PLIST_SUB+= ATTICA="" .else CMAKE_ARGS+= -DWITH_LibAttica:BOOL=FALSE diff --git a/devel/smokekde/distinfo b/devel/smokekde/distinfo new file mode 100644 index 000000000000..dad0175558be --- /dev/null +++ b/devel/smokekde/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/smokekde-4.9.5.tar.xz) = da78021694f282db03fa7fc924b246d0b23ec681da34e93d5c5c75ebee6c08fe +SIZE (KDE/smokekde-4.9.5.tar.xz) = 39276 diff --git a/devel/kdebindings4-smoke-smokekde/pkg-descr b/devel/smokekde/pkg-descr index 39f1e8b9281c..39f1e8b9281c 100644 --- a/devel/kdebindings4-smoke-smokekde/pkg-descr +++ b/devel/smokekde/pkg-descr diff --git a/devel/kdebindings4-smoke-smokekde/pkg-plist b/devel/smokekde/pkg-plist index 8d64d067d4ad..8d64d067d4ad 100644 --- a/devel/kdebindings4-smoke-smokekde/pkg-plist +++ b/devel/smokekde/pkg-plist diff --git a/devel/kdebindings4-smoke-smokeqt/Makefile b/devel/smokeqt/Makefile index 4a8beda4f01b..b60fb50250ed 100644 --- a/devel/kdebindings4-smoke-smokeqt/Makefile +++ b/devel/smokeqt/Makefile @@ -1,16 +1,10 @@ -# New ports collection makefile for: kdebindings4-smoke -# Date created: 2008-08-19 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= smokeqt PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -PKGNAMEPREFIX= kdebindings-smoke- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/smokeqt/distinfo b/devel/smokeqt/distinfo new file mode 100644 index 000000000000..7dfff5b7e047 --- /dev/null +++ b/devel/smokeqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/smokeqt-4.9.5.tar.xz) = 49f85a999d103e8db347738c249835c231128f13935b7c0f95c63a06d1bbfa5f +SIZE (KDE/smokeqt-4.9.5.tar.xz) = 32808 diff --git a/devel/kdebindings4-smoke-smokeqt/files/patch-qtopengl__CMakeLists.txt b/devel/smokeqt/files/patch-qtopengl__CMakeLists.txt index 79d018c4e4fb..79d018c4e4fb 100644 --- a/devel/kdebindings4-smoke-smokeqt/files/patch-qtopengl__CMakeLists.txt +++ b/devel/smokeqt/files/patch-qtopengl__CMakeLists.txt diff --git a/devel/kdebindings4-smoke-smokeqt/pkg-descr b/devel/smokeqt/pkg-descr index 39f1e8b9281c..39f1e8b9281c 100644 --- a/devel/kdebindings4-smoke-smokeqt/pkg-descr +++ b/devel/smokeqt/pkg-descr diff --git a/devel/kdebindings4-smoke-smokeqt/pkg-plist b/devel/smokeqt/pkg-plist index 5002d482b394..6df25953e510 100644 --- a/devel/kdebindings4-smoke-smokeqt/pkg-plist +++ b/devel/smokeqt/pkg-plist @@ -82,7 +82,29 @@ lib/libsmokeqtxmlpatterns.so.3.0.0 lib/libsmokeqwt.so lib/libsmokeqwt.so.3 lib/libsmokeqwt.so.3.0.0 +share/smoke/phonon.argnames.txt +share/smoke/qimageblitz.argnames.txt +share/smoke/qsci.argnames.txt +share/smoke/qt3support.argnames.txt +share/smoke/qtcore.argnames.txt +share/smoke/qtdbus.argnames.txt +share/smoke/qtdeclarative.argnames.txt +share/smoke/qtgui.argnames.txt +share/smoke/qthelp.argnames.txt +share/smoke/qtmultimedia.argnames.txt +share/smoke/qtnetwork.argnames.txt +share/smoke/qtopengl.argnames.txt +share/smoke/qtscript.argnames.txt +share/smoke/qtsql.argnames.txt +share/smoke/qtsvg.argnames.txt +share/smoke/qttest.argnames.txt +share/smoke/qtuitools.argnames.txt +share/smoke/qtwebkit.argnames.txt +share/smoke/qtxml.argnames.txt +share/smoke/qtxmlpatterns.argnames.txt +share/smoke/qwt.argnames.txt share/smokegen/qt-config.xml share/smokegen/qtdefines @dirrmtry share/smokegen +@dirrmtry share/smoke @dirrmtry include/smoke diff --git a/editors/kate/Makefile b/editors/kate/Makefile index dc72b98676e0..7b40501cdba6 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kate -# Date created: Tue 9 Aug 2011, 00:58:45 -# Whom: fluffy@ -# +# Created by: fluffy@ # $FreeBSD$ -# PORTNAME= kate PORTVERSION= ${KDE4_VERSION} diff --git a/editors/kate/distinfo b/editors/kate/distinfo index 17862f872f80..c06c88588ffd 100644 --- a/editors/kate/distinfo +++ b/editors/kate/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kate-4.8.4.tar.xz) = 7ecc7df05c7da8e621e36a6075689dde99b23b4ef4ee295d153566770dce6014 -SIZE (KDE/kate-4.8.4.tar.xz) = 2227504 +SHA256 (KDE/kate-4.9.5.tar.xz) = 515819da87dc442f9aa1ee34252e706a0b55bd32ebecd4f908b5c632d777e08a +SIZE (KDE/kate-4.9.5.tar.xz) = 2194216 diff --git a/editors/kate/pkg-plist b/editors/kate/pkg-plist index fb4176cc7420..b265684058bb 100644 --- a/editors/kate/pkg-plist +++ b/editors/kate/pkg-plist @@ -1,7 +1,6 @@ bin/kate bin/ktesnippets_editor bin/kwrite -include/artisticcomment.h include/kate/application.h include/kate/documentmanager.h include/kate/mainwindow.h @@ -34,7 +33,6 @@ lib/kde4/katetabifyplugin.so lib/kde4/katetextfilterplugin.so lib/kde4/katexmlcheckplugin.so lib/kde4/katexmltoolsplugin.so -lib/kde4/ktexteditor_acomment.so lib/kde4/ktexteditor_autobrace.so lib/kde4/ktexteditor_exporter.so lib/kde4/ktexteditor_hlselection.so @@ -44,7 +42,6 @@ lib/kde4/ktexteditor_insertfile.so lib/kde4/ktexteditor_kdatatool.so lib/kde4/ktexteditor_python-encoding.so lib/kde4/plasma_applet_katesession.so -lib/libacomment.a lib/libkateinterfaces.so lib/libkateinterfaces.so.5 lib/libkateinterfaces.so.5.0.1 @@ -59,12 +56,12 @@ lib/libktexteditor_codesnippets_core.so.0.0.1 share/applications/kde4/kate.desktop share/applications/kde4/ktesnippets_editor.desktop share/applications/kde4/kwrite.desktop -share/apps/kate/icons/oxygen/16x16/actions/null.png -share/apps/kate/icons/oxygen/16x16/actions/sql-field-pk.png -share/apps/kate/icons/oxygen/16x16/actions/sql-field-red.png -share/apps/kate/icons/oxygen/16x16/actions/sql-field.png -share/apps/kate/icons/oxygen/16x16/actions/sql-table.png -share/apps/kate/icons/oxygen/16x16/actions/sql-view.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/sql-field-pk.png +share/apps/kate/icons/hicolor/16x16/actions/sql-field-red.png +share/apps/kate/icons/hicolor/16x16/actions/sql-field.png +share/apps/kate/icons/hicolor/16x16/actions/sql-table.png +share/apps/kate/icons/hicolor/16x16/actions/sql-view.png share/apps/kate/kateui.rc share/apps/kate/plugins/filetree/ui.rc share/apps/kate/plugins/kate_kttsd/ui.rc @@ -155,6 +152,7 @@ share/apps/katepart/syntax/desktop.xml share/apps/katepart/syntax/diff.xml share/apps/katepart/syntax/djangotemplate.xml share/apps/katepart/syntax/dosbat.xml +share/apps/katepart/syntax/dot.xml share/apps/katepart/syntax/doxygen.xml share/apps/katepart/syntax/doxygenlua.xml share/apps/katepart/syntax/dtd.xml @@ -222,6 +220,7 @@ share/apps/katepart/syntax/mergetagtext.xml share/apps/katepart/syntax/metafont.xml share/apps/katepart/syntax/mips.xml share/apps/katepart/syntax/modelica.xml +share/apps/katepart/syntax/modelines.xml share/apps/katepart/syntax/modula-2.xml share/apps/katepart/syntax/monobasic.xml share/apps/katepart/syntax/mup.xml @@ -240,6 +239,7 @@ share/apps/katepart/syntax/perl.xml share/apps/katepart/syntax/pgn.xml share/apps/katepart/syntax/php.xml share/apps/katepart/syntax/picsrc.xml +share/apps/katepart/syntax/pig.xml share/apps/katepart/syntax/pike.xml share/apps/katepart/syntax/postscript.xml share/apps/katepart/syntax/povray.xml @@ -265,6 +265,7 @@ share/apps/katepart/syntax/sather.xml share/apps/katepart/syntax/scala.xml share/apps/katepart/syntax/scheme.xml share/apps/katepart/syntax/sci.xml +share/apps/katepart/syntax/scss.xml share/apps/katepart/syntax/sed.xml share/apps/katepart/syntax/sgml.xml share/apps/katepart/syntax/sieve.xml @@ -317,7 +318,6 @@ share/apps/katexmltools/xhtml1-strict.dtd.xml share/apps/katexmltools/xhtml1-transitional.dtd.xml share/apps/katexmltools/xslt-1.0.dtd.xml share/apps/kconf_update/kate-2.4.upd -share/apps/ktexteditor_acomment/acommentui.rc share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc share/apps/ktexteditor_insanehtml_le/insanehtml_le_ui.rc @@ -327,7 +327,6 @@ share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc share/apps/ktexteditor_snippets/data/testsnippets.xml share/apps/ktexteditor_snippets/data/testsnippetscpp.xml share/apps/kwrite/kwriteui.rc -share/config/artisticcommentrc share/config/katefiletemplates.knsrc share/config/katemoderc share/config/katepartpluginsrc @@ -403,7 +402,6 @@ share/kde4/services/katetabifyplugin.desktop share/kde4/services/katetextfilter.desktop share/kde4/services/katexmlcheck.desktop share/kde4/services/katexmltools.desktop -share/kde4/services/ktexteditor_acomment.desktop share/kde4/services/ktexteditor_autobrace.desktop share/kde4/services/ktexteditor_autobrace_config.desktop share/kde4/services/ktexteditor_exporter.desktop @@ -427,7 +425,6 @@ share/mime/packages/ktesnippets.xml @dirrm share/apps/ktexteditor_insanehtml_le @dirrm share/apps/ktexteditor_iconinserter @dirrm share/apps/ktexteditor_exporter -@dirrm share/apps/ktexteditor_acomment @dirrmtry share/apps/katexmltools @dirrmtry share/apps/katepart/script @dirrmtry share/apps/katepart/api @@ -452,9 +449,9 @@ share/mime/packages/ktesnippets.xml @dirrm share/apps/kate/plugins/kate_kttsd @dirrm share/apps/kate/plugins/filetree @dirrmtry share/apps/kate/plugins -@dirrm share/apps/kate/icons/oxygen/16x16/actions -@dirrm share/apps/kate/icons/oxygen/16x16 -@dirrm share/apps/kate/icons/oxygen +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor @dirrm share/apps/kate/icons @dirrmtry share/apps/kate @dirrm include/ktexteditor_codesnippets_core diff --git a/french/kde4-l10n/Makefile b/french/kde4-l10n/Makefile index 53a942d6dd0d..eee65706d92c 100644 --- a/french/kde4-l10n/Makefile +++ b/french/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-fr -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/french/kde4-l10n/Makefile.man b/french/kde4-l10n/Makefile.man index 0934177953f7..e4f37cf6e207 100644 --- a/french/kde4-l10n/Makefile.man +++ b/french/kde4-l10n/Makefile.man @@ -10,11 +10,11 @@ MAN1+= cvslastchange.1 MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 +MAN1+= dragon.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 MAN1+= kabcclient.1 MAN1+= kalzium.1 -MAN1+= kate.1 MAN1+= kbookmarkmerger.1 MAN1+= kbruch.1 MAN1+= kdesu.1 diff --git a/french/kde4-l10n/distinfo b/french/kde4-l10n/distinfo index 083b09d794d2..4de135e42918 100644 --- a/french/kde4-l10n/distinfo +++ b/french/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fr-4.8.4.tar.xz) = 43c4de3f3fcda4b7e296eb96039795f62a57416ed8433828087dab1ed4b37b6a -SIZE (KDE/kde-l10n/kde-l10n-fr-4.8.4.tar.xz) = 37208136 +SHA256 (KDE/kde-l10n/kde-l10n-fr-4.9.5.tar.xz) = 5942bcbc8a3bdb139db354a7cc3c8f19ee2bb84d25b8b1405927018bb9c29c48 +SIZE (KDE/kde-l10n/kde-l10n-fr-4.9.5.tar.xz) = 44993276 diff --git a/french/kde4-l10n/pkg-plist b/french/kde4-l10n/pkg-plist index 2014fb1bfa4f..5ac2b52756c4 100644 --- a/french/kde4-l10n/pkg-plist +++ b/french/kde4-l10n/pkg-plist @@ -41,6 +41,7 @@ share/doc/HTML/fr/amor/common share/doc/HTML/fr/amor/index.cache.bz2 share/doc/HTML/fr/amor/index.docbook share/doc/HTML/fr/amor/man-amor.6.docbook +share/doc/HTML/fr/ark/ark-mainwindow.png share/doc/HTML/fr/ark/common share/doc/HTML/fr/ark/index.cache.bz2 share/doc/HTML/fr/ark/index.docbook @@ -105,6 +106,33 @@ share/doc/HTML/fr/dolphin/viewproperties-dialog.png share/doc/HTML/fr/dragonplayer/common share/doc/HTML/fr/dragonplayer/index.cache.bz2 share/doc/HTML/fr/dragonplayer/index.docbook +share/doc/HTML/fr/dragonplayer/man-dragon.1.docbook +share/doc/HTML/fr/fundamentals/colors.png +share/doc/HTML/fr/fundamentals/common +share/doc/HTML/fr/fundamentals/config.docbook +share/doc/HTML/fr/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/fr/fundamentals/files-locationbar-editable.png +share/doc/HTML/fr/fundamentals/files-locationbar-places-icon.png +share/doc/HTML/fr/fundamentals/files-open.png +share/doc/HTML/fr/fundamentals/files-save.png +share/doc/HTML/fr/fundamentals/find-find-inline.png +share/doc/HTML/fr/fundamentals/find-find.png +share/doc/HTML/fr/fundamentals/find-found.png +share/doc/HTML/fr/fundamentals/find-replace-inline.png +share/doc/HTML/fr/fundamentals/find-replace.png +share/doc/HTML/fr/fundamentals/fonts.png +share/doc/HTML/fr/fundamentals/index.cache.bz2 +share/doc/HTML/fr/fundamentals/index.docbook +share/doc/HTML/fr/fundamentals/install.docbook +share/doc/HTML/fr/fundamentals/menus.png +share/doc/HTML/fr/fundamentals/shortcuts-schemes.png +share/doc/HTML/fr/fundamentals/shortcuts-search.png +share/doc/HTML/fr/fundamentals/shortcuts-set.png +share/doc/HTML/fr/fundamentals/spellcheck-check.png +share/doc/HTML/fr/fundamentals/tasks.docbook +share/doc/HTML/fr/fundamentals/toolbars-configure.png +share/doc/HTML/fr/fundamentals/toolbars-toolbar.png +share/doc/HTML/fr/fundamentals/ui.docbook share/doc/HTML/fr/granatier/common share/doc/HTML/fr/granatier/config_arena.png share/doc/HTML/fr/granatier/config_general.png @@ -191,23 +219,6 @@ share/doc/HTML/fr/kapman/kapman.png share/doc/HTML/fr/kapptemplate/common share/doc/HTML/fr/kapptemplate/index.cache.bz2 share/doc/HTML/fr/kapptemplate/index.docbook -share/doc/HTML/fr/kate/advanced.docbook -share/doc/HTML/fr/kate/common -share/doc/HTML/fr/kate/configdialog01.png -share/doc/HTML/fr/kate/configdialog02.png -share/doc/HTML/fr/kate/configuring.docbook -share/doc/HTML/fr/kate/fundamentals.docbook -share/doc/HTML/fr/kate/highlighting.docbook -share/doc/HTML/fr/kate/index.cache.bz2 -share/doc/HTML/fr/kate/index.docbook -share/doc/HTML/fr/kate/kate.png -share/doc/HTML/fr/kate/man-kate.1.docbook -share/doc/HTML/fr/kate/mdi.docbook -share/doc/HTML/fr/kate/menus.docbook -share/doc/HTML/fr/kate/mimetypechooser.png -share/doc/HTML/fr/kate/part.docbook -share/doc/HTML/fr/kate/plugins.docbook -share/doc/HTML/fr/kate/regular-expressions.docbook share/doc/HTML/fr/katomic/common share/doc/HTML/fr/katomic/index.cache.bz2 share/doc/HTML/fr/katomic/index.docbook @@ -334,6 +345,11 @@ share/doc/HTML/fr/kcontrol/joystick/joystick-main.png share/doc/HTML/fr/kcontrol/kamera/common share/doc/HTML/fr/kcontrol/kamera/index.cache.bz2 share/doc/HTML/fr/kcontrol/kamera/index.docbook +share/doc/HTML/fr/kcontrol/kcm_ssl/common +share/doc/HTML/fr/kcontrol/kcm_ssl/details.png +share/doc/HTML/fr/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/fr/kcontrol/kcm_ssl/module.png share/doc/HTML/fr/kcontrol/kcmaccess/common share/doc/HTML/fr/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmaccess/index.docbook @@ -367,6 +383,16 @@ share/doc/HTML/fr/kcontrol/keys/index.docbook share/doc/HTML/fr/kcontrol/kgamma/common share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/fr/kcontrol/kgamma/index.docbook +share/doc/HTML/fr/kcontrol/khotkeys/common +share/doc/HTML/fr/kcontrol/khotkeys/groups-comment.png +share/doc/HTML/fr/kcontrol/khotkeys/index.cache.bz2 +share/doc/HTML/fr/kcontrol/khotkeys/index.docbook +share/doc/HTML/fr/kcontrol/khotkeys/manage-export.png +share/doc/HTML/fr/kcontrol/khotkeys/settings.png +share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-action-command.png +share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-action-keyboard.png +share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-trigger-keyboard.png +share/doc/HTML/fr/kcontrol/khotkeys/shortcuts-trigger-mouse.png share/doc/HTML/fr/kcontrol/khtml-adblock/common share/doc/HTML/fr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-adblock/index.docbook @@ -458,9 +484,41 @@ share/doc/HTML/fr/kcontrol/useragent/index.docbook share/doc/HTML/fr/kcontrol/windowbehaviour/common share/doc/HTML/fr/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/fr/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/fr/kcontrol/windowspecific/akgregator-info.png +share/doc/HTML/fr/kcontrol/windowspecific/akregator-attributes.png +share/doc/HTML/fr/kcontrol/windowspecific/akregator-fav.png share/doc/HTML/fr/kcontrol/windowspecific/common +share/doc/HTML/fr/kcontrol/windowspecific/config-win-behavior.png +share/doc/HTML/fr/kcontrol/windowspecific/emacs-attribute.png +share/doc/HTML/fr/kcontrol/windowspecific/emacs-info.png +share/doc/HTML/fr/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/fr/kcontrol/windowspecific/index.docbook +share/doc/HTML/fr/kcontrol/windowspecific/knotes-attribute.png +share/doc/HTML/fr/kcontrol/windowspecific/knotes-info.png +share/doc/HTML/fr/kcontrol/windowspecific/kopete-attribute-2.png +share/doc/HTML/fr/kcontrol/windowspecific/kopete-chat-attribute.png +share/doc/HTML/fr/kcontrol/windowspecific/kopete-info.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-detect-window.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-rule-editor.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main-n-akregator.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-ordering.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-attributes.png +share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-matching.png +share/doc/HTML/fr/kcontrol/windowspecific/pager-4-desktops.png +share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-attribute.png +share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-info.png +share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-attribute.png +share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-info.png +share/doc/HTML/fr/kcontrol/windowspecific/tbird-reminder-attribute-2.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-emacs.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-init.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-knotes.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-kopete.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-ready-akregator.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-compose.png +share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-main.png share/doc/HTML/fr/kcontrol/workspaceoptions/common share/doc/HTML/fr/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/fr/kcontrol/workspaceoptions/index.docbook @@ -491,6 +549,14 @@ share/doc/HTML/fr/kdf/kdf_config.png share/doc/HTML/fr/kdiamond/common share/doc/HTML/fr/kdiamond/index.cache.bz2 share/doc/HTML/fr/kdiamond/index.docbook +share/doc/HTML/fr/kdm/common +share/doc/HTML/fr/kdm/index.cache.bz2 +share/doc/HTML/fr/kdm/index.docbook +share/doc/HTML/fr/kdm/kdmrc-ref.docbook +share/doc/HTML/fr/kdm/theme-ref.docbook +share/doc/HTML/fr/kfilereplace/common +share/doc/HTML/fr/kfilereplace/index.cache.bz2 +share/doc/HTML/fr/kfilereplace/index.docbook share/doc/HTML/fr/kfind/common share/doc/HTML/fr/kfind/index.cache.bz2 share/doc/HTML/fr/kfind/index.docbook @@ -584,6 +650,13 @@ share/doc/HTML/fr/kimagemapeditor/configure.png share/doc/HTML/fr/kimagemapeditor/index.cache.bz2 share/doc/HTML/fr/kimagemapeditor/index.docbook share/doc/HTML/fr/kimagemapeditor/mainwindow.png +share/doc/HTML/fr/kinfocenter/common +share/doc/HTML/fr/kinfocenter/index.cache.bz2 +share/doc/HTML/fr/kinfocenter/index.docbook +share/doc/HTML/fr/kinfocenter/kinfocenter.png +share/doc/HTML/fr/kinfocenter/os_block.png +share/doc/HTML/fr/kinfocenter/pro_block.png +share/doc/HTML/fr/kinfocenter/sto_block.png share/doc/HTML/fr/kioslave/audiocd/common share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2 share/doc/HTML/fr/kioslave/audiocd/index.docbook @@ -689,6 +762,9 @@ share/doc/HTML/fr/kioslave/xz/index.docbook share/doc/HTML/fr/kiriki/common share/doc/HTML/fr/kiriki/index.cache.bz2 share/doc/HTML/fr/kiriki/index.docbook +share/doc/HTML/fr/kiten/common +share/doc/HTML/fr/kiten/index.cache.bz2 +share/doc/HTML/fr/kiten/index.docbook share/doc/HTML/fr/kjots/common share/doc/HTML/fr/kjots/index.cache.bz2 share/doc/HTML/fr/kjots/index.docbook @@ -748,6 +824,18 @@ share/doc/HTML/fr/kmahjongg/index.cache.bz2 share/doc/HTML/fr/kmahjongg/index.docbook share/doc/HTML/fr/kmahjongg/numbered.png share/doc/HTML/fr/kmahjongg/shortcuts.png +share/doc/HTML/fr/kmail/common +share/doc/HTML/fr/kmail/configure.docbook +share/doc/HTML/fr/kmail/credits-and-licenses.docbook +share/doc/HTML/fr/kmail/faq.docbook +share/doc/HTML/fr/kmail/getting-started.docbook +share/doc/HTML/fr/kmail/importing.docbook +share/doc/HTML/fr/kmail/index.cache.bz2 +share/doc/HTML/fr/kmail/index.docbook +share/doc/HTML/fr/kmail/intro.docbook +share/doc/HTML/fr/kmail/menus.docbook +share/doc/HTML/fr/kmail/troubleshooting.docbook +share/doc/HTML/fr/kmail/using-kmail.docbook share/doc/HTML/fr/kmenuedit/common share/doc/HTML/fr/kmenuedit/done.png share/doc/HTML/fr/kmenuedit/index.cache.bz2 @@ -934,9 +1022,31 @@ share/doc/HTML/fr/konsolekalendar/index.docbook share/doc/HTML/fr/kontact-admin/common share/doc/HTML/fr/kontact-admin/index.cache.bz2 share/doc/HTML/fr/kontact-admin/index.docbook +share/doc/HTML/fr/kontact/calendar-sidebar-icon.png share/doc/HTML/fr/kontact/common +share/doc/HTML/fr/kontact/configuration-main.png +share/doc/HTML/fr/kontact/configuration-shortcuts.png +share/doc/HTML/fr/kontact/configuration-starting-component.png share/doc/HTML/fr/kontact/index.cache.bz2 share/doc/HTML/fr/kontact/index.docbook +share/doc/HTML/fr/kontact/kaddressbook-sidebar-icon.png +share/doc/HTML/fr/kontact/main-view.png +share/doc/HTML/fr/kontact/menu-bar-kmail.png +share/doc/HTML/fr/kontact/menu-bar-korganizer.png +share/doc/HTML/fr/kontact/menu-bar-summary.png +share/doc/HTML/fr/kontact/navigator-bar-kontact.png +share/doc/HTML/fr/kontact/new-menu.png +share/doc/HTML/fr/kontact/settings-menu-kmail.png +share/doc/HTML/fr/kontact/side-pane.png +share/doc/HTML/fr/kontact/summary-selection.png +share/doc/HTML/fr/kontact/summary-view-calendar.png +share/doc/HTML/fr/kontact/summary-view-mail.png +share/doc/HTML/fr/kontact/summary-view-notes.png +share/doc/HTML/fr/kontact/summary-view-repositioning.png +share/doc/HTML/fr/kontact/summary-view-special-dates.png +share/doc/HTML/fr/kontact/summary-view-todos.png +share/doc/HTML/fr/kontact/summary-view.png +share/doc/HTML/fr/kontact/todo-list-sidebar-icon.png share/doc/HTML/fr/kopete/chatstyle.docbook share/doc/HTML/fr/kopete/common share/doc/HTML/fr/kopete/index.cache.bz2 @@ -980,9 +1090,16 @@ share/doc/HTML/fr/kppp/kppp-wizard.png share/doc/HTML/fr/kppp/security.docbook share/doc/HTML/fr/kppp/tricks.docbook share/doc/HTML/fr/kppp/wizard.docbook +share/doc/HTML/fr/krdc/address_input.png +share/doc/HTML/fr/krdc/bookmarks_menu.png share/doc/HTML/fr/krdc/common +share/doc/HTML/fr/krdc/general_preferences.png share/doc/HTML/fr/krdc/index.cache.bz2 share/doc/HTML/fr/krdc/index.docbook +share/doc/HTML/fr/krdc/krdc_mainwindow.png +share/doc/HTML/fr/krdc/rdp_preferences.png +share/doc/HTML/fr/krdc/vnc_host_configuration.png +share/doc/HTML/fr/krdc/vnc_preferences.png share/doc/HTML/fr/kreversi/common share/doc/HTML/fr/kreversi/index.cache.bz2 share/doc/HTML/fr/kreversi/index.docbook @@ -1021,6 +1138,114 @@ share/doc/HTML/fr/kspaceduel/kspaceduel3.png share/doc/HTML/fr/ksquares/common share/doc/HTML/fr/ksquares/index.cache.bz2 share/doc/HTML/fr/ksquares/index.docbook +share/doc/HTML/fr/kstars/aavso.png +share/doc/HTML/fr/kstars/ai-contents.docbook +share/doc/HTML/fr/kstars/altvstime.docbook +share/doc/HTML/fr/kstars/altvstime.png +share/doc/HTML/fr/kstars/astroinfo.docbook +share/doc/HTML/fr/kstars/blackbody.docbook +share/doc/HTML/fr/kstars/blackbody.png +share/doc/HTML/fr/kstars/calc-altvstime.png +share/doc/HTML/fr/kstars/calc-angdist.docbook +share/doc/HTML/fr/kstars/calc-angdist.png +share/doc/HTML/fr/kstars/calc-apcoords.docbook +share/doc/HTML/fr/kstars/calc-apcoords.png +share/doc/HTML/fr/kstars/calc-appcoords.png +share/doc/HTML/fr/kstars/calc-dayduration.docbook +share/doc/HTML/fr/kstars/calc-daylength.png +share/doc/HTML/fr/kstars/calc-ecliptic.docbook +share/doc/HTML/fr/kstars/calc-ecliptic.png +share/doc/HTML/fr/kstars/calc-eqgal.docbook +share/doc/HTML/fr/kstars/calc-eqgal.png +share/doc/HTML/fr/kstars/calc-equinox.docbook +share/doc/HTML/fr/kstars/calc-equinox.png +share/doc/HTML/fr/kstars/calc-geodetic.docbook +share/doc/HTML/fr/kstars/calc-geodetic.png +share/doc/HTML/fr/kstars/calc-horizontal.docbook +share/doc/HTML/fr/kstars/calc-horizontal.png +share/doc/HTML/fr/kstars/calc-julian.png +share/doc/HTML/fr/kstars/calc-julianday.docbook +share/doc/HTML/fr/kstars/calc-planetcoords.docbook +share/doc/HTML/fr/kstars/calc-planetcoords.png +share/doc/HTML/fr/kstars/calc-precess.png +share/doc/HTML/fr/kstars/calc-sidereal.docbook +share/doc/HTML/fr/kstars/calc-sidereal.png +share/doc/HTML/fr/kstars/calculator.docbook +share/doc/HTML/fr/kstars/cequator.docbook +share/doc/HTML/fr/kstars/color_indices.png +share/doc/HTML/fr/kstars/colorandtemp.docbook +share/doc/HTML/fr/kstars/commands.docbook +share/doc/HTML/fr/kstars/common +share/doc/HTML/fr/kstars/config.docbook +share/doc/HTML/fr/kstars/cpoles.docbook +share/doc/HTML/fr/kstars/credits.docbook +share/doc/HTML/fr/kstars/csphere.docbook +share/doc/HTML/fr/kstars/darkmatter.docbook +share/doc/HTML/fr/kstars/detaildialog.png +share/doc/HTML/fr/kstars/details.docbook +share/doc/HTML/fr/kstars/devicemanager.png +share/doc/HTML/fr/kstars/dumpmode.docbook +share/doc/HTML/fr/kstars/ecliptic.docbook +share/doc/HTML/fr/kstars/ellipticalgalaxies.docbook +share/doc/HTML/fr/kstars/equinox.docbook +share/doc/HTML/fr/kstars/faq.docbook +share/doc/HTML/fr/kstars/find.png +share/doc/HTML/fr/kstars/fitsarea.png +share/doc/HTML/fr/kstars/fitsviewer.docbook +share/doc/HTML/fr/kstars/flux.docbook +share/doc/HTML/fr/kstars/fovdialog.png +share/doc/HTML/fr/kstars/geocoords.docbook +share/doc/HTML/fr/kstars/geolocator.png +share/doc/HTML/fr/kstars/graph1.png +share/doc/HTML/fr/kstars/graph2.png +share/doc/HTML/fr/kstars/graph3.png +share/doc/HTML/fr/kstars/greatcircle.docbook +share/doc/HTML/fr/kstars/horizon.docbook +share/doc/HTML/fr/kstars/hourangle.docbook +share/doc/HTML/fr/kstars/index.cache.bz2 +share/doc/HTML/fr/kstars/index.docbook +share/doc/HTML/fr/kstars/indi.docbook +share/doc/HTML/fr/kstars/indiclient.png +share/doc/HTML/fr/kstars/indieclient.png +share/doc/HTML/fr/kstars/install.docbook +share/doc/HTML/fr/kstars/jmoons.docbook +share/doc/HTML/fr/kstars/jmoons.png +share/doc/HTML/fr/kstars/julianday.docbook +share/doc/HTML/fr/kstars/kepler2nd.png +share/doc/HTML/fr/kstars/leapyear.docbook +share/doc/HTML/fr/kstars/lightcurve.png +share/doc/HTML/fr/kstars/lightcurves.docbook +share/doc/HTML/fr/kstars/luminosity.docbook +share/doc/HTML/fr/kstars/magnitude.docbook +share/doc/HTML/fr/kstars/meridian.docbook +share/doc/HTML/fr/kstars/newfov.png +share/doc/HTML/fr/kstars/observinglist.docbook +share/doc/HTML/fr/kstars/observinglist.png +share/doc/HTML/fr/kstars/parallax.docbook +share/doc/HTML/fr/kstars/popup.png +share/doc/HTML/fr/kstars/precession.docbook +share/doc/HTML/fr/kstars/quicktour.docbook +share/doc/HTML/fr/kstars/retrograde.docbook +share/doc/HTML/fr/kstars/screen1.png +share/doc/HTML/fr/kstars/screen2.png +share/doc/HTML/fr/kstars/screen3.png +share/doc/HTML/fr/kstars/screen4.png +share/doc/HTML/fr/kstars/scriptbuilder.docbook +share/doc/HTML/fr/kstars/scriptbuilder.png +share/doc/HTML/fr/kstars/sidereal.docbook +share/doc/HTML/fr/kstars/skycoords.docbook +share/doc/HTML/fr/kstars/solarsys.docbook +share/doc/HTML/fr/kstars/solarsystem.png +share/doc/HTML/fr/kstars/spiralgalaxies.docbook +share/doc/HTML/fr/kstars/star_colors.png +share/doc/HTML/fr/kstars/stars.docbook +share/doc/HTML/fr/kstars/timezones.docbook +share/doc/HTML/fr/kstars/tools.docbook +share/doc/HTML/fr/kstars/utime.docbook +share/doc/HTML/fr/kstars/viewops.png +share/doc/HTML/fr/kstars/wut.docbook +share/doc/HTML/fr/kstars/wut.png +share/doc/HTML/fr/kstars/zenith.docbook share/doc/HTML/fr/ksudoku/common share/doc/HTML/fr/ksudoku/index.cache.bz2 share/doc/HTML/fr/ksudoku/index.docbook @@ -1041,8 +1266,11 @@ share/doc/HTML/fr/ktimer/common share/doc/HTML/fr/ktimer/index.cache.bz2 share/doc/HTML/fr/ktimer/index.docbook share/doc/HTML/fr/ktimetracker/common +share/doc/HTML/fr/ktimetracker/cvsexport.png +share/doc/HTML/fr/ktimetracker/idle-detect.png share/doc/HTML/fr/ktimetracker/index.cache.bz2 share/doc/HTML/fr/ktimetracker/index.docbook +share/doc/HTML/fr/ktimetracker/ktimetracker.png share/doc/HTML/fr/ktouch/color_options.png share/doc/HTML/fr/ktouch/common share/doc/HTML/fr/ktouch/general_options.png @@ -1059,6 +1287,8 @@ share/doc/HTML/fr/ktouch/training_options.png share/doc/HTML/fr/ktron/common share/doc/HTML/fr/ktron/index.cache.bz2 share/doc/HTML/fr/ktron/index.docbook +share/doc/HTML/fr/ktron/settings-general.png +share/doc/HTML/fr/ktron/settings-theme.png share/doc/HTML/fr/ktuberling/button-new.png share/doc/HTML/fr/ktuberling/button-open.png share/doc/HTML/fr/ktuberling/button-print.png @@ -1128,9 +1358,6 @@ share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-native.png share/doc/HTML/fr/kwordquiz/kwq-tutor-settings.png share/doc/HTML/fr/kwordquiz/kwq-tutor-shortcuts.png share/doc/HTML/fr/kwordquiz/kwq-tutor-welcome.png -share/doc/HTML/fr/kwrite/common -share/doc/HTML/fr/kwrite/index.cache.bz2 -share/doc/HTML/fr/kwrite/index.docbook share/doc/HTML/fr/lokalize/common share/doc/HTML/fr/lokalize/index.cache.bz2 share/doc/HTML/fr/lokalize/index.docbook @@ -1159,12 +1386,24 @@ share/doc/HTML/fr/marble/routing-5.png share/doc/HTML/fr/marble/routing-6.png share/doc/HTML/fr/marble/search-1.png share/doc/HTML/fr/marble/search-2.png +share/doc/HTML/fr/okular/annotation-properties.png +share/doc/HTML/fr/okular/annotations.png +share/doc/HTML/fr/okular/bookmark-management.png share/doc/HTML/fr/okular/common +share/doc/HTML/fr/okular/configure-editor.png +share/doc/HTML/fr/okular/configure.png +share/doc/HTML/fr/okular/forms-bar.png share/doc/HTML/fr/okular/index.cache.bz2 share/doc/HTML/fr/okular/index.docbook +share/doc/HTML/fr/okular/mainwindow.png +share/doc/HTML/fr/okular/presentation.png share/doc/HTML/fr/onlinehelp/common share/doc/HTML/fr/onlinehelp/index.cache.bz2 share/doc/HTML/fr/onlinehelp/index.docbook +share/doc/HTML/fr/palapeli/common +share/doc/HTML/fr/palapeli/index.cache.bz2 +share/doc/HTML/fr/palapeli/index.docbook +share/doc/HTML/fr/palapeli/puzzletable1.png share/doc/HTML/fr/parley/Configure_blocking.png share/doc/HTML/fr/parley/Configure_practice.png share/doc/HTML/fr/parley/Configure_practice_conjugation.png @@ -1253,6 +1492,9 @@ share/doc/HTML/fr/step/examples.docbook share/doc/HTML/fr/step/index.cache.bz2 share/doc/HTML/fr/step/index.docbook share/doc/HTML/fr/step/tutorials.docbook +share/doc/HTML/fr/system-config-printer-kde/common +share/doc/HTML/fr/system-config-printer-kde/index.cache.bz2 +share/doc/HTML/fr/system-config-printer-kde/index.docbook share/doc/HTML/fr/systemsettings/common share/doc/HTML/fr/systemsettings/index.cache.bz2 share/doc/HTML/fr/systemsettings/index.docbook @@ -1263,11 +1505,14 @@ share/locale/fr/LC_MESSAGES/accountwizard_kolab.mo share/locale/fr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fr/LC_MESSAGES/accountwizard_maildir.mo share/locale/fr/LC_MESSAGES/accountwizard_pop3.mo +share/locale/fr/LC_MESSAGES/accountwizard_tine20.mo share/locale/fr/LC_MESSAGES/adblock.mo share/locale/fr/LC_MESSAGES/akonadi-filestore.mo +share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/fr/LC_MESSAGES/akonadi_google_resource.mo share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fr/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1281,6 +1526,7 @@ share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/fr/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fr/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1310,6 +1556,7 @@ share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fr/LC_MESSAGES/audiorename_plugin.mo share/locale/fr/LC_MESSAGES/autorefresh.mo share/locale/fr/LC_MESSAGES/babelfish.mo +share/locale/fr/LC_MESSAGES/backupmail.mo share/locale/fr/LC_MESSAGES/blinken.mo share/locale/fr/LC_MESSAGES/blogilo.mo share/locale/fr/LC_MESSAGES/bomber.mo @@ -1338,6 +1585,7 @@ share/locale/fr/LC_MESSAGES/gwenview.mo share/locale/fr/LC_MESSAGES/htmlsearch.mo share/locale/fr/LC_MESSAGES/imagerename_plugin.mo share/locale/fr/LC_MESSAGES/imgalleryplugin.mo +share/locale/fr/LC_MESSAGES/importwizard.mo share/locale/fr/LC_MESSAGES/jovie.mo share/locale/fr/LC_MESSAGES/joystick.mo share/locale/fr/LC_MESSAGES/juk.mo @@ -1359,6 +1607,7 @@ share/locale/fr/LC_MESSAGES/kajongg.mo share/locale/fr/LC_MESSAGES/kalarm.mo share/locale/fr/LC_MESSAGES/kalgebra.mo share/locale/fr/LC_MESSAGES/kalzium.mo +share/locale/fr/LC_MESSAGES/kanagram-harmattan.mo share/locale/fr/LC_MESSAGES/kanagram.mo share/locale/fr/LC_MESSAGES/kapman.mo share/locale/fr/LC_MESSAGES/kapptemplate.mo @@ -1400,6 +1649,7 @@ share/locale/fr/LC_MESSAGES/kcal_akonadi.mo share/locale/fr/LC_MESSAGES/kcalc.mo share/locale/fr/LC_MESSAGES/kcertpart.mo share/locale/fr/LC_MESSAGES/kcharselect.mo +share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fr/LC_MESSAGES/kcm_akonadi.mo share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fr/LC_MESSAGES/kcm_attica.mo @@ -1471,7 +1721,6 @@ share/locale/fr/LC_MESSAGES/kcmstyle.mo share/locale/fr/LC_MESSAGES/kcmusb.mo share/locale/fr/LC_MESSAGES/kcmview1394.mo share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/fr/LC_MESSAGES/kcmxinerama.mo share/locale/fr/LC_MESSAGES/kcolorchooser.mo share/locale/fr/LC_MESSAGES/kcron.mo share/locale/fr/LC_MESSAGES/kde-menu.mo @@ -1494,24 +1743,16 @@ share/locale/fr/LC_MESSAGES/kdmgreet.mo share/locale/fr/LC_MESSAGES/kdontchangethehostname.mo share/locale/fr/LC_MESSAGES/keditbookmarks.mo share/locale/fr/LC_MESSAGES/kfile.mo -share/locale/fr/LC_MESSAGES/kfile_avi.mo share/locale/fr/LC_MESSAGES/kfile_dds.mo share/locale/fr/LC_MESSAGES/kfile_drgeo.mo share/locale/fr/LC_MESSAGES/kfile_exr.mo -share/locale/fr/LC_MESSAGES/kfile_flac.mo share/locale/fr/LC_MESSAGES/kfile_kig.mo share/locale/fr/LC_MESSAGES/kfile_mail.mo -share/locale/fr/LC_MESSAGES/kfile_mp3.mo -share/locale/fr/LC_MESSAGES/kfile_mpc.mo -share/locale/fr/LC_MESSAGES/kfile_ogg.mo share/locale/fr/LC_MESSAGES/kfile_pnm.mo share/locale/fr/LC_MESSAGES/kfile_raw.mo share/locale/fr/LC_MESSAGES/kfile_rgb.mo share/locale/fr/LC_MESSAGES/kfile_rpm.mo -share/locale/fr/LC_MESSAGES/kfile_sid.mo -share/locale/fr/LC_MESSAGES/kfile_theora.mo share/locale/fr/LC_MESSAGES/kfile_tiff.mo -share/locale/fr/LC_MESSAGES/kfile_wav.mo share/locale/fr/LC_MESSAGES/kfile_xps.mo share/locale/fr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fr/LC_MESSAGES/kfilereplace.mo @@ -1544,6 +1785,7 @@ share/locale/fr/LC_MESSAGES/kimagemapeditor.mo share/locale/fr/LC_MESSAGES/kinetd.mo share/locale/fr/LC_MESSAGES/kinfocenter.mo share/locale/fr/LC_MESSAGES/kio4.mo +share/locale/fr/LC_MESSAGES/kio_activities.mo share/locale/fr/LC_MESSAGES/kio_akonadi.mo share/locale/fr/LC_MESSAGES/kio_applications.mo share/locale/fr/LC_MESSAGES/kio_archive.mo @@ -1565,6 +1807,7 @@ share/locale/fr/LC_MESSAGES/kio_nfs.mo share/locale/fr/LC_MESSAGES/kio_nntp.mo share/locale/fr/LC_MESSAGES/kio_perldoc.mo share/locale/fr/LC_MESSAGES/kio_pop3.mo +share/locale/fr/LC_MESSAGES/kio_recentdocuments.mo share/locale/fr/LC_MESSAGES/kio_remote.mo share/locale/fr/LC_MESSAGES/kio_sftp.mo share/locale/fr/LC_MESSAGES/kio_sieve.mo @@ -1612,10 +1855,12 @@ share/locale/fr/LC_MESSAGES/kollision.mo share/locale/fr/LC_MESSAGES/kolourpaint.mo share/locale/fr/LC_MESSAGES/kommander.mo share/locale/fr/LC_MESSAGES/kompare.mo +share/locale/fr/LC_MESSAGES/konqprofiles.mo share/locale/fr/LC_MESSAGES/konqueror.mo share/locale/fr/LC_MESSAGES/konquest.mo share/locale/fr/LC_MESSAGES/konsole.mo share/locale/fr/LC_MESSAGES/konsolekalendar.mo +share/locale/fr/LC_MESSAGES/konsoleprofiles.mo share/locale/fr/LC_MESSAGES/kontact.mo share/locale/fr/LC_MESSAGES/kontactinterfaces.mo share/locale/fr/LC_MESSAGES/kopete.mo @@ -1645,11 +1890,6 @@ share/locale/fr/LC_MESSAGES/krunner.mo share/locale/fr/LC_MESSAGES/ksaneplugin.mo share/locale/fr/LC_MESSAGES/kscd.mo share/locale/fr/LC_MESSAGES/kscreensaver.mo -share/locale/fr/LC_MESSAGES/ksecrets_kio.mo -share/locale/fr/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/fr/LC_MESSAGES/ksecretsservice_api.mo -share/locale/fr/LC_MESSAGES/ksecretsserviced.mo -share/locale/fr/LC_MESSAGES/ksecretsync.mo share/locale/fr/LC_MESSAGES/ksendemail.mo share/locale/fr/LC_MESSAGES/kshellcmdplugin.mo share/locale/fr/LC_MESSAGES/kshisen.mo @@ -1678,6 +1918,7 @@ share/locale/fr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fr/LC_MESSAGES/ktimer.mo share/locale/fr/LC_MESSAGES/ktimetracker.mo +share/locale/fr/LC_MESSAGES/ktnef.mo share/locale/fr/LC_MESSAGES/ktouch.mo share/locale/fr/LC_MESSAGES/ktraderclient.mo share/locale/fr/LC_MESSAGES/ktron.mo @@ -1698,7 +1939,6 @@ share/locale/fr/LC_MESSAGES/kwin_clients.mo share/locale/fr/LC_MESSAGES/kwin_effects.mo share/locale/fr/LC_MESSAGES/kwinshutdown.mo share/locale/fr/LC_MESSAGES/kwinstartmenu.mo -share/locale/fr/LC_MESSAGES/kwl2kss.mo share/locale/fr/LC_MESSAGES/kwordquiz.mo share/locale/fr/LC_MESSAGES/kwrite.mo share/locale/fr/LC_MESSAGES/kwriteconfig.mo @@ -1746,6 +1986,7 @@ share/locale/fr/LC_MESSAGES/libkworkspace.mo share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/fr/LC_MESSAGES/libmailcommon.mo +share/locale/fr/LC_MESSAGES/libmailimporter.mo share/locale/fr/LC_MESSAGES/libmailtransport.mo share/locale/fr/LC_MESSAGES/libmessagecomposer.mo share/locale/fr/LC_MESSAGES/libmessagecore.mo @@ -1754,6 +1995,7 @@ share/locale/fr/LC_MESSAGES/libmessageviewer.mo share/locale/fr/LC_MESSAGES/liboktetacore.mo share/locale/fr/LC_MESSAGES/liboktetagui.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo +share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fr/LC_MESSAGES/libphonon.mo share/locale/fr/LC_MESSAGES/libplasma.mo share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1764,7 +2006,6 @@ share/locale/fr/LC_MESSAGES/libtaskmanager.mo share/locale/fr/LC_MESSAGES/libtemplateparser.mo share/locale/fr/LC_MESSAGES/lokalize.mo share/locale/fr/LC_MESSAGES/lskat.mo -share/locale/fr/LC_MESSAGES/mailfilteragent.mo share/locale/fr/LC_MESSAGES/mailreader.mo share/locale/fr/LC_MESSAGES/marble.mo share/locale/fr/LC_MESSAGES/marble_qt.mo @@ -1805,6 +2046,7 @@ share/locale/fr/LC_MESSAGES/okular_plucker.mo share/locale/fr/LC_MESSAGES/okular_poppler.mo share/locale/fr/LC_MESSAGES/okular_tiff.mo share/locale/fr/LC_MESSAGES/okular_xps.mo +share/locale/fr/LC_MESSAGES/pairs.mo share/locale/fr/LC_MESSAGES/palapeli.mo share/locale/fr/LC_MESSAGES/parley.mo share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo @@ -1866,6 +2108,7 @@ share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo share/locale/fr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1881,7 +2124,6 @@ share/locale/fr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/fr/LC_MESSAGES/plasma_applet_sal.mo share/locale/fr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/fr/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/fr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/fr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1909,6 +2151,7 @@ share/locale/fr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/fr/LC_MESSAGES/plasma_engine_network.mo share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fr/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1916,6 +2159,8 @@ share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo share/locale/fr/LC_MESSAGES/plasma_engine_share.mo share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo @@ -1949,6 +2194,7 @@ share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/fr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/fr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1965,6 +2211,7 @@ share/locale/fr/LC_MESSAGES/plasmagenericshell.mo share/locale/fr/LC_MESSAGES/plasmapkg.mo share/locale/fr/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/fr/LC_MESSAGES/plasmoidviewer.mo +share/locale/fr/LC_MESSAGES/pothumbnail.mo share/locale/fr/LC_MESSAGES/powerdevil.mo share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1982,7 +2229,6 @@ share/locale/fr/LC_MESSAGES/solid-network.mo share/locale/fr/LC_MESSAGES/solid_qt.mo share/locale/fr/LC_MESSAGES/solidcontrol.mo share/locale/fr/LC_MESSAGES/soliduiserver.mo -share/locale/fr/LC_MESSAGES/spy.mo share/locale/fr/LC_MESSAGES/step.mo share/locale/fr/LC_MESSAGES/step_qt.mo share/locale/fr/LC_MESSAGES/strigila_diff.mo @@ -2004,17 +2250,18 @@ share/locale/fr/entry.desktop @dirrm share/locale/fr/LC_SCRIPTS/kgeography @dirrm share/locale/fr/LC_SCRIPTS @dirrm share/doc/HTML/fr/systemsettings +@dirrm share/doc/HTML/fr/system-config-printer-kde @dirrm share/doc/HTML/fr/step @dirrm share/doc/HTML/fr/sonnet @dirrm share/doc/HTML/fr/printer-applet @dirrm share/doc/HTML/fr/plasma-desktop @dirrm share/doc/HTML/fr/parley +@dirrm share/doc/HTML/fr/palapeli @dirrm share/doc/HTML/fr/onlinehelp @dirrm share/doc/HTML/fr/okular @dirrm share/doc/HTML/fr/marble @dirrm share/doc/HTML/fr/lskat @dirrm share/doc/HTML/fr/lokalize -@dirrm share/doc/HTML/fr/kwrite @dirrm share/doc/HTML/fr/kwordquiz @dirrm share/doc/HTML/fr/kwallet @dirrm share/doc/HTML/fr/kuser @@ -2029,6 +2276,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/ksystemlog @dirrm share/doc/HTML/fr/ksysguard @dirrm share/doc/HTML/fr/ksudoku +@dirrm share/doc/HTML/fr/kstars @dirrm share/doc/HTML/fr/ksquares @dirrm share/doc/HTML/fr/kspaceduel @dirrm share/doc/HTML/fr/ksnapshot @@ -2062,6 +2310,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kmix @dirrm share/doc/HTML/fr/kmines @dirrm share/doc/HTML/fr/kmenuedit +@dirrm share/doc/HTML/fr/kmail @dirrm share/doc/HTML/fr/kmahjongg @dirrm share/doc/HTML/fr/kmag @dirrm share/doc/HTML/fr/klipper @@ -2072,6 +2321,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kleopatra @dirrm share/doc/HTML/fr/kjumpingcube @dirrm share/doc/HTML/fr/kjots +@dirrm share/doc/HTML/fr/kiten @dirrm share/doc/HTML/fr/kiriki @dirrm share/doc/HTML/fr/kioslave/xz @dirrm share/doc/HTML/fr/kioslave/webdav @@ -2108,6 +2358,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kioslave/bookmarks @dirrm share/doc/HTML/fr/kioslave/audiocd @dirrm share/doc/HTML/fr/kioslave +@dirrm share/doc/HTML/fr/kinfocenter @dirrm share/doc/HTML/fr/kimagemapeditor @dirrm share/doc/HTML/fr/killbots @dirrm share/doc/HTML/fr/kigo @@ -2123,6 +2374,8 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kfourinline @dirrm share/doc/HTML/fr/kfloppy @dirrm share/doc/HTML/fr/kfind +@dirrm share/doc/HTML/fr/kfilereplace +@dirrm share/doc/HTML/fr/kdm @dirrm share/doc/HTML/fr/kdiamond @dirrm share/doc/HTML/fr/kdf @dirrm share/doc/HTML/fr/kdesu @@ -2160,6 +2413,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/khtml-general @dirrm share/doc/HTML/fr/kcontrol/khtml-behavior @dirrm share/doc/HTML/fr/kcontrol/khtml-adblock +@dirrm share/doc/HTML/fr/kcontrol/khotkeys @dirrm share/doc/HTML/fr/kcontrol/kgamma @dirrm share/doc/HTML/fr/kcontrol/keys @dirrm share/doc/HTML/fr/kcontrol/keyboard @@ -2171,6 +2425,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/kcmcss @dirrm share/doc/HTML/fr/kcontrol/kcmcgi @dirrm share/doc/HTML/fr/kcontrol/kcmaccess +@dirrm share/doc/HTML/fr/kcontrol/kcm_ssl @dirrm share/doc/HTML/fr/kcontrol/kamera @dirrm share/doc/HTML/fr/kcontrol/joystick @dirrm share/doc/HTML/fr/kcontrol/icons @@ -2206,7 +2461,6 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kblackbox @dirrm share/doc/HTML/fr/kbattleship @dirrm share/doc/HTML/fr/katomic -@dirrm share/doc/HTML/fr/kate @dirrm share/doc/HTML/fr/kapptemplate @dirrm share/doc/HTML/fr/kapman @dirrm share/doc/HTML/fr/kanagram @@ -2216,6 +2470,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/jovie @dirrm share/doc/HTML/fr/gwenview @dirrm share/doc/HTML/fr/granatier +@dirrm share/doc/HTML/fr/fundamentals @dirrm share/doc/HTML/fr/dragonplayer @dirrm share/doc/HTML/fr/dolphin @dirrm share/doc/HTML/fr/common diff --git a/games/Makefile b/games/Makefile index a12234b3be7c..313d9189a3dc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -670,6 +670,7 @@ SUBDIR += pachi SUBDIR += pacmanarena SUBDIR += paintown + SUBDIR += pairs SUBDIR += palomino SUBDIR += passage SUBDIR += patapizza-tetris diff --git a/games/blinken/Makefile b/games/blinken/Makefile index e4b90d37037c..5d0607fa4885 100644 --- a/games/blinken/Makefile +++ b/games/blinken/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: blinken -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= blinken PORTVERSION= ${KDE4_VERSION} diff --git a/games/blinken/distinfo b/games/blinken/distinfo index 81c02f4f584d..98c90466235d 100644 --- a/games/blinken/distinfo +++ b/games/blinken/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/blinken-4.8.4.tar.xz) = f9bd61a26b2136557027c73291d660f45af096a9193f8a2d69a5f1e1173815d8 -SIZE (KDE/blinken-4.8.4.tar.xz) = 567144 +SHA256 (KDE/blinken-4.9.5.tar.xz) = d48f1e1ab85eeb474849c8e9294cbf305a85dbbc8cdc5672a5f635504d84db95 +SIZE (KDE/blinken-4.9.5.tar.xz) = 566516 diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 15562360d12d..611a67bafa76 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -1,7 +1,3 @@ -# New ports collection Makefile for: kajongg -# Date created: 3 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ PORTNAME= kajongg diff --git a/games/kajongg/pkg-plist b/games/kajongg/pkg-plist index a64db077bad2..c087bb4ff433 100644 --- a/games/kajongg/pkg-plist +++ b/games/kajongg/pkg-plist @@ -3,6 +3,8 @@ bin/kajonggserver share/applications/kde4/kajongg.desktop share/apps/kajongg/about.py share/apps/kajongg/about.pyc +share/apps/kajongg/altint.py +share/apps/kajongg/altint.pyc share/apps/kajongg/animation.py share/apps/kajongg/animation.pyc share/apps/kajongg/background.py @@ -12,6 +14,8 @@ share/apps/kajongg/backgroundselector.pyc share/apps/kajongg/backgroundselector.ui share/apps/kajongg/board.py share/apps/kajongg/board.pyc +share/apps/kajongg/chat.py +share/apps/kajongg/chat.pyc share/apps/kajongg/client.py share/apps/kajongg/client.pyc share/apps/kajongg/common.py @@ -30,10 +34,14 @@ share/apps/kajongg/genericdelegates.py share/apps/kajongg/genericdelegates.pyc share/apps/kajongg/guiutil.py share/apps/kajongg/guiutil.pyc +share/apps/kajongg/hand.py +share/apps/kajongg/hand.pyc share/apps/kajongg/handboard.py share/apps/kajongg/handboard.pyc share/apps/kajongg/humanclient.py share/apps/kajongg/humanclient.pyc +share/apps/kajongg/intelligence.py +share/apps/kajongg/intelligence.pyc share/apps/kajongg/kajongg.py share/apps/kajongg/kajonggserver.py share/apps/kajongg/kajonggui.rc @@ -59,12 +67,14 @@ share/apps/kajongg/qt4reactor.py share/apps/kajongg/qt4reactor.pyc share/apps/kajongg/query.py share/apps/kajongg/query.pyc +share/apps/kajongg/rule.py +share/apps/kajongg/rule.pyc +share/apps/kajongg/rulecode.py +share/apps/kajongg/rulecode.pyc share/apps/kajongg/rulesetselector.py share/apps/kajongg/rulesetselector.pyc share/apps/kajongg/scoring.py share/apps/kajongg/scoring.pyc -share/apps/kajongg/scoringengine.py -share/apps/kajongg/scoringengine.pyc share/apps/kajongg/server.py share/apps/kajongg/server.pyc share/apps/kajongg/sound.py @@ -86,8 +96,197 @@ share/apps/kajongg/uiwall.py share/apps/kajongg/uiwall.pyc share/apps/kajongg/util.py share/apps/kajongg/util.pyc +share/apps/kajongg/voices/female1/COPYRIGHT +share/apps/kajongg/voices/female1/b1.ogg +share/apps/kajongg/voices/female1/b2.ogg +share/apps/kajongg/voices/female1/b3.ogg +share/apps/kajongg/voices/female1/b4.ogg +share/apps/kajongg/voices/female1/b5.ogg +share/apps/kajongg/voices/female1/b6.ogg +share/apps/kajongg/voices/female1/b7.ogg +share/apps/kajongg/voices/female1/b8.ogg +share/apps/kajongg/voices/female1/b9.ogg +share/apps/kajongg/voices/female1/c1.ogg +share/apps/kajongg/voices/female1/c2.ogg +share/apps/kajongg/voices/female1/c3.ogg +share/apps/kajongg/voices/female1/c4.ogg +share/apps/kajongg/voices/female1/c5.ogg +share/apps/kajongg/voices/female1/c6.ogg +share/apps/kajongg/voices/female1/c7.ogg +share/apps/kajongg/voices/female1/c8.ogg +share/apps/kajongg/voices/female1/c9.ogg +share/apps/kajongg/voices/female1/chow.ogg +share/apps/kajongg/voices/female1/dangerousgame.ogg +share/apps/kajongg/voices/female1/db.ogg +share/apps/kajongg/voices/female1/dg.ogg +share/apps/kajongg/voices/female1/dr.ogg +share/apps/kajongg/voices/female1/kong.ogg +share/apps/kajongg/voices/female1/mahjongg.ogg +share/apps/kajongg/voices/female1/md5sum +share/apps/kajongg/voices/female1/nochoice.ogg +share/apps/kajongg/voices/female1/originalcall.ogg +share/apps/kajongg/voices/female1/pung.ogg +share/apps/kajongg/voices/female1/s1.ogg +share/apps/kajongg/voices/female1/s2.ogg +share/apps/kajongg/voices/female1/s3.ogg +share/apps/kajongg/voices/female1/s4.ogg +share/apps/kajongg/voices/female1/s5.ogg +share/apps/kajongg/voices/female1/s6.ogg +share/apps/kajongg/voices/female1/s7.ogg +share/apps/kajongg/voices/female1/s8.ogg +share/apps/kajongg/voices/female1/s9.ogg +share/apps/kajongg/voices/female1/violatesoriginalcall.ogg +share/apps/kajongg/voices/female1/we.ogg +share/apps/kajongg/voices/female1/wn.ogg +share/apps/kajongg/voices/female1/ws.ogg +share/apps/kajongg/voices/female1/ww.ogg +share/apps/kajongg/voices/female2/COPYRIGHT +share/apps/kajongg/voices/female2/b1.ogg +share/apps/kajongg/voices/female2/b2.ogg +share/apps/kajongg/voices/female2/b3.ogg +share/apps/kajongg/voices/female2/b4.ogg +share/apps/kajongg/voices/female2/b5.ogg +share/apps/kajongg/voices/female2/b6.ogg +share/apps/kajongg/voices/female2/b7.ogg +share/apps/kajongg/voices/female2/b8.ogg +share/apps/kajongg/voices/female2/b9.ogg +share/apps/kajongg/voices/female2/c1.ogg +share/apps/kajongg/voices/female2/c2.ogg +share/apps/kajongg/voices/female2/c3.ogg +share/apps/kajongg/voices/female2/c4.ogg +share/apps/kajongg/voices/female2/c5.ogg +share/apps/kajongg/voices/female2/c6.ogg +share/apps/kajongg/voices/female2/c7.ogg +share/apps/kajongg/voices/female2/c8.ogg +share/apps/kajongg/voices/female2/c9.ogg +share/apps/kajongg/voices/female2/chow.ogg +share/apps/kajongg/voices/female2/dangerousgame.ogg +share/apps/kajongg/voices/female2/db.ogg +share/apps/kajongg/voices/female2/dg.ogg +share/apps/kajongg/voices/female2/dr.ogg +share/apps/kajongg/voices/female2/kong.ogg +share/apps/kajongg/voices/female2/mahjongg.ogg +share/apps/kajongg/voices/female2/md5sum +share/apps/kajongg/voices/female2/nochoice.ogg +share/apps/kajongg/voices/female2/originalcall.ogg +share/apps/kajongg/voices/female2/pung.ogg +share/apps/kajongg/voices/female2/s1.ogg +share/apps/kajongg/voices/female2/s2.ogg +share/apps/kajongg/voices/female2/s3.ogg +share/apps/kajongg/voices/female2/s4.ogg +share/apps/kajongg/voices/female2/s5.ogg +share/apps/kajongg/voices/female2/s6.ogg +share/apps/kajongg/voices/female2/s7.ogg +share/apps/kajongg/voices/female2/s8.ogg +share/apps/kajongg/voices/female2/s9.ogg +share/apps/kajongg/voices/female2/violatesoriginalcall.ogg +share/apps/kajongg/voices/female2/we.ogg +share/apps/kajongg/voices/female2/wn.ogg +share/apps/kajongg/voices/female2/ws.ogg +share/apps/kajongg/voices/female2/ww.ogg +share/apps/kajongg/voices/male1/COPYRIGHT +share/apps/kajongg/voices/male1/b1.ogg +share/apps/kajongg/voices/male1/b2.ogg +share/apps/kajongg/voices/male1/b3.ogg +share/apps/kajongg/voices/male1/b4.ogg +share/apps/kajongg/voices/male1/b5.ogg +share/apps/kajongg/voices/male1/b6.ogg +share/apps/kajongg/voices/male1/b7.ogg +share/apps/kajongg/voices/male1/b8.ogg +share/apps/kajongg/voices/male1/b9.ogg +share/apps/kajongg/voices/male1/c1.ogg +share/apps/kajongg/voices/male1/c2.ogg +share/apps/kajongg/voices/male1/c3.ogg +share/apps/kajongg/voices/male1/c4.ogg +share/apps/kajongg/voices/male1/c5.ogg +share/apps/kajongg/voices/male1/c6.ogg +share/apps/kajongg/voices/male1/c7.ogg +share/apps/kajongg/voices/male1/c8.ogg +share/apps/kajongg/voices/male1/c9.ogg +share/apps/kajongg/voices/male1/chow.ogg +share/apps/kajongg/voices/male1/dangerousgame.ogg +share/apps/kajongg/voices/male1/db.ogg +share/apps/kajongg/voices/male1/dg.ogg +share/apps/kajongg/voices/male1/dr.ogg +share/apps/kajongg/voices/male1/kong.ogg +share/apps/kajongg/voices/male1/mahjongg.ogg +share/apps/kajongg/voices/male1/md5sum +share/apps/kajongg/voices/male1/nochoice.ogg +share/apps/kajongg/voices/male1/originalcall.ogg +share/apps/kajongg/voices/male1/pung.ogg +share/apps/kajongg/voices/male1/s1.ogg +share/apps/kajongg/voices/male1/s2.ogg +share/apps/kajongg/voices/male1/s3.ogg +share/apps/kajongg/voices/male1/s4.ogg +share/apps/kajongg/voices/male1/s5.ogg +share/apps/kajongg/voices/male1/s6.ogg +share/apps/kajongg/voices/male1/s7.ogg +share/apps/kajongg/voices/male1/s8.ogg +share/apps/kajongg/voices/male1/s9.ogg +share/apps/kajongg/voices/male1/violatesoriginalcall.ogg +share/apps/kajongg/voices/male1/we.ogg +share/apps/kajongg/voices/male1/wn.ogg +share/apps/kajongg/voices/male1/ws.ogg +share/apps/kajongg/voices/male1/ww.ogg +share/apps/kajongg/voices/male2/b1.ogg +share/apps/kajongg/voices/male2/b2.ogg +share/apps/kajongg/voices/male2/b3.ogg +share/apps/kajongg/voices/male2/b4.ogg +share/apps/kajongg/voices/male2/b5.ogg +share/apps/kajongg/voices/male2/b6.ogg +share/apps/kajongg/voices/male2/b7.ogg +share/apps/kajongg/voices/male2/b8.ogg +share/apps/kajongg/voices/male2/b9.ogg +share/apps/kajongg/voices/male2/c1.ogg +share/apps/kajongg/voices/male2/c2.ogg +share/apps/kajongg/voices/male2/c3.ogg +share/apps/kajongg/voices/male2/c4.ogg +share/apps/kajongg/voices/male2/c5.ogg +share/apps/kajongg/voices/male2/c6.ogg +share/apps/kajongg/voices/male2/c7.ogg +share/apps/kajongg/voices/male2/c8.ogg +share/apps/kajongg/voices/male2/c9.ogg +share/apps/kajongg/voices/male2/chow.ogg +share/apps/kajongg/voices/male2/dangerousgame.ogg +share/apps/kajongg/voices/male2/db.ogg +share/apps/kajongg/voices/male2/dg.ogg +share/apps/kajongg/voices/male2/dr.ogg +share/apps/kajongg/voices/male2/kong.ogg +share/apps/kajongg/voices/male2/mahjongg.ogg +share/apps/kajongg/voices/male2/md5sum +share/apps/kajongg/voices/male2/nochoice.ogg +share/apps/kajongg/voices/male2/originalcall.ogg +share/apps/kajongg/voices/male2/pung.ogg +share/apps/kajongg/voices/male2/s1.ogg +share/apps/kajongg/voices/male2/s2.ogg +share/apps/kajongg/voices/male2/s3.ogg +share/apps/kajongg/voices/male2/s4.ogg +share/apps/kajongg/voices/male2/s5.ogg +share/apps/kajongg/voices/male2/s6.ogg +share/apps/kajongg/voices/male2/s7.ogg +share/apps/kajongg/voices/male2/s8.ogg +share/apps/kajongg/voices/male2/s9.ogg +share/apps/kajongg/voices/male2/violatesoriginalcall.ogg +share/apps/kajongg/voices/male2/we.ogg +share/apps/kajongg/voices/male2/wn.ogg +share/apps/kajongg/voices/male2/ws.ogg +share/apps/kajongg/voices/male2/ww.ogg share/apps/kajongg/wall.py share/apps/kajongg/wall.pyc +share/doc/HTML/en/kajongg/chat.png +share/doc/HTML/en/kajongg/common +share/doc/HTML/en/kajongg/config_background.png +share/doc/HTML/en/kajongg/config_play.png +share/doc/HTML/en/kajongg/config_tiles.png +share/doc/HTML/en/kajongg/differ.png +share/doc/HTML/en/kajongg/enterhand.png +share/doc/HTML/en/kajongg/explain.png +share/doc/HTML/en/kajongg/gamescreen.png +share/doc/HTML/en/kajongg/index.cache.bz2 +share/doc/HTML/en/kajongg/index.docbook +share/doc/HTML/en/kajongg/penalty.png +share/doc/HTML/en/kajongg/ruleseteditor.png +share/doc/HTML/en/kajongg/scoretable.png share/icons/hicolor/128x128/apps/kajongg.png share/icons/hicolor/16x16/apps/kajongg.png share/icons/hicolor/22x22/apps/kajongg.png @@ -96,4 +295,10 @@ share/icons/hicolor/48x48/apps/kajongg.png share/icons/hicolor/64x64/apps/kajongg.png share/icons/hicolor/scalable/actions/games-kajongg-law.svgz share/icons/hicolor/scalable/apps/kajongg.svgz +@dirrm share/doc/HTML/en/kajongg +@dirrm share/apps/kajongg/voices/male2 +@dirrm share/apps/kajongg/voices/male1 +@dirrm share/apps/kajongg/voices/female2 +@dirrm share/apps/kajongg/voices/female1 +@dirrm share/apps/kajongg/voices @dirrm share/apps/kajongg diff --git a/games/kanagram/Makefile b/games/kanagram/Makefile index 8dc038aadba3..96712228c784 100644 --- a/games/kanagram/Makefile +++ b/games/kanagram/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kanagram -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kanagram PORTVERSION= ${KDE4_VERSION} diff --git a/games/kanagram/distinfo b/games/kanagram/distinfo index 2dfe6cac4533..251899a7183a 100644 --- a/games/kanagram/distinfo +++ b/games/kanagram/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kanagram-4.8.4.tar.xz) = 3654a2ac234192641471b9061e047c9f75b237553e1abd3310c9d4526716970b -SIZE (KDE/kanagram-4.8.4.tar.xz) = 623480 +SHA256 (KDE/kanagram-4.9.5.tar.xz) = 2bc7854876002aa431b3bf2ca25aad83d397ae09143d6e0f02d631bd44ca016e +SIZE (KDE/kanagram-4.9.5.tar.xz) = 1061332 diff --git a/games/kanagram/pkg-plist b/games/kanagram/pkg-plist index 3a81f05b4382..0b757a975b2f 100644 --- a/games/kanagram/pkg-plist +++ b/games/kanagram/pkg-plist @@ -1,4 +1,10 @@ bin/kanagram +include/kanagram/kanagram_engine_export.h +include/kanagram/kanagramgame.h +include/kanagram/kanagramsettings.h +lib/libkanagramengine.so +lib/libkanagramengine.so.5 +lib/libkanagramengine.so.5.0.1 share/applications/kde4/kanagram.desktop share/apps/kanagram/images/kanagram.svg share/apps/kanagram/sounds/chalk.ogg @@ -21,12 +27,16 @@ share/doc/HTML/en/kanagram/vocab-editor.png share/doc/HTML/en/kanagram/vocab-settings.png share/icons/hicolor/128x128/apps/kanagram.png share/icons/hicolor/16x16/apps/kanagram.png -share/icons/hicolor/22x22/apps/kanagram.png +share/icons/hicolor/24x24/apps/kanagram.png share/icons/hicolor/32x32/apps/kanagram.png share/icons/hicolor/48x48/apps/kanagram.png share/icons/hicolor/64x64/apps/kanagram.png +share/icons/hicolor/80x80/apps/kanagram-harmattan.png share/icons/hicolor/scalable/apps/kanagram.svgz +@dirrmtry share/icons/hicolor/80x80/apps +@dirrmtry share/icons/hicolor/80x80 @dirrm share/doc/HTML/en/kanagram @dirrm share/apps/kanagram/sounds @dirrm share/apps/kanagram/images @dirrm share/apps/kanagram +@dirrm include/kanagram diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 8a666cfa2720..96646e5c78bb 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdegames -# Date created: 2008-02-08 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdegames @@ -31,16 +28,13 @@ USE_XZ= yes CMAKE_ARGS+= -DBUILD_kajongg:BOOL=FALSE MAKE_JOBS_SAFE= yes -OPTIONS= FREEBSD "Install FreeBSD card deck" off \ - KAJONGG "Install the classical Mah Jongg for four players" off +OPTIONS_DEFINE= KAJONGG -.include <bsd.port.options.mk> +KAJONGG_DESC= Install the classical Mah Jongg for four players -.if defined(WITH_FREEBSD) -RUN_DEPENDS+= kde4-freebsd-carddeck>=1.0:${PORTSDIR}/games/freebsd-carddeck-kde4 -.endif +.include <bsd.port.options.mk> -.if defined(WITH_KAJONGG) +.if ${PORT_OPTIONS:MKAJONGG} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kajongg:${PORTSDIR}/games/kajongg .endif diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo index 15744be7bcc2..17572e6f2587 100644 --- a/games/kdegames4/distinfo +++ b/games/kdegames4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegames-4.8.4.tar.xz) = 2a68474a6314452c7438e8822677c6bb2ccd793485a803ffd990529c782b51ca -SIZE (KDE/kdegames-4.8.4.tar.xz) = 60008392 +SHA256 (KDE/kdegames-4.9.5.tar.xz) = 6ebfd51995902f6777bb62f7505fa042be4df1d3150a0e1073e73a4b6ec2ccf9 +SIZE (KDE/kdegames-4.9.5.tar.xz) = 52240420 diff --git a/games/kdegames4/pkg-plist b/games/kdegames4/pkg-plist index 069f06213f4c..a6ef855ea32c 100644 --- a/games/kdegames4/pkg-plist +++ b/games/kdegames4/pkg-plist @@ -38,122 +38,81 @@ bin/ktuberling bin/kubrick bin/lskat bin/palapeli -include/KDE/KCardDialog -include/KDE/KChat -include/KDE/KChatBase -include/KDE/KChatDialog include/KDE/KExtHighscore -include/KDE/KGame/KGame -include/KDE/KGame/KGameChat -include/KDE/KGame/KGameConnectDialog -include/KDE/KGame/KGameDebugDialog -include/KDE/KGame/KGameDialog -include/KDE/KGame/KGameDialogConfig -include/KDE/KGame/KGameError -include/KDE/KGame/KGameErrorDialog -include/KDE/KGame/KGameIO -include/KDE/KGame/KGameMessage -include/KDE/KGame/KGameNetwork -include/KDE/KGame/KGameProcess -include/KDE/KGame/KGameProperty -include/KDE/KGame/KGamePropertyArray -include/KDE/KGame/KGamePropertyHandler -include/KDE/KGame/KGameSequence -include/KDE/KGame/KGameVersion -include/KDE/KGame/KMessageClient -include/KDE/KGame/KMessageIO -include/KDE/KGame/KMessageServer -include/KDE/KGame/KPlayer -include/KDE/KGameCanvas include/KDE/KGameClock -include/KDE/KGameDifficulty -include/KDE/KGameLCD -include/KDE/KGameMisc include/KDE/KGamePopupItem -include/KDE/KGameProgress include/KDE/KGameRenderedItem include/KDE/KGameRenderedObjectItem include/KDE/KGameRenderer include/KDE/KGameRendererClient -include/KDE/KGameSvgDigits -include/KDE/KGameSvgDocument -include/KDE/KGameTheme -include/KDE/KGameThemeSelector -include/KDE/KGrid2D include/KDE/KHighscore include/KDE/KScoreDialog include/KDE/KStandardGameAction +include/KDE/KgAudioScene +include/KDE/KgDifficulty +include/KDE/KgSound +include/KDE/KgTheme +include/KDE/KgThemeProvider +include/KDE/KgThemeSelector include/Pala/Slicer include/Pala/SlicerJob include/Pala/SlicerMode include/Pala/SlicerProperty include/Pala/SlicerPropertySet -include/cardcache.h -include/carddeckinfo.h -include/digits/kgamesvgdigits.h include/highscore/kexthighscore.h include/highscore/kexthighscore_item.h include/highscore/khighscore.h include/highscore/kscoredialog.h -include/kcarddialog.h -include/kchat.h -include/kchatbase.h -include/kchatbaseitemdelegate.h -include/kchatbasemodel.h -include/kchatdialog.h -include/kgame/kgame.h -include/kgame/kgamechat.h -include/kgame/kgameconnectdialog.h -include/kgame/kgamedebugdialog.h -include/kgame/kgamedialog.h -include/kgame/kgamedialogconfig.h -include/kgame/kgameerror.h -include/kgame/kgameerrordialog.h -include/kgame/kgameio.h -include/kgame/kgamemessage.h -include/kgame/kgamenetwork.h -include/kgame/kgameprocess.h -include/kgame/kgameproperty.h -include/kgame/kgamepropertyarray.h -include/kgame/kgamepropertyhandler.h -include/kgame/kgamesequence.h -include/kgame/kgameversion.h -include/kgame/kmessageclient.h -include/kgame/kmessageio.h -include/kgame/kmessageserver.h -include/kgame/kplayer.h -include/kgamecanvas.h include/kgameclock.h -include/kgamedifficulty.h -include/kgamelcd.h -include/kgamemisc.h include/kgamepopupitem.h -include/kgameprogress.h include/kgamerendereditem.h include/kgamerenderedobjectitem.h include/kgamerenderer.h include/kgamerendererclient.h -include/kgamesvgdocument.h -include/kgametheme.h -include/kgamethemeselector.h -include/kggzgames/kggzgames_export.h -include/kggzgames/kggzrankingsdialog.h -include/kggzgames/kggzseatsdialog.h -include/kggzmod/event.h -include/kggzmod/kggzmod_export.h -include/kggzmod/module.h -include/kggzmod/player.h -include/kggzmod/request.h -include/kggzmod/statistics.h -include/kggznet/kggznet_export.h -include/kggznet/kggzpacket.h -include/kggznet/kggzraw.h -include/kgrid2d.h +include/kgaudioscene.h +include/kgdifficulty.h +include/kgsound.h +include/kgtheme.h +include/kgthemeprovider.h +include/kgthemeselector.h include/kmahjonggbackground.h include/kmahjonggconfigdialog.h include/kmahjonggtileset.h include/kstandardgameaction.h +include/libkdegames_capabilities.h include/libkdegames_export.h +include/libkdegamesprivate/kchat.h +include/libkdegamesprivate/kchatbase.h +include/libkdegamesprivate/kchatbaseitemdelegate.h +include/libkdegamesprivate/kchatbasemodel.h +include/libkdegamesprivate/kchatdialog.h +include/libkdegamesprivate/kgame/dialogs/kgameconnectdialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedebugdialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedialog.h +include/libkdegamesprivate/kgame/dialogs/kgamedialogconfig.h +include/libkdegamesprivate/kgame/dialogs/kgameerrordialog.h +include/libkdegamesprivate/kgame/kgame.h +include/libkdegamesprivate/kgame/kgamechat.h +include/libkdegamesprivate/kgame/kgameerror.h +include/libkdegamesprivate/kgame/kgameio.h +include/libkdegamesprivate/kgame/kgamemessage.h +include/libkdegamesprivate/kgame/kgamenetwork.h +include/libkdegamesprivate/kgame/kgameprocess.h +include/libkdegamesprivate/kgame/kgameproperty.h +include/libkdegamesprivate/kgame/kgamepropertyarray.h +include/libkdegamesprivate/kgame/kgamepropertyhandler.h +include/libkdegamesprivate/kgame/kgamesequence.h +include/libkdegamesprivate/kgame/kgameversion.h +include/libkdegamesprivate/kgame/kmessageclient.h +include/libkdegamesprivate/kgame/kmessageio.h +include/libkdegamesprivate/kgame/kmessageserver.h +include/libkdegamesprivate/kgame/kplayer.h +include/libkdegamesprivate/kgamecanvas.h +include/libkdegamesprivate/kgamedifficulty.h +include/libkdegamesprivate/kgamesvgdocument.h +include/libkdegamesprivate/kgametheme.h +include/libkdegamesprivate/kgamethemeselector.h +include/libkdegamesprivate/libkdegamesprivate_export.h include/libkmahjongg_export.h include/libpala/libpalamacros.h include/libpala/slicer.h @@ -161,6 +120,10 @@ include/libpala/slicerjob.h include/libpala/slicermode.h include/libpala/slicerproperty.h include/libpala/slicerpropertyset.h +lib/cmake/KDEGames/KDEGamesConfig.cmake +lib/cmake/KDEGames/KDEGamesConfigVersion.cmake +lib/cmake/KDEGames/KDEGamesLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDEGames/KDEGamesLibraryDepends.cmake lib/kde4/palapeli_goldbergslicer.so lib/kde4/palapeli_jigsawslicer.so lib/kde4/palapeli_rectslicer.so @@ -170,17 +133,11 @@ lib/libiris_ksirk.so.2 lib/libiris_ksirk.so.2.0.0 lib/libkcardgame.so lib/libkdegames.so -lib/libkdegames.so.5 -lib/libkdegames.so.5.1.0 -lib/libkggzgames.so -lib/libkggzgames.so.5 -lib/libkggzgames.so.5.0.1 -lib/libkggzmod.so -lib/libkggzmod.so.5 -lib/libkggzmod.so.5.0.1 -lib/libkggznet.so -lib/libkggznet.so.5 -lib/libkggznet.so.5.0.1 +lib/libkdegames.so.6 +lib/libkdegames.so.6.0.0 +lib/libkdegamesprivate.so +lib/libkdegamesprivate.so.1 +lib/libkdegamesprivate.so.1.0.0 lib/libkmahjongglib.so lib/libkmahjongglib.so.5 lib/libkmahjongglib.so.5.0.1 @@ -249,60 +206,6 @@ share/apps/bovo/themes/scribble/theme.svg share/apps/bovo/themes/scribble/themerc share/apps/bovo/themes/spacy/theme.svg share/apps/bovo/themes/spacy/themerc -share/apps/carddecks/decks/deck1.desktop -share/apps/carddecks/decks/deck1.png -share/apps/carddecks/decks/deck1.svgz -share/apps/carddecks/decks/deck10.desktop -share/apps/carddecks/decks/deck10.png -share/apps/carddecks/decks/deck10.svgz -share/apps/carddecks/decks/deck11.desktop -share/apps/carddecks/decks/deck11.png -share/apps/carddecks/decks/deck11.svgz -share/apps/carddecks/decks/deck12.desktop -share/apps/carddecks/decks/deck12.png -share/apps/carddecks/decks/deck12.svgz -share/apps/carddecks/decks/deck13.desktop -share/apps/carddecks/decks/deck13.png -share/apps/carddecks/decks/deck13.svgz -share/apps/carddecks/decks/deck14.desktop -share/apps/carddecks/decks/deck14.png -share/apps/carddecks/decks/deck14.svgz -share/apps/carddecks/decks/deck15.desktop -share/apps/carddecks/decks/deck15.png -share/apps/carddecks/decks/deck15.svgz -share/apps/carddecks/decks/deck16.desktop -share/apps/carddecks/decks/deck16.png -share/apps/carddecks/decks/deck16.svgz -share/apps/carddecks/decks/deck17.desktop -share/apps/carddecks/decks/deck17.png -share/apps/carddecks/decks/deck17.svgz -share/apps/carddecks/decks/deck18.desktop -share/apps/carddecks/decks/deck18.png -share/apps/carddecks/decks/deck18.svgz -share/apps/carddecks/decks/deck2.desktop -share/apps/carddecks/decks/deck2.png -share/apps/carddecks/decks/deck2.svgz -share/apps/carddecks/decks/deck3.desktop -share/apps/carddecks/decks/deck3.png -share/apps/carddecks/decks/deck3.svgz -share/apps/carddecks/decks/deck4.desktop -share/apps/carddecks/decks/deck4.png -share/apps/carddecks/decks/deck4.svgz -share/apps/carddecks/decks/deck5.desktop -share/apps/carddecks/decks/deck5.png -share/apps/carddecks/decks/deck5.svgz -share/apps/carddecks/decks/deck6.desktop -share/apps/carddecks/decks/deck6.png -share/apps/carddecks/decks/deck6.svgz -share/apps/carddecks/decks/deck7.desktop -share/apps/carddecks/decks/deck7.png -share/apps/carddecks/decks/deck7.svgz -share/apps/carddecks/decks/deck8.desktop -share/apps/carddecks/decks/deck8.png -share/apps/carddecks/decks/deck8.svgz -share/apps/carddecks/decks/deck9.desktop -share/apps/carddecks/decks/deck9.png -share/apps/carddecks/decks/deck9.svgz share/apps/carddecks/svg-ancient-egyptians/11.png share/apps/carddecks/svg-ancient-egyptians/Ancient_Egyptians.svgz share/apps/carddecks/svg-ancient-egyptians/index.desktop @@ -358,8 +261,6 @@ share/apps/carddecks/svg-xskat-german/11.png share/apps/carddecks/svg-xskat-german/COPYRIGHT share/apps/carddecks/svg-xskat-german/german.svgz share/apps/carddecks/svg-xskat-german/index.desktop -share/apps/cmake/modules/FindLibKDEGames.cmake -share/apps/cmake/modules/GGZ.cmake share/apps/granatier/arenas/clanbomber_Arena.desktop share/apps/granatier/arenas/clanbomber_Arena.xml share/apps/granatier/arenas/clanbomber_Big_Block.desktop @@ -439,19 +340,14 @@ share/apps/granatier/arenas/threeofthree.xml share/apps/granatier/granatierui.rc share/apps/granatier/players/player1.desktop share/apps/granatier/players/player1.svgz -share/apps/granatier/players/player1_preview.svgz share/apps/granatier/players/player2.desktop share/apps/granatier/players/player2.svgz -share/apps/granatier/players/player2_preview.svgz share/apps/granatier/players/player3.desktop share/apps/granatier/players/player3.svgz -share/apps/granatier/players/player3_preview.svgz share/apps/granatier/players/player4.desktop share/apps/granatier/players/player4.svgz -share/apps/granatier/players/player4_preview.svgz share/apps/granatier/players/player5.desktop share/apps/granatier/players/player5.svgz -share/apps/granatier/players/player5_preview.svgz share/apps/granatier/sounds/break.wav share/apps/granatier/sounds/clear.wav share/apps/granatier/sounds/corpse_explode.wav @@ -492,7 +388,6 @@ share/apps/kapman/themes/retro.svgz share/apps/kapman/themes/retro_preview.png share/apps/katomic/katomicui.rc share/apps/katomic/levels/default_levels.dat -share/apps/katomic/pics/default_theme.desktop share/apps/katomic/pics/default_theme.svgz share/apps/kbattleship/kbattleshipui.rc share/apps/kbattleship/pictures/default_theme.svgz @@ -555,9 +450,9 @@ share/apps/kbreakout/themes/web20.svgz share/apps/kbreakout/themes/web20_preview.png share/apps/kconf_update/katomic-levelset-upd.pl share/apps/kconf_update/katomic-levelset.upd +share/apps/kconf_update/kgthemeprovider-migration.upd share/apps/kconf_update/klickety-2.0-inherit-ksame-highscore.pl share/apps/kconf_update/klickety.upd -share/apps/kdegames/pics/star.png share/apps/kdiamond/kdiamond.kcfg share/apps/kdiamond/kdiamond.notifyrc share/apps/kdiamond/kdiamondui.rc @@ -586,6 +481,7 @@ share/apps/kgoldrunner/kgoldrunnerui.rc share/apps/kgoldrunner/system/game_CM.txt share/apps/kgoldrunner/system/game_GMEP.txt share/apps/kgoldrunner/system/game_GMGR.txt +share/apps/kgoldrunner/system/game_GRII.txt share/apps/kgoldrunner/system/game_MAZ.txt share/apps/kgoldrunner/system/game_cnt.txt share/apps/kgoldrunner/system/game_ende.txt @@ -601,6 +497,8 @@ share/apps/kgoldrunner/system/hi_kgr.dat share/apps/kgoldrunner/system/hi_plws.dat share/apps/kgoldrunner/system/hi_plwv.dat share/apps/kgoldrunner/system/hi_wad.dat +share/apps/kgoldrunner/system/rec_GMGR.txt +share/apps/kgoldrunner/system/rec_GRII.txt share/apps/kgoldrunner/system/rec_demo.txt share/apps/kgoldrunner/themes/README share/apps/kgoldrunner/themes/accessible/black-on-white-actors.svg @@ -609,16 +507,16 @@ share/apps/kgoldrunner/themes/black-on-white.desktop share/apps/kgoldrunner/themes/default.desktop share/apps/kgoldrunner/themes/default/actors.svg share/apps/kgoldrunner/themes/default/climb.wav -share/apps/kgoldrunner/themes/default/completed.wav -share/apps/kgoldrunner/themes/default/death.wav -share/apps/kgoldrunner/themes/default/dig.wav -share/apps/kgoldrunner/themes/default/falling.wav -share/apps/kgoldrunner/themes/default/gameover.wav -share/apps/kgoldrunner/themes/default/gold.wav -share/apps/kgoldrunner/themes/default/ladder.wav +share/apps/kgoldrunner/themes/default/completed.ogg +share/apps/kgoldrunner/themes/default/death.ogg +share/apps/kgoldrunner/themes/default/dig.ogg +share/apps/kgoldrunner/themes/default/falling.ogg +share/apps/kgoldrunner/themes/default/gameover.ogg +share/apps/kgoldrunner/themes/default/gold.ogg +share/apps/kgoldrunner/themes/default/ladder.ogg share/apps/kgoldrunner/themes/default/set.svg share/apps/kgoldrunner/themes/default/step.wav -share/apps/kgoldrunner/themes/default/victory.wav +share/apps/kgoldrunner/themes/default/victory.ogg share/apps/kgoldrunner/themes/egypt.desktop share/apps/kgoldrunner/themes/egypt/actors.svgz share/apps/kgoldrunner/themes/egypt/egypt_kgr.svgz @@ -910,7 +808,6 @@ share/apps/kolf/courses/ReallyEasy share/apps/kolf/courses/USApro share/apps/kolf/intro share/apps/kolf/kolfui.rc -share/apps/kolf/pics/default_theme.desktop share/apps/kolf/pics/default_theme.svgz share/apps/kolf/sounds/blackhole.wav share/apps/kolf/sounds/blackholeeject.wav @@ -923,7 +820,6 @@ share/apps/kolf/sounds/wall.wav share/apps/kolf/tutorial.kolf share/apps/kolf/tutorial.kolfgame share/apps/kollision/kollisionui.rc -share/apps/kollision/pictures/theme.desktop share/apps/kollision/pictures/theme.svgz share/apps/kollision/sounds/ball_leaving.ogg share/apps/kollision/sounds/hit_wall.ogg @@ -961,7 +857,6 @@ share/apps/kpat/themes/oldertheme.png share/apps/kpat/themes/oldertheme.svgz share/apps/kreversi/kreversi.notifyrc share/apps/kreversi/kreversiui.rc -share/apps/kreversi/pics/default_theme.desktop share/apps/kreversi/pics/default_theme.svgz share/apps/kreversi/sounds/reversi-click.wav share/apps/kreversi/sounds/reversi-won.wav @@ -1008,15 +903,15 @@ share/apps/ksirk/skins/skinsdir share/apps/ksirkskineditor/cross.png share/apps/ksirkskineditor/ksirkskineditorui.rc share/apps/ksirkskineditor/target.png -share/apps/kspaceduel/icons/oxygen/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/oxygen/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/oxygen/16x16/actions/sppausegame.png -share/apps/kspaceduel/icons/oxygen/22x22/actions/spnewgame.png -share/apps/kspaceduel/icons/oxygen/22x22/actions/spnewround.png -share/apps/kspaceduel/icons/oxygen/22x22/actions/sppausegame.png -share/apps/kspaceduel/icons/oxygen/32x32/actions/spnewgame.png -share/apps/kspaceduel/icons/oxygen/32x32/actions/spnewround.png -share/apps/kspaceduel/icons/oxygen/32x32/actions/sppausegame.png +share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png +share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png share/apps/kspaceduel/kspaceduelui.rc share/apps/kspaceduel/sprites/backgr.png share/apps/kspaceduel/sprites/default_theme.svgz @@ -1034,86 +929,106 @@ share/apps/kspaceduel/sprites/playerinfo/win.png share/apps/ksquares/ksquaresui.rc share/apps/ksudoku/4x4.desktop share/apps/ksudoku/4x4.xml +share/apps/ksudoku/6x6.desktop +share/apps/ksudoku/6x6.xml +share/apps/ksudoku/Aztec.desktop +share/apps/ksudoku/Aztec.xml +share/apps/ksudoku/DoubleRoxdoku.desktop +share/apps/ksudoku/DoubleRoxdoku.xml share/apps/ksudoku/Jigsaw.desktop share/apps/ksudoku/Jigsaw.xml +share/apps/ksudoku/Nonomino.desktop +share/apps/ksudoku/Nonomino.xml +share/apps/ksudoku/Pentomino.desktop +share/apps/ksudoku/Pentomino.xml +share/apps/ksudoku/RoxdokuTwin.desktop +share/apps/ksudoku/RoxdokuTwin.xml share/apps/ksudoku/Samurai.desktop share/apps/ksudoku/Samurai.xml +share/apps/ksudoku/SamuraiRoxdoku.desktop +share/apps/ksudoku/SamuraiRoxdoku.xml +share/apps/ksudoku/Sohei.desktop +share/apps/ksudoku/Sohei.xml +share/apps/ksudoku/Tetromino.desktop +share/apps/ksudoku/Tetromino.xml share/apps/ksudoku/TinySamurai.desktop share/apps/ksudoku/TinySamurai.xml +share/apps/ksudoku/Windmill.desktop +share/apps/ksudoku/Windmill.xml share/apps/ksudoku/XSudoku.desktop share/apps/ksudoku/XSudoku.xml -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/128x128/actions/ksudoku.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/16x16/actions/ksudoku.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/22x22/actions/ksudoku.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/32x32/actions/ksudoku.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/48x48/actions/ksudoku.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-jigsaw.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_16x16.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_25x25.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_4x4.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-ksudoku_9x9.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_3x3x3.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_4x4x4.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-roxdoku_5x5x5.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-samurai.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-tiny_samurai.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku-xsudoku.png -share/apps/ksudoku/icons/oxygen/64x64/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/128x128/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/16x16/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/22x22/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/32x32/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/48x48/actions/ksudoku.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-jigsaw.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_16x16.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_25x25.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_4x4.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-ksudoku_9x9.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_3x3x3.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_4x4x4.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-roxdoku_5x5x5.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-samurai.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-tiny_samurai.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku-xsudoku.png +share/apps/ksudoku/icons/hicolor/64x64/actions/ksudoku.png share/apps/ksudoku/ksudokuui.rc share/apps/ksudoku/themes/abstraction.desktop share/apps/ksudoku/themes/abstraction.svg @@ -1345,6 +1260,7 @@ share/doc/HTML/en/granatier/bonus_speed.png share/doc/HTML/en/granatier/bonus_throw.png share/doc/HTML/en/granatier/common share/doc/HTML/en/granatier/config_arena.png +share/doc/HTML/en/granatier/config_arena_random_mode.png share/doc/HTML/en/granatier/config_general.png share/doc/HTML/en/granatier/config_player.png share/doc/HTML/en/granatier/config_theme.png @@ -1883,8 +1799,6 @@ share/sounds/kshisen/tile-touch.ogg @dirrmtry share/icons/locolor/16x16/apps @dirrmtry share/icons/locolor/16x16 @dirrmtry share/icons/locolor -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 @dirrm share/doc/HTML/en/palapeli @dirrm share/doc/HTML/en/lskat @dirrm share/doc/HTML/en/kubrick @@ -1937,31 +1851,31 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/apps/ktron/themes @dirrm share/apps/ktron @dirrm share/apps/ksudoku/themes -@dirrm share/apps/ksudoku/icons/oxygen/64x64/actions -@dirrm share/apps/ksudoku/icons/oxygen/64x64 -@dirrm share/apps/ksudoku/icons/oxygen/48x48/actions -@dirrm share/apps/ksudoku/icons/oxygen/48x48 -@dirrm share/apps/ksudoku/icons/oxygen/32x32/actions -@dirrm share/apps/ksudoku/icons/oxygen/32x32 -@dirrm share/apps/ksudoku/icons/oxygen/22x22/actions -@dirrm share/apps/ksudoku/icons/oxygen/22x22 -@dirrm share/apps/ksudoku/icons/oxygen/16x16/actions -@dirrm share/apps/ksudoku/icons/oxygen/16x16 -@dirrm share/apps/ksudoku/icons/oxygen/128x128/actions -@dirrm share/apps/ksudoku/icons/oxygen/128x128 -@dirrm share/apps/ksudoku/icons/oxygen +@dirrm share/apps/ksudoku/icons/hicolor/64x64/actions +@dirrm share/apps/ksudoku/icons/hicolor/64x64 +@dirrm share/apps/ksudoku/icons/hicolor/48x48/actions +@dirrm share/apps/ksudoku/icons/hicolor/48x48 +@dirrm share/apps/ksudoku/icons/hicolor/32x32/actions +@dirrm share/apps/ksudoku/icons/hicolor/32x32 +@dirrm share/apps/ksudoku/icons/hicolor/22x22/actions +@dirrm share/apps/ksudoku/icons/hicolor/22x22 +@dirrm share/apps/ksudoku/icons/hicolor/16x16/actions +@dirrm share/apps/ksudoku/icons/hicolor/16x16 +@dirrm share/apps/ksudoku/icons/hicolor/128x128/actions +@dirrm share/apps/ksudoku/icons/hicolor/128x128 +@dirrm share/apps/ksudoku/icons/hicolor @dirrm share/apps/ksudoku/icons @dirrm share/apps/ksudoku @dirrm share/apps/ksquares @dirrm share/apps/kspaceduel/sprites/playerinfo @dirrm share/apps/kspaceduel/sprites -@dirrm share/apps/kspaceduel/icons/oxygen/32x32/actions -@dirrm share/apps/kspaceduel/icons/oxygen/32x32 -@dirrm share/apps/kspaceduel/icons/oxygen/22x22/actions -@dirrm share/apps/kspaceduel/icons/oxygen/22x22 -@dirrm share/apps/kspaceduel/icons/oxygen/16x16/actions -@dirrm share/apps/kspaceduel/icons/oxygen/16x16 -@dirrm share/apps/kspaceduel/icons/oxygen +@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions +@dirrm share/apps/kspaceduel/icons/hicolor/32x32 +@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions +@dirrm share/apps/kspaceduel/icons/hicolor/22x22 +@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions +@dirrm share/apps/kspaceduel/icons/hicolor/16x16 +@dirrm share/apps/kspaceduel/icons/hicolor @dirrm share/apps/kspaceduel/icons @dirrm share/apps/kspaceduel @dirrm share/apps/ksirkskineditor @@ -2024,8 +1938,6 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/apps/kfourinline @dirrm share/apps/kdiamond/themes @dirrm share/apps/kdiamond -@dirrm share/apps/kdegames/pics -@dirrm share/apps/kdegames @dirrm share/apps/kbreakout/themes @dirrm share/apps/kbreakout/levelsets @dirrm share/apps/kbreakout @@ -2078,14 +1990,13 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/apps/bomber/themes @dirrm share/apps/bomber @dirrm lib/libpala +@dirrm lib/cmake/KDEGames +@dirrmtry lib/cmake @dirrm include/libpala -@dirrm include/kggznet -@dirrm include/kggzmod -@dirrm include/kggzgames -@dirrm include/kgame +@dirrm include/libkdegamesprivate/kgame/dialogs +@dirrm include/libkdegamesprivate/kgame +@dirrm include/libkdegamesprivate @dirrm include/highscore -@dirrm include/digits @dirrm include/Pala -@dirrm include/KDE/KGame @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/games/khangman/Makefile b/games/khangman/Makefile index 8b404e99114e..320111efb041 100644 --- a/games/khangman/Makefile +++ b/games/khangman/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: khangman -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= khangman PORTVERSION= ${KDE4_VERSION} diff --git a/games/khangman/distinfo b/games/khangman/distinfo index da533fbcee70..da64c83c9a14 100644 --- a/games/khangman/distinfo +++ b/games/khangman/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/khangman-4.8.4.tar.xz) = aaf764b3a85469d179eccd9bba298784584d5b8d4cb33eeecabdf5cd3dbec42c -SIZE (KDE/khangman-4.8.4.tar.xz) = 1155292 +SHA256 (KDE/khangman-4.9.5.tar.xz) = 28dc9195dc6e998f32d3bba10b3657f8e5b3644438768a639d35ffb2bc2e8693 +SIZE (KDE/khangman-4.9.5.tar.xz) = 3801416 diff --git a/games/khangman/pkg-plist b/games/khangman/pkg-plist index b5293cb59c2e..3ae287a19ec7 100644 --- a/games/khangman/pkg-plist +++ b/games/khangman/pkg-plist @@ -1,4 +1,10 @@ bin/khangman +include/khangman/khangman_engine_export.h +include/khangman/khangmanengine.h +include/khangman/prefs.h +lib/libkhangmanengine.so +lib/libkhangmanengine.so.5 +lib/libkhangmanengine.so.5.0.1 share/applications/kde4/khangman.desktop share/apps/khangman/fonts/Domestic_Manners.ttf share/apps/khangman/fonts/Dustismo_Roman.ttf @@ -30,7 +36,11 @@ share/icons/hicolor/22x22/apps/khangman.png share/icons/hicolor/32x32/apps/khangman.png share/icons/hicolor/48x48/apps/khangman.png share/icons/hicolor/64x64/apps/khangman.png +share/icons/hicolor/80x80/apps/khangman-harmattan.png +share/icons/hicolor/scalable/apps/khangman-harmattan.svgz share/icons/hicolor/scalable/apps/khangman.svgz +@dirrmtry share/icons/hicolor/80x80/apps +@dirrmtry share/icons/hicolor/80x80 @dirrm share/doc/HTML/en/khangman @dirrm share/apps/khangman/sounds @dirrm share/apps/khangman/pics/sea @@ -39,3 +49,4 @@ share/icons/hicolor/scalable/apps/khangman.svgz @dirrm share/apps/khangman/pics @dirrm share/apps/khangman/fonts @dirrm share/apps/khangman +@dirrm include/khangman diff --git a/games/pairs/Makefile b/games/pairs/Makefile new file mode 100644 index 000000000000..3bdbf24b56ef --- /dev/null +++ b/games/pairs/Makefile @@ -0,0 +1,23 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pairs +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Memory and pairs game for KDE + +LICENSE= GPLv2 + +KDE4_BUILDENV= yes +MAKE_JOBS_SAFE= yes +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_QT4= declarative opengl phonon xmlpatterns \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/games/pairs/distinfo b/games/pairs/distinfo new file mode 100644 index 000000000000..48fe0ff30596 --- /dev/null +++ b/games/pairs/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/pairs-4.9.5.tar.xz) = 2456f7aaf170a2b5c0a435341995d1fe79a461b142493585e79bc41df6b737e2 +SIZE (KDE/pairs-4.9.5.tar.xz) = 1908572 diff --git a/games/pairs/pkg-descr b/games/pairs/pkg-descr new file mode 100644 index 000000000000..3ccb6aea36bf --- /dev/null +++ b/games/pairs/pkg-descr @@ -0,0 +1,4 @@ +Pairs is a game that will help train your memory by remembering +different images, shapes, sounds and text. + +WWW: http://edu.kde.org/applications/preschool/pairs/ diff --git a/games/pairs/pkg-plist b/games/pairs/pkg-plist new file mode 100644 index 000000000000..c822b3a6e646 --- /dev/null +++ b/games/pairs/pkg-plist @@ -0,0 +1,62 @@ +bin/pairs +share/applications/kde4/pairs.desktop +share/apps/pairs/gameicons/addUser.svg +share/apps/pairs/gameicons/background.svg +share/apps/pairs/gameicons/exit.svg +share/apps/pairs/gameicons/getThemes.svg +share/apps/pairs/gameicons/info.svg +share/apps/pairs/gameicons/logic.svg +share/apps/pairs/gameicons/newGame.svg +share/apps/pairs/gameicons/pairs.svg +share/apps/pairs/gameicons/pairsIcon.svg +share/apps/pairs/gameicons/relations.svg +share/apps/pairs/gameicons/removeUser.svg +share/apps/pairs/gameicons/sound.svg +share/apps/pairs/gameicons/soundLogic.svg +share/apps/pairs/gameicons/words.svg +share/apps/pairs/players/player1.svg +share/apps/pairs/players/player10.svg +share/apps/pairs/players/player11.svg +share/apps/pairs/players/player12.svg +share/apps/pairs/players/player13.svg +share/apps/pairs/players/player14.svg +share/apps/pairs/players/player15.svg +share/apps/pairs/players/player16.svg +share/apps/pairs/players/player17.svg +share/apps/pairs/players/player18.svg +share/apps/pairs/players/player19.svg +share/apps/pairs/players/player2.svg +share/apps/pairs/players/player20.svg +share/apps/pairs/players/player3.svg +share/apps/pairs/players/player4.svg +share/apps/pairs/players/player5.svg +share/apps/pairs/players/player6.svg +share/apps/pairs/players/player7.svg +share/apps/pairs/players/player8.svg +share/apps/pairs/players/player9.svg +share/apps/pairs/themes/animals.pairs.tar.bz2 +share/apps/pairs/themes/game.xsd +share/apps/pairs/themes/kde.pairs.tar.bz2 +share/apps/pairs/themes/linux.pairs.tar.bz2 +share/apps/pairs/themes/right.ogg +share/apps/pairs/themes/wrong.ogg +share/config/pairs.knsrc +share/icons/hicolor/128x128/apps/pairs.png +share/icons/hicolor/16x16/apps/pairs.png +share/icons/hicolor/192x192/apps/pairs.png +share/icons/hicolor/20x20/apps/pairs.png +share/icons/hicolor/22x22/apps/pairs.png +share/icons/hicolor/24x24/apps/pairs.png +share/icons/hicolor/256x256/apps/pairs.png +share/icons/hicolor/32x32/apps/pairs.png +share/icons/hicolor/36x36/apps/pairs.png +share/icons/hicolor/48x48/apps/pairs.png +share/icons/hicolor/64x64/apps/pairs.png +share/icons/hicolor/96x96/apps/pairs.png +share/icons/hicolor/scalable/apps/pairs.svgz +@dirrmtry share/icons/hicolor/20x20/apps +@dirrmtry share/icons/hicolor/20x20 +@dirrm share/apps/pairs/themes +@dirrm share/apps/pairs/players +@dirrm share/apps/pairs/gameicons +@dirrm share/apps/pairs diff --git a/german/kde4-l10n/Makefile b/german/kde4-l10n/Makefile index ce898c5683a6..15d41c01bd33 100644 --- a/german/kde4-l10n/Makefile +++ b/german/kde4-l10n/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: kde4-l10n-de -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= german kde +CATEGORIES= german kde MAINTAINER= kde@FreeBSD.org COMMENT= German messages and documentation for KDE4 @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/german/kde4-l10n/Makefile.man b/german/kde4-l10n/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/german/kde4-l10n/Makefile.man +++ b/german/kde4-l10n/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/german/kde4-l10n/distinfo b/german/kde4-l10n/distinfo index 5148e7b7c779..fd562511c553 100644 --- a/german/kde4-l10n/distinfo +++ b/german/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-de-4.8.4.tar.xz) = 07aab40ec092a3620b9ddbda019b18f95db2dfb04972c567701c1412f468e5de -SIZE (KDE/kde-l10n/kde-l10n-de-4.8.4.tar.xz) = 36515420 +SHA256 (KDE/kde-l10n/kde-l10n-de-4.9.5.tar.xz) = ac2f8f35e0273aa34861241029412188e0f15e16195916fa1fdcf109709b3391 +SIZE (KDE/kde-l10n/kde-l10n-de-4.9.5.tar.xz) = 38404808 diff --git a/german/kde4-l10n/pkg-plist b/german/kde4-l10n/pkg-plist index 80b3150f0681..d3e17ac19e82 100644 --- a/german/kde4-l10n/pkg-plist +++ b/german/kde4-l10n/pkg-plist @@ -1,3 +1,178 @@ +share/apps/kajongg/voices/de/female1/COPYRIGHT +share/apps/kajongg/voices/de/female1/b1.ogg +share/apps/kajongg/voices/de/female1/b2.ogg +share/apps/kajongg/voices/de/female1/b3.ogg +share/apps/kajongg/voices/de/female1/b4.ogg +share/apps/kajongg/voices/de/female1/b5.ogg +share/apps/kajongg/voices/de/female1/b6.ogg +share/apps/kajongg/voices/de/female1/b7.ogg +share/apps/kajongg/voices/de/female1/b8.ogg +share/apps/kajongg/voices/de/female1/b9.ogg +share/apps/kajongg/voices/de/female1/c1.ogg +share/apps/kajongg/voices/de/female1/c2.ogg +share/apps/kajongg/voices/de/female1/c3.ogg +share/apps/kajongg/voices/de/female1/c4.ogg +share/apps/kajongg/voices/de/female1/c5.ogg +share/apps/kajongg/voices/de/female1/c6.ogg +share/apps/kajongg/voices/de/female1/c7.ogg +share/apps/kajongg/voices/de/female1/c8.ogg +share/apps/kajongg/voices/de/female1/c9.ogg +share/apps/kajongg/voices/de/female1/chow.ogg +share/apps/kajongg/voices/de/female1/dangerousgame.ogg +share/apps/kajongg/voices/de/female1/db.ogg +share/apps/kajongg/voices/de/female1/dg.ogg +share/apps/kajongg/voices/de/female1/dr.ogg +share/apps/kajongg/voices/de/female1/kong.ogg +share/apps/kajongg/voices/de/female1/mahjongg.ogg +share/apps/kajongg/voices/de/female1/md5sum +share/apps/kajongg/voices/de/female1/nochoice.ogg +share/apps/kajongg/voices/de/female1/originalcall.ogg +share/apps/kajongg/voices/de/female1/pung.ogg +share/apps/kajongg/voices/de/female1/s1.ogg +share/apps/kajongg/voices/de/female1/s2.ogg +share/apps/kajongg/voices/de/female1/s3.ogg +share/apps/kajongg/voices/de/female1/s4.ogg +share/apps/kajongg/voices/de/female1/s5.ogg +share/apps/kajongg/voices/de/female1/s6.ogg +share/apps/kajongg/voices/de/female1/s7.ogg +share/apps/kajongg/voices/de/female1/s8.ogg +share/apps/kajongg/voices/de/female1/s9.ogg +share/apps/kajongg/voices/de/female1/violatesoriginalcall.ogg +share/apps/kajongg/voices/de/female1/we.ogg +share/apps/kajongg/voices/de/female1/wn.ogg +share/apps/kajongg/voices/de/female1/ws.ogg +share/apps/kajongg/voices/de/female1/ww.ogg +share/apps/kajongg/voices/de/female2/COPYRIGHT +share/apps/kajongg/voices/de/female2/b1.ogg +share/apps/kajongg/voices/de/female2/b2.ogg +share/apps/kajongg/voices/de/female2/b3.ogg +share/apps/kajongg/voices/de/female2/b4.ogg +share/apps/kajongg/voices/de/female2/b5.ogg +share/apps/kajongg/voices/de/female2/b6.ogg +share/apps/kajongg/voices/de/female2/b7.ogg +share/apps/kajongg/voices/de/female2/b8.ogg +share/apps/kajongg/voices/de/female2/b9.ogg +share/apps/kajongg/voices/de/female2/c1.ogg +share/apps/kajongg/voices/de/female2/c2.ogg +share/apps/kajongg/voices/de/female2/c3.ogg +share/apps/kajongg/voices/de/female2/c4.ogg +share/apps/kajongg/voices/de/female2/c5.ogg +share/apps/kajongg/voices/de/female2/c6.ogg +share/apps/kajongg/voices/de/female2/c7.ogg +share/apps/kajongg/voices/de/female2/c8.ogg +share/apps/kajongg/voices/de/female2/c9.ogg +share/apps/kajongg/voices/de/female2/chow.ogg +share/apps/kajongg/voices/de/female2/dangerousgame.ogg +share/apps/kajongg/voices/de/female2/db.ogg +share/apps/kajongg/voices/de/female2/dg.ogg +share/apps/kajongg/voices/de/female2/dr.ogg +share/apps/kajongg/voices/de/female2/kong.ogg +share/apps/kajongg/voices/de/female2/mahjongg.ogg +share/apps/kajongg/voices/de/female2/md5sum +share/apps/kajongg/voices/de/female2/nochoice.ogg +share/apps/kajongg/voices/de/female2/originalcall.ogg +share/apps/kajongg/voices/de/female2/pung.ogg +share/apps/kajongg/voices/de/female2/s1.ogg +share/apps/kajongg/voices/de/female2/s2.ogg +share/apps/kajongg/voices/de/female2/s3.ogg +share/apps/kajongg/voices/de/female2/s4.ogg +share/apps/kajongg/voices/de/female2/s5.ogg +share/apps/kajongg/voices/de/female2/s6.ogg +share/apps/kajongg/voices/de/female2/s7.ogg +share/apps/kajongg/voices/de/female2/s8.ogg +share/apps/kajongg/voices/de/female2/s9.ogg +share/apps/kajongg/voices/de/female2/violatesoriginalcall.ogg +share/apps/kajongg/voices/de/female2/we.ogg +share/apps/kajongg/voices/de/female2/wn.ogg +share/apps/kajongg/voices/de/female2/ws.ogg +share/apps/kajongg/voices/de/female2/ww.ogg +share/apps/kajongg/voices/de/male1/COPYRIGHT +share/apps/kajongg/voices/de/male1/b1.ogg +share/apps/kajongg/voices/de/male1/b2.ogg +share/apps/kajongg/voices/de/male1/b3.ogg +share/apps/kajongg/voices/de/male1/b4.ogg +share/apps/kajongg/voices/de/male1/b5.ogg +share/apps/kajongg/voices/de/male1/b6.ogg +share/apps/kajongg/voices/de/male1/b7.ogg +share/apps/kajongg/voices/de/male1/b8.ogg +share/apps/kajongg/voices/de/male1/b9.ogg +share/apps/kajongg/voices/de/male1/c1.ogg +share/apps/kajongg/voices/de/male1/c2.ogg +share/apps/kajongg/voices/de/male1/c3.ogg +share/apps/kajongg/voices/de/male1/c4.ogg +share/apps/kajongg/voices/de/male1/c5.ogg +share/apps/kajongg/voices/de/male1/c6.ogg +share/apps/kajongg/voices/de/male1/c7.ogg +share/apps/kajongg/voices/de/male1/c8.ogg +share/apps/kajongg/voices/de/male1/c9.ogg +share/apps/kajongg/voices/de/male1/chow.ogg +share/apps/kajongg/voices/de/male1/dangerousgame.ogg +share/apps/kajongg/voices/de/male1/db.ogg +share/apps/kajongg/voices/de/male1/dg.ogg +share/apps/kajongg/voices/de/male1/dr.ogg +share/apps/kajongg/voices/de/male1/kong.ogg +share/apps/kajongg/voices/de/male1/mahjongg.ogg +share/apps/kajongg/voices/de/male1/md5sum +share/apps/kajongg/voices/de/male1/nochoice.ogg +share/apps/kajongg/voices/de/male1/originalcall.ogg +share/apps/kajongg/voices/de/male1/pung.ogg +share/apps/kajongg/voices/de/male1/s1.ogg +share/apps/kajongg/voices/de/male1/s2.ogg +share/apps/kajongg/voices/de/male1/s3.ogg +share/apps/kajongg/voices/de/male1/s4.ogg +share/apps/kajongg/voices/de/male1/s5.ogg +share/apps/kajongg/voices/de/male1/s6.ogg +share/apps/kajongg/voices/de/male1/s7.ogg +share/apps/kajongg/voices/de/male1/s8.ogg +share/apps/kajongg/voices/de/male1/s9.ogg +share/apps/kajongg/voices/de/male1/violatesoriginalcall.ogg +share/apps/kajongg/voices/de/male1/we.ogg +share/apps/kajongg/voices/de/male1/wn.ogg +share/apps/kajongg/voices/de/male1/ws.ogg +share/apps/kajongg/voices/de/male1/ww.ogg +share/apps/kajongg/voices/de/male2/COPYRIGHT +share/apps/kajongg/voices/de/male2/b1.ogg +share/apps/kajongg/voices/de/male2/b2.ogg +share/apps/kajongg/voices/de/male2/b3.ogg +share/apps/kajongg/voices/de/male2/b4.ogg +share/apps/kajongg/voices/de/male2/b5.ogg +share/apps/kajongg/voices/de/male2/b6.ogg +share/apps/kajongg/voices/de/male2/b7.ogg +share/apps/kajongg/voices/de/male2/b8.ogg +share/apps/kajongg/voices/de/male2/b9.ogg +share/apps/kajongg/voices/de/male2/c1.ogg +share/apps/kajongg/voices/de/male2/c2.ogg +share/apps/kajongg/voices/de/male2/c3.ogg +share/apps/kajongg/voices/de/male2/c4.ogg +share/apps/kajongg/voices/de/male2/c5.ogg +share/apps/kajongg/voices/de/male2/c6.ogg +share/apps/kajongg/voices/de/male2/c7.ogg +share/apps/kajongg/voices/de/male2/c8.ogg +share/apps/kajongg/voices/de/male2/c9.ogg +share/apps/kajongg/voices/de/male2/chow.ogg +share/apps/kajongg/voices/de/male2/db.ogg +share/apps/kajongg/voices/de/male2/dg.ogg +share/apps/kajongg/voices/de/male2/dr.ogg +share/apps/kajongg/voices/de/male2/kong.ogg +share/apps/kajongg/voices/de/male2/mahjongg.ogg +share/apps/kajongg/voices/de/male2/md5sum +share/apps/kajongg/voices/de/male2/nochoice.ogg +share/apps/kajongg/voices/de/male2/originalcall.ogg +share/apps/kajongg/voices/de/male2/pung.ogg +share/apps/kajongg/voices/de/male2/s1.ogg +share/apps/kajongg/voices/de/male2/s2.ogg +share/apps/kajongg/voices/de/male2/s3.ogg +share/apps/kajongg/voices/de/male2/s4.ogg +share/apps/kajongg/voices/de/male2/s5.ogg +share/apps/kajongg/voices/de/male2/s6.ogg +share/apps/kajongg/voices/de/male2/s7.ogg +share/apps/kajongg/voices/de/male2/s8.ogg +share/apps/kajongg/voices/de/male2/s9.ogg +share/apps/kajongg/voices/de/male2/violatesoriginalcall.ogg +share/apps/kajongg/voices/de/male2/we.ogg +share/apps/kajongg/voices/de/male2/wn.ogg +share/apps/kajongg/voices/de/male2/ws.ogg +share/apps/kajongg/voices/de/male2/ww.ogg share/apps/khangman/de.txt share/apps/klettres/de/alpha/a.ogg share/apps/klettres/de/alpha/ae.ogg @@ -258,6 +433,7 @@ share/doc/HTML/de/dragonplayer/common share/doc/HTML/de/dragonplayer/index.cache.bz2 share/doc/HTML/de/dragonplayer/index.docbook share/doc/HTML/de/dragonplayer/main.png +share/doc/HTML/de/dragonplayer/man-dragon.1.docbook share/doc/HTML/de/filelight/common share/doc/HTML/de/filelight/config_appear.png share/doc/HTML/de/filelight/config_scan.png @@ -265,6 +441,31 @@ share/doc/HTML/de/filelight/index.cache.bz2 share/doc/HTML/de/filelight/index.docbook share/doc/HTML/de/filelight/radial_map.png share/doc/HTML/de/filelight/radial_map_context_menu.png +share/doc/HTML/de/fundamentals/colors.png +share/doc/HTML/de/fundamentals/common +share/doc/HTML/de/fundamentals/config.docbook +share/doc/HTML/de/fundamentals/files-locationbar-breadcrumb.png +share/doc/HTML/de/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/de/fundamentals/files-open.png +share/doc/HTML/de/fundamentals/files-save.png +share/doc/HTML/de/fundamentals/find-find-inline.png +share/doc/HTML/de/fundamentals/find-find.png +share/doc/HTML/de/fundamentals/find-found.png +share/doc/HTML/de/fundamentals/find-replace-inline.png +share/doc/HTML/de/fundamentals/find-replace.png +share/doc/HTML/de/fundamentals/fonts.png +share/doc/HTML/de/fundamentals/index.cache.bz2 +share/doc/HTML/de/fundamentals/index.docbook +share/doc/HTML/de/fundamentals/install.docbook +share/doc/HTML/de/fundamentals/menus.png +share/doc/HTML/de/fundamentals/shortcuts-schemes.png +share/doc/HTML/de/fundamentals/shortcuts-search.png +share/doc/HTML/de/fundamentals/shortcuts-set.png +share/doc/HTML/de/fundamentals/spellcheck-check.png +share/doc/HTML/de/fundamentals/tasks.docbook +share/doc/HTML/de/fundamentals/toolbars-configure.png +share/doc/HTML/de/fundamentals/toolbars-toolbar.png +share/doc/HTML/de/fundamentals/ui.docbook share/doc/HTML/de/granatier/common share/doc/HTML/de/granatier/index.cache.bz2 share/doc/HTML/de/granatier/index.docbook @@ -595,9 +796,6 @@ share/doc/HTML/de/kcontrol/language/index.docbook share/doc/HTML/de/kcontrol/mouse/common share/doc/HTML/de/kcontrol/mouse/index.cache.bz2 share/doc/HTML/de/kcontrol/mouse/index.docbook -share/doc/HTML/de/kcontrol/multiplemonitors/common -share/doc/HTML/de/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/de/kcontrol/multiplemonitors/index.docbook share/doc/HTML/de/kcontrol/nepomuk/common share/doc/HTML/de/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/de/kcontrol/nepomuk/index.docbook @@ -1427,6 +1625,9 @@ share/doc/HTML/de/ktimetracker/csvexport.png share/doc/HTML/de/ktimetracker/index.cache.bz2 share/doc/HTML/de/ktimetracker/index.docbook share/doc/HTML/de/ktimetracker/ktimetracker.png +share/doc/HTML/de/ktnef/common +share/doc/HTML/de/ktnef/index.cache.bz2 +share/doc/HTML/de/ktnef/index.docbook share/doc/HTML/de/ktouch/color_options.png share/doc/HTML/de/ktouch/common share/doc/HTML/de/ktouch/general_options.png @@ -1689,11 +1890,14 @@ share/locale/de/LC_MESSAGES/accountwizard_kolab.mo share/locale/de/LC_MESSAGES/accountwizard_mailbox.mo share/locale/de/LC_MESSAGES/accountwizard_maildir.mo share/locale/de/LC_MESSAGES/accountwizard_pop3.mo +share/locale/de/LC_MESSAGES/accountwizard_tine20.mo share/locale/de/LC_MESSAGES/adblock.mo share/locale/de/LC_MESSAGES/akonadi-filestore.mo +share/locale/de/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/de/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/de/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/de/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/de/LC_MESSAGES/akonadi_google_resource.mo share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo share/locale/de/LC_MESSAGES/akonadi_imap_resource.mo share/locale/de/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1707,6 +1911,7 @@ share/locale/de/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/de/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/de/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/de/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/de/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/de/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/de/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/de/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1736,6 +1941,7 @@ share/locale/de/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/de/LC_MESSAGES/audiorename_plugin.mo share/locale/de/LC_MESSAGES/autorefresh.mo share/locale/de/LC_MESSAGES/babelfish.mo +share/locale/de/LC_MESSAGES/backupmail.mo share/locale/de/LC_MESSAGES/blinken.mo share/locale/de/LC_MESSAGES/blogilo.mo share/locale/de/LC_MESSAGES/bomber.mo @@ -1764,6 +1970,7 @@ share/locale/de/LC_MESSAGES/gwenview.mo share/locale/de/LC_MESSAGES/htmlsearch.mo share/locale/de/LC_MESSAGES/imagerename_plugin.mo share/locale/de/LC_MESSAGES/imgalleryplugin.mo +share/locale/de/LC_MESSAGES/importwizard.mo share/locale/de/LC_MESSAGES/jovie.mo share/locale/de/LC_MESSAGES/joystick.mo share/locale/de/LC_MESSAGES/juk.mo @@ -1778,6 +1985,7 @@ share/locale/de/LC_MESSAGES/kabcformat_binary.mo share/locale/de/LC_MESSAGES/kaccess.mo share/locale/de/LC_MESSAGES/kaccessibleapp.mo share/locale/de/LC_MESSAGES/kactivitymanagerd.mo +share/locale/de/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/de/LC_MESSAGES/kaddressbook-mobile.mo share/locale/de/LC_MESSAGES/kaddressbook.mo share/locale/de/LC_MESSAGES/kaddressbookmigrator.mo @@ -1785,6 +1993,7 @@ share/locale/de/LC_MESSAGES/kajongg.mo share/locale/de/LC_MESSAGES/kalarm.mo share/locale/de/LC_MESSAGES/kalgebra.mo share/locale/de/LC_MESSAGES/kalzium.mo +share/locale/de/LC_MESSAGES/kanagram-harmattan.mo share/locale/de/LC_MESSAGES/kanagram.mo share/locale/de/LC_MESSAGES/kapman.mo share/locale/de/LC_MESSAGES/kapptemplate.mo @@ -1826,6 +2035,7 @@ share/locale/de/LC_MESSAGES/kcal_akonadi.mo share/locale/de/LC_MESSAGES/kcalc.mo share/locale/de/LC_MESSAGES/kcertpart.mo share/locale/de/LC_MESSAGES/kcharselect.mo +share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/de/LC_MESSAGES/kcm_akonadi.mo share/locale/de/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/de/LC_MESSAGES/kcm_attica.mo @@ -1897,7 +2107,6 @@ share/locale/de/LC_MESSAGES/kcmstyle.mo share/locale/de/LC_MESSAGES/kcmusb.mo share/locale/de/LC_MESSAGES/kcmview1394.mo share/locale/de/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/de/LC_MESSAGES/kcmxinerama.mo share/locale/de/LC_MESSAGES/kcolorchooser.mo share/locale/de/LC_MESSAGES/kcron.mo share/locale/de/LC_MESSAGES/kde-menu.mo @@ -1920,24 +2129,16 @@ share/locale/de/LC_MESSAGES/kdmgreet.mo share/locale/de/LC_MESSAGES/kdontchangethehostname.mo share/locale/de/LC_MESSAGES/keditbookmarks.mo share/locale/de/LC_MESSAGES/kfile.mo -share/locale/de/LC_MESSAGES/kfile_avi.mo share/locale/de/LC_MESSAGES/kfile_dds.mo share/locale/de/LC_MESSAGES/kfile_drgeo.mo share/locale/de/LC_MESSAGES/kfile_exr.mo -share/locale/de/LC_MESSAGES/kfile_flac.mo share/locale/de/LC_MESSAGES/kfile_kig.mo share/locale/de/LC_MESSAGES/kfile_mail.mo -share/locale/de/LC_MESSAGES/kfile_mp3.mo -share/locale/de/LC_MESSAGES/kfile_mpc.mo -share/locale/de/LC_MESSAGES/kfile_ogg.mo share/locale/de/LC_MESSAGES/kfile_pnm.mo share/locale/de/LC_MESSAGES/kfile_raw.mo share/locale/de/LC_MESSAGES/kfile_rgb.mo share/locale/de/LC_MESSAGES/kfile_rpm.mo -share/locale/de/LC_MESSAGES/kfile_sid.mo -share/locale/de/LC_MESSAGES/kfile_theora.mo share/locale/de/LC_MESSAGES/kfile_tiff.mo -share/locale/de/LC_MESSAGES/kfile_wav.mo share/locale/de/LC_MESSAGES/kfile_xps.mo share/locale/de/LC_MESSAGES/kfileaudiopreview4.mo share/locale/de/LC_MESSAGES/kfilereplace.mo @@ -1970,6 +2171,7 @@ share/locale/de/LC_MESSAGES/kimagemapeditor.mo share/locale/de/LC_MESSAGES/kinetd.mo share/locale/de/LC_MESSAGES/kinfocenter.mo share/locale/de/LC_MESSAGES/kio4.mo +share/locale/de/LC_MESSAGES/kio_activities.mo share/locale/de/LC_MESSAGES/kio_akonadi.mo share/locale/de/LC_MESSAGES/kio_applications.mo share/locale/de/LC_MESSAGES/kio_archive.mo @@ -1991,6 +2193,7 @@ share/locale/de/LC_MESSAGES/kio_nfs.mo share/locale/de/LC_MESSAGES/kio_nntp.mo share/locale/de/LC_MESSAGES/kio_perldoc.mo share/locale/de/LC_MESSAGES/kio_pop3.mo +share/locale/de/LC_MESSAGES/kio_recentdocuments.mo share/locale/de/LC_MESSAGES/kio_remote.mo share/locale/de/LC_MESSAGES/kio_sftp.mo share/locale/de/LC_MESSAGES/kio_sieve.mo @@ -2038,10 +2241,12 @@ share/locale/de/LC_MESSAGES/kollision.mo share/locale/de/LC_MESSAGES/kolourpaint.mo share/locale/de/LC_MESSAGES/kommander.mo share/locale/de/LC_MESSAGES/kompare.mo +share/locale/de/LC_MESSAGES/konqprofiles.mo share/locale/de/LC_MESSAGES/konqueror.mo share/locale/de/LC_MESSAGES/konquest.mo share/locale/de/LC_MESSAGES/konsole.mo share/locale/de/LC_MESSAGES/konsolekalendar.mo +share/locale/de/LC_MESSAGES/konsoleprofiles.mo share/locale/de/LC_MESSAGES/kontact.mo share/locale/de/LC_MESSAGES/kontactinterfaces.mo share/locale/de/LC_MESSAGES/kopete.mo @@ -2071,11 +2276,6 @@ share/locale/de/LC_MESSAGES/krunner.mo share/locale/de/LC_MESSAGES/ksaneplugin.mo share/locale/de/LC_MESSAGES/kscd.mo share/locale/de/LC_MESSAGES/kscreensaver.mo -share/locale/de/LC_MESSAGES/ksecrets_kio.mo -share/locale/de/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/de/LC_MESSAGES/ksecretsservice_api.mo -share/locale/de/LC_MESSAGES/ksecretsserviced.mo -share/locale/de/LC_MESSAGES/ksecretsync.mo share/locale/de/LC_MESSAGES/ksendemail.mo share/locale/de/LC_MESSAGES/kshellcmdplugin.mo share/locale/de/LC_MESSAGES/kshisen.mo @@ -2097,7 +2297,6 @@ share/locale/de/LC_MESSAGES/ksysguard.mo share/locale/de/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/de/LC_MESSAGES/ksystemlog.mo share/locale/de/LC_MESSAGES/ksystraycmd.mo -share/locale/de/LC_MESSAGES/kte_acomment.mo share/locale/de/LC_MESSAGES/kteatime.mo share/locale/de/LC_MESSAGES/ktesnippets_editor.mo share/locale/de/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -2105,6 +2304,7 @@ share/locale/de/LC_MESSAGES/ktexteditor_plugins.mo share/locale/de/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/de/LC_MESSAGES/ktimer.mo share/locale/de/LC_MESSAGES/ktimetracker.mo +share/locale/de/LC_MESSAGES/ktnef.mo share/locale/de/LC_MESSAGES/ktouch.mo share/locale/de/LC_MESSAGES/ktraderclient.mo share/locale/de/LC_MESSAGES/ktron.mo @@ -2125,7 +2325,6 @@ share/locale/de/LC_MESSAGES/kwin_clients.mo share/locale/de/LC_MESSAGES/kwin_effects.mo share/locale/de/LC_MESSAGES/kwinshutdown.mo share/locale/de/LC_MESSAGES/kwinstartmenu.mo -share/locale/de/LC_MESSAGES/kwl2kss.mo share/locale/de/LC_MESSAGES/kwordquiz.mo share/locale/de/LC_MESSAGES/kwrite.mo share/locale/de/LC_MESSAGES/kwriteconfig.mo @@ -2173,6 +2372,7 @@ share/locale/de/LC_MESSAGES/libkworkspace.mo share/locale/de/LC_MESSAGES/libkxmlrpcclient.mo share/locale/de/LC_MESSAGES/liblancelot-datamodels.mo share/locale/de/LC_MESSAGES/libmailcommon.mo +share/locale/de/LC_MESSAGES/libmailimporter.mo share/locale/de/LC_MESSAGES/libmailtransport.mo share/locale/de/LC_MESSAGES/libmessagecomposer.mo share/locale/de/LC_MESSAGES/libmessagecore.mo @@ -2181,6 +2381,7 @@ share/locale/de/LC_MESSAGES/libmessageviewer.mo share/locale/de/LC_MESSAGES/liboktetacore.mo share/locale/de/LC_MESSAGES/liboktetagui.mo share/locale/de/LC_MESSAGES/liboktetakasten.mo +share/locale/de/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/de/LC_MESSAGES/libphonon.mo share/locale/de/LC_MESSAGES/libplasma.mo share/locale/de/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -2191,7 +2392,6 @@ share/locale/de/LC_MESSAGES/libtaskmanager.mo share/locale/de/LC_MESSAGES/libtemplateparser.mo share/locale/de/LC_MESSAGES/lokalize.mo share/locale/de/LC_MESSAGES/lskat.mo -share/locale/de/LC_MESSAGES/mailfilteragent.mo share/locale/de/LC_MESSAGES/mailreader.mo share/locale/de/LC_MESSAGES/marble.mo share/locale/de/LC_MESSAGES/marble_qt.mo @@ -2232,6 +2432,7 @@ share/locale/de/LC_MESSAGES/okular_plucker.mo share/locale/de/LC_MESSAGES/okular_poppler.mo share/locale/de/LC_MESSAGES/okular_tiff.mo share/locale/de/LC_MESSAGES/okular_xps.mo +share/locale/de/LC_MESSAGES/pairs.mo share/locale/de/LC_MESSAGES/palapeli.mo share/locale/de/LC_MESSAGES/parley.mo share/locale/de/LC_MESSAGES/phonon_gstreamer.mo @@ -2293,6 +2494,7 @@ share/locale/de/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/de/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/de/LC_MESSAGES/plasma_applet_pager.mo share/locale/de/LC_MESSAGES/plasma_applet_panel.mo share/locale/de/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2308,7 +2510,6 @@ share/locale/de/LC_MESSAGES/plasma_applet_rtm.mo share/locale/de/LC_MESSAGES/plasma_applet_sal.mo share/locale/de/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/de/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/de/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/de/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2336,6 +2537,7 @@ share/locale/de/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo share/locale/de/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/de/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/de/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/de/LC_MESSAGES/plasma_engine_network.mo share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo share/locale/de/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2343,6 +2545,8 @@ share/locale/de/LC_MESSAGES/plasma_engine_rss.mo share/locale/de/LC_MESSAGES/plasma_engine_share.mo share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/de/LC_MESSAGES/plasma_engine_weather.mo +share/locale/de/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/de/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/de/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/de/LC_MESSAGES/plasma_runner_activities.mo @@ -2376,6 +2580,7 @@ share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/de/LC_MESSAGES/plasma_runner_windows.mo +share/locale/de/LC_MESSAGES/plasma_runner_youtube.mo share/locale/de/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/de/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/de/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2392,6 +2597,7 @@ share/locale/de/LC_MESSAGES/plasmagenericshell.mo share/locale/de/LC_MESSAGES/plasmapkg.mo share/locale/de/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/de/LC_MESSAGES/plasmoidviewer.mo +share/locale/de/LC_MESSAGES/pothumbnail.mo share/locale/de/LC_MESSAGES/powerdevil.mo share/locale/de/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/de/LC_MESSAGES/powerdevilglobalconfig.mo @@ -2409,7 +2615,6 @@ share/locale/de/LC_MESSAGES/solid-network.mo share/locale/de/LC_MESSAGES/solid_qt.mo share/locale/de/LC_MESSAGES/solidcontrol.mo share/locale/de/LC_MESSAGES/soliduiserver.mo -share/locale/de/LC_MESSAGES/spy.mo share/locale/de/LC_MESSAGES/step.mo share/locale/de/LC_MESSAGES/step_qt.mo share/locale/de/LC_MESSAGES/strigila_diff.mo @@ -2457,6 +2662,7 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/ktuberling @dirrm share/doc/HTML/de/ktron @dirrm share/doc/HTML/de/ktouch +@dirrm share/doc/HTML/de/ktnef @dirrm share/doc/HTML/de/ktimetracker @dirrm share/doc/HTML/de/ktimer @dirrm share/doc/HTML/de/kteatime @@ -2592,7 +2798,6 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/paths @dirrm share/doc/HTML/de/kcontrol/netpref @dirrm share/doc/HTML/de/kcontrol/nepomuk -@dirrm share/doc/HTML/de/kcontrol/multiplemonitors @dirrm share/doc/HTML/de/kcontrol/mouse @dirrm share/doc/HTML/de/kcontrol/language @dirrm share/doc/HTML/de/kcontrol/kwintabbox @@ -2667,6 +2872,7 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/jovie @dirrm share/doc/HTML/de/gwenview @dirrm share/doc/HTML/de/granatier +@dirrm share/doc/HTML/de/fundamentals @dirrm share/doc/HTML/de/filelight @dirrm share/doc/HTML/de/dragonplayer @dirrm share/doc/HTML/de/dolphin @@ -2695,6 +2901,13 @@ share/locale/de/entry.desktop @dirrm share/apps/klettres/de @dirrm share/apps/klettres @dirrm share/apps/khangman +@dirrm share/apps/kajongg/voices/de/male2 +@dirrm share/apps/kajongg/voices/de/male1 +@dirrm share/apps/kajongg/voices/de/female2 +@dirrm share/apps/kajongg/voices/de/female1 +@dirrm share/apps/kajongg/voices/de +@dirrm share/apps/kajongg/voices +@dirrm share/apps/kajongg @dirrmtry man/de/man8 @dirrmtry man/de/man7 @dirrmtry man/de/man6 diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 895ff394164c..ab683f443157 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: gwenview -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= gwenview PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/gwenview-kde4/distinfo b/graphics/gwenview-kde4/distinfo index 52cd55a7c8c7..e8ca2db5d2df 100644 --- a/graphics/gwenview-kde4/distinfo +++ b/graphics/gwenview-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/gwenview-4.8.4.tar.xz) = 7fe710a4ce354e5845164b13dc2798b107188b16e43a0315c07f507d0986b3f7 -SIZE (KDE/gwenview-4.8.4.tar.xz) = 1954644 +SHA256 (KDE/gwenview-4.9.5.tar.xz) = d5f715b9a236f9c00e9967560eb01bd5294e14264ad615416aeac6cbb0f5530b +SIZE (KDE/gwenview-4.9.5.tar.xz) = 2057776 diff --git a/graphics/gwenview-kde4/pkg-plist b/graphics/gwenview-kde4/pkg-plist index 428159e8cb2e..3ca8d7321b8e 100644 --- a/graphics/gwenview-kde4/pkg-plist +++ b/graphics/gwenview-kde4/pkg-plist @@ -6,11 +6,8 @@ lib/libgwenviewlib.so.5 lib/libgwenviewlib.so.5.0.1 share/applications/kde4/gwenview.desktop share/apps/gvpart/gvpart.rc +share/apps/gwenview/color-schemes/fullscreen.colors share/apps/gwenview/cursors/zoom.png -share/apps/gwenview/fullscreenthemes/blackglass/checked.png -share/apps/gwenview/fullscreenthemes/blackglass/scroll-left.png -share/apps/gwenview/fullscreenthemes/blackglass/scroll-right.png -share/apps/gwenview/fullscreenthemes/blackglass/style.css share/apps/gwenview/gwenviewui.rc share/apps/solid/actions/gwenview_importer.desktop share/apps/solid/actions/gwenview_importer_camera.desktop @@ -38,8 +35,7 @@ share/icons/hicolor/scalable/apps/gwenview.svgz share/kde4/services/ServiceMenus/slideshow.desktop share/kde4/services/gvpart.desktop @dirrm share/doc/HTML/en/gwenview -@dirrm share/apps/gwenview/fullscreenthemes/blackglass -@dirrm share/apps/gwenview/fullscreenthemes @dirrm share/apps/gwenview/cursors +@dirrm share/apps/gwenview/color-schemes @dirrm share/apps/gwenview @dirrm share/apps/gvpart diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile index 1e8ee1c3dd2a..2e1d79d242f1 100644 --- a/graphics/kamera-kde4/Makefile +++ b/graphics/kamera-kde4/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kamera -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kamera PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kamera-kde4/distinfo b/graphics/kamera-kde4/distinfo index 70ffdb5162ef..fe1555b8c7fd 100644 --- a/graphics/kamera-kde4/distinfo +++ b/graphics/kamera-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kamera-4.8.4.tar.xz) = 8968acb62e73580b4916044113ba0055e2aef7403612eec4773bcb8129c91965 -SIZE (KDE/kamera-4.8.4.tar.xz) = 37880 +SHA256 (KDE/kamera-4.9.5.tar.xz) = 4796ef3d0230ba560b20ab18cfe429a211eb43269d0149da26c77399007bfb83 +SIZE (KDE/kamera-4.9.5.tar.xz) = 37760 diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index 1d8574569ca1..7c2bbdf5a971 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kcolorchooser -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kcolorchooser PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index aaed5daa9d79..7b95d5cdc93c 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcolorchooser-4.8.4.tar.xz) = 33b540966f9b7c1840c5f8cf1a97e8baba03881ff646de2603b46979c9026610 -SIZE (KDE/kcolorchooser-4.8.4.tar.xz) = 4732 +SHA256 (KDE/kcolorchooser-4.9.5.tar.xz) = 19b45ea7a64e7394a68741d9bec06e9fbab33b423d1cf652b1eafb601c2eaa5e +SIZE (KDE/kcolorchooser-4.9.5.tar.xz) = 4540 diff --git a/graphics/kdegraphics4-mobipocket/Makefile b/graphics/kdegraphics4-mobipocket/Makefile index c1de3876c304..914242600cd9 100644 --- a/graphics/kdegraphics4-mobipocket/Makefile +++ b/graphics/kdegraphics4-mobipocket/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdegraphics-mobipocket -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kdegraphics-mobipocket PORTVERSION= ${KDE4_VERSION} @@ -13,7 +8,7 @@ MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Mobipocket plugins for Strigi indexing, Okular, and thumbnails +COMMENT= Mobipocket plugins for Strigi indexing, Okular and thumbnails CONFLICTS= kdegraphics-4.[0-6].* diff --git a/graphics/kdegraphics4-mobipocket/distinfo b/graphics/kdegraphics4-mobipocket/distinfo index 9f7b27f82478..0983cb2a3cbb 100644 --- a/graphics/kdegraphics4-mobipocket/distinfo +++ b/graphics/kdegraphics4-mobipocket/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-mobipocket-4.8.4.tar.xz) = 6aef1f842bf7a9a458859e4c80468d48192b140c37a6abbde1331283e49744f9 -SIZE (KDE/kdegraphics-mobipocket-4.8.4.tar.xz) = 20576 +SHA256 (KDE/kdegraphics-mobipocket-4.9.5.tar.xz) = 5433b42ae1ae01390757172626f4eea9a6618a90f926a8374db1b13d3b709926 +SIZE (KDE/kdegraphics-mobipocket-4.9.5.tar.xz) = 20144 diff --git a/graphics/kdegraphics4-strigi-analyzer/Makefile b/graphics/kdegraphics4-strigi-analyzer/Makefile index 2bce39cf2fdb..06bf2b27a432 100644 --- a/graphics/kdegraphics4-strigi-analyzer/Makefile +++ b/graphics/kdegraphics4-strigi-analyzer/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdegraphics-strigi-analyzer -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kdegraphics-strigi-analyzer PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kdegraphics4-strigi-analyzer/distinfo b/graphics/kdegraphics4-strigi-analyzer/distinfo index a4dda6195922..cae8e3cac4e9 100644 --- a/graphics/kdegraphics4-strigi-analyzer/distinfo +++ b/graphics/kdegraphics4-strigi-analyzer/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-strigi-analyzer-4.8.4.tar.xz) = a1694b0de81fa38139f1d8914b7acab55fd9faeeeafffede5eed7325bf569bb3 -SIZE (KDE/kdegraphics-strigi-analyzer-4.8.4.tar.xz) = 41756 +SHA256 (KDE/kdegraphics-strigi-analyzer-4.9.5.tar.xz) = d285db92dd41863a10fe54a8c52b304567d95cc582f570a0d26d083d5502d22d +SIZE (KDE/kdegraphics-strigi-analyzer-4.9.5.tar.xz) = 40964 diff --git a/graphics/kdegraphics4-svgpart/Makefile b/graphics/kdegraphics4-svgpart/Makefile index bbea9b1326df..f3560e6c19d5 100644 --- a/graphics/kdegraphics4-svgpart/Makefile +++ b/graphics/kdegraphics4-svgpart/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdegraphics-svgpart -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= svgpart PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kdegraphics4-svgpart/distinfo b/graphics/kdegraphics4-svgpart/distinfo index 4e4765711895..48e78ebce5bb 100644 --- a/graphics/kdegraphics4-svgpart/distinfo +++ b/graphics/kdegraphics4-svgpart/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/svgpart-4.8.4.tar.xz) = fc851421b069e9496daebd44fd270ae626faf8667ec046aa10a3dc2aed483a77 -SIZE (KDE/svgpart-4.8.4.tar.xz) = 9344 +SHA256 (KDE/svgpart-4.9.5.tar.xz) = 6f6885c4603c843fb98f56228b5d5297b6d38292534bfb6afbd2b220ebb27825 +SIZE (KDE/svgpart-4.9.5.tar.xz) = 9192 diff --git a/graphics/kdegraphics4-thumbnailers/Makefile b/graphics/kdegraphics4-thumbnailers/Makefile index 7bf0e4e9531a..255f39710982 100644 --- a/graphics/kdegraphics4-thumbnailers/Makefile +++ b/graphics/kdegraphics4-thumbnailers/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdegraphics-thumbnailers -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kdegraphics-thumbnailers PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kdegraphics4-thumbnailers/distinfo b/graphics/kdegraphics4-thumbnailers/distinfo index 367be13ee9af..dddaf1cbb786 100644 --- a/graphics/kdegraphics4-thumbnailers/distinfo +++ b/graphics/kdegraphics4-thumbnailers/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdegraphics-thumbnailers-4.8.4.tar.xz) = 12db7e1bb767b3e0994ec172e96d665cef01dd7d2798de9b2f5eb3dad4c7bbff -SIZE (KDE/kdegraphics-thumbnailers-4.8.4.tar.xz) = 42028 +SHA256 (KDE/kdegraphics-thumbnailers-4.9.5.tar.xz) = 6ad9f46ea7d41f4493abdeafc4e4772ef0c35043832be6fc66a195084b0d88ae +SIZE (KDE/kdegraphics-thumbnailers-4.9.5.tar.xz) = 41644 diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index f196905e51f2..fafbf2683cf0 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdegraphics -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdegraphics @@ -23,51 +20,55 @@ LATEST_LINK= ${PORTNAME}4 USE_KDE4= kdeprefix NO_BUILD= yes -OPTIONS= GPHOTO2 "Digital camera manager" on \ - GWENVIEW "Image viewer and browser" on \ - KCOLORCHOOSER "Utility for colors selection" on \ - KGAMMA "Monitor calibration tool" on \ - KRULER "Screen ruler" on \ - KOLOURPAINT "Paint application" on \ - KSNAPSHOT "Screen capture program" on \ - OKULAR "Universal document viewer" on \ - SANE "Plugin for scanning on KDE" on +OPTIONS_DEFINE= GPHOTO GWENVIEW KCOLORCHOOSER KGAMMA KRULER \ + KOLOURPAINT KSNAPSHOT OKULAR SANE +OPTIONS_DEFAULT=${OPTIONS_DEFINE} + +GPHOTO_DESC= Digital camera manager +GWENVIEW_DESC= Image viewer and browser +KCOLORCHOOSER_DESC= Utility for colors selection +KGAMMA_DESC= Monitor calibration tool +KRULER_DESC= Screen ruler +KOLOURPAINT_DESC= Paint application +KSNAPSHOT_DESC= Screen capture program +OKULAR_DESC= Universal document viewer +SANE_DESC= Plugin for scanning on KDE .include <bsd.port.options.mk> -.ifndef(WITHOUT_GPHOTO2) +.if ${PORT_OPTIONS:MGPHOTO} RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kio_kamera.so:${PORTSDIR}/graphics/kamera-kde4 .endif -.ifndef(WITHOUT_GWENVIEW) +.if ${PORT_OPTIONS:MGWENVIEW} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/gwenview:${PORTSDIR}/graphics/gwenview-kde4 .endif -.ifndef(WITHOUT_KCOLORCHOOSER) +.if ${PORT_OPTIONS:MKCOLORCHOOSER} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcolorchooser:${PORTSDIR}/graphics/kcolorchooser .endif -.ifndef(WITHOUT_KGAMMA) +.if ${PORT_OPTIONS:MKGAMMA} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/xf86gammacfg:${PORTSDIR}/x11/kgamma .endif -.ifndef(WITHOUT_KRULER) +.if ${PORT_OPTIONS:MKRULER} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kruler:${PORTSDIR}/deskutils/kruler .endif -.ifndef(WITHOUT_KOLOURPAINT) +.if ${PORT_OPTIONS:MKOLOURPAINT} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kolourpaint:${PORTSDIR}/graphics/kolourpaint .endif -.ifndef(WITHOUT_KSNAPSHOT) +.if ${PORT_OPTIONS:MKSNAPSHOT} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ksnapshot:${PORTSDIR}/graphics/ksnapshot .endif -.ifndef(WITHOUT_OKULAR) +.if ${PORT_OPTIONS:MOKULAR} USE_KDE4+= okular_run .endif -.ifndef(WITHOUT_SANE) +.if ${PORT_OPTIONS:MSANE} RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/ksaneplugin.so:${PORTSDIR}/graphics/ksaneplugin .endif diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index c0b8f039ae32..b21cc06630b3 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kolourpaint -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kolourpaint PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index d3a33ed9506a..fdca36d0e955 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kolourpaint-4.8.4.tar.xz) = dcf4b061f3cde54454dbc3200baf6428bb3b6991123991ae827b3cb876702457 -SIZE (KDE/kolourpaint-4.8.4.tar.xz) = 1193560 +SHA256 (KDE/kolourpaint-4.9.5.tar.xz) = 5cecf4cf7510174ce1a3bb80957db46132c6f2498055a08199229666a056d0d1 +SIZE (KDE/kolourpaint-4.9.5.tar.xz) = 1186764 diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 6916c200b4a2..a9ae52ccd4f9 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ksaneplugin -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= ksaneplugin PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/ksaneplugin/distinfo b/graphics/ksaneplugin/distinfo index 0a9a5839a703..a933cb405bd0 100644 --- a/graphics/ksaneplugin/distinfo +++ b/graphics/ksaneplugin/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ksaneplugin-4.8.4.tar.xz) = 356169b487227808f121610c2d7e2cf3d6fd7a79af5be1144c479f94009b4f7c -SIZE (KDE/ksaneplugin-4.8.4.tar.xz) = 13668 +SHA256 (KDE/ksaneplugin-4.9.5.tar.xz) = 12e64885e1660532fc8b7323ec0e8bb06d8fddbe5b13923e60791c722bfce829 +SIZE (KDE/ksaneplugin-4.9.5.tar.xz) = 13400 diff --git a/graphics/ksnapshot/Makefile b/graphics/ksnapshot/Makefile index b3380823e209..2d4b575adac3 100644 --- a/graphics/ksnapshot/Makefile +++ b/graphics/ksnapshot/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ksnapshot -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= ksnapshot PORTVERSION= ${KDE4_VERSION} diff --git a/graphics/ksnapshot/distinfo b/graphics/ksnapshot/distinfo index ecddaade21c8..b25f587069f2 100644 --- a/graphics/ksnapshot/distinfo +++ b/graphics/ksnapshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ksnapshot-4.8.4.tar.xz) = e8a8c3703432becc79c0bec852ab378dd86007f0e6b2d7260905514b34163b19 -SIZE (KDE/ksnapshot-4.8.4.tar.xz) = 264944 +SHA256 (KDE/ksnapshot-4.9.5.tar.xz) = 751dbd48b4a7cfaf50b7539ba570410c4dec64e2cdbc2cde819b0266741263c2 +SIZE (KDE/ksnapshot-4.9.5.tar.xz) = 264312 diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile index 8eb46e88118f..e26af7a13910 100644 --- a/graphics/libkdcraw-kde4/Makefile +++ b/graphics/libkdcraw-kde4/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libkdcraw-kde4 -# Date created: Sat 13 Aug 2011, 23:48:30 -# Whom: Dima Panov <fluffy@FreeBSD.org> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= libkdcraw diff --git a/graphics/libkdcraw-kde4/distinfo b/graphics/libkdcraw-kde4/distinfo index 91a6d8fb700d..aa8bba2f39d2 100644 --- a/graphics/libkdcraw-kde4/distinfo +++ b/graphics/libkdcraw-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkdcraw-4.8.4.tar.xz) = 2ef1c5f95d1b960a6fb1c9d92c540c649d851fd748d73ec0d366e697af47fd3a -SIZE (KDE/libkdcraw-4.8.4.tar.xz) = 271096 +SHA256 (KDE/libkdcraw-4.9.5.tar.xz) = 5f978c7419332186d62a8e1b60ed3009dfe2436132af335aa33e8acec166ddf4 +SIZE (KDE/libkdcraw-4.9.5.tar.xz) = 270544 diff --git a/graphics/libkdcraw-kde4/pkg-plist b/graphics/libkdcraw-kde4/pkg-plist index 37a1269e9a3b..b22c7574b066 100644 --- a/graphics/libkdcraw-kde4/pkg-plist +++ b/graphics/libkdcraw-kde4/pkg-plist @@ -10,8 +10,8 @@ include/libkdcraw/rnuminput.h include/libkdcraw/squeezedcombobox.h include/libkdcraw/version.h lib/libkdcraw.so -lib/libkdcraw.so.20 -lib/libkdcraw.so.20.0.1 +lib/libkdcraw.so.21 +lib/libkdcraw.so.21.0.0 libdata/pkgconfig/libkdcraw-kde4.pc share/apps/libkdcraw/profiles/adobergb.icm share/apps/libkdcraw/profiles/applergb.icm diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile index 8f1c71a74a59..f10ccff234b0 100644 --- a/graphics/libkexiv2-kde4/Makefile +++ b/graphics/libkexiv2-kde4/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: libkexiv2 -# Date created: 9 August 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libkexiv2 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/graphics/libkexiv2-kde4/distinfo b/graphics/libkexiv2-kde4/distinfo index ea24b37caa3d..0dea2486f79b 100644 --- a/graphics/libkexiv2-kde4/distinfo +++ b/graphics/libkexiv2-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkexiv2-4.8.4.tar.xz) = 56ea4c2641561ed515fdac7deaba62c5de2fcdcce722d7b089f72c812743f0f0 -SIZE (KDE/libkexiv2-4.8.4.tar.xz) = 134952 +SHA256 (KDE/libkexiv2-4.9.5.tar.xz) = 1ae85716f4c28c98825f8061d033fe3e8ca45f05c76806fb6241b5f7bc5e05a8 +SIZE (KDE/libkexiv2-4.9.5.tar.xz) = 134320 diff --git a/graphics/libkexiv2-kde4/pkg-plist b/graphics/libkexiv2-kde4/pkg-plist index c862ef9eccab..7cf7876129a3 100644 --- a/graphics/libkexiv2-kde4/pkg-plist +++ b/graphics/libkexiv2-kde4/pkg-plist @@ -9,8 +9,8 @@ include/libkexiv2/rotationmatrix.h include/libkexiv2/subjectwidget.h include/libkexiv2/version.h lib/libkexiv2.so -lib/libkexiv2.so.10 -lib/libkexiv2.so.10.0.1 +lib/libkexiv2.so.11 +lib/libkexiv2.so.11.1.0 libdata/pkgconfig/libkexiv2-kde4.pc share/apps/libkexiv2/data/topicset.iptc-subjectcode.xml @dirrm share/apps/libkexiv2/data diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile index 9bbc4b54eb1a..88d2ffe97c64 100644 --- a/graphics/libkipi-kde4/Makefile +++ b/graphics/libkipi-kde4/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libkipi-kde4 -# Date created: Sun 14 Aug 2011, 00:52:06 -# Whom: Dima Panov <fluffy@FreeBSD.org> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= libkipi diff --git a/graphics/libkipi-kde4/distinfo b/graphics/libkipi-kde4/distinfo index a2ee9d854251..54481fac779a 100644 --- a/graphics/libkipi-kde4/distinfo +++ b/graphics/libkipi-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkipi-4.8.4.tar.xz) = 7cc87707becd5e0f7943515fdde4f2096a56678fbea09afee54e173f25ae8d09 -SIZE (KDE/libkipi-4.8.4.tar.xz) = 73188 +SHA256 (KDE/libkipi-4.9.5.tar.xz) = 887f6534d80d89810948699ce1a7fb2de54205c18f4d977bf4ae8d7e6f43aa79 +SIZE (KDE/libkipi-4.9.5.tar.xz) = 76744 diff --git a/graphics/libkipi-kde4/pkg-descr b/graphics/libkipi-kde4/pkg-descr index a949d766a01e..9ec3442c64bd 100644 --- a/graphics/libkipi-kde4/pkg-descr +++ b/graphics/libkipi-kde4/pkg-descr @@ -1,5 +1,5 @@ Kipi (KDE Image Plugin Interface) is an effort to develop a common -plugin structure for Digikam, GwenView and othe KDE parts. Its +plugin structure for Digikam, GwenView and other KDE parts. Its aim is to be able to share image plugins among graphic applications. WWW: http://www.digikam.org/ diff --git a/graphics/libkipi-kde4/pkg-plist b/graphics/libkipi-kde4/pkg-plist index ca97d938d110..5a2441ab599e 100644 --- a/graphics/libkipi-kde4/pkg-plist +++ b/graphics/libkipi-kde4/pkg-plist @@ -12,8 +12,8 @@ include/libkipi/pluginloader.h include/libkipi/uploadwidget.h include/libkipi/version.h lib/libkipi.so -lib/libkipi.so.8 -lib/libkipi.so.8.0.1 +lib/libkipi.so.9 +lib/libkipi.so.9.1.0 libdata/pkgconfig/libkipi-kde4.pc share/apps/kipi/data/kipi-icon.svg share/apps/kipi/data/kipi-logo.svg diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index 5f670b6364a3..c8812fc2709f 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -1,7 +1,3 @@ -# New ports collection makefile for: libksane -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ PORTNAME= libksane diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index 5bb7488a5384..ee5acf53b3f9 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libksane-4.8.4.tar.xz) = 5703729fd3441deb5fd2a6a8ec24ba3ecd7e9577c721d91ce4a447ce58fb8f87 -SIZE (KDE/libksane-4.8.4.tar.xz) = 83108 +SHA256 (KDE/libksane-4.9.5.tar.xz) = f8bca3a96fa47ab6779d2d4727d2deb36deda489c92da43d9e8cb9a7b556433a +SIZE (KDE/libksane-4.9.5.tar.xz) = 82160 diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 681a00191391..da2a404376fb 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: okular -# Date created: 1 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= okular PORTVERSION= ${KDE4_VERSION} @@ -33,11 +28,12 @@ USE_QT4= gui xml qmake_build moc_build uic_build rcc_build USE_XZ= yes MAKE_JOBS_SAFE= yes -OPTIONS= DVI "Support DVI files (requires teTeX)" off +OPTIONS_DEFINE= DVI +DVI_DESC= Support DVI files (requires teTeX) .include <bsd.port.options.mk> -.ifdef(WITH_DVI) +.if ${PORT_OPTIONS:MDVI} RUN_DEPENDS+= kpsewhich:${PORTSDIR}/print/teTeX-base .endif diff --git a/graphics/okular/distinfo b/graphics/okular/distinfo index 2df77ade3604..fc3adaa87c6d 100644 --- a/graphics/okular/distinfo +++ b/graphics/okular/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/okular-4.8.4.tar.xz) = 5435463fe7adc57c0c9cf0a4465c58bc3d219b689a5c81c66ce2c2506f1fad1b -SIZE (KDE/okular-4.8.4.tar.xz) = 1114648 +SHA256 (KDE/okular-4.9.5.tar.xz) = 6582c7d42e534b3faaf0d4d8380e6bf9e20384648e9c64a9521f6146df47b39e +SIZE (KDE/okular-4.9.5.tar.xz) = 1382080 diff --git a/graphics/okular/pkg-descr b/graphics/okular/pkg-descr index 869110841e79..e89ed77d62b9 100644 --- a/graphics/okular/pkg-descr +++ b/graphics/okular/pkg-descr @@ -6,4 +6,4 @@ Okular combines the excellent functionalities of KPDF with the versatility of supporting different kind of documents, like PDF, Postscript, DjVu, CHM, XPS, ePub and others. -WWW: http://okular.kde.org +WWW: http://kpdf.kde.org diff --git a/graphics/okular/pkg-plist b/graphics/okular/pkg-plist index 529a9c7e5d9e..2ade99e75980 100644 --- a/graphics/okular/pkg-plist +++ b/graphics/okular/pkg-plist @@ -21,6 +21,7 @@ include/okular/core/version.h include/okular/interfaces/configinterface.h include/okular/interfaces/guiinterface.h include/okular/interfaces/printinterface.h +include/okular/interfaces/saveinterface.h include/okular/interfaces/viewerinterface.h lib/cmake/Okular/OkularConfig.cmake lib/cmake/Okular/OkularConfigVersion.cmake @@ -42,7 +43,7 @@ lib/kde4/okularGenerator_xps.so lib/kde4/okularpart.so lib/libokularcore.so lib/libokularcore.so.1 -lib/libokularcore.so.1.8.0 +lib/libokularcore.so.1.9.0 share/applications/kde4/okular.desktop share/applications/kde4/okularApplication_chm.desktop share/applications/kde4/okularApplication_comicbook.desktop @@ -97,7 +98,9 @@ share/config.kcfg/gssettings.kcfg share/config.kcfg/okular.kcfg share/doc/HTML/en/okular/annotation-properties.png share/doc/HTML/en/okular/annotations.png +share/doc/HTML/en/okular/bookmark-management.png share/doc/HTML/en/okular/common +share/doc/HTML/en/okular/configure-editor.png share/doc/HTML/en/okular/configure.png share/doc/HTML/en/okular/embedded-files-bar.png share/doc/HTML/en/okular/forms-bar.png @@ -105,6 +108,7 @@ share/doc/HTML/en/okular/index.cache.bz2 share/doc/HTML/en/okular/index.docbook share/doc/HTML/en/okular/mainwindow.png share/doc/HTML/en/okular/presentation.png +share/doc/HTML/en/okular/rating.png share/icons/hicolor/128x128/apps/okular.png share/icons/hicolor/16x16/apps/okular.png share/icons/hicolor/22x22/apps/okular.png diff --git a/hebrew/kde4-l10n/Makefile b/hebrew/kde4-l10n/Makefile index 68e1ab2acd48..9cf5392db6e7 100644 --- a/hebrew/kde4-l10n/Makefile +++ b/hebrew/kde4-l10n/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: kde4-l10n -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= hebrew kde +CATEGORIES= hebrew kde MAINTAINER= kde@FreeBSD.org COMMENT= Hebrew messages and documentation for KDE4 @@ -15,4 +10,4 @@ COMMENT= Hebrew messages and documentation for KDE4 KDE4_L10N= he .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/hebrew/kde4-l10n/distinfo b/hebrew/kde4-l10n/distinfo index ea3beab247ff..2b3fddd6845f 100644 --- a/hebrew/kde4-l10n/distinfo +++ b/hebrew/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-he-4.8.4.tar.xz) = 93397683ba9ede3852b84443bda32ddfcc5a7a7bba454a4abf22719bae7e9852 -SIZE (KDE/kde-l10n/kde-l10n-he-4.8.4.tar.xz) = 2164000 +SHA256 (KDE/kde-l10n/kde-l10n-he-4.9.5.tar.xz) = 1dd38e69d5995a299bd0385f28f3e8c08a4809dfd0d53e966455ddbd705331ed +SIZE (KDE/kde-l10n/kde-l10n-he-4.9.5.tar.xz) = 2143936 diff --git a/hebrew/kde4-l10n/pkg-plist b/hebrew/kde4-l10n/pkg-plist index 00e1a40d18a1..c4d8919b6cf4 100644 --- a/hebrew/kde4-l10n/pkg-plist +++ b/hebrew/kde4-l10n/pkg-plist @@ -56,6 +56,8 @@ share/doc/HTML/he/common/gpl-translated.html share/doc/HTML/he/common/kde-localised.css share/doc/HTML/he/common/lgpl-translated.html share/locale/he/LC_MESSAGES/adblock.mo +share/locale/he/LC_MESSAGES/akonadicontact.mo +share/locale/he/LC_MESSAGES/akonadinotes.mo share/locale/he/LC_MESSAGES/akregator.mo share/locale/he/LC_MESSAGES/akregator_konqplugin.mo share/locale/he/LC_MESSAGES/amor.mo @@ -91,6 +93,7 @@ share/locale/he/LC_MESSAGES/kabc_ldapkio.mo share/locale/he/LC_MESSAGES/kabc_net.mo share/locale/he/LC_MESSAGES/kabcformat_binary.mo share/locale/he/LC_MESSAGES/kaccess.mo +share/locale/he/LC_MESSAGES/kactivitymanagerd.mo share/locale/he/LC_MESSAGES/kaddressbook.mo share/locale/he/LC_MESSAGES/kalarm.mo share/locale/he/LC_MESSAGES/kalzium.mo @@ -112,12 +115,16 @@ share/locale/he/LC_MESSAGES/kbruch.mo share/locale/he/LC_MESSAGES/kcalc.mo share/locale/he/LC_MESSAGES/kcertpart.mo share/locale/he/LC_MESSAGES/kcharselect.mo +share/locale/he/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/he/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/he/LC_MESSAGES/kcm_attica.mo share/locale/he/LC_MESSAGES/kcm_autostart.mo share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo share/locale/he/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/he/LC_MESSAGES/kcm_device_automounter.mo share/locale/he/LC_MESSAGES/kcm_emoticons.mo +share/locale/he/LC_MESSAGES/kcm_infobase.mo +share/locale/he/LC_MESSAGES/kcm_infosummary.mo share/locale/he/LC_MESSAGES/kcm_krfb.mo share/locale/he/LC_MESSAGES/kcm_kwindesktop.mo share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo @@ -176,7 +183,6 @@ share/locale/he/LC_MESSAGES/kcmstyle.mo share/locale/he/LC_MESSAGES/kcmusb.mo share/locale/he/LC_MESSAGES/kcmview1394.mo share/locale/he/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/he/LC_MESSAGES/kcmxinerama.mo share/locale/he/LC_MESSAGES/kcolorchooser.mo share/locale/he/LC_MESSAGES/kcron.mo share/locale/he/LC_MESSAGES/kde-menu.mo @@ -194,23 +200,15 @@ share/locale/he/LC_MESSAGES/kdmconfig.mo share/locale/he/LC_MESSAGES/kdmgreet.mo share/locale/he/LC_MESSAGES/kdontchangethehostname.mo share/locale/he/LC_MESSAGES/keditbookmarks.mo -share/locale/he/LC_MESSAGES/kfile_avi.mo share/locale/he/LC_MESSAGES/kfile_dds.mo share/locale/he/LC_MESSAGES/kfile_drgeo.mo share/locale/he/LC_MESSAGES/kfile_exr.mo -share/locale/he/LC_MESSAGES/kfile_flac.mo share/locale/he/LC_MESSAGES/kfile_kig.mo -share/locale/he/LC_MESSAGES/kfile_mp3.mo -share/locale/he/LC_MESSAGES/kfile_mpc.mo -share/locale/he/LC_MESSAGES/kfile_ogg.mo share/locale/he/LC_MESSAGES/kfile_pnm.mo share/locale/he/LC_MESSAGES/kfile_raw.mo share/locale/he/LC_MESSAGES/kfile_rgb.mo share/locale/he/LC_MESSAGES/kfile_rpm.mo -share/locale/he/LC_MESSAGES/kfile_sid.mo -share/locale/he/LC_MESSAGES/kfile_theora.mo share/locale/he/LC_MESSAGES/kfile_tiff.mo -share/locale/he/LC_MESSAGES/kfile_wav.mo share/locale/he/LC_MESSAGES/kfile_xps.mo share/locale/he/LC_MESSAGES/kfileaudiopreview4.mo share/locale/he/LC_MESSAGES/kfileshare.mo @@ -246,13 +244,16 @@ share/locale/he/LC_MESSAGES/kio_fish.mo share/locale/he/LC_MESSAGES/kio_floppy.mo share/locale/he/LC_MESSAGES/kio_help4.mo share/locale/he/LC_MESSAGES/kio_imap4.mo +share/locale/he/LC_MESSAGES/kio_info.mo share/locale/he/LC_MESSAGES/kio_ldap.mo share/locale/he/LC_MESSAGES/kio_man.mo +share/locale/he/LC_MESSAGES/kio_mbox.mo share/locale/he/LC_MESSAGES/kio_nepomuk.mo share/locale/he/LC_MESSAGES/kio_nepomuksearch.mo share/locale/he/LC_MESSAGES/kio_nfs.mo share/locale/he/LC_MESSAGES/kio_nntp.mo share/locale/he/LC_MESSAGES/kio_pop3.mo +share/locale/he/LC_MESSAGES/kio_recentdocuments.mo share/locale/he/LC_MESSAGES/kio_remote.mo share/locale/he/LC_MESSAGES/kio_sftp.mo share/locale/he/LC_MESSAGES/kio_sieve.mo @@ -293,6 +294,7 @@ share/locale/he/LC_MESSAGES/konquest.mo share/locale/he/LC_MESSAGES/konsole.mo share/locale/he/LC_MESSAGES/konsolekalendar.mo share/locale/he/LC_MESSAGES/kontact.mo +share/locale/he/LC_MESSAGES/kontactinterfaces.mo share/locale/he/LC_MESSAGES/kopete.mo share/locale/he/LC_MESSAGES/korganizer.mo share/locale/he/LC_MESSAGES/kpartsaver.mo @@ -362,6 +364,8 @@ share/locale/he/LC_MESSAGES/libkholidays.mo share/locale/he/LC_MESSAGES/libkonq.mo share/locale/he/LC_MESSAGES/libkscreensaver.mo share/locale/he/LC_MESSAGES/libkworkspace.mo +share/locale/he/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/he/LC_MESSAGES/libmailimporter.mo share/locale/he/LC_MESSAGES/libmessagelist.mo share/locale/he/LC_MESSAGES/libmessageviewer.mo share/locale/he/LC_MESSAGES/libphonon.mo @@ -475,6 +479,7 @@ share/locale/he/LC_MESSAGES/rellinks.mo share/locale/he/LC_MESSAGES/searchbarplugin.mo share/locale/he/LC_MESSAGES/solid-hardware.mo share/locale/he/LC_MESSAGES/solid-network.mo +share/locale/he/LC_MESSAGES/solid_qt.mo share/locale/he/LC_MESSAGES/solidcontrol.mo share/locale/he/LC_MESSAGES/soliduiserver.mo share/locale/he/LC_MESSAGES/strigila_diff.mo diff --git a/hungarian/kde4-l10n/Makefile b/hungarian/kde4-l10n/Makefile index 16ab248127f1..f9ab1740b311 100644 --- a/hungarian/kde4-l10n/Makefile +++ b/hungarian/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-hu -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Hungarian messages and documentation for KDE4 KDE4_L10N= hu .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/hungarian/kde4-l10n/distinfo b/hungarian/kde4-l10n/distinfo index d94aaaae60b6..7bf4541e725c 100644 --- a/hungarian/kde4-l10n/distinfo +++ b/hungarian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hu-4.8.4.tar.xz) = b64015323d07d074ed4f12627ed3f96c97c973b3e32e117c2b334d1a01a8c348 -SIZE (KDE/kde-l10n/kde-l10n-hu-4.8.4.tar.xz) = 4203244 +SHA256 (KDE/kde-l10n/kde-l10n-hu-4.9.5.tar.xz) = 7a6bc362435fb991fc2b174b01cc7ec07abc5227e9542748cfafa90d0ca94d44 +SIZE (KDE/kde-l10n/kde-l10n-hu-4.9.5.tar.xz) = 4174020 diff --git a/hungarian/kde4-l10n/pkg-plist b/hungarian/kde4-l10n/pkg-plist index 961a97de6445..ef54574bb599 100644 --- a/hungarian/kde4-l10n/pkg-plist +++ b/hungarian/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/apps/kanagram/hu.txt share/apps/khangman/hu.txt share/apps/klettres/hu/alpha/a1.ogg share/apps/klettres/hu/alpha/a2.ogg @@ -83,9 +84,13 @@ share/apps/klettres/hu/syllab/36-ven.ogg share/apps/klettres/hu/syllab/37-zab.ogg share/apps/klettres/hu/syllab/38-zsak.ogg share/apps/kvtml/hu/animals.kvtml -share/apps/kvtml/hu/easy.kvtml -share/apps/kvtml/hu/hard.kvtml -share/apps/kvtml/hu/medium.kvtml +share/apps/kvtml/hu/clothing.kvtml +share/apps/kvtml/hu/computers.kvtml +share/apps/kvtml/hu/currencies.kvtml +share/apps/kvtml/hu/fruits.kvtml +share/apps/kvtml/hu/numbers.kvtml +share/apps/kvtml/hu/transportation.kvtml +share/apps/kvtml/hu/worldcapitals.kvtml share/doc/HTML/hu/amor/common share/doc/HTML/hu/amor/index.cache.bz2 share/doc/HTML/hu/amor/index.docbook @@ -136,11 +141,14 @@ share/locale/hu/LC_MESSAGES/accountwizard_kolab.mo share/locale/hu/LC_MESSAGES/accountwizard_mailbox.mo share/locale/hu/LC_MESSAGES/accountwizard_maildir.mo share/locale/hu/LC_MESSAGES/accountwizard_pop3.mo +share/locale/hu/LC_MESSAGES/accountwizard_tine20.mo share/locale/hu/LC_MESSAGES/adblock.mo share/locale/hu/LC_MESSAGES/akonadi-filestore.mo +share/locale/hu/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/hu/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/hu/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/hu/LC_MESSAGES/akonadi_google_resource.mo share/locale/hu/LC_MESSAGES/akonadi_ical_resource.mo share/locale/hu/LC_MESSAGES/akonadi_imap_resource.mo share/locale/hu/LC_MESSAGES/akonadi_invitations_agent.mo @@ -154,6 +162,7 @@ share/locale/hu/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/hu/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/hu/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/hu/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/hu/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/hu/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/hu/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/hu/LC_MESSAGES/akonadi_microblog_resource.mo @@ -183,6 +192,7 @@ share/locale/hu/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hu/LC_MESSAGES/audiorename_plugin.mo share/locale/hu/LC_MESSAGES/autorefresh.mo share/locale/hu/LC_MESSAGES/babelfish.mo +share/locale/hu/LC_MESSAGES/backupmail.mo share/locale/hu/LC_MESSAGES/blinken.mo share/locale/hu/LC_MESSAGES/blogilo.mo share/locale/hu/LC_MESSAGES/bomber.mo @@ -200,7 +210,9 @@ share/locale/hu/LC_MESSAGES/dragonplayer.mo share/locale/hu/LC_MESSAGES/drkonqi.mo share/locale/hu/LC_MESSAGES/filelight.mo share/locale/hu/LC_MESSAGES/filetypes.mo +share/locale/hu/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/hu/LC_MESSAGES/fileviewgitplugin.mo +share/locale/hu/LC_MESSAGES/fileviewhgplugin.mo share/locale/hu/LC_MESSAGES/fileviewsvnplugin.mo share/locale/hu/LC_MESSAGES/freespacenotifier.mo share/locale/hu/LC_MESSAGES/fsview.mo @@ -209,6 +221,7 @@ share/locale/hu/LC_MESSAGES/gwenview.mo share/locale/hu/LC_MESSAGES/htmlsearch.mo share/locale/hu/LC_MESSAGES/imagerename_plugin.mo share/locale/hu/LC_MESSAGES/imgalleryplugin.mo +share/locale/hu/LC_MESSAGES/importwizard.mo share/locale/hu/LC_MESSAGES/jovie.mo share/locale/hu/LC_MESSAGES/joystick.mo share/locale/hu/LC_MESSAGES/juk.mo @@ -223,6 +236,7 @@ share/locale/hu/LC_MESSAGES/kabcformat_binary.mo share/locale/hu/LC_MESSAGES/kaccess.mo share/locale/hu/LC_MESSAGES/kaccessibleapp.mo share/locale/hu/LC_MESSAGES/kactivitymanagerd.mo +share/locale/hu/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/hu/LC_MESSAGES/kaddressbook-mobile.mo share/locale/hu/LC_MESSAGES/kaddressbook.mo share/locale/hu/LC_MESSAGES/kaddressbookmigrator.mo @@ -230,6 +244,7 @@ share/locale/hu/LC_MESSAGES/kajongg.mo share/locale/hu/LC_MESSAGES/kalarm.mo share/locale/hu/LC_MESSAGES/kalgebra.mo share/locale/hu/LC_MESSAGES/kalzium.mo +share/locale/hu/LC_MESSAGES/kanagram-harmattan.mo share/locale/hu/LC_MESSAGES/kanagram.mo share/locale/hu/LC_MESSAGES/kapman.mo share/locale/hu/LC_MESSAGES/kapptemplate.mo @@ -271,6 +286,7 @@ share/locale/hu/LC_MESSAGES/kcal_akonadi.mo share/locale/hu/LC_MESSAGES/kcalc.mo share/locale/hu/LC_MESSAGES/kcertpart.mo share/locale/hu/LC_MESSAGES/kcharselect.mo +share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/hu/LC_MESSAGES/kcm_akonadi.mo share/locale/hu/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/hu/LC_MESSAGES/kcm_attica.mo @@ -342,7 +358,6 @@ share/locale/hu/LC_MESSAGES/kcmstyle.mo share/locale/hu/LC_MESSAGES/kcmusb.mo share/locale/hu/LC_MESSAGES/kcmview1394.mo share/locale/hu/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/hu/LC_MESSAGES/kcmxinerama.mo share/locale/hu/LC_MESSAGES/kcolorchooser.mo share/locale/hu/LC_MESSAGES/kcron.mo share/locale/hu/LC_MESSAGES/kde-menu.mo @@ -365,24 +380,16 @@ share/locale/hu/LC_MESSAGES/kdmgreet.mo share/locale/hu/LC_MESSAGES/kdontchangethehostname.mo share/locale/hu/LC_MESSAGES/keditbookmarks.mo share/locale/hu/LC_MESSAGES/kfile.mo -share/locale/hu/LC_MESSAGES/kfile_avi.mo share/locale/hu/LC_MESSAGES/kfile_dds.mo share/locale/hu/LC_MESSAGES/kfile_drgeo.mo share/locale/hu/LC_MESSAGES/kfile_exr.mo -share/locale/hu/LC_MESSAGES/kfile_flac.mo share/locale/hu/LC_MESSAGES/kfile_kig.mo share/locale/hu/LC_MESSAGES/kfile_mail.mo -share/locale/hu/LC_MESSAGES/kfile_mp3.mo -share/locale/hu/LC_MESSAGES/kfile_mpc.mo -share/locale/hu/LC_MESSAGES/kfile_ogg.mo share/locale/hu/LC_MESSAGES/kfile_pnm.mo share/locale/hu/LC_MESSAGES/kfile_raw.mo share/locale/hu/LC_MESSAGES/kfile_rgb.mo share/locale/hu/LC_MESSAGES/kfile_rpm.mo -share/locale/hu/LC_MESSAGES/kfile_sid.mo -share/locale/hu/LC_MESSAGES/kfile_theora.mo share/locale/hu/LC_MESSAGES/kfile_tiff.mo -share/locale/hu/LC_MESSAGES/kfile_wav.mo share/locale/hu/LC_MESSAGES/kfile_xps.mo share/locale/hu/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hu/LC_MESSAGES/kfilereplace.mo @@ -415,6 +422,7 @@ share/locale/hu/LC_MESSAGES/kimagemapeditor.mo share/locale/hu/LC_MESSAGES/kinetd.mo share/locale/hu/LC_MESSAGES/kinfocenter.mo share/locale/hu/LC_MESSAGES/kio4.mo +share/locale/hu/LC_MESSAGES/kio_activities.mo share/locale/hu/LC_MESSAGES/kio_akonadi.mo share/locale/hu/LC_MESSAGES/kio_applications.mo share/locale/hu/LC_MESSAGES/kio_archive.mo @@ -436,6 +444,7 @@ share/locale/hu/LC_MESSAGES/kio_nfs.mo share/locale/hu/LC_MESSAGES/kio_nntp.mo share/locale/hu/LC_MESSAGES/kio_perldoc.mo share/locale/hu/LC_MESSAGES/kio_pop3.mo +share/locale/hu/LC_MESSAGES/kio_recentdocuments.mo share/locale/hu/LC_MESSAGES/kio_remote.mo share/locale/hu/LC_MESSAGES/kio_sftp.mo share/locale/hu/LC_MESSAGES/kio_sieve.mo @@ -455,6 +464,7 @@ share/locale/hu/LC_MESSAGES/kjotsmigrator.mo share/locale/hu/LC_MESSAGES/kjumpingcube.mo share/locale/hu/LC_MESSAGES/kleopatra.mo share/locale/hu/LC_MESSAGES/klettres.mo +share/locale/hu/LC_MESSAGES/klickety.mo share/locale/hu/LC_MESSAGES/klines.mo share/locale/hu/LC_MESSAGES/klinkstatus.mo share/locale/hu/LC_MESSAGES/klipper.mo @@ -482,10 +492,12 @@ share/locale/hu/LC_MESSAGES/kollision.mo share/locale/hu/LC_MESSAGES/kolourpaint.mo share/locale/hu/LC_MESSAGES/kommander.mo share/locale/hu/LC_MESSAGES/kompare.mo +share/locale/hu/LC_MESSAGES/konqprofiles.mo share/locale/hu/LC_MESSAGES/konqueror.mo share/locale/hu/LC_MESSAGES/konquest.mo share/locale/hu/LC_MESSAGES/konsole.mo share/locale/hu/LC_MESSAGES/konsolekalendar.mo +share/locale/hu/LC_MESSAGES/konsoleprofiles.mo share/locale/hu/LC_MESSAGES/kontact.mo share/locale/hu/LC_MESSAGES/kontactinterfaces.mo share/locale/hu/LC_MESSAGES/kopete.mo @@ -515,11 +527,6 @@ share/locale/hu/LC_MESSAGES/krunner.mo share/locale/hu/LC_MESSAGES/ksaneplugin.mo share/locale/hu/LC_MESSAGES/kscd.mo share/locale/hu/LC_MESSAGES/kscreensaver.mo -share/locale/hu/LC_MESSAGES/ksecrets_kio.mo -share/locale/hu/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/hu/LC_MESSAGES/ksecretsservice_api.mo -share/locale/hu/LC_MESSAGES/ksecretsserviced.mo -share/locale/hu/LC_MESSAGES/ksecretsync.mo share/locale/hu/LC_MESSAGES/ksendemail.mo share/locale/hu/LC_MESSAGES/kshellcmdplugin.mo share/locale/hu/LC_MESSAGES/kshisen.mo @@ -541,7 +548,6 @@ share/locale/hu/LC_MESSAGES/ksysguard.mo share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hu/LC_MESSAGES/ksystemlog.mo share/locale/hu/LC_MESSAGES/ksystraycmd.mo -share/locale/hu/LC_MESSAGES/kte_acomment.mo share/locale/hu/LC_MESSAGES/kteatime.mo share/locale/hu/LC_MESSAGES/ktesnippets_editor.mo share/locale/hu/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -549,6 +555,7 @@ share/locale/hu/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hu/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/hu/LC_MESSAGES/ktimer.mo share/locale/hu/LC_MESSAGES/ktimetracker.mo +share/locale/hu/LC_MESSAGES/ktnef.mo share/locale/hu/LC_MESSAGES/ktouch.mo share/locale/hu/LC_MESSAGES/ktraderclient.mo share/locale/hu/LC_MESSAGES/ktron.mo @@ -569,7 +576,6 @@ share/locale/hu/LC_MESSAGES/kwin_clients.mo share/locale/hu/LC_MESSAGES/kwin_effects.mo share/locale/hu/LC_MESSAGES/kwinshutdown.mo share/locale/hu/LC_MESSAGES/kwinstartmenu.mo -share/locale/hu/LC_MESSAGES/kwl2kss.mo share/locale/hu/LC_MESSAGES/kwordquiz.mo share/locale/hu/LC_MESSAGES/kwrite.mo share/locale/hu/LC_MESSAGES/kwriteconfig.mo @@ -617,6 +623,7 @@ share/locale/hu/LC_MESSAGES/libkworkspace.mo share/locale/hu/LC_MESSAGES/libkxmlrpcclient.mo share/locale/hu/LC_MESSAGES/liblancelot-datamodels.mo share/locale/hu/LC_MESSAGES/libmailcommon.mo +share/locale/hu/LC_MESSAGES/libmailimporter.mo share/locale/hu/LC_MESSAGES/libmailtransport.mo share/locale/hu/LC_MESSAGES/libmessagecomposer.mo share/locale/hu/LC_MESSAGES/libmessagecore.mo @@ -625,6 +632,7 @@ share/locale/hu/LC_MESSAGES/libmessageviewer.mo share/locale/hu/LC_MESSAGES/liboktetacore.mo share/locale/hu/LC_MESSAGES/liboktetagui.mo share/locale/hu/LC_MESSAGES/liboktetakasten.mo +share/locale/hu/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/hu/LC_MESSAGES/libphonon.mo share/locale/hu/LC_MESSAGES/libplasma.mo share/locale/hu/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -635,7 +643,6 @@ share/locale/hu/LC_MESSAGES/libtaskmanager.mo share/locale/hu/LC_MESSAGES/libtemplateparser.mo share/locale/hu/LC_MESSAGES/lokalize.mo share/locale/hu/LC_MESSAGES/lskat.mo -share/locale/hu/LC_MESSAGES/mailfilteragent.mo share/locale/hu/LC_MESSAGES/mailreader.mo share/locale/hu/LC_MESSAGES/marble.mo share/locale/hu/LC_MESSAGES/marble_qt.mo @@ -676,6 +683,7 @@ share/locale/hu/LC_MESSAGES/okular_plucker.mo share/locale/hu/LC_MESSAGES/okular_poppler.mo share/locale/hu/LC_MESSAGES/okular_tiff.mo share/locale/hu/LC_MESSAGES/okular_xps.mo +share/locale/hu/LC_MESSAGES/pairs.mo share/locale/hu/LC_MESSAGES/palapeli.mo share/locale/hu/LC_MESSAGES/parley.mo share/locale/hu/LC_MESSAGES/phonon_gstreamer.mo @@ -737,6 +745,7 @@ share/locale/hu/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hu/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/hu/LC_MESSAGES/plasma_applet_pager.mo share/locale/hu/LC_MESSAGES/plasma_applet_panel.mo share/locale/hu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -752,7 +761,6 @@ share/locale/hu/LC_MESSAGES/plasma_applet_rtm.mo share/locale/hu/LC_MESSAGES/plasma_applet_sal.mo share/locale/hu/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/hu/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/hu/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/hu/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_skapplet.mo @@ -780,6 +788,7 @@ share/locale/hu/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hu/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/hu/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/hu/LC_MESSAGES/plasma_engine_network.mo share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hu/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -787,6 +796,8 @@ share/locale/hu/LC_MESSAGES/plasma_engine_rss.mo share/locale/hu/LC_MESSAGES/plasma_engine_share.mo share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo +share/locale/hu/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/hu/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/hu/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/hu/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_activities.mo @@ -805,6 +816,7 @@ share/locale/hu/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_kopete.mo share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo +share/locale/hu/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/hu/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_placesrunner.mo @@ -819,6 +831,7 @@ share/locale/hu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/hu/LC_MESSAGES/plasma_runner_windows.mo +share/locale/hu/LC_MESSAGES/plasma_runner_youtube.mo share/locale/hu/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hu/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/hu/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -835,6 +848,7 @@ share/locale/hu/LC_MESSAGES/plasmagenericshell.mo share/locale/hu/LC_MESSAGES/plasmapkg.mo share/locale/hu/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/hu/LC_MESSAGES/plasmoidviewer.mo +share/locale/hu/LC_MESSAGES/pothumbnail.mo share/locale/hu/LC_MESSAGES/powerdevil.mo share/locale/hu/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/hu/LC_MESSAGES/powerdevilglobalconfig.mo @@ -852,7 +866,6 @@ share/locale/hu/LC_MESSAGES/solid-network.mo share/locale/hu/LC_MESSAGES/solid_qt.mo share/locale/hu/LC_MESSAGES/solidcontrol.mo share/locale/hu/LC_MESSAGES/soliduiserver.mo -share/locale/hu/LC_MESSAGES/spy.mo share/locale/hu/LC_MESSAGES/step.mo share/locale/hu/LC_MESSAGES/step_qt.mo share/locale/hu/LC_MESSAGES/strigila_diff.mo @@ -892,3 +905,4 @@ share/locale/hu/entry.desktop @dirrm share/apps/klettres/hu @dirrm share/apps/klettres @dirrm share/apps/khangman +@dirrm share/apps/kanagram diff --git a/japanese/kde4-l10n/Makefile b/japanese/kde4-l10n/Makefile index bec84611c796..9a543f499c1d 100644 --- a/japanese/kde4-l10n/Makefile +++ b/japanese/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ja -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Japanese messages and documentation for KDE4 KDE4_L10N= ja .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/kde4-l10n/distinfo b/japanese/kde4-l10n/distinfo index 3fb6cf3578f4..5974d089ac2d 100644 --- a/japanese/kde4-l10n/distinfo +++ b/japanese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ja-4.8.4.tar.xz) = a4cfe18d065e81ca1e0dc3f737adb0051d8d6320861cdd57674c15bf832feec6 -SIZE (KDE/kde-l10n/kde-l10n-ja-4.8.4.tar.xz) = 2332756 +SHA256 (KDE/kde-l10n/kde-l10n-ja-4.9.5.tar.xz) = 393d79c562e55c7fb388a2711e7eb157bf8465c459760d1ecd2babb5a849eafb +SIZE (KDE/kde-l10n/kde-l10n-ja-4.9.5.tar.xz) = 2289960 diff --git a/japanese/kde4-l10n/pkg-plist b/japanese/kde4-l10n/pkg-plist index 57a1ac1520e9..2186ee81d79c 100644 --- a/japanese/kde4-l10n/pkg-plist +++ b/japanese/kde4-l10n/pkg-plist @@ -48,6 +48,7 @@ share/locale/ja/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ja/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ja/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ja/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ja/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ja/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ja/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ja/LC_MESSAGES/akonadi_microblog_resource.mo @@ -238,7 +239,6 @@ share/locale/ja/LC_MESSAGES/kcmstyle.mo share/locale/ja/LC_MESSAGES/kcmusb.mo share/locale/ja/LC_MESSAGES/kcmview1394.mo share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ja/LC_MESSAGES/kcmxinerama.mo share/locale/ja/LC_MESSAGES/kcolorchooser.mo share/locale/ja/LC_MESSAGES/kcron.mo share/locale/ja/LC_MESSAGES/kde-menu.mo @@ -261,24 +261,16 @@ share/locale/ja/LC_MESSAGES/kdmgreet.mo share/locale/ja/LC_MESSAGES/kdontchangethehostname.mo share/locale/ja/LC_MESSAGES/keditbookmarks.mo share/locale/ja/LC_MESSAGES/kfile.mo -share/locale/ja/LC_MESSAGES/kfile_avi.mo share/locale/ja/LC_MESSAGES/kfile_dds.mo share/locale/ja/LC_MESSAGES/kfile_drgeo.mo share/locale/ja/LC_MESSAGES/kfile_exr.mo -share/locale/ja/LC_MESSAGES/kfile_flac.mo share/locale/ja/LC_MESSAGES/kfile_kig.mo share/locale/ja/LC_MESSAGES/kfile_mail.mo -share/locale/ja/LC_MESSAGES/kfile_mp3.mo -share/locale/ja/LC_MESSAGES/kfile_mpc.mo -share/locale/ja/LC_MESSAGES/kfile_ogg.mo share/locale/ja/LC_MESSAGES/kfile_pnm.mo share/locale/ja/LC_MESSAGES/kfile_raw.mo share/locale/ja/LC_MESSAGES/kfile_rgb.mo share/locale/ja/LC_MESSAGES/kfile_rpm.mo -share/locale/ja/LC_MESSAGES/kfile_sid.mo -share/locale/ja/LC_MESSAGES/kfile_theora.mo share/locale/ja/LC_MESSAGES/kfile_tiff.mo -share/locale/ja/LC_MESSAGES/kfile_wav.mo share/locale/ja/LC_MESSAGES/kfile_xps.mo share/locale/ja/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ja/LC_MESSAGES/kfilereplace.mo @@ -412,11 +404,6 @@ share/locale/ja/LC_MESSAGES/krunner.mo share/locale/ja/LC_MESSAGES/ksaneplugin.mo share/locale/ja/LC_MESSAGES/kscd.mo share/locale/ja/LC_MESSAGES/kscreensaver.mo -share/locale/ja/LC_MESSAGES/ksecrets_kio.mo -share/locale/ja/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ja/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ja/LC_MESSAGES/ksecretsserviced.mo -share/locale/ja/LC_MESSAGES/ksecretsync.mo share/locale/ja/LC_MESSAGES/ksendemail.mo share/locale/ja/LC_MESSAGES/kshellcmdplugin.mo share/locale/ja/LC_MESSAGES/kshisen.mo @@ -438,7 +425,6 @@ share/locale/ja/LC_MESSAGES/ksysguard.mo share/locale/ja/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ja/LC_MESSAGES/ksystemlog.mo share/locale/ja/LC_MESSAGES/ksystraycmd.mo -share/locale/ja/LC_MESSAGES/kte_acomment.mo share/locale/ja/LC_MESSAGES/kteatime.mo share/locale/ja/LC_MESSAGES/ktesnippets_editor.mo share/locale/ja/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -466,7 +452,6 @@ share/locale/ja/LC_MESSAGES/kwin_clients.mo share/locale/ja/LC_MESSAGES/kwin_effects.mo share/locale/ja/LC_MESSAGES/kwinshutdown.mo share/locale/ja/LC_MESSAGES/kwinstartmenu.mo -share/locale/ja/LC_MESSAGES/kwl2kss.mo share/locale/ja/LC_MESSAGES/kwordquiz.mo share/locale/ja/LC_MESSAGES/kwrite.mo share/locale/ja/LC_MESSAGES/kwriteconfig.mo @@ -514,6 +499,7 @@ share/locale/ja/LC_MESSAGES/libkworkspace.mo share/locale/ja/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ja/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ja/LC_MESSAGES/libmailcommon.mo +share/locale/ja/LC_MESSAGES/libmailimporter.mo share/locale/ja/LC_MESSAGES/libmailtransport.mo share/locale/ja/LC_MESSAGES/libmessagecomposer.mo share/locale/ja/LC_MESSAGES/libmessagecore.mo @@ -532,7 +518,6 @@ share/locale/ja/LC_MESSAGES/libtaskmanager.mo share/locale/ja/LC_MESSAGES/libtemplateparser.mo share/locale/ja/LC_MESSAGES/lokalize.mo share/locale/ja/LC_MESSAGES/lskat.mo -share/locale/ja/LC_MESSAGES/mailfilteragent.mo share/locale/ja/LC_MESSAGES/mailreader.mo share/locale/ja/LC_MESSAGES/marble.mo share/locale/ja/LC_MESSAGES/marble_qt.mo @@ -634,6 +619,7 @@ share/locale/ja/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ja/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ja/LC_MESSAGES/plasma_applet_pager.mo share/locale/ja/LC_MESSAGES/plasma_applet_panel.mo share/locale/ja/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -649,7 +635,6 @@ share/locale/ja/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ja/LC_MESSAGES/plasma_applet_sal.mo share/locale/ja/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ja/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ja/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ja/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_skapplet.mo @@ -750,7 +735,6 @@ share/locale/ja/LC_MESSAGES/solid-network.mo share/locale/ja/LC_MESSAGES/solid_qt.mo share/locale/ja/LC_MESSAGES/solidcontrol.mo share/locale/ja/LC_MESSAGES/soliduiserver.mo -share/locale/ja/LC_MESSAGES/spy.mo share/locale/ja/LC_MESSAGES/step.mo share/locale/ja/LC_MESSAGES/step_qt.mo share/locale/ja/LC_MESSAGES/strigila_diff.mo diff --git a/japanese/kiten/Makefile b/japanese/kiten/Makefile index a7f8474c91d1..1946d60539f2 100644 --- a/japanese/kiten/Makefile +++ b/japanese/kiten/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kiten -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kiten PORTVERSION= ${KDE4_VERSION} diff --git a/japanese/kiten/distinfo b/japanese/kiten/distinfo index a8ca6475feff..310a845aaa13 100644 --- a/japanese/kiten/distinfo +++ b/japanese/kiten/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kiten-4.8.4.tar.xz) = 2a8601fbcbefe83274c07baa68d341e8d868825ce0da6d24681dccd69e6a79b0 -SIZE (KDE/kiten-4.8.4.tar.xz) = 12039428 +SHA256 (KDE/kiten-4.9.5.tar.xz) = b13748c8ceacc381cfcf96315232a8e58dd38da6cf860c38b70411d4789e14b1 +SIZE (KDE/kiten-4.9.5.tar.xz) = 11738640 diff --git a/japanese/kiten/pkg-plist b/japanese/kiten/pkg-plist index f960cd37b20a..465c0b749c38 100644 --- a/japanese/kiten/pkg-plist +++ b/japanese/kiten/pkg-plist @@ -18,6 +18,8 @@ lib/libkiten.so lib/libkiten.so.5 lib/libkiten.so.5.0.1 share/applications/kde4/kiten.desktop +share/applications/kde4/kitenkanjibrowser.desktop +share/applications/kde4/kitenradselect.desktop share/apps/kiten/edict share/apps/kiten/kanjidic share/apps/kiten/kitenui.rc diff --git a/korean/kde4-l10n/Makefile b/korean/kde4-l10n/Makefile index 27006894402d..28a24bd8a7d7 100644 --- a/korean/kde4-l10n/Makefile +++ b/korean/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ko -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Korean messages and documentation for KDE4 KDE4_L10N= ko .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/korean/kde4-l10n/distinfo b/korean/kde4-l10n/distinfo index 758ae489d9a5..f1ac0fd90e96 100644 --- a/korean/kde4-l10n/distinfo +++ b/korean/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ko-4.8.4.tar.xz) = f017790580c9dc56b97c5cf5dc97c678ce13f877561b78db32e1f465a9eb352a -SIZE (KDE/kde-l10n/kde-l10n-ko-4.8.4.tar.xz) = 1851072 +SHA256 (KDE/kde-l10n/kde-l10n-ko-4.9.5.tar.xz) = 4ba62568aeeb9316b074f727a4e5253edecbd8776add4b8157782b062df0b34d +SIZE (KDE/kde-l10n/kde-l10n-ko-4.9.5.tar.xz) = 1811276 diff --git a/korean/kde4-l10n/pkg-plist b/korean/kde4-l10n/pkg-plist index d9a88569529a..72e60a9d7eba 100644 --- a/korean/kde4-l10n/pkg-plist +++ b/korean/kde4-l10n/pkg-plist @@ -122,6 +122,7 @@ share/locale/ko/LC_MESSAGES/kcal_akonadi.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/kcm-kwin-scripts.mo share/locale/ko/LC_MESSAGES/kcm_akonadi.mo share/locale/ko/LC_MESSAGES/kcm_attica.mo share/locale/ko/LC_MESSAGES/kcm_autostart.mo @@ -192,7 +193,6 @@ share/locale/ko/LC_MESSAGES/kcmstyle.mo share/locale/ko/LC_MESSAGES/kcmusb.mo share/locale/ko/LC_MESSAGES/kcmview1394.mo share/locale/ko/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ko/LC_MESSAGES/kcmxinerama.mo share/locale/ko/LC_MESSAGES/kcolorchooser.mo share/locale/ko/LC_MESSAGES/kcron.mo share/locale/ko/LC_MESSAGES/kde-menu.mo @@ -213,23 +213,15 @@ share/locale/ko/LC_MESSAGES/kdmgreet.mo share/locale/ko/LC_MESSAGES/kdontchangethehostname.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_dds.mo share/locale/ko/LC_MESSAGES/kfile_drgeo.mo share/locale/ko/LC_MESSAGES/kfile_exr.mo -share/locale/ko/LC_MESSAGES/kfile_flac.mo share/locale/ko/LC_MESSAGES/kfile_kig.mo -share/locale/ko/LC_MESSAGES/kfile_mp3.mo -share/locale/ko/LC_MESSAGES/kfile_mpc.mo -share/locale/ko/LC_MESSAGES/kfile_ogg.mo share/locale/ko/LC_MESSAGES/kfile_pnm.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_theora.mo share/locale/ko/LC_MESSAGES/kfile_tiff.mo -share/locale/ko/LC_MESSAGES/kfile_wav.mo share/locale/ko/LC_MESSAGES/kfile_xps.mo share/locale/ko/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ko/LC_MESSAGES/kfilereplace.mo @@ -274,6 +266,7 @@ share/locale/ko/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ko/LC_MESSAGES/kio_nfs.mo share/locale/ko/LC_MESSAGES/kio_nntp.mo share/locale/ko/LC_MESSAGES/kio_perldoc.mo +share/locale/ko/LC_MESSAGES/kio_recentdocuments.mo share/locale/ko/LC_MESSAGES/kio_remote.mo share/locale/ko/LC_MESSAGES/kio_sftp.mo share/locale/ko/LC_MESSAGES/kio_smb.mo @@ -335,11 +328,6 @@ share/locale/ko/LC_MESSAGES/krunner.mo share/locale/ko/LC_MESSAGES/ksaneplugin.mo share/locale/ko/LC_MESSAGES/kscd.mo share/locale/ko/LC_MESSAGES/kscreensaver.mo -share/locale/ko/LC_MESSAGES/ksecrets_kio.mo -share/locale/ko/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ko/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ko/LC_MESSAGES/ksecretsserviced.mo -share/locale/ko/LC_MESSAGES/ksecretsync.mo share/locale/ko/LC_MESSAGES/kshellcmdplugin.mo share/locale/ko/LC_MESSAGES/kshisen.mo share/locale/ko/LC_MESSAGES/kshorturifilter.mo @@ -356,7 +344,6 @@ share/locale/ko/LC_MESSAGES/ksysguard.mo share/locale/ko/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ko/LC_MESSAGES/ksystemlog.mo share/locale/ko/LC_MESSAGES/ksystraycmd.mo -share/locale/ko/LC_MESSAGES/kte_acomment.mo share/locale/ko/LC_MESSAGES/kteatime.mo share/locale/ko/LC_MESSAGES/ktesnippets_editor.mo share/locale/ko/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -379,7 +366,6 @@ share/locale/ko/LC_MESSAGES/kwin_clients.mo share/locale/ko/LC_MESSAGES/kwin_effects.mo share/locale/ko/LC_MESSAGES/kwinshutdown.mo share/locale/ko/LC_MESSAGES/kwinstartmenu.mo -share/locale/ko/LC_MESSAGES/kwl2kss.mo share/locale/ko/LC_MESSAGES/kwordquiz.mo share/locale/ko/LC_MESSAGES/kwrite.mo share/locale/ko/LC_MESSAGES/kwriteconfig.mo @@ -401,10 +387,12 @@ share/locale/ko/LC_MESSAGES/libksane.mo share/locale/ko/LC_MESSAGES/libkscreensaver.mo share/locale/ko/LC_MESSAGES/libkunitconversion.mo share/locale/ko/LC_MESSAGES/libkworkspace.mo +share/locale/ko/LC_MESSAGES/libmailimporter.mo share/locale/ko/LC_MESSAGES/libmessagelist.mo share/locale/ko/LC_MESSAGES/libmessageviewer.mo share/locale/ko/LC_MESSAGES/liboktetacore.mo share/locale/ko/LC_MESSAGES/liboktetakasten.mo +share/locale/ko/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ko/LC_MESSAGES/libphonon.mo share/locale/ko/LC_MESSAGES/libplasma.mo share/locale/ko/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -504,6 +492,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ko/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.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_panelspacer_internal.mo @@ -519,7 +508,6 @@ share/locale/ko/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ko/LC_MESSAGES/plasma_applet_sal.mo share/locale/ko/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ko/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ko/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ko/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_skapplet.mo @@ -547,6 +535,7 @@ share/locale/ko/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ko/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ko/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ko/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ko/LC_MESSAGES/plasma_engine_network.mo share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ko/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -554,6 +543,8 @@ share/locale/ko/LC_MESSAGES/plasma_engine_rss.mo share/locale/ko/LC_MESSAGES/plasma_engine_share.mo share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ko/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ko/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ko/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ko/LC_MESSAGES/plasma_runner_activities.mo share/locale/ko/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -587,6 +578,7 @@ share/locale/ko/LC_MESSAGES/plasmapkg.mo share/locale/ko/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/ko/LC_MESSAGES/plasmoidviewer.mo share/locale/ko/LC_MESSAGES/powerdevil.mo +share/locale/ko/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ko/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ko/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ko/LC_MESSAGES/printer-applet.mo @@ -601,7 +593,6 @@ share/locale/ko/LC_MESSAGES/solid-network.mo share/locale/ko/LC_MESSAGES/solid_qt.mo share/locale/ko/LC_MESSAGES/solidcontrol.mo share/locale/ko/LC_MESSAGES/soliduiserver.mo -share/locale/ko/LC_MESSAGES/spy.mo share/locale/ko/LC_MESSAGES/strigila_diff.mo share/locale/ko/LC_MESSAGES/superkaramba.mo share/locale/ko/LC_MESSAGES/svgpart.mo diff --git a/lang/kturtle/Makefile b/lang/kturtle/Makefile index 23decdd4ee12..2c840f1533e6 100644 --- a/lang/kturtle/Makefile +++ b/lang/kturtle/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kturtle -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kturtle PORTVERSION= ${KDE4_VERSION} diff --git a/lang/kturtle/distinfo b/lang/kturtle/distinfo index b952696d1978..29e1d79b7968 100644 --- a/lang/kturtle/distinfo +++ b/lang/kturtle/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kturtle-4.8.4.tar.xz) = 08ab74275b7111be1e16d46f72acb80b152ac788e200a6f7d30fb8c84c9f7a73 -SIZE (KDE/kturtle-4.8.4.tar.xz) = 216580 +SHA256 (KDE/kturtle-4.9.5.tar.xz) = 5df788bc1a52fa2b0f0f4bab92b4feab5ece6981dab77dcd7e9fd6f9e6b464c4 +SIZE (KDE/kturtle-4.9.5.tar.xz) = 215204 diff --git a/math/analitza/Makefile b/math/analitza/Makefile index 87d2f3f2c61f..5d7de535c386 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: analitza -# Date created: 2012-02-23 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= analitza PORTVERSION= ${KDE4_VERSION} diff --git a/math/analitza/distinfo b/math/analitza/distinfo index 9ddd7a64d712..7cae2c15f40b 100644 --- a/math/analitza/distinfo +++ b/math/analitza/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/analitza-4.8.4.tar.xz) = ef46118b87425281e52803d4e72b9707cbba3698e6f38272471551665334733c -SIZE (KDE/analitza-4.8.4.tar.xz) = 146556 +SHA256 (KDE/analitza-4.9.5.tar.xz) = 57d156362c62f7a109e2b31704d0265a668b5064901161670c1f0d7d2abcdc4e +SIZE (KDE/analitza-4.9.5.tar.xz) = 146196 diff --git a/math/analitza/pkg-plist b/math/analitza/pkg-plist index 654ec5f2412f..a803207e744a 100644 --- a/math/analitza/pkg-plist +++ b/math/analitza/pkg-plist @@ -13,6 +13,7 @@ include/analitza/operator.h include/analitza/value.h include/analitza/variable.h include/analitza/variables.h +include/analitza/vector.h include/analitzagui/algebrahighlighter.h include/analitzagui/analitzaguiexport.h include/analitzagui/expressionedit.h diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 00159ab50fc0..6d043105082f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: cantor -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} @@ -28,21 +23,22 @@ USE_QT4= qtestlib_build xmlpatterns \ USE_XZ= yes MAKE_JOBS_SAFE= yes -OPTIONS= MAXIMA "Maxima backend" off \ - OCTAVE "Octave backend" off \ - R "R backend" off +OPTIONS_DEFINE= MAXIMA OCTAVE R +MAXIMA_DESC= Maxima backend +OCTAVE_DESC= Octave backend +R_DESC= R backend .include <bsd.port.options.mk> -.ifdef(WITH_MAXIMA) +.if ${PORT_OPTIONS:MMAXIMA} RUN_DEPENDS+= maxima:${PORTSDIR}/math/maxima .endif -.ifdef(WITH_OCTAVE) +.if ${PORT_OPTIONS:MOCTAVE} RUN_DEPENDS+= octave:${PORTSDIR}/math/octave .endif -.ifdef(WITH_R) +.if ${PORT_OPTIONS:MR} BUILD_DEPENDS+= R:${PORTSDIR}/math/R RUN_DEPENDS+= R:${PORTSDIR}/math/R # Required to set CFLAGS for -lgfortran. diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 2b0924e89381..23b412b686fd 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/cantor-4.8.4.tar.xz) = b16812359b60da7c6b05700d1dd2b0f931d8ba767dbfd42b958941edffea32bf -SIZE (KDE/cantor-4.8.4.tar.xz) = 272996 +SHA256 (KDE/cantor-4.9.5.tar.xz) = 90789772107c92db47f4754d1deea7fd97f5ef1e184a14223795f945227ee504 +SIZE (KDE/cantor-4.9.5.tar.xz) = 273644 diff --git a/math/cantor/pkg-plist b/math/cantor/pkg-plist index b058ebfe45ae..f99f6b7c4d01 100644 --- a/math/cantor/pkg-plist +++ b/math/cantor/pkg-plist @@ -65,6 +65,7 @@ share/apps/cantor/octavebackend/cantor_eigenvectors.m share/apps/cantor/octavebackend/cantor_plot2d.m share/apps/cantor/octavebackend/cantor_plot3d.m share/apps/cantor/octavebackend/cantor_print.m +share/apps/cantor/sagebackend/keywords.xml share/apps/cantor/scilabbackend/keywords.xml share/apps/cantor/xslt/latex.xsl share/config.kcfg/cantor.kcfg @@ -124,6 +125,7 @@ share/kde4/servicetypes/cantor_panelplugin.desktop @dirrm share/doc/HTML/en/cantor @dirrm share/apps/cantor/xslt @dirrm share/apps/cantor/scilabbackend +@dirrm share/apps/cantor/sagebackend @dirrm share/apps/cantor/octavebackend @dirrm share/apps/cantor/maximabackend @dirrm share/apps/cantor diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile index 1bf26dbc5d57..f05cbb68e4b3 100644 --- a/math/kalgebra/Makefile +++ b/math/kalgebra/Makefile @@ -1,13 +1,7 @@ -# New ports collection Makefile for: kalgebra -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kalgebra PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -20,6 +14,7 @@ LIB_DEPENDS= analitza.5:${PORTSDIR}/math/analitza CONFLICTS= kdeedu-4.[0-6].* +CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE USE_GL= glu USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 KDE4_BUILDENV= yes diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 1ba7c7b7d5b6..873262d04f4e 100644 --- a/math/kalgebra/distinfo +++ b/math/kalgebra/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kalgebra-4.8.4.tar.xz) = 022085fa63ae5efff2fef40b7f3e2845a9af2f802a208b9adb1341d37887b85c -SIZE (KDE/kalgebra-4.8.4.tar.xz) = 424864 +SHA256 (KDE/kalgebra-4.9.5.tar.xz) = fb710d4b70a355078a8bf8800e3d8ad243f3de071dafd4eded15962c71533ecc +SIZE (KDE/kalgebra-4.9.5.tar.xz) = 442368 diff --git a/math/kalgebra/pkg-plist b/math/kalgebra/pkg-plist index 82d7737cd7e6..176692e993c8 100644 --- a/math/kalgebra/pkg-plist +++ b/math/kalgebra/pkg-plist @@ -1,25 +1,6 @@ bin/kalgebra -bin/kalgebramobile lib/kde4/plasma_applet_kalgebra.so share/applications/kde4/kalgebra.desktop -share/applications/kde4/kalgebramobile.desktop -share/apps/kalgebra/plugins/Console.qml -share/apps/kalgebra/plugins/Graph2D.qml -share/apps/kalgebra/plugins/Plot2D.qml -share/apps/kalgebra/plugins/Tables.qml -share/apps/kalgebra/plugins/kalgebraconsole.desktop -share/apps/kalgebra/plugins/kalgebraplot2d.desktop -share/apps/kalgebra/plugins/kalgebratables.desktop -share/apps/kalgebra/plugins/widgets/Button.qml -share/apps/kalgebra/plugins/widgets/CalcButton.qml -share/apps/kalgebra/plugins/widgets/ExpressionInput.qml -share/apps/kalgebra/plugins/widgets/KAlgebraMobile.qml -share/apps/kalgebra/plugins/widgets/KAlgebraPage.qml -share/apps/kalgebra/plugins/widgets/Keyboard.qml -share/apps/kalgebra/plugins/widgets/Label.qml -share/apps/kalgebra/plugins/widgets/RealInput.qml -share/apps/kalgebra/plugins/widgets/SimpleListView.qml -share/apps/kalgebra/plugins/widgets/ToolTip.qml share/apps/katepart/syntax/kalgebra.xml share/doc/HTML/en/kalgebra/commands.docbook share/doc/HTML/en/kalgebra/common @@ -37,8 +18,4 @@ share/icons/hicolor/48x48/apps/kalgebra.png share/icons/hicolor/64x64/apps/kalgebra.png share/icons/hicolor/scalable/apps/kalgebra.svgz share/kde4/services/kalgebraplasmoid.desktop -share/kde4/servicetypes/kalgebrascript.desktop @dirrm share/doc/HTML/en/kalgebra -@dirrm share/apps/kalgebra/plugins/widgets -@dirrm share/apps/kalgebra/plugins -@dirrm share/apps/kalgebra diff --git a/math/kbruch/Makefile b/math/kbruch/Makefile index 614f5fa5e6cd..04c662c1e65c 100644 --- a/math/kbruch/Makefile +++ b/math/kbruch/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kbruch -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kbruch PORTVERSION= ${KDE4_VERSION} diff --git a/math/kbruch/distinfo b/math/kbruch/distinfo index db58ff6ea5b1..c1950684c3bf 100644 --- a/math/kbruch/distinfo +++ b/math/kbruch/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kbruch-4.8.4.tar.xz) = a4f035a27eb26a7d7a9fa12bea5b179eb0586ea40bfa8b9ddffaaca86b13d5fe -SIZE (KDE/kbruch-4.8.4.tar.xz) = 910148 +SHA256 (KDE/kbruch-4.9.5.tar.xz) = 83b9be0118aec8ce9a11a0e4070dcd6b4e86b18e6477bb1bae7af2047a683502 +SIZE (KDE/kbruch-4.9.5.tar.xz) = 908132 diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 5b683df5b68e..048c93a47848 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kcalc diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index f0158b9bc211..2ba52cf078e9 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kcalc-4.8.4.tar.xz) = 9fb25b2120a8cfc719c3ab534ce5d8102930b15e3761c8335ee9eb39066a63b7 -SIZE (KDE/kcalc-4.8.4.tar.xz) = 89360 +SHA256 (KDE/kcalc-4.9.5.tar.xz) = 2c34bd7769980b70c22eff7f258e27b8647f6f2f2d14597c8ac7bf8b8a295fcc +SIZE (KDE/kcalc-4.9.5.tar.xz) = 88476 diff --git a/math/kig/Makefile b/math/kig/Makefile index 963795b37fe8..96ee3ca37511 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -1,9 +1,7 @@ -# Created by: Alberto Villa <avilla@FreeBSD.org> # $FreeBSD$ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -22,11 +20,13 @@ MAKE_JOBS_SAFE= yes MAN1= kig.1 -OPTIONS= PYTHON "Support for Python scripting (requires Boost)" on +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON +PYTHON_DESC= Support for Python scripting (requires Boost) .include <bsd.port.options.mk> -.ifndef(WITHOUT_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs .endif diff --git a/math/kig/distinfo b/math/kig/distinfo index 08a0baea857d..1f463a35fc44 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kig-4.8.4.tar.xz) = 3bfae143adb3252a0b7280f072701fb85b649ba22e659032c10d1d194e9d7431 -SIZE (KDE/kig-4.8.4.tar.xz) = 1529956 +SHA256 (KDE/kig-4.9.5.tar.xz) = 3e24164cbb75f1fd06434a6a9baa97f49f13b844567a2cf0b3b824185fc66209 +SIZE (KDE/kig-4.9.5.tar.xz) = 1524348 diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index 31bdc2aa6172..4a9457d58751 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kmplot -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kmplot PORTVERSION= ${KDE4_VERSION} diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index c89908fffd04..512a939450d2 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kmplot-4.8.4.tar.xz) = edca3e253fce336afcc00d12e84f88615382dfd8e47df96ee413ed5621594aa7 -SIZE (KDE/kmplot-4.8.4.tar.xz) = 682292 +SHA256 (KDE/kmplot-4.9.5.tar.xz) = 9c205fd520e8b8db9289c169d5728b48616e07a3fee6d2697e6ab10240979f04 +SIZE (KDE/kmplot-4.9.5.tar.xz) = 680716 diff --git a/math/rocs/Makefile b/math/rocs/Makefile index bb6e81e7e030..d4d622d71e72 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -1,16 +1,14 @@ -# Created by: Alberto Villa <avilla@FreeBSD.org> # $FreeBSD$ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Graph theory IDE for KDE 4 +COMMENT= Graph teory IDE for KDE 4 LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs diff --git a/math/rocs/distinfo b/math/rocs/distinfo index 19f534164aef..1b8f1fba317a 100644 --- a/math/rocs/distinfo +++ b/math/rocs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/rocs-4.8.4.tar.xz) = a7d4858e87120cc429223eb5b32f4a772902b57c969a99a147ccc5a4efd4ad7f -SIZE (KDE/rocs-4.8.4.tar.xz) = 665416 +SHA256 (KDE/rocs-4.9.5.tar.xz) = ca046fe404c6e5aa9088112ddc7fbedf11eb5a936d27f10d4d8ee37165025af9 +SIZE (KDE/rocs-4.9.5.tar.xz) = 1208540 diff --git a/math/rocs/pkg-plist b/math/rocs/pkg-plist index db22153ccccb..02c47d39671c 100644 --- a/math/rocs/pkg-plist +++ b/math/rocs/pkg-plist @@ -2,10 +2,13 @@ bin/rocs include/rocs/Data.h include/rocs/DataItem.h include/rocs/DataStructure.h +include/rocs/DataStructurePluginInterface.h +include/rocs/DataStructurePluginManager.h include/rocs/Document.h include/rocs/DynamicPropertiesList.h include/rocs/FilePluginInterface.h include/rocs/GraphicsLayout.h +include/rocs/IncludeManager.h include/rocs/KrossBackend.h include/rocs/PluginManager.h include/rocs/Pointer.h @@ -18,6 +21,7 @@ include/rocs/rocslib_export.h lib/kde4/rocs_GMLParser.so lib/kde4/rocs_GraphStructure.so lib/kde4/rocs_ListStructure.so +lib/kde4/rocs_RootedTreeStructure.so lib/kde4/rocs_assignvaluesplugin.so lib/kde4/rocs_dotFilePlugin.so lib/kde4/rocs_generategraphplugin.so @@ -35,7 +39,6 @@ share/apps/rocs/examples/broadWalk.js share/apps/rocs/examples/coloring.js share/apps/rocs/iconpacks/default.svg share/apps/rocs/icons/hicolor/16x16/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignhmiddle.png @@ -44,7 +47,6 @@ share/apps/rocs/icons/hicolor/16x16/actions/rocsalignright.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/16x16/actions/rocsdelete.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselect.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaddedge.png @@ -57,10 +59,8 @@ share/apps/rocs/icons/hicolor/22x22/actions/rocsalignright.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/22x22/actions/rocsdelete.png share/apps/rocs/icons/hicolor/22x22/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignhmiddle.png @@ -69,11 +69,9 @@ share/apps/rocs/icons/hicolor/32x32/actions/rocsalignright.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/32x32/actions/rocsdelete.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselect.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignhmiddle.png @@ -82,10 +80,8 @@ share/apps/rocs/icons/hicolor/48x48/actions/rocsalignright.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/48x48/actions/rocsdelete.png share/apps/rocs/icons/hicolor/48x48/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaddedge.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignhmiddle.png @@ -94,10 +90,18 @@ share/apps/rocs/icons/hicolor/64x64/actions/rocsalignright.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignvmiddle.png -share/apps/rocs/icons/hicolor/64x64/actions/rocsdelete.png share/apps/rocs/icons/hicolor/64x64/actions/rocsselect.png share/apps/rocs/icons/hicolor/64x64/actions/rocsselectmove.png +share/apps/rocs/icons/hicolor/scalable/actions/rocsadddata.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocsdelete.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletedata.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletegrey.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocseyeblack.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocsnew.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocstexticon.svgz +share/apps/rocs/icons/hicolor/scalable/actions/rocsvalueicon.svgz share/apps/rocs/rocsui.rc +share/apps/rocs_rootedtree/RootedTreeui.rc share/config.kcfg/rocs.kcfg share/config/rocs.knsrc share/doc/HTML/en/rocs/common @@ -111,6 +115,10 @@ share/doc/HTML/en/rocs/hi22-action-rocsaligntree.png share/doc/HTML/en/rocs/hi22-action-rocsalignvmiddle.png share/doc/HTML/en/rocs/index.cache.bz2 share/doc/HTML/en/rocs/index.docbook +share/doc/HTML/en/rocs/rocs-control-engine-debug.png +share/doc/HTML/en/rocs/rocs-control-engine-run.png +share/doc/HTML/en/rocs/rocs-control-engine-step.png +share/doc/HTML/en/rocs/rocs-control-engine-stop.png share/doc/HTML/en/rocs/rocs-interfaces.png share/doc/HTML/en/rocs/rocs-screenshot.png share/doc/HTML/en/rocs/rocs-toolbar-alignment.png @@ -118,6 +126,7 @@ share/doc/HTML/en/rocs/rocs-toolbar-main.png share/kde4/services/rocs_GMLParser.desktop share/kde4/services/rocs_GraphStructure.desktop share/kde4/services/rocs_ListStructure.desktop +share/kde4/services/rocs_RootedTreeStructure.desktop share/kde4/services/rocs_assignvaluesplugin.desktop share/kde4/services/rocs_dotFilePlugin.desktop share/kde4/services/rocs_generategraphplugin.desktop @@ -127,6 +136,9 @@ share/kde4/servicetypes/RocsDataStructurePlugin.desktop share/kde4/servicetypes/RocsFilePlugin.desktop share/kde4/servicetypes/RocsToolsPlugin.desktop @dirrm share/doc/HTML/en/rocs +@dirrm share/apps/rocs_rootedtree +@dirrm share/apps/rocs/icons/hicolor/scalable/actions +@dirrm share/apps/rocs/icons/hicolor/scalable @dirrm share/apps/rocs/icons/hicolor/64x64/actions @dirrm share/apps/rocs/icons/hicolor/64x64 @dirrm share/apps/rocs/icons/hicolor/48x48/actions diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index a327961a54f4..0afca63a7760 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-bg -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Bulgarian messages and documentation for KDE4 KDE4_L10N= bg .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-bg/distinfo b/misc/kde4-l10n-bg/distinfo index 48ae35634cf6..2f8822f6b69e 100644 --- a/misc/kde4-l10n-bg/distinfo +++ b/misc/kde4-l10n-bg/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-bg-4.8.4.tar.xz) = dff2f5fd9003fceab049a8ca1befc13e3e7be8773eceac4bdb5abf9e2069edd2 -SIZE (KDE/kde-l10n/kde-l10n-bg-4.8.4.tar.xz) = 2027644 +SHA256 (KDE/kde-l10n/kde-l10n-bg-4.9.5.tar.xz) = 4f80dc758e290b7d8c1abc45bd2bd412bdf2d94ad91686c45e605c9e77ee0545 +SIZE (KDE/kde-l10n/kde-l10n-bg-4.9.5.tar.xz) = 1994752 diff --git a/misc/kde4-l10n-bg/pkg-plist b/misc/kde4-l10n-bg/pkg-plist index f72e51167c63..5ef13a7cf822 100644 --- a/misc/kde4-l10n-bg/pkg-plist +++ b/misc/kde4-l10n-bg/pkg-plist @@ -143,7 +143,6 @@ share/locale/bg/LC_MESSAGES/kcmstyle.mo share/locale/bg/LC_MESSAGES/kcmusb.mo share/locale/bg/LC_MESSAGES/kcmview1394.mo share/locale/bg/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/bg/LC_MESSAGES/kcmxinerama.mo share/locale/bg/LC_MESSAGES/kcolorchooser.mo share/locale/bg/LC_MESSAGES/kcron.mo share/locale/bg/LC_MESSAGES/kde-menu.mo @@ -164,23 +163,15 @@ share/locale/bg/LC_MESSAGES/kdmgreet.mo share/locale/bg/LC_MESSAGES/kdontchangethehostname.mo share/locale/bg/LC_MESSAGES/keditbookmarks.mo share/locale/bg/LC_MESSAGES/kfile.mo -share/locale/bg/LC_MESSAGES/kfile_avi.mo share/locale/bg/LC_MESSAGES/kfile_dds.mo share/locale/bg/LC_MESSAGES/kfile_drgeo.mo share/locale/bg/LC_MESSAGES/kfile_exr.mo -share/locale/bg/LC_MESSAGES/kfile_flac.mo share/locale/bg/LC_MESSAGES/kfile_kig.mo -share/locale/bg/LC_MESSAGES/kfile_mp3.mo -share/locale/bg/LC_MESSAGES/kfile_mpc.mo -share/locale/bg/LC_MESSAGES/kfile_ogg.mo share/locale/bg/LC_MESSAGES/kfile_pnm.mo share/locale/bg/LC_MESSAGES/kfile_raw.mo share/locale/bg/LC_MESSAGES/kfile_rgb.mo share/locale/bg/LC_MESSAGES/kfile_rpm.mo -share/locale/bg/LC_MESSAGES/kfile_sid.mo -share/locale/bg/LC_MESSAGES/kfile_theora.mo share/locale/bg/LC_MESSAGES/kfile_tiff.mo -share/locale/bg/LC_MESSAGES/kfile_wav.mo share/locale/bg/LC_MESSAGES/kfile_xps.mo share/locale/bg/LC_MESSAGES/kfileaudiopreview4.mo share/locale/bg/LC_MESSAGES/kfilereplace.mo @@ -230,6 +221,7 @@ share/locale/bg/LC_MESSAGES/kio_nepomuksearch.mo share/locale/bg/LC_MESSAGES/kio_nfs.mo share/locale/bg/LC_MESSAGES/kio_nntp.mo share/locale/bg/LC_MESSAGES/kio_pop3.mo +share/locale/bg/LC_MESSAGES/kio_recentdocuments.mo share/locale/bg/LC_MESSAGES/kio_remote.mo share/locale/bg/LC_MESSAGES/kio_sftp.mo share/locale/bg/LC_MESSAGES/kio_sieve.mo @@ -362,6 +354,7 @@ share/locale/bg/LC_MESSAGES/libksieve.mo share/locale/bg/LC_MESSAGES/libkunitconversion.mo share/locale/bg/LC_MESSAGES/libkworkspace.mo share/locale/bg/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/bg/LC_MESSAGES/libmailimporter.mo share/locale/bg/LC_MESSAGES/libmessagelist.mo share/locale/bg/LC_MESSAGES/libmessageviewer.mo share/locale/bg/LC_MESSAGES/liboktetacore.mo @@ -431,13 +424,13 @@ share/locale/bg/LC_MESSAGES/plasma_applet_lockout.mo share/locale/bg/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/bg/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/bg/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/bg/LC_MESSAGES/plasma_applet_pager.mo share/locale/bg/LC_MESSAGES/plasma_applet_panel.mo share/locale/bg/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/bg/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/bg/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/bg/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/bg/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/bg/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/bg/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/bg/LC_MESSAGES/plasma_applet_systemtray.mo @@ -488,7 +481,6 @@ share/locale/bg/LC_MESSAGES/solid-hardware.mo share/locale/bg/LC_MESSAGES/solid_qt.mo share/locale/bg/LC_MESSAGES/solidcontrol.mo share/locale/bg/LC_MESSAGES/soliduiserver.mo -share/locale/bg/LC_MESSAGES/spy.mo share/locale/bg/LC_MESSAGES/step.mo share/locale/bg/LC_MESSAGES/step_qt.mo share/locale/bg/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-bs/Makefile b/misc/kde4-l10n-bs/Makefile index c59ac0cea0b6..120db49d810d 100644 --- a/misc/kde4-l10n-bs/Makefile +++ b/misc/kde4-l10n-bs/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n-bs -# Date created: 11 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Bosnian messages and documentation for KDE4 KDE4_L10N= bs .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-bs/distinfo b/misc/kde4-l10n-bs/distinfo index cf133f722d5b..e94a04809af5 100644 --- a/misc/kde4-l10n-bs/distinfo +++ b/misc/kde4-l10n-bs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-bs-4.8.4.tar.xz) = e573cd484d3602f3c56b7692c9dd02dcc847d62844247f02ebf1c70ea32dce3c -SIZE (KDE/kde-l10n/kde-l10n-bs-4.8.4.tar.xz) = 2305708 +SHA256 (KDE/kde-l10n/kde-l10n-bs-4.9.5.tar.xz) = 805c5e3bc640db7ae41f05136a2cf3387a038dccae806ebfb7e0a350329f7c30 +SIZE (KDE/kde-l10n/kde-l10n-bs-4.9.5.tar.xz) = 2268228 diff --git a/misc/kde4-l10n-bs/pkg-plist b/misc/kde4-l10n-bs/pkg-plist index 37bd4a7ec178..c76a3defdfa4 100644 --- a/misc/kde4-l10n-bs/pkg-plist +++ b/misc/kde4-l10n-bs/pkg-plist @@ -209,7 +209,6 @@ share/locale/bs/LC_MESSAGES/kcmstyle.mo share/locale/bs/LC_MESSAGES/kcmusb.mo share/locale/bs/LC_MESSAGES/kcmview1394.mo share/locale/bs/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/bs/LC_MESSAGES/kcmxinerama.mo share/locale/bs/LC_MESSAGES/kcolorchooser.mo share/locale/bs/LC_MESSAGES/kcron.mo share/locale/bs/LC_MESSAGES/kde-menu.mo @@ -232,24 +231,16 @@ share/locale/bs/LC_MESSAGES/kdmgreet.mo share/locale/bs/LC_MESSAGES/kdontchangethehostname.mo share/locale/bs/LC_MESSAGES/keditbookmarks.mo share/locale/bs/LC_MESSAGES/kfile.mo -share/locale/bs/LC_MESSAGES/kfile_avi.mo share/locale/bs/LC_MESSAGES/kfile_dds.mo share/locale/bs/LC_MESSAGES/kfile_drgeo.mo share/locale/bs/LC_MESSAGES/kfile_exr.mo -share/locale/bs/LC_MESSAGES/kfile_flac.mo share/locale/bs/LC_MESSAGES/kfile_kig.mo share/locale/bs/LC_MESSAGES/kfile_mail.mo -share/locale/bs/LC_MESSAGES/kfile_mp3.mo -share/locale/bs/LC_MESSAGES/kfile_mpc.mo -share/locale/bs/LC_MESSAGES/kfile_ogg.mo share/locale/bs/LC_MESSAGES/kfile_pnm.mo share/locale/bs/LC_MESSAGES/kfile_raw.mo share/locale/bs/LC_MESSAGES/kfile_rgb.mo share/locale/bs/LC_MESSAGES/kfile_rpm.mo -share/locale/bs/LC_MESSAGES/kfile_sid.mo -share/locale/bs/LC_MESSAGES/kfile_theora.mo share/locale/bs/LC_MESSAGES/kfile_tiff.mo -share/locale/bs/LC_MESSAGES/kfile_wav.mo share/locale/bs/LC_MESSAGES/kfile_xps.mo share/locale/bs/LC_MESSAGES/kfileaudiopreview4.mo share/locale/bs/LC_MESSAGES/kfilereplace.mo @@ -478,6 +469,7 @@ share/locale/bs/LC_MESSAGES/libkworkspace.mo share/locale/bs/LC_MESSAGES/libkxmlrpcclient.mo share/locale/bs/LC_MESSAGES/liblancelot-datamodels.mo share/locale/bs/LC_MESSAGES/libmailcommon.mo +share/locale/bs/LC_MESSAGES/libmailimporter.mo share/locale/bs/LC_MESSAGES/libmailtransport.mo share/locale/bs/LC_MESSAGES/libmessagecomposer.mo share/locale/bs/LC_MESSAGES/libmessagecore.mo @@ -595,6 +587,7 @@ share/locale/bs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/bs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/bs/LC_MESSAGES/plasma_applet_pager.mo share/locale/bs/LC_MESSAGES/plasma_applet_panel.mo share/locale/bs/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -610,7 +603,6 @@ share/locale/bs/LC_MESSAGES/plasma_applet_rtm.mo share/locale/bs/LC_MESSAGES/plasma_applet_sal.mo share/locale/bs/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/bs/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/bs/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/bs/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_skapplet.mo @@ -708,7 +700,6 @@ share/locale/bs/LC_MESSAGES/solid-network.mo share/locale/bs/LC_MESSAGES/solid_qt.mo share/locale/bs/LC_MESSAGES/solidcontrol.mo share/locale/bs/LC_MESSAGES/soliduiserver.mo -share/locale/bs/LC_MESSAGES/spy.mo share/locale/bs/LC_MESSAGES/step.mo share/locale/bs/LC_MESSAGES/step_qt.mo share/locale/bs/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-ca/Makefile b/misc/kde4-l10n-ca/Makefile index 794e6a78a4a9..88b25e0b955c 100644 --- a/misc/kde4-l10n-ca/Makefile +++ b/misc/kde4-l10n-ca/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ca -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ca/Makefile.man b/misc/kde4-l10n-ca/Makefile.man index 72bc958e3431..de8bcbcacbdf 100644 --- a/misc/kde4-l10n-ca/Makefile.man +++ b/misc/kde4-l10n-ca/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/misc/kde4-l10n-ca/distinfo b/misc/kde4-l10n-ca/distinfo index b4bbccf1519c..ff8436517558 100644 --- a/misc/kde4-l10n-ca/distinfo +++ b/misc/kde4-l10n-ca/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ca-4.8.4.tar.xz) = 41086429a4cfc195d77bbff6ec14d8b5a53c95a979761a8a9442b2e527c80a0a -SIZE (KDE/kde-l10n/kde-l10n-ca-4.8.4.tar.xz) = 9570364 +SHA256 (KDE/kde-l10n/kde-l10n-ca-4.9.5.tar.xz) = 56da2259872dbc51d309c0450308498948c47d6f85f8b4a7a6150f44832afcd1 +SIZE (KDE/kde-l10n/kde-l10n-ca-4.9.5.tar.xz) = 12010888 diff --git a/misc/kde4-l10n-ca/pkg-plist b/misc/kde4-l10n-ca/pkg-plist index f8622d67061e..079bb5d30e63 100644 --- a/misc/kde4-l10n-ca/pkg-plist +++ b/misc/kde4-l10n-ca/pkg-plist @@ -173,6 +173,10 @@ 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/blinken/blinken1.png +share/doc/HTML/ca/blinken/blinken2.png +share/doc/HTML/ca/blinken/blinken_accesskeys.png +share/doc/HTML/ca/blinken/blinken_nickprompt.png share/doc/HTML/ca/blinken/common share/doc/HTML/ca/blinken/index.cache.bz2 share/doc/HTML/ca/blinken/index.docbook @@ -195,6 +199,7 @@ share/doc/HTML/ca/common/lgpl-translated.html share/doc/HTML/ca/dolphin/common share/doc/HTML/ca/dolphin/index.cache.bz2 share/doc/HTML/ca/dolphin/index.docbook +share/doc/HTML/ca/dolphin/nepomuk-search.png share/doc/HTML/ca/dolphin/preferences-general-behavior.png share/doc/HTML/ca/dolphin/preferences-navigation.png share/doc/HTML/ca/dolphin/preferences-startup.png @@ -202,9 +207,53 @@ share/doc/HTML/ca/dolphin/preferences-trash.png share/doc/HTML/ca/dolphin/preferences-viewmodes-icons.png share/doc/HTML/ca/dolphin/toolbar-navigation.png share/doc/HTML/ca/dolphin/toolbar-view-appearance.png +share/doc/HTML/ca/dolphin/viewproperties-dialog.png +share/doc/HTML/ca/dragonplayer/common +share/doc/HTML/ca/dragonplayer/index.cache.bz2 +share/doc/HTML/ca/dragonplayer/index.docbook +share/doc/HTML/ca/dragonplayer/main.png +share/doc/HTML/ca/dragonplayer/man-dragon.1.docbook +share/doc/HTML/ca/dragonplayer/playmedia.png +share/doc/HTML/ca/fundamentals/colors.png +share/doc/HTML/ca/fundamentals/common +share/doc/HTML/ca/fundamentals/config.docbook +share/doc/HTML/ca/fundamentals/files-locationbar-breadcrumb.png +share/doc/HTML/ca/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/ca/fundamentals/files-locationbar-editable.png +share/doc/HTML/ca/fundamentals/files-locationbar-places-icon.png +share/doc/HTML/ca/fundamentals/files-open.png +share/doc/HTML/ca/fundamentals/files-save.png +share/doc/HTML/ca/fundamentals/find-find-inline.png +share/doc/HTML/ca/fundamentals/find-find.png +share/doc/HTML/ca/fundamentals/find-found.png +share/doc/HTML/ca/fundamentals/find-replace-inline.png +share/doc/HTML/ca/fundamentals/find-replace.png +share/doc/HTML/ca/fundamentals/fonts.png +share/doc/HTML/ca/fundamentals/index.cache.bz2 +share/doc/HTML/ca/fundamentals/index.docbook +share/doc/HTML/ca/fundamentals/install.docbook +share/doc/HTML/ca/fundamentals/menus.png +share/doc/HTML/ca/fundamentals/shortcuts-schemes.png +share/doc/HTML/ca/fundamentals/shortcuts-search.png +share/doc/HTML/ca/fundamentals/shortcuts-set.png +share/doc/HTML/ca/fundamentals/spellcheck-check.png +share/doc/HTML/ca/fundamentals/tasks.docbook +share/doc/HTML/ca/fundamentals/toolbars-configure.png +share/doc/HTML/ca/fundamentals/toolbars-toolbar.png +share/doc/HTML/ca/fundamentals/ui.docbook +share/doc/HTML/ca/gwenview/common +share/doc/HTML/ca/gwenview/index.cache.bz2 +share/doc/HTML/ca/gwenview/index.docbook share/doc/HTML/ca/jovie/common share/doc/HTML/ca/jovie/index.cache.bz2 share/doc/HTML/ca/jovie/index.docbook +share/doc/HTML/ca/juk/common +share/doc/HTML/ca/juk/history-playlist.png +share/doc/HTML/ca/juk/index.cache.bz2 +share/doc/HTML/ca/juk/index.docbook +share/doc/HTML/ca/juk/normal-playlist.png +share/doc/HTML/ca/juk/search-playlist.png +share/doc/HTML/ca/juk/toolbar.png share/doc/HTML/ca/kabcclient/common share/doc/HTML/ca/kabcclient/index.cache.bz2 share/doc/HTML/ca/kabcclient/index.docbook @@ -250,24 +299,41 @@ share/doc/HTML/ca/kalzium/settings3.png share/doc/HTML/ca/kalzium/settings4.png share/doc/HTML/ca/kalzium/sidebar1.png share/doc/HTML/ca/kalzium/sidebar2.png +share/doc/HTML/ca/kanagram/common +share/doc/HTML/ca/kanagram/general-settings.png +share/doc/HTML/ca/kanagram/helpstates.png +share/doc/HTML/ca/kanagram/index.cache.bz2 +share/doc/HTML/ca/kanagram/index.docbook +share/doc/HTML/ca/kanagram/kanagram-hint.png +share/doc/HTML/ca/kanagram/newstuff-dialog.png +share/doc/HTML/ca/kanagram/newstuff-settings.png +share/doc/HTML/ca/kanagram/shortcuts-settings.png +share/doc/HTML/ca/kanagram/vocab-editor.png +share/doc/HTML/ca/kanagram/vocab-settings.png share/doc/HTML/ca/kapptemplate/common share/doc/HTML/ca/kapptemplate/index.cache.bz2 share/doc/HTML/ca/kapptemplate/index.docbook share/doc/HTML/ca/kate/advanced.docbook +share/doc/HTML/ca/kate/comma-to.png share/doc/HTML/ca/kate/common share/doc/HTML/ca/kate/configdialog01.png share/doc/HTML/ca/kate/configuring-part.docbook share/doc/HTML/ca/kate/configuring.docbook share/doc/HTML/ca/kate/fundamentals.docbook +share/doc/HTML/ca/kate/highlighted.png share/doc/HTML/ca/kate/highlighting.docbook share/doc/HTML/ca/kate/index.cache.bz2 share/doc/HTML/ca/kate/index.docbook +share/doc/HTML/ca/kate/line-modification-system.png share/doc/HTML/ca/kate/man-kate.1.docbook share/doc/HTML/ca/kate/mdi.docbook share/doc/HTML/ca/kate/menus.docbook share/doc/HTML/ca/kate/part.docbook share/doc/HTML/ca/kate/plugins.docbook share/doc/HTML/ca/kate/regular-expressions.docbook +share/doc/HTML/ca/kate/snippets-config.png +share/doc/HTML/ca/kate/snippets-form.png +share/doc/HTML/ca/kate/unhighlighted.png share/doc/HTML/ca/kate/vi.docbook share/doc/HTML/ca/katomic/common share/doc/HTML/ca/katomic/index.cache.bz2 @@ -366,8 +432,10 @@ share/doc/HTML/ca/kcontrol/kamera/common share/doc/HTML/ca/kcontrol/kamera/index.cache.bz2 share/doc/HTML/ca/kcontrol/kamera/index.docbook share/doc/HTML/ca/kcontrol/kcm_ssl/common +share/doc/HTML/ca/kcontrol/kcm_ssl/details.png share/doc/HTML/ca/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcm_ssl/index.docbook +share/doc/HTML/ca/kcontrol/kcm_ssl/module.png share/doc/HTML/ca/kcontrol/kcmaccess/common share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook @@ -446,9 +514,6 @@ share/doc/HTML/ca/kcontrol/language/index.docbook share/doc/HTML/ca/kcontrol/mouse/common share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2 share/doc/HTML/ca/kcontrol/mouse/index.docbook -share/doc/HTML/ca/kcontrol/multiplemonitors/common -share/doc/HTML/ca/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/ca/kcontrol/multiplemonitors/index.docbook share/doc/HTML/ca/kcontrol/nepomuk/common share/doc/HTML/ca/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/ca/kcontrol/nepomuk/index.docbook @@ -521,6 +586,7 @@ share/doc/HTML/ca/kdebugdialog/index.docbook share/doc/HTML/ca/kdepasswd/common share/doc/HTML/ca/kdepasswd/index.cache.bz2 share/doc/HTML/ca/kdepasswd/index.docbook +share/doc/HTML/ca/kdepasswd/password.png share/doc/HTML/ca/kdesu/common share/doc/HTML/ca/kdesu/index.cache.bz2 share/doc/HTML/ca/kdesu/index.docbook @@ -534,6 +600,16 @@ share/doc/HTML/ca/kdm/index.cache.bz2 share/doc/HTML/ca/kdm/index.docbook share/doc/HTML/ca/kdm/kdmrc-ref.docbook share/doc/HTML/ca/kdm/theme-ref.docbook +share/doc/HTML/ca/kfilereplace/addstringsdialog_window.png +share/doc/HTML/ca/kfilereplace/common +share/doc/HTML/ca/kfilereplace/index.cache.bz2 +share/doc/HTML/ca/kfilereplace/index.docbook +share/doc/HTML/ca/kfilereplace/optionsdialog_main_window_1.png +share/doc/HTML/ca/kfilereplace/optionsdialog_main_window_2.png +share/doc/HTML/ca/kfilereplace/projectdialog_main_window_1.png +share/doc/HTML/ca/kfilereplace/projectdialog_main_window_2.png +share/doc/HTML/ca/kfilereplace/strings_view.png +share/doc/HTML/ca/kfilereplace/toolbar.png share/doc/HTML/ca/kfind/common share/doc/HTML/ca/kfind/index.cache.bz2 share/doc/HTML/ca/kfind/index.docbook @@ -591,7 +667,12 @@ share/doc/HTML/ca/khelpcenter/glossary/index.docbook share/doc/HTML/ca/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/ca/khelpcenter/index.cache.bz2 share/doc/HTML/ca/khelpcenter/index.docbook +share/doc/HTML/ca/kig/common +share/doc/HTML/ca/kig/index.cache.bz2 +share/doc/HTML/ca/kig/index.docbook +share/doc/HTML/ca/kig/man-kig.1.docbook share/doc/HTML/ca/kimagemapeditor/common +share/doc/HTML/ca/kimagemapeditor/configure.png share/doc/HTML/ca/kimagemapeditor/index.cache.bz2 share/doc/HTML/ca/kimagemapeditor/index.docbook share/doc/HTML/ca/kinfocenter/common @@ -706,6 +787,23 @@ share/doc/HTML/ca/kioslave/webdav/index.docbook share/doc/HTML/ca/kioslave/xz/common share/doc/HTML/ca/kioslave/xz/index.cache.bz2 share/doc/HTML/ca/kioslave/xz/index.docbook +share/doc/HTML/ca/kiten/common +share/doc/HTML/ca/kiten/common_uncommon_filtering.png +share/doc/HTML/ca/kiten/ending_search.png +share/doc/HTML/ca/kiten/font.png +share/doc/HTML/ca/kiten/grade_search.png +share/doc/HTML/ca/kiten/index.cache.bz2 +share/doc/HTML/ca/kiten/index.docbook +share/doc/HTML/ca/kiten/introduction.png +share/doc/HTML/ca/kiten/kanji_information.png +share/doc/HTML/ca/kiten/kanji_list.png +share/doc/HTML/ca/kiten/looking_up_words.png +share/doc/HTML/ca/kiten/radical_selector.png +share/doc/HTML/ca/kiten/search_in_results.png +share/doc/HTML/ca/kiten/stroke_search.png +share/doc/HTML/ca/kiten/verb_deinflection.png +share/doc/HTML/ca/kiten/with_filtering.png +share/doc/HTML/ca/kiten/word_type_results.png share/doc/HTML/ca/kjots/common share/doc/HTML/ca/kjots/index.cache.bz2 share/doc/HTML/ca/kjots/index.docbook @@ -723,6 +821,15 @@ share/doc/HTML/ca/klettres/klettres3.png share/doc/HTML/ca/klettres/klettres4.png share/doc/HTML/ca/klettres/klettres5.png share/doc/HTML/ca/klettres/klettres6.png +share/doc/HTML/ca/klinkstatus/check-settings.png +share/doc/HTML/ca/klinkstatus/common +share/doc/HTML/ca/klinkstatus/identification-settings.png +share/doc/HTML/ca/klinkstatus/index.cache.bz2 +share/doc/HTML/ca/klinkstatus/index.docbook +share/doc/HTML/ca/klinkstatus/login-dialog.png +share/doc/HTML/ca/klinkstatus/mail-transport-settings.png +share/doc/HTML/ca/klinkstatus/results-settings.png +share/doc/HTML/ca/klinkstatus/screenshot.png share/doc/HTML/ca/klipper/common share/doc/HTML/ca/klipper/index.cache.bz2 share/doc/HTML/ca/klipper/index.docbook @@ -761,12 +868,27 @@ share/doc/HTML/ca/kmouth/common share/doc/HTML/ca/kmouth/index.cache.bz2 share/doc/HTML/ca/kmouth/index.docbook share/doc/HTML/ca/kmouth/man-kmouth.1.docbook +share/doc/HTML/ca/kmplot/commands.docbook +share/doc/HTML/ca/kmplot/common +share/doc/HTML/ca/kmplot/configuration.docbook +share/doc/HTML/ca/kmplot/credits.docbook +share/doc/HTML/ca/kmplot/dcop.docbook +share/doc/HTML/ca/kmplot/developer.docbook +share/doc/HTML/ca/kmplot/firststeps.docbook +share/doc/HTML/ca/kmplot/index.cache.bz2 +share/doc/HTML/ca/kmplot/index.docbook +share/doc/HTML/ca/kmplot/install.docbook +share/doc/HTML/ca/kmplot/introduction.docbook +share/doc/HTML/ca/kmplot/man-kmplot.1.docbook +share/doc/HTML/ca/kmplot/reference.docbook +share/doc/HTML/ca/kmplot/using.docbook share/doc/HTML/ca/knetattach/common share/doc/HTML/ca/knetattach/index.cache.bz2 share/doc/HTML/ca/knetattach/index.docbook share/doc/HTML/ca/knetattach/screenshot.png share/doc/HTML/ca/knetattach/screenshot1.png share/doc/HTML/ca/knetattach/screenshot2.png +share/doc/HTML/ca/knetattach/screenshot3.png share/doc/HTML/ca/knetattach/screenshot4.png share/doc/HTML/ca/knode/commands.docbook share/doc/HTML/ca/knode/common @@ -785,6 +907,93 @@ share/doc/HTML/ca/knode/using-subscribing.docbook share/doc/HTML/ca/knotes/common share/doc/HTML/ca/knotes/index.cache.bz2 share/doc/HTML/ca/knotes/index.docbook +share/doc/HTML/ca/kolourpaint/KolourPaint.png +share/doc/HTML/ca/kolourpaint/brush_shapes.png +share/doc/HTML/ca/kolourpaint/color_box.png +share/doc/HTML/ca/kolourpaint/common +share/doc/HTML/ca/kolourpaint/eraser_shapes.png +share/doc/HTML/ca/kolourpaint/fcc_std_text.png +share/doc/HTML/ca/kolourpaint/fcc_trans_text.png +share/doc/HTML/ca/kolourpaint/fill_color_similarity.png +share/doc/HTML/ca/kolourpaint/fill_style.png +share/doc/HTML/ca/kolourpaint/image_balance.png +share/doc/HTML/ca/kolourpaint/image_emboss.png +share/doc/HTML/ca/kolourpaint/image_flatten.png +share/doc/HTML/ca/kolourpaint/image_invert.png +share/doc/HTML/ca/kolourpaint/image_reduce_colors.png +share/doc/HTML/ca/kolourpaint/image_resize_scale.png +share/doc/HTML/ca/kolourpaint/image_rotate.png +share/doc/HTML/ca/kolourpaint/image_skew.png +share/doc/HTML/ca/kolourpaint/image_soften_sharpen.png +share/doc/HTML/ca/kolourpaint/index.cache.bz2 +share/doc/HTML/ca/kolourpaint/index.docbook +share/doc/HTML/ca/kolourpaint/line_width.png +share/doc/HTML/ca/kolourpaint/lines_30_45_deg.png +share/doc/HTML/ca/kolourpaint/lines_30_deg.png +share/doc/HTML/ca/kolourpaint/lines_45_deg.png +share/doc/HTML/ca/kolourpaint/rotate_image_30.png +share/doc/HTML/ca/kolourpaint/rotate_selection_30.png +share/doc/HTML/ca/kolourpaint/screenshot_acquiring.png +share/doc/HTML/ca/kolourpaint/selections_opaque_transparent.png +share/doc/HTML/ca/kolourpaint/spraycan_patterns.png +share/doc/HTML/ca/kolourpaint/text_zoom_grid.png +share/doc/HTML/ca/kolourpaint/tool_brush.png +share/doc/HTML/ca/kolourpaint/tool_color_picker.png +share/doc/HTML/ca/kolourpaint/tool_color_washer.png +share/doc/HTML/ca/kolourpaint/tool_curve.png +share/doc/HTML/ca/kolourpaint/tool_ellipse.png +share/doc/HTML/ca/kolourpaint/tool_elliptical_selection.png +share/doc/HTML/ca/kolourpaint/tool_eraser.png +share/doc/HTML/ca/kolourpaint/tool_flood_fill.png +share/doc/HTML/ca/kolourpaint/tool_free_form_selection.png +share/doc/HTML/ca/kolourpaint/tool_line.png +share/doc/HTML/ca/kolourpaint/tool_pen.png +share/doc/HTML/ca/kolourpaint/tool_polygon.png +share/doc/HTML/ca/kolourpaint/tool_polyline.png +share/doc/HTML/ca/kolourpaint/tool_polystar.png +share/doc/HTML/ca/kolourpaint/tool_rect_selection.png +share/doc/HTML/ca/kolourpaint/tool_rectangle.png +share/doc/HTML/ca/kolourpaint/tool_rectangles.png +share/doc/HTML/ca/kolourpaint/tool_rounded_rectangle.png +share/doc/HTML/ca/kolourpaint/tool_selections.png +share/doc/HTML/ca/kolourpaint/tool_spraycan.png +share/doc/HTML/ca/kolourpaint/tool_text.png +share/doc/HTML/ca/kolourpaint/view_thumbnails.png +share/doc/HTML/ca/kommander/basics.docbook +share/doc/HTML/ca/kommander/buttongroup.png +share/doc/HTML/ca/kommander/checkbox.png +share/doc/HTML/ca/kommander/combobox.png +share/doc/HTML/ca/kommander/commands.docbook +share/doc/HTML/ca/kommander/common +share/doc/HTML/ca/kommander/credits.docbook +share/doc/HTML/ca/kommander/dcop.docbook +share/doc/HTML/ca/kommander/editor.docbook +share/doc/HTML/ca/kommander/editor.png +share/doc/HTML/ca/kommander/extending.docbook +share/doc/HTML/ca/kommander/frame.png +share/doc/HTML/ca/kommander/glossary.docbook +share/doc/HTML/ca/kommander/groupbox.png +share/doc/HTML/ca/kommander/index.cache.bz2 +share/doc/HTML/ca/kommander/index.docbook +share/doc/HTML/ca/kommander/installation.docbook +share/doc/HTML/ca/kommander/interface.png +share/doc/HTML/ca/kommander/introduction.docbook +share/doc/HTML/ca/kommander/label.png +share/doc/HTML/ca/kommander/lineedit.png +share/doc/HTML/ca/kommander/listbox.png +share/doc/HTML/ca/kommander/listview.png +share/doc/HTML/ca/kommander/multilineedit.png +share/doc/HTML/ca/kommander/pixlabel.png +share/doc/HTML/ca/kommander/pushbutton.png +share/doc/HTML/ca/kommander/q-and-a.docbook +share/doc/HTML/ca/kommander/radiobutton.png +share/doc/HTML/ca/kommander/richtextedit.png +share/doc/HTML/ca/kommander/shadow.png +share/doc/HTML/ca/kommander/specials.docbook +share/doc/HTML/ca/kommander/spinbox.png +share/doc/HTML/ca/kommander/tabwidget.png +share/doc/HTML/ca/kommander/tutorials.docbook +share/doc/HTML/ca/kommander/widgets.docbook share/doc/HTML/ca/kompare/common share/doc/HTML/ca/kompare/index.cache.bz2 share/doc/HTML/ca/kompare/index.docbook @@ -798,6 +1007,8 @@ share/doc/HTML/ca/konqueror/credits.docbook share/doc/HTML/ca/konqueror/faq.docbook share/doc/HTML/ca/konqueror/filemanager.docbook share/doc/HTML/ca/konqueror/folders.png +share/doc/HTML/ca/konqueror/format-font-size-less.png +share/doc/HTML/ca/konqueror/format-font-size-more.png share/doc/HTML/ca/konqueror/index.cache.bz2 share/doc/HTML/ca/konqueror/index.docbook share/doc/HTML/ca/konqueror/introduction.docbook @@ -806,6 +1017,7 @@ share/doc/HTML/ca/konqueror/look.png share/doc/HTML/ca/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/ca/konqueror/path-complete.docbook share/doc/HTML/ca/konqueror/plugins.docbook +share/doc/HTML/ca/konqueror/reset.png share/doc/HTML/ca/konqueror/save-settings.docbook share/doc/HTML/ca/konqueror/shortcut1.png share/doc/HTML/ca/konqueror/shortcut2.png @@ -825,6 +1037,14 @@ share/doc/HTML/ca/kontact-admin/index.docbook share/doc/HTML/ca/kontact/common share/doc/HTML/ca/kontact/index.cache.bz2 share/doc/HTML/ca/kontact/index.docbook +share/doc/HTML/ca/kopete/chatstyle.docbook +share/doc/HTML/ca/kopete/common +share/doc/HTML/ca/kopete/icq.docbook +share/doc/HTML/ca/kopete/index.cache.bz2 +share/doc/HTML/ca/kopete/index.docbook +share/doc/HTML/ca/kopete/jabber.docbook +share/doc/HTML/ca/kopete/menus.docbook +share/doc/HTML/ca/kopete/pipes.docbook share/doc/HTML/ca/korganizer/common share/doc/HTML/ca/korganizer/event-attachments.png share/doc/HTML/ca/korganizer/event-attendees.png @@ -854,6 +1074,12 @@ share/doc/HTML/ca/krfb/index.cache.bz2 share/doc/HTML/ca/krfb/index.docbook share/doc/HTML/ca/krfb/personal_invitation.png share/doc/HTML/ca/krfb/screenshot.png +share/doc/HTML/ca/kruler/common +share/doc/HTML/ca/kruler/index.cache.bz2 +share/doc/HTML/ca/kruler/index.docbook +share/doc/HTML/ca/ksnapshot/common +share/doc/HTML/ca/ksnapshot/index.cache.bz2 +share/doc/HTML/ca/ksnapshot/index.docbook share/doc/HTML/ca/kstars/aavso.png share/doc/HTML/ca/kstars/ai-contents.docbook share/doc/HTML/ca/kstars/altvstime.docbook @@ -880,7 +1106,6 @@ share/doc/HTML/ca/kstars/calc-julian.png share/doc/HTML/ca/kstars/calc-julianday.docbook share/doc/HTML/ca/kstars/calc-planetcoords.docbook share/doc/HTML/ca/kstars/calc-planetcoords.png -share/doc/HTML/ca/kstars/calc-precess.docbook share/doc/HTML/ca/kstars/calc-sidereal.docbook share/doc/HTML/ca/kstars/calc-sidereal.png share/doc/HTML/ca/kstars/calculator.docbook @@ -964,6 +1189,9 @@ share/doc/HTML/ca/ktimetracker/common share/doc/HTML/ca/ktimetracker/csvexport.png share/doc/HTML/ca/ktimetracker/index.cache.bz2 share/doc/HTML/ca/ktimetracker/index.docbook +share/doc/HTML/ca/ktnef/common +share/doc/HTML/ca/ktnef/index.cache.bz2 +share/doc/HTML/ca/ktnef/index.docbook share/doc/HTML/ca/ktouch/color_options.png share/doc/HTML/ca/ktouch/common share/doc/HTML/ca/ktouch/general_options.png @@ -1010,9 +1238,28 @@ share/doc/HTML/ca/kwrite/menus.docbook share/doc/HTML/ca/lokalize/common share/doc/HTML/ca/lokalize/index.cache.bz2 share/doc/HTML/ca/lokalize/index.docbook +share/doc/HTML/ca/marble/common +share/doc/HTML/ca/marble/configure-cacheproxy.png +share/doc/HTML/ca/marble/configure-navigation.png +share/doc/HTML/ca/marble/configure-plugins.png +share/doc/HTML/ca/marble/configure-routing.png +share/doc/HTML/ca/marble/configure-view.png +share/doc/HTML/ca/marble/index.cache.bz2 +share/doc/HTML/ca/marble/index.docbook +share/doc/HTML/ca/okular/common +share/doc/HTML/ca/okular/configure-editor.png +share/doc/HTML/ca/okular/configure.png +share/doc/HTML/ca/okular/index.cache.bz2 +share/doc/HTML/ca/okular/index.docbook +share/doc/HTML/ca/okular/mainwindow.png +share/doc/HTML/ca/okular/presentation.png +share/doc/HTML/ca/okular/rating.png share/doc/HTML/ca/onlinehelp/common share/doc/HTML/ca/onlinehelp/index.cache.bz2 share/doc/HTML/ca/onlinehelp/index.docbook +share/doc/HTML/ca/parley/common +share/doc/HTML/ca/parley/index.cache.bz2 +share/doc/HTML/ca/parley/index.docbook share/doc/HTML/ca/plasma-desktop/common share/doc/HTML/ca/plasma-desktop/index.cache.bz2 share/doc/HTML/ca/plasma-desktop/index.docbook @@ -1049,11 +1296,14 @@ share/locale/ca/LC_MESSAGES/accountwizard_kolab.mo share/locale/ca/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ca/LC_MESSAGES/accountwizard_maildir.mo share/locale/ca/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ca/LC_MESSAGES/accountwizard_tine20.mo share/locale/ca/LC_MESSAGES/adblock.mo share/locale/ca/LC_MESSAGES/akonadi-filestore.mo +share/locale/ca/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ca/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ca/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/ca/LC_MESSAGES/akonadi_google_resource.mo share/locale/ca/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ca/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ca/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1067,6 +1317,7 @@ share/locale/ca/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ca/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ca/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ca/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ca/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ca/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ca/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ca/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1096,6 +1347,7 @@ share/locale/ca/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca/LC_MESSAGES/audiorename_plugin.mo share/locale/ca/LC_MESSAGES/autorefresh.mo share/locale/ca/LC_MESSAGES/babelfish.mo +share/locale/ca/LC_MESSAGES/backupmail.mo share/locale/ca/LC_MESSAGES/blinken.mo share/locale/ca/LC_MESSAGES/blogilo.mo share/locale/ca/LC_MESSAGES/bomber.mo @@ -1124,6 +1376,7 @@ share/locale/ca/LC_MESSAGES/gwenview.mo share/locale/ca/LC_MESSAGES/htmlsearch.mo share/locale/ca/LC_MESSAGES/imagerename_plugin.mo share/locale/ca/LC_MESSAGES/imgalleryplugin.mo +share/locale/ca/LC_MESSAGES/importwizard.mo share/locale/ca/LC_MESSAGES/jovie.mo share/locale/ca/LC_MESSAGES/joystick.mo share/locale/ca/LC_MESSAGES/juk.mo @@ -1138,6 +1391,7 @@ share/locale/ca/LC_MESSAGES/kabcformat_binary.mo share/locale/ca/LC_MESSAGES/kaccess.mo share/locale/ca/LC_MESSAGES/kaccessibleapp.mo share/locale/ca/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ca/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ca/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ca/LC_MESSAGES/kaddressbook.mo share/locale/ca/LC_MESSAGES/kaddressbookmigrator.mo @@ -1145,6 +1399,7 @@ share/locale/ca/LC_MESSAGES/kajongg.mo share/locale/ca/LC_MESSAGES/kalarm.mo share/locale/ca/LC_MESSAGES/kalgebra.mo share/locale/ca/LC_MESSAGES/kalzium.mo +share/locale/ca/LC_MESSAGES/kanagram-harmattan.mo share/locale/ca/LC_MESSAGES/kanagram.mo share/locale/ca/LC_MESSAGES/kapman.mo share/locale/ca/LC_MESSAGES/kapptemplate.mo @@ -1186,6 +1441,7 @@ share/locale/ca/LC_MESSAGES/kcal_akonadi.mo share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcertpart.mo share/locale/ca/LC_MESSAGES/kcharselect.mo +share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ca/LC_MESSAGES/kcm_akonadi.mo share/locale/ca/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca/LC_MESSAGES/kcm_attica.mo @@ -1257,7 +1513,6 @@ share/locale/ca/LC_MESSAGES/kcmstyle.mo share/locale/ca/LC_MESSAGES/kcmusb.mo share/locale/ca/LC_MESSAGES/kcmview1394.mo share/locale/ca/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ca/LC_MESSAGES/kcmxinerama.mo share/locale/ca/LC_MESSAGES/kcolorchooser.mo share/locale/ca/LC_MESSAGES/kcron.mo share/locale/ca/LC_MESSAGES/kde-menu.mo @@ -1280,24 +1535,16 @@ share/locale/ca/LC_MESSAGES/kdmgreet.mo share/locale/ca/LC_MESSAGES/kdontchangethehostname.mo share/locale/ca/LC_MESSAGES/keditbookmarks.mo share/locale/ca/LC_MESSAGES/kfile.mo -share/locale/ca/LC_MESSAGES/kfile_avi.mo share/locale/ca/LC_MESSAGES/kfile_dds.mo share/locale/ca/LC_MESSAGES/kfile_drgeo.mo share/locale/ca/LC_MESSAGES/kfile_exr.mo -share/locale/ca/LC_MESSAGES/kfile_flac.mo share/locale/ca/LC_MESSAGES/kfile_kig.mo share/locale/ca/LC_MESSAGES/kfile_mail.mo -share/locale/ca/LC_MESSAGES/kfile_mp3.mo -share/locale/ca/LC_MESSAGES/kfile_mpc.mo -share/locale/ca/LC_MESSAGES/kfile_ogg.mo share/locale/ca/LC_MESSAGES/kfile_pnm.mo share/locale/ca/LC_MESSAGES/kfile_raw.mo share/locale/ca/LC_MESSAGES/kfile_rgb.mo share/locale/ca/LC_MESSAGES/kfile_rpm.mo -share/locale/ca/LC_MESSAGES/kfile_sid.mo -share/locale/ca/LC_MESSAGES/kfile_theora.mo share/locale/ca/LC_MESSAGES/kfile_tiff.mo -share/locale/ca/LC_MESSAGES/kfile_wav.mo share/locale/ca/LC_MESSAGES/kfile_xps.mo share/locale/ca/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ca/LC_MESSAGES/kfilereplace.mo @@ -1330,6 +1577,7 @@ share/locale/ca/LC_MESSAGES/kimagemapeditor.mo share/locale/ca/LC_MESSAGES/kinetd.mo share/locale/ca/LC_MESSAGES/kinfocenter.mo share/locale/ca/LC_MESSAGES/kio4.mo +share/locale/ca/LC_MESSAGES/kio_activities.mo share/locale/ca/LC_MESSAGES/kio_akonadi.mo share/locale/ca/LC_MESSAGES/kio_applications.mo share/locale/ca/LC_MESSAGES/kio_archive.mo @@ -1351,6 +1599,7 @@ share/locale/ca/LC_MESSAGES/kio_nfs.mo share/locale/ca/LC_MESSAGES/kio_nntp.mo share/locale/ca/LC_MESSAGES/kio_perldoc.mo share/locale/ca/LC_MESSAGES/kio_pop3.mo +share/locale/ca/LC_MESSAGES/kio_recentdocuments.mo share/locale/ca/LC_MESSAGES/kio_remote.mo share/locale/ca/LC_MESSAGES/kio_sftp.mo share/locale/ca/LC_MESSAGES/kio_sieve.mo @@ -1398,10 +1647,12 @@ share/locale/ca/LC_MESSAGES/kollision.mo share/locale/ca/LC_MESSAGES/kolourpaint.mo share/locale/ca/LC_MESSAGES/kommander.mo share/locale/ca/LC_MESSAGES/kompare.mo +share/locale/ca/LC_MESSAGES/konqprofiles.mo share/locale/ca/LC_MESSAGES/konqueror.mo share/locale/ca/LC_MESSAGES/konquest.mo share/locale/ca/LC_MESSAGES/konsole.mo share/locale/ca/LC_MESSAGES/konsolekalendar.mo +share/locale/ca/LC_MESSAGES/konsoleprofiles.mo share/locale/ca/LC_MESSAGES/kontact.mo share/locale/ca/LC_MESSAGES/kontactinterfaces.mo share/locale/ca/LC_MESSAGES/kopete.mo @@ -1431,11 +1682,6 @@ share/locale/ca/LC_MESSAGES/krunner.mo share/locale/ca/LC_MESSAGES/ksaneplugin.mo share/locale/ca/LC_MESSAGES/kscd.mo share/locale/ca/LC_MESSAGES/kscreensaver.mo -share/locale/ca/LC_MESSAGES/ksecrets_kio.mo -share/locale/ca/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ca/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ca/LC_MESSAGES/ksecretsserviced.mo -share/locale/ca/LC_MESSAGES/ksecretsync.mo share/locale/ca/LC_MESSAGES/ksendemail.mo share/locale/ca/LC_MESSAGES/kshellcmdplugin.mo share/locale/ca/LC_MESSAGES/kshisen.mo @@ -1457,7 +1703,6 @@ share/locale/ca/LC_MESSAGES/ksysguard.mo share/locale/ca/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ca/LC_MESSAGES/ksystemlog.mo share/locale/ca/LC_MESSAGES/ksystraycmd.mo -share/locale/ca/LC_MESSAGES/kte_acomment.mo share/locale/ca/LC_MESSAGES/kteatime.mo share/locale/ca/LC_MESSAGES/ktesnippets_editor.mo share/locale/ca/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1465,6 +1710,7 @@ share/locale/ca/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ca/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ca/LC_MESSAGES/ktimer.mo share/locale/ca/LC_MESSAGES/ktimetracker.mo +share/locale/ca/LC_MESSAGES/ktnef.mo share/locale/ca/LC_MESSAGES/ktouch.mo share/locale/ca/LC_MESSAGES/ktraderclient.mo share/locale/ca/LC_MESSAGES/ktron.mo @@ -1485,7 +1731,6 @@ share/locale/ca/LC_MESSAGES/kwin_clients.mo share/locale/ca/LC_MESSAGES/kwin_effects.mo share/locale/ca/LC_MESSAGES/kwinshutdown.mo share/locale/ca/LC_MESSAGES/kwinstartmenu.mo -share/locale/ca/LC_MESSAGES/kwl2kss.mo share/locale/ca/LC_MESSAGES/kwordquiz.mo share/locale/ca/LC_MESSAGES/kwrite.mo share/locale/ca/LC_MESSAGES/kwriteconfig.mo @@ -1533,6 +1778,7 @@ share/locale/ca/LC_MESSAGES/libkworkspace.mo share/locale/ca/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ca/LC_MESSAGES/libmailcommon.mo +share/locale/ca/LC_MESSAGES/libmailimporter.mo share/locale/ca/LC_MESSAGES/libmailtransport.mo share/locale/ca/LC_MESSAGES/libmessagecomposer.mo share/locale/ca/LC_MESSAGES/libmessagecore.mo @@ -1541,6 +1787,7 @@ share/locale/ca/LC_MESSAGES/libmessageviewer.mo share/locale/ca/LC_MESSAGES/liboktetacore.mo share/locale/ca/LC_MESSAGES/liboktetagui.mo share/locale/ca/LC_MESSAGES/liboktetakasten.mo +share/locale/ca/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ca/LC_MESSAGES/libphonon.mo share/locale/ca/LC_MESSAGES/libplasma.mo share/locale/ca/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1551,7 +1798,6 @@ share/locale/ca/LC_MESSAGES/libtaskmanager.mo share/locale/ca/LC_MESSAGES/libtemplateparser.mo share/locale/ca/LC_MESSAGES/lokalize.mo share/locale/ca/LC_MESSAGES/lskat.mo -share/locale/ca/LC_MESSAGES/mailfilteragent.mo share/locale/ca/LC_MESSAGES/mailreader.mo share/locale/ca/LC_MESSAGES/marble.mo share/locale/ca/LC_MESSAGES/marble_qt.mo @@ -1592,6 +1838,7 @@ share/locale/ca/LC_MESSAGES/okular_plucker.mo share/locale/ca/LC_MESSAGES/okular_poppler.mo share/locale/ca/LC_MESSAGES/okular_tiff.mo share/locale/ca/LC_MESSAGES/okular_xps.mo +share/locale/ca/LC_MESSAGES/pairs.mo share/locale/ca/LC_MESSAGES/palapeli.mo share/locale/ca/LC_MESSAGES/parley.mo share/locale/ca/LC_MESSAGES/phonon_gstreamer.mo @@ -1653,6 +1900,7 @@ share/locale/ca/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ca/LC_MESSAGES/plasma_applet_pager.mo share/locale/ca/LC_MESSAGES/plasma_applet_panel.mo share/locale/ca/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1668,7 +1916,6 @@ share/locale/ca/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ca/LC_MESSAGES/plasma_applet_sal.mo share/locale/ca/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ca/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ca/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ca/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1696,6 +1943,7 @@ share/locale/ca/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ca/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ca/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ca/LC_MESSAGES/plasma_engine_network.mo share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ca/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1703,6 +1951,8 @@ share/locale/ca/LC_MESSAGES/plasma_engine_rss.mo share/locale/ca/LC_MESSAGES/plasma_engine_share.mo share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ca/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ca/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ca/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ca/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_activities.mo @@ -1736,6 +1986,7 @@ share/locale/ca/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ca/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ca/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ca/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ca/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ca/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1752,6 +2003,7 @@ share/locale/ca/LC_MESSAGES/plasmagenericshell.mo share/locale/ca/LC_MESSAGES/plasmapkg.mo share/locale/ca/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/ca/LC_MESSAGES/plasmoidviewer.mo +share/locale/ca/LC_MESSAGES/pothumbnail.mo share/locale/ca/LC_MESSAGES/powerdevil.mo share/locale/ca/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ca/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1769,7 +2021,6 @@ share/locale/ca/LC_MESSAGES/solid-network.mo share/locale/ca/LC_MESSAGES/solid_qt.mo share/locale/ca/LC_MESSAGES/solidcontrol.mo share/locale/ca/LC_MESSAGES/soliduiserver.mo -share/locale/ca/LC_MESSAGES/spy.mo share/locale/ca/LC_MESSAGES/step.mo share/locale/ca/LC_MESSAGES/step_qt.mo share/locale/ca/LC_MESSAGES/strigila_diff.mo @@ -1797,7 +2048,10 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/sonnet @dirrm share/doc/HTML/ca/printer-applet @dirrm share/doc/HTML/ca/plasma-desktop +@dirrm share/doc/HTML/ca/parley @dirrm share/doc/HTML/ca/onlinehelp +@dirrm share/doc/HTML/ca/okular +@dirrm share/doc/HTML/ca/marble @dirrm share/doc/HTML/ca/lokalize @dirrm share/doc/HTML/ca/kwrite @dirrm share/doc/HTML/ca/kwordquiz @@ -1806,24 +2060,31 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kuser @dirrm share/doc/HTML/ca/kturtle @dirrm share/doc/HTML/ca/ktouch +@dirrm share/doc/HTML/ca/ktnef @dirrm share/doc/HTML/ca/ktimetracker @dirrm share/doc/HTML/ca/ktimer @dirrm share/doc/HTML/ca/kteatime @dirrm share/doc/HTML/ca/ksystemlog @dirrm share/doc/HTML/ca/ksysguard @dirrm share/doc/HTML/ca/kstars +@dirrm share/doc/HTML/ca/ksnapshot +@dirrm share/doc/HTML/ca/kruler @dirrm share/doc/HTML/ca/krfb @dirrm share/doc/HTML/ca/krdc @dirrm share/doc/HTML/ca/korganizer +@dirrm share/doc/HTML/ca/kopete @dirrm share/doc/HTML/ca/kontact-admin @dirrm share/doc/HTML/ca/kontact @dirrm share/doc/HTML/ca/konsolekalendar @dirrm share/doc/HTML/ca/konsole @dirrm share/doc/HTML/ca/konqueror @dirrm share/doc/HTML/ca/kompare +@dirrm share/doc/HTML/ca/kommander +@dirrm share/doc/HTML/ca/kolourpaint @dirrm share/doc/HTML/ca/knotes @dirrm share/doc/HTML/ca/knode @dirrm share/doc/HTML/ca/knetattach +@dirrm share/doc/HTML/ca/kmplot @dirrm share/doc/HTML/ca/kmouth @dirrm share/doc/HTML/ca/kmousetool @dirrm share/doc/HTML/ca/kmix @@ -1831,9 +2092,11 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kmail @dirrm share/doc/HTML/ca/kmag @dirrm share/doc/HTML/ca/klipper +@dirrm share/doc/HTML/ca/klinkstatus @dirrm share/doc/HTML/ca/klettres @dirrm share/doc/HTML/ca/kleopatra @dirrm share/doc/HTML/ca/kjots +@dirrm share/doc/HTML/ca/kiten @dirrm share/doc/HTML/ca/kioslave/xz @dirrm share/doc/HTML/ca/kioslave/webdav @dirrm share/doc/HTML/ca/kioslave/thumbnail @@ -1872,6 +2135,7 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kioslave @dirrm share/doc/HTML/ca/kinfocenter @dirrm share/doc/HTML/ca/kimagemapeditor +@dirrm share/doc/HTML/ca/kig @dirrm share/doc/HTML/ca/khelpcenter/glossary @dirrm share/doc/HTML/ca/khelpcenter/documentationnotfound @dirrm share/doc/HTML/ca/khelpcenter @@ -1881,6 +2145,7 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kgeography @dirrm share/doc/HTML/ca/kfontview @dirrm share/doc/HTML/ca/kfind +@dirrm share/doc/HTML/ca/kfilereplace @dirrm share/doc/HTML/ca/kdm @dirrm share/doc/HTML/ca/kdf @dirrm share/doc/HTML/ca/kdesu @@ -1906,7 +2171,6 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kcontrol/paths @dirrm share/doc/HTML/ca/kcontrol/netpref @dirrm share/doc/HTML/ca/kcontrol/nepomuk -@dirrm share/doc/HTML/ca/kcontrol/multiplemonitors @dirrm share/doc/HTML/ca/kcontrol/mouse @dirrm share/doc/HTML/ca/kcontrol/language @dirrm share/doc/HTML/ca/kcontrol/kwintabbox @@ -1963,10 +2227,15 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/katomic @dirrm share/doc/HTML/ca/kate @dirrm share/doc/HTML/ca/kapptemplate +@dirrm share/doc/HTML/ca/kanagram @dirrm share/doc/HTML/ca/kalzium @dirrm share/doc/HTML/ca/kalarm @dirrm share/doc/HTML/ca/kabcclient +@dirrm share/doc/HTML/ca/juk @dirrm share/doc/HTML/ca/jovie +@dirrm share/doc/HTML/ca/gwenview +@dirrm share/doc/HTML/ca/fundamentals +@dirrm share/doc/HTML/ca/dragonplayer @dirrm share/doc/HTML/ca/dolphin @dirrm share/doc/HTML/ca/common @dirrm share/doc/HTML/ca/cervisia diff --git a/misc/kde4-l10n-ca_valencia/Makefile b/misc/kde4-l10n-ca_valencia/Makefile index 1459c1bb454b..03d15ee1792d 100644 --- a/misc/kde4-l10n-ca_valencia/Makefile +++ b/misc/kde4-l10n-ca_valencia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ca -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Valencian (southern Catalan) messages and documentation for KDE4 KDE4_L10N= ca@valencia .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ca_valencia/distinfo b/misc/kde4-l10n-ca_valencia/distinfo index aa5cec2ef45f..1512af88432d 100644 --- a/misc/kde4-l10n-ca_valencia/distinfo +++ b/misc/kde4-l10n-ca_valencia/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ca@valencia-4.8.4.tar.xz) = bd63483df84904fe964d738865ca45b36e96aaa7f358cf7edd01fa8057768c1b -SIZE (KDE/kde-l10n/kde-l10n-ca@valencia-4.8.4.tar.xz) = 2237136 +SHA256 (KDE/kde-l10n/kde-l10n-ca@valencia-4.9.5.tar.xz) = 15e66c4e21d409ea7aff1a96fc9ba7ffe7e1d911f6159689edac0fd66508ce68 +SIZE (KDE/kde-l10n/kde-l10n-ca@valencia-4.9.5.tar.xz) = 2203228 diff --git a/misc/kde4-l10n-ca_valencia/pkg-plist b/misc/kde4-l10n-ca_valencia/pkg-plist index 30852ff2efc0..15580fd8fb40 100644 --- a/misc/kde4-l10n-ca_valencia/pkg-plist +++ b/misc/kde4-l10n-ca_valencia/pkg-plist @@ -207,7 +207,6 @@ share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo share/locale/ca@valencia/LC_MESSAGES/kcmview1394.mo share/locale/ca@valencia/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ca@valencia/LC_MESSAGES/kcmxinerama.mo share/locale/ca@valencia/LC_MESSAGES/kcolorchooser.mo share/locale/ca@valencia/LC_MESSAGES/kcron.mo share/locale/ca@valencia/LC_MESSAGES/kde-menu.mo @@ -230,24 +229,16 @@ share/locale/ca@valencia/LC_MESSAGES/kdmgreet.mo share/locale/ca@valencia/LC_MESSAGES/kdontchangethehostname.mo share/locale/ca@valencia/LC_MESSAGES/keditbookmarks.mo share/locale/ca@valencia/LC_MESSAGES/kfile.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_avi.mo share/locale/ca@valencia/LC_MESSAGES/kfile_dds.mo share/locale/ca@valencia/LC_MESSAGES/kfile_drgeo.mo share/locale/ca@valencia/LC_MESSAGES/kfile_exr.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_flac.mo share/locale/ca@valencia/LC_MESSAGES/kfile_kig.mo share/locale/ca@valencia/LC_MESSAGES/kfile_mail.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_mp3.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_mpc.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_ogg.mo share/locale/ca@valencia/LC_MESSAGES/kfile_pnm.mo share/locale/ca@valencia/LC_MESSAGES/kfile_raw.mo share/locale/ca@valencia/LC_MESSAGES/kfile_rgb.mo share/locale/ca@valencia/LC_MESSAGES/kfile_rpm.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_sid.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_theora.mo share/locale/ca@valencia/LC_MESSAGES/kfile_tiff.mo -share/locale/ca@valencia/LC_MESSAGES/kfile_wav.mo share/locale/ca@valencia/LC_MESSAGES/kfile_xps.mo share/locale/ca@valencia/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ca@valencia/LC_MESSAGES/kfilereplace.mo @@ -474,6 +465,7 @@ share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo share/locale/ca@valencia/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca@valencia/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ca@valencia/LC_MESSAGES/libmailcommon.mo +share/locale/ca@valencia/LC_MESSAGES/libmailimporter.mo share/locale/ca@valencia/LC_MESSAGES/libmailtransport.mo share/locale/ca@valencia/LC_MESSAGES/libmessagecomposer.mo share/locale/ca@valencia/LC_MESSAGES/libmessagecore.mo @@ -699,7 +691,6 @@ share/locale/ca@valencia/LC_MESSAGES/solid-network.mo share/locale/ca@valencia/LC_MESSAGES/solid_qt.mo share/locale/ca@valencia/LC_MESSAGES/solidcontrol.mo share/locale/ca@valencia/LC_MESSAGES/soliduiserver.mo -share/locale/ca@valencia/LC_MESSAGES/spy.mo share/locale/ca@valencia/LC_MESSAGES/step.mo share/locale/ca@valencia/LC_MESSAGES/step_qt.mo share/locale/ca@valencia/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-cs/Makefile b/misc/kde4-l10n-cs/Makefile index deb631164a38..0d3720136329 100644 --- a/misc/kde4-l10n-cs/Makefile +++ b/misc/kde4-l10n-cs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-cs -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Czech messages and documentation for KDE4 KDE4_L10N= cs .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-cs/distinfo b/misc/kde4-l10n-cs/distinfo index 6d52233813f9..89ad5e77cce9 100644 --- a/misc/kde4-l10n-cs/distinfo +++ b/misc/kde4-l10n-cs/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-cs-4.8.4.tar.xz) = 7c4fa70bfb242fa6d9481bd7b9c2da27d1672b8bc3b0f9d008b63b61701f7692 -SIZE (KDE/kde-l10n/kde-l10n-cs-4.8.4.tar.xz) = 3103916 +SHA256 (KDE/kde-l10n/kde-l10n-cs-4.9.5.tar.xz) = fe86e773dca04d139eaebe347b9994fa4089ee703fa761e090fe71e3fd4f7486 +SIZE (KDE/kde-l10n/kde-l10n-cs-4.9.5.tar.xz) = 3011748 diff --git a/misc/kde4-l10n-cs/pkg-plist b/misc/kde4-l10n-cs/pkg-plist index 5324379845fc..12bb1dc240c6 100644 --- a/misc/kde4-l10n-cs/pkg-plist +++ b/misc/kde4-l10n-cs/pkg-plist @@ -54,6 +54,12 @@ share/apps/kvtml/cs/animals.kvtml share/apps/kvtml/cs/easy.kvtml share/apps/kvtml/cs/hard.kvtml share/apps/kvtml/cs/medium.kvtml +share/doc/HTML/cs/bomber/common +share/doc/HTML/cs/bomber/index.cache.bz2 +share/doc/HTML/cs/bomber/index.docbook +share/doc/HTML/cs/bovo/common +share/doc/HTML/cs/bovo/index.cache.bz2 +share/doc/HTML/cs/bovo/index.docbook share/doc/HTML/cs/common/fdl-translated.html share/doc/HTML/cs/common/gpl-translated.html share/doc/HTML/cs/common/kde-localised.css @@ -70,6 +76,39 @@ share/doc/HTML/cs/kcontrol/kamera/index.docbook share/doc/HTML/cs/kcontrol/kgamma/common share/doc/HTML/cs/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/cs/kcontrol/kgamma/index.docbook +share/doc/HTML/cs/kget/common +share/doc/HTML/cs/kget/index.cache.bz2 +share/doc/HTML/cs/kget/index.docbook +share/doc/HTML/cs/kmahjongg/common +share/doc/HTML/cs/kmahjongg/index.cache.bz2 +share/doc/HTML/cs/kmahjongg/index.docbook +share/doc/HTML/cs/kmix/common +share/doc/HTML/cs/kmix/index.cache.bz2 +share/doc/HTML/cs/kmix/index.docbook +share/doc/HTML/cs/knetwalk/common +share/doc/HTML/cs/knetwalk/index.cache.bz2 +share/doc/HTML/cs/knetwalk/index.docbook +share/doc/HTML/cs/kollision/common +share/doc/HTML/cs/kollision/index.cache.bz2 +share/doc/HTML/cs/kollision/index.docbook +share/doc/HTML/cs/kpat/common +share/doc/HTML/cs/kpat/index.cache.bz2 +share/doc/HTML/cs/kpat/index.docbook +share/doc/HTML/cs/kruler/common +share/doc/HTML/cs/kruler/index.cache.bz2 +share/doc/HTML/cs/kruler/index.docbook +share/doc/HTML/cs/kshisen/common +share/doc/HTML/cs/kshisen/index.cache.bz2 +share/doc/HTML/cs/kshisen/index.docbook +share/doc/HTML/cs/ksnapshot/common +share/doc/HTML/cs/ksnapshot/index.cache.bz2 +share/doc/HTML/cs/ksnapshot/index.docbook +share/doc/HTML/cs/ktimer/common +share/doc/HTML/cs/ktimer/index.cache.bz2 +share/doc/HTML/cs/ktimer/index.docbook +share/doc/HTML/cs/lskat/common +share/doc/HTML/cs/lskat/index.cache.bz2 +share/doc/HTML/cs/lskat/index.docbook share/locale/cs/LC_MESSAGES/accountwizard.mo share/locale/cs/LC_MESSAGES/accountwizard_ical.mo share/locale/cs/LC_MESSAGES/accountwizard_imap.mo @@ -77,11 +116,14 @@ share/locale/cs/LC_MESSAGES/accountwizard_kolab.mo share/locale/cs/LC_MESSAGES/accountwizard_mailbox.mo share/locale/cs/LC_MESSAGES/accountwizard_maildir.mo share/locale/cs/LC_MESSAGES/accountwizard_pop3.mo +share/locale/cs/LC_MESSAGES/accountwizard_tine20.mo share/locale/cs/LC_MESSAGES/adblock.mo share/locale/cs/LC_MESSAGES/akonadi-filestore.mo +share/locale/cs/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/cs/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/cs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/cs/LC_MESSAGES/akonadi_google_resource.mo share/locale/cs/LC_MESSAGES/akonadi_ical_resource.mo share/locale/cs/LC_MESSAGES/akonadi_imap_resource.mo share/locale/cs/LC_MESSAGES/akonadi_invitations_agent.mo @@ -95,6 +137,7 @@ share/locale/cs/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/cs/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/cs/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/cs/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/cs/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/cs/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/cs/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/cs/LC_MESSAGES/akonadi_microblog_resource.mo @@ -124,6 +167,7 @@ share/locale/cs/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/cs/LC_MESSAGES/audiorename_plugin.mo share/locale/cs/LC_MESSAGES/autorefresh.mo share/locale/cs/LC_MESSAGES/babelfish.mo +share/locale/cs/LC_MESSAGES/backupmail.mo share/locale/cs/LC_MESSAGES/blinken.mo share/locale/cs/LC_MESSAGES/blogilo.mo share/locale/cs/LC_MESSAGES/bomber.mo @@ -152,6 +196,7 @@ share/locale/cs/LC_MESSAGES/gwenview.mo share/locale/cs/LC_MESSAGES/htmlsearch.mo share/locale/cs/LC_MESSAGES/imagerename_plugin.mo share/locale/cs/LC_MESSAGES/imgalleryplugin.mo +share/locale/cs/LC_MESSAGES/importwizard.mo share/locale/cs/LC_MESSAGES/jovie.mo share/locale/cs/LC_MESSAGES/joystick.mo share/locale/cs/LC_MESSAGES/juk.mo @@ -166,6 +211,7 @@ share/locale/cs/LC_MESSAGES/kabcformat_binary.mo share/locale/cs/LC_MESSAGES/kaccess.mo share/locale/cs/LC_MESSAGES/kaccessibleapp.mo share/locale/cs/LC_MESSAGES/kactivitymanagerd.mo +share/locale/cs/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/cs/LC_MESSAGES/kaddressbook-mobile.mo share/locale/cs/LC_MESSAGES/kaddressbook.mo share/locale/cs/LC_MESSAGES/kaddressbookmigrator.mo @@ -173,6 +219,7 @@ share/locale/cs/LC_MESSAGES/kajongg.mo share/locale/cs/LC_MESSAGES/kalarm.mo share/locale/cs/LC_MESSAGES/kalgebra.mo share/locale/cs/LC_MESSAGES/kalzium.mo +share/locale/cs/LC_MESSAGES/kanagram-harmattan.mo share/locale/cs/LC_MESSAGES/kanagram.mo share/locale/cs/LC_MESSAGES/kapman.mo share/locale/cs/LC_MESSAGES/kapptemplate.mo @@ -214,6 +261,7 @@ share/locale/cs/LC_MESSAGES/kcal_akonadi.mo share/locale/cs/LC_MESSAGES/kcalc.mo share/locale/cs/LC_MESSAGES/kcertpart.mo share/locale/cs/LC_MESSAGES/kcharselect.mo +share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/cs/LC_MESSAGES/kcm_akonadi.mo share/locale/cs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/cs/LC_MESSAGES/kcm_attica.mo @@ -285,7 +333,6 @@ share/locale/cs/LC_MESSAGES/kcmstyle.mo share/locale/cs/LC_MESSAGES/kcmusb.mo share/locale/cs/LC_MESSAGES/kcmview1394.mo share/locale/cs/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/cs/LC_MESSAGES/kcmxinerama.mo share/locale/cs/LC_MESSAGES/kcolorchooser.mo share/locale/cs/LC_MESSAGES/kcron.mo share/locale/cs/LC_MESSAGES/kde-menu.mo @@ -308,24 +355,16 @@ share/locale/cs/LC_MESSAGES/kdmgreet.mo share/locale/cs/LC_MESSAGES/kdontchangethehostname.mo share/locale/cs/LC_MESSAGES/keditbookmarks.mo share/locale/cs/LC_MESSAGES/kfile.mo -share/locale/cs/LC_MESSAGES/kfile_avi.mo share/locale/cs/LC_MESSAGES/kfile_dds.mo share/locale/cs/LC_MESSAGES/kfile_drgeo.mo share/locale/cs/LC_MESSAGES/kfile_exr.mo -share/locale/cs/LC_MESSAGES/kfile_flac.mo share/locale/cs/LC_MESSAGES/kfile_kig.mo share/locale/cs/LC_MESSAGES/kfile_mail.mo -share/locale/cs/LC_MESSAGES/kfile_mp3.mo -share/locale/cs/LC_MESSAGES/kfile_mpc.mo -share/locale/cs/LC_MESSAGES/kfile_ogg.mo share/locale/cs/LC_MESSAGES/kfile_pnm.mo share/locale/cs/LC_MESSAGES/kfile_raw.mo share/locale/cs/LC_MESSAGES/kfile_rgb.mo share/locale/cs/LC_MESSAGES/kfile_rpm.mo -share/locale/cs/LC_MESSAGES/kfile_sid.mo -share/locale/cs/LC_MESSAGES/kfile_theora.mo share/locale/cs/LC_MESSAGES/kfile_tiff.mo -share/locale/cs/LC_MESSAGES/kfile_wav.mo share/locale/cs/LC_MESSAGES/kfile_xps.mo share/locale/cs/LC_MESSAGES/kfileaudiopreview4.mo share/locale/cs/LC_MESSAGES/kfilereplace.mo @@ -358,6 +397,7 @@ share/locale/cs/LC_MESSAGES/kimagemapeditor.mo share/locale/cs/LC_MESSAGES/kinetd.mo share/locale/cs/LC_MESSAGES/kinfocenter.mo share/locale/cs/LC_MESSAGES/kio4.mo +share/locale/cs/LC_MESSAGES/kio_activities.mo share/locale/cs/LC_MESSAGES/kio_akonadi.mo share/locale/cs/LC_MESSAGES/kio_applications.mo share/locale/cs/LC_MESSAGES/kio_archive.mo @@ -379,6 +419,7 @@ share/locale/cs/LC_MESSAGES/kio_nfs.mo share/locale/cs/LC_MESSAGES/kio_nntp.mo share/locale/cs/LC_MESSAGES/kio_perldoc.mo share/locale/cs/LC_MESSAGES/kio_pop3.mo +share/locale/cs/LC_MESSAGES/kio_recentdocuments.mo share/locale/cs/LC_MESSAGES/kio_remote.mo share/locale/cs/LC_MESSAGES/kio_sftp.mo share/locale/cs/LC_MESSAGES/kio_sieve.mo @@ -426,10 +467,12 @@ share/locale/cs/LC_MESSAGES/kollision.mo share/locale/cs/LC_MESSAGES/kolourpaint.mo share/locale/cs/LC_MESSAGES/kommander.mo share/locale/cs/LC_MESSAGES/kompare.mo +share/locale/cs/LC_MESSAGES/konqprofiles.mo share/locale/cs/LC_MESSAGES/konqueror.mo share/locale/cs/LC_MESSAGES/konquest.mo share/locale/cs/LC_MESSAGES/konsole.mo share/locale/cs/LC_MESSAGES/konsolekalendar.mo +share/locale/cs/LC_MESSAGES/konsoleprofiles.mo share/locale/cs/LC_MESSAGES/kontact.mo share/locale/cs/LC_MESSAGES/kontactinterfaces.mo share/locale/cs/LC_MESSAGES/kopete.mo @@ -459,11 +502,6 @@ share/locale/cs/LC_MESSAGES/krunner.mo share/locale/cs/LC_MESSAGES/ksaneplugin.mo share/locale/cs/LC_MESSAGES/kscd.mo share/locale/cs/LC_MESSAGES/kscreensaver.mo -share/locale/cs/LC_MESSAGES/ksecrets_kio.mo -share/locale/cs/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/cs/LC_MESSAGES/ksecretsservice_api.mo -share/locale/cs/LC_MESSAGES/ksecretsserviced.mo -share/locale/cs/LC_MESSAGES/ksecretsync.mo share/locale/cs/LC_MESSAGES/ksendemail.mo share/locale/cs/LC_MESSAGES/kshellcmdplugin.mo share/locale/cs/LC_MESSAGES/kshisen.mo @@ -485,7 +523,6 @@ share/locale/cs/LC_MESSAGES/ksysguard.mo share/locale/cs/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/cs/LC_MESSAGES/ksystemlog.mo share/locale/cs/LC_MESSAGES/ksystraycmd.mo -share/locale/cs/LC_MESSAGES/kte_acomment.mo share/locale/cs/LC_MESSAGES/kteatime.mo share/locale/cs/LC_MESSAGES/ktesnippets_editor.mo share/locale/cs/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -493,6 +530,7 @@ share/locale/cs/LC_MESSAGES/ktexteditor_plugins.mo share/locale/cs/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/cs/LC_MESSAGES/ktimer.mo share/locale/cs/LC_MESSAGES/ktimetracker.mo +share/locale/cs/LC_MESSAGES/ktnef.mo share/locale/cs/LC_MESSAGES/ktouch.mo share/locale/cs/LC_MESSAGES/ktraderclient.mo share/locale/cs/LC_MESSAGES/ktron.mo @@ -513,7 +551,6 @@ share/locale/cs/LC_MESSAGES/kwin_clients.mo share/locale/cs/LC_MESSAGES/kwin_effects.mo share/locale/cs/LC_MESSAGES/kwinshutdown.mo share/locale/cs/LC_MESSAGES/kwinstartmenu.mo -share/locale/cs/LC_MESSAGES/kwl2kss.mo share/locale/cs/LC_MESSAGES/kwordquiz.mo share/locale/cs/LC_MESSAGES/kwrite.mo share/locale/cs/LC_MESSAGES/kwriteconfig.mo @@ -561,6 +598,7 @@ share/locale/cs/LC_MESSAGES/libkworkspace.mo share/locale/cs/LC_MESSAGES/libkxmlrpcclient.mo share/locale/cs/LC_MESSAGES/liblancelot-datamodels.mo share/locale/cs/LC_MESSAGES/libmailcommon.mo +share/locale/cs/LC_MESSAGES/libmailimporter.mo share/locale/cs/LC_MESSAGES/libmailtransport.mo share/locale/cs/LC_MESSAGES/libmessagecomposer.mo share/locale/cs/LC_MESSAGES/libmessagecore.mo @@ -569,6 +607,7 @@ share/locale/cs/LC_MESSAGES/libmessageviewer.mo share/locale/cs/LC_MESSAGES/liboktetacore.mo share/locale/cs/LC_MESSAGES/liboktetagui.mo share/locale/cs/LC_MESSAGES/liboktetakasten.mo +share/locale/cs/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/cs/LC_MESSAGES/libphonon.mo share/locale/cs/LC_MESSAGES/libplasma.mo share/locale/cs/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -579,7 +618,6 @@ share/locale/cs/LC_MESSAGES/libtaskmanager.mo share/locale/cs/LC_MESSAGES/libtemplateparser.mo share/locale/cs/LC_MESSAGES/lokalize.mo share/locale/cs/LC_MESSAGES/lskat.mo -share/locale/cs/LC_MESSAGES/mailfilteragent.mo share/locale/cs/LC_MESSAGES/mailreader.mo share/locale/cs/LC_MESSAGES/marble.mo share/locale/cs/LC_MESSAGES/marble_qt.mo @@ -620,6 +658,7 @@ share/locale/cs/LC_MESSAGES/okular_plucker.mo share/locale/cs/LC_MESSAGES/okular_poppler.mo share/locale/cs/LC_MESSAGES/okular_tiff.mo share/locale/cs/LC_MESSAGES/okular_xps.mo +share/locale/cs/LC_MESSAGES/pairs.mo share/locale/cs/LC_MESSAGES/palapeli.mo share/locale/cs/LC_MESSAGES/parley.mo share/locale/cs/LC_MESSAGES/phonon_gstreamer.mo @@ -681,6 +720,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/cs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/cs/LC_MESSAGES/plasma_applet_pager.mo share/locale/cs/LC_MESSAGES/plasma_applet_panel.mo share/locale/cs/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -696,7 +736,6 @@ share/locale/cs/LC_MESSAGES/plasma_applet_rtm.mo share/locale/cs/LC_MESSAGES/plasma_applet_sal.mo share/locale/cs/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/cs/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/cs/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/cs/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_skapplet.mo @@ -724,6 +763,7 @@ share/locale/cs/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/cs/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/cs/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/cs/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/cs/LC_MESSAGES/plasma_engine_network.mo share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/cs/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -731,6 +771,8 @@ share/locale/cs/LC_MESSAGES/plasma_engine_rss.mo share/locale/cs/LC_MESSAGES/plasma_engine_share.mo share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo +share/locale/cs/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/cs/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/cs/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/cs/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_activities.mo @@ -764,6 +806,7 @@ share/locale/cs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/cs/LC_MESSAGES/plasma_runner_windows.mo +share/locale/cs/LC_MESSAGES/plasma_runner_youtube.mo share/locale/cs/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/cs/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/cs/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -780,6 +823,7 @@ share/locale/cs/LC_MESSAGES/plasmagenericshell.mo share/locale/cs/LC_MESSAGES/plasmapkg.mo share/locale/cs/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/cs/LC_MESSAGES/plasmoidviewer.mo +share/locale/cs/LC_MESSAGES/pothumbnail.mo share/locale/cs/LC_MESSAGES/powerdevil.mo share/locale/cs/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/cs/LC_MESSAGES/powerdevilglobalconfig.mo @@ -797,7 +841,6 @@ share/locale/cs/LC_MESSAGES/solid-network.mo share/locale/cs/LC_MESSAGES/solid_qt.mo share/locale/cs/LC_MESSAGES/solidcontrol.mo share/locale/cs/LC_MESSAGES/soliduiserver.mo -share/locale/cs/LC_MESSAGES/spy.mo share/locale/cs/LC_MESSAGES/step.mo share/locale/cs/LC_MESSAGES/step_qt.mo share/locale/cs/LC_MESSAGES/strigila_diff.mo @@ -815,12 +858,25 @@ share/locale/cs/LC_MESSAGES/validatorsplugin.mo share/locale/cs/LC_MESSAGES/webarchiver.mo share/locale/cs/LC_MESSAGES/xml_mimetypes.mo share/locale/cs/entry.desktop +@dirrm share/doc/HTML/cs/lskat +@dirrm share/doc/HTML/cs/ktimer +@dirrm share/doc/HTML/cs/ksnapshot +@dirrm share/doc/HTML/cs/kshisen +@dirrm share/doc/HTML/cs/kruler +@dirrm share/doc/HTML/cs/kpat +@dirrm share/doc/HTML/cs/kollision +@dirrm share/doc/HTML/cs/knetwalk +@dirrm share/doc/HTML/cs/kmix +@dirrm share/doc/HTML/cs/kmahjongg +@dirrm share/doc/HTML/cs/kget @dirrm share/doc/HTML/cs/kcontrol/kgamma @dirrm share/doc/HTML/cs/kcontrol/kamera @dirrm share/doc/HTML/cs/kcontrol/fonts @dirrm share/doc/HTML/cs/kcontrol @dirrm share/doc/HTML/cs/kcharselect @dirrm share/doc/HTML/cs/common +@dirrm share/doc/HTML/cs/bovo +@dirrm share/doc/HTML/cs/bomber @dirrm share/apps/kvtml/cs @dirrm share/apps/kvtml @dirrm share/apps/klettres/cs/syllab diff --git a/misc/kde4-l10n-csb/Makefile b/misc/kde4-l10n-csb/Makefile index 961b68235290..c617942ad7e1 100644 --- a/misc/kde4-l10n-csb/Makefile +++ b/misc/kde4-l10n-csb/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: kde4-l10n-csb -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= misc kde +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Cassubian messages and documentation for KDE4 @@ -17,4 +13,4 @@ KDE4_L10N= csb IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-csb/pkg-plist b/misc/kde4-l10n-csb/pkg-plist index 5879be3a9838..ff0001d431cf 100644 --- a/misc/kde4-l10n-csb/pkg-plist +++ b/misc/kde4-l10n-csb/pkg-plist @@ -50,7 +50,6 @@ share/locale/csb/LC_MESSAGES/kcmsmserver.mo share/locale/csb/LC_MESSAGES/kcmstyle.mo share/locale/csb/LC_MESSAGES/kcmusb.mo share/locale/csb/LC_MESSAGES/kcmview1394.mo -share/locale/csb/LC_MESSAGES/kcmxinerama.mo share/locale/csb/LC_MESSAGES/kde-menu.mo share/locale/csb/LC_MESSAGES/kdebugdialog.mo share/locale/csb/LC_MESSAGES/kdecalendarsystems.mo @@ -64,12 +63,8 @@ share/locale/csb/LC_MESSAGES/kdmconfig.mo share/locale/csb/LC_MESSAGES/kdmgreet.mo share/locale/csb/LC_MESSAGES/keditbookmarks.mo share/locale/csb/LC_MESSAGES/kfile.mo -share/locale/csb/LC_MESSAGES/kfile_avi.mo share/locale/csb/LC_MESSAGES/kfile_drgeo.mo share/locale/csb/LC_MESSAGES/kfile_kig.mo -share/locale/csb/LC_MESSAGES/kfile_sid.mo -share/locale/csb/LC_MESSAGES/kfile_theora.mo -share/locale/csb/LC_MESSAGES/kfile_wav.mo share/locale/csb/LC_MESSAGES/kfileaudiopreview4.mo share/locale/csb/LC_MESSAGES/kfindpart.mo share/locale/csb/LC_MESSAGES/kfmclient.mo diff --git a/misc/kde4-l10n-da/Makefile b/misc/kde4-l10n-da/Makefile index d47084c775d2..41e417224717 100644 --- a/misc/kde4-l10n-da/Makefile +++ b/misc/kde4-l10n-da/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: kde4-l10n-da -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= misc kde +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Danish messages and documentation for KDE4 @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-da/distinfo b/misc/kde4-l10n-da/distinfo index a44598502645..0b08289ba43e 100644 --- a/misc/kde4-l10n-da/distinfo +++ b/misc/kde4-l10n-da/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-da-4.8.4.tar.xz) = da6cff466344ff01584aef9e9035a7ab25509fce97c361e1ebb949757d660382 -SIZE (KDE/kde-l10n/kde-l10n-da-4.8.4.tar.xz) = 13576168 +SHA256 (KDE/kde-l10n/kde-l10n-da-4.9.5.tar.xz) = d679364286a6df3fd4e71c5e4dae37a5d267567688e28a253bb0aca41de89e20 +SIZE (KDE/kde-l10n/kde-l10n-da-4.9.5.tar.xz) = 13427768 diff --git a/misc/kde4-l10n-da/pkg-plist b/misc/kde4-l10n-da/pkg-plist index dd7e87cbf071..1413d313bd25 100644 --- a/misc/kde4-l10n-da/pkg-plist +++ b/misc/kde4-l10n-da/pkg-plist @@ -352,11 +352,6 @@ share/doc/HTML/da/konqueror/sidebar.docbook share/doc/HTML/da/konsolekalendar/common share/doc/HTML/da/konsolekalendar/index.cache.bz2 share/doc/HTML/da/konsolekalendar/index.docbook -share/doc/HTML/da/korganizer/common -share/doc/HTML/da/korganizer/index.cache.bz2 -share/doc/HTML/da/korganizer/index.docbook -share/doc/HTML/da/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/da/korganizer/plugins-chapter.docbook share/doc/HTML/da/kppp/accounting.docbook share/doc/HTML/da/kppp/callback.docbook share/doc/HTML/da/kppp/chap.docbook @@ -403,11 +398,14 @@ share/locale/da/LC_MESSAGES/accountwizard_kolab.mo share/locale/da/LC_MESSAGES/accountwizard_mailbox.mo share/locale/da/LC_MESSAGES/accountwizard_maildir.mo share/locale/da/LC_MESSAGES/accountwizard_pop3.mo +share/locale/da/LC_MESSAGES/accountwizard_tine20.mo share/locale/da/LC_MESSAGES/adblock.mo share/locale/da/LC_MESSAGES/akonadi-filestore.mo +share/locale/da/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/da/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/da/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/da/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/da/LC_MESSAGES/akonadi_google_resource.mo share/locale/da/LC_MESSAGES/akonadi_ical_resource.mo share/locale/da/LC_MESSAGES/akonadi_imap_resource.mo share/locale/da/LC_MESSAGES/akonadi_invitations_agent.mo @@ -421,6 +419,7 @@ share/locale/da/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/da/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/da/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/da/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/da/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/da/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/da/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/da/LC_MESSAGES/akonadi_microblog_resource.mo @@ -450,6 +449,7 @@ share/locale/da/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/da/LC_MESSAGES/audiorename_plugin.mo share/locale/da/LC_MESSAGES/autorefresh.mo share/locale/da/LC_MESSAGES/babelfish.mo +share/locale/da/LC_MESSAGES/backupmail.mo share/locale/da/LC_MESSAGES/blinken.mo share/locale/da/LC_MESSAGES/blogilo.mo share/locale/da/LC_MESSAGES/bomber.mo @@ -478,6 +478,7 @@ share/locale/da/LC_MESSAGES/gwenview.mo share/locale/da/LC_MESSAGES/htmlsearch.mo share/locale/da/LC_MESSAGES/imagerename_plugin.mo share/locale/da/LC_MESSAGES/imgalleryplugin.mo +share/locale/da/LC_MESSAGES/importwizard.mo share/locale/da/LC_MESSAGES/jovie.mo share/locale/da/LC_MESSAGES/joystick.mo share/locale/da/LC_MESSAGES/juk.mo @@ -492,6 +493,7 @@ share/locale/da/LC_MESSAGES/kabcformat_binary.mo share/locale/da/LC_MESSAGES/kaccess.mo share/locale/da/LC_MESSAGES/kaccessibleapp.mo share/locale/da/LC_MESSAGES/kactivitymanagerd.mo +share/locale/da/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/da/LC_MESSAGES/kaddressbook-mobile.mo share/locale/da/LC_MESSAGES/kaddressbook.mo share/locale/da/LC_MESSAGES/kaddressbookmigrator.mo @@ -499,6 +501,7 @@ share/locale/da/LC_MESSAGES/kajongg.mo share/locale/da/LC_MESSAGES/kalarm.mo share/locale/da/LC_MESSAGES/kalgebra.mo share/locale/da/LC_MESSAGES/kalzium.mo +share/locale/da/LC_MESSAGES/kanagram-harmattan.mo share/locale/da/LC_MESSAGES/kanagram.mo share/locale/da/LC_MESSAGES/kapman.mo share/locale/da/LC_MESSAGES/kapptemplate.mo @@ -540,6 +543,7 @@ share/locale/da/LC_MESSAGES/kcal_akonadi.mo share/locale/da/LC_MESSAGES/kcalc.mo share/locale/da/LC_MESSAGES/kcertpart.mo share/locale/da/LC_MESSAGES/kcharselect.mo +share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/da/LC_MESSAGES/kcm_akonadi.mo share/locale/da/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/da/LC_MESSAGES/kcm_attica.mo @@ -611,7 +615,6 @@ share/locale/da/LC_MESSAGES/kcmstyle.mo share/locale/da/LC_MESSAGES/kcmusb.mo share/locale/da/LC_MESSAGES/kcmview1394.mo share/locale/da/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/da/LC_MESSAGES/kcmxinerama.mo share/locale/da/LC_MESSAGES/kcolorchooser.mo share/locale/da/LC_MESSAGES/kcron.mo share/locale/da/LC_MESSAGES/kde-menu.mo @@ -634,24 +637,16 @@ share/locale/da/LC_MESSAGES/kdmgreet.mo share/locale/da/LC_MESSAGES/kdontchangethehostname.mo share/locale/da/LC_MESSAGES/keditbookmarks.mo share/locale/da/LC_MESSAGES/kfile.mo -share/locale/da/LC_MESSAGES/kfile_avi.mo share/locale/da/LC_MESSAGES/kfile_dds.mo share/locale/da/LC_MESSAGES/kfile_drgeo.mo share/locale/da/LC_MESSAGES/kfile_exr.mo -share/locale/da/LC_MESSAGES/kfile_flac.mo share/locale/da/LC_MESSAGES/kfile_kig.mo share/locale/da/LC_MESSAGES/kfile_mail.mo -share/locale/da/LC_MESSAGES/kfile_mp3.mo -share/locale/da/LC_MESSAGES/kfile_mpc.mo -share/locale/da/LC_MESSAGES/kfile_ogg.mo share/locale/da/LC_MESSAGES/kfile_pnm.mo share/locale/da/LC_MESSAGES/kfile_raw.mo share/locale/da/LC_MESSAGES/kfile_rgb.mo share/locale/da/LC_MESSAGES/kfile_rpm.mo -share/locale/da/LC_MESSAGES/kfile_sid.mo -share/locale/da/LC_MESSAGES/kfile_theora.mo share/locale/da/LC_MESSAGES/kfile_tiff.mo -share/locale/da/LC_MESSAGES/kfile_wav.mo share/locale/da/LC_MESSAGES/kfile_xps.mo share/locale/da/LC_MESSAGES/kfileaudiopreview4.mo share/locale/da/LC_MESSAGES/kfilereplace.mo @@ -684,6 +679,7 @@ share/locale/da/LC_MESSAGES/kimagemapeditor.mo share/locale/da/LC_MESSAGES/kinetd.mo share/locale/da/LC_MESSAGES/kinfocenter.mo share/locale/da/LC_MESSAGES/kio4.mo +share/locale/da/LC_MESSAGES/kio_activities.mo share/locale/da/LC_MESSAGES/kio_akonadi.mo share/locale/da/LC_MESSAGES/kio_applications.mo share/locale/da/LC_MESSAGES/kio_archive.mo @@ -705,6 +701,7 @@ share/locale/da/LC_MESSAGES/kio_nfs.mo share/locale/da/LC_MESSAGES/kio_nntp.mo share/locale/da/LC_MESSAGES/kio_perldoc.mo share/locale/da/LC_MESSAGES/kio_pop3.mo +share/locale/da/LC_MESSAGES/kio_recentdocuments.mo share/locale/da/LC_MESSAGES/kio_remote.mo share/locale/da/LC_MESSAGES/kio_sftp.mo share/locale/da/LC_MESSAGES/kio_sieve.mo @@ -752,10 +749,12 @@ share/locale/da/LC_MESSAGES/kollision.mo share/locale/da/LC_MESSAGES/kolourpaint.mo share/locale/da/LC_MESSAGES/kommander.mo share/locale/da/LC_MESSAGES/kompare.mo +share/locale/da/LC_MESSAGES/konqprofiles.mo share/locale/da/LC_MESSAGES/konqueror.mo share/locale/da/LC_MESSAGES/konquest.mo share/locale/da/LC_MESSAGES/konsole.mo share/locale/da/LC_MESSAGES/konsolekalendar.mo +share/locale/da/LC_MESSAGES/konsoleprofiles.mo share/locale/da/LC_MESSAGES/kontact.mo share/locale/da/LC_MESSAGES/kontactinterfaces.mo share/locale/da/LC_MESSAGES/kopete.mo @@ -785,11 +784,6 @@ share/locale/da/LC_MESSAGES/krunner.mo share/locale/da/LC_MESSAGES/ksaneplugin.mo share/locale/da/LC_MESSAGES/kscd.mo share/locale/da/LC_MESSAGES/kscreensaver.mo -share/locale/da/LC_MESSAGES/ksecrets_kio.mo -share/locale/da/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/da/LC_MESSAGES/ksecretsservice_api.mo -share/locale/da/LC_MESSAGES/ksecretsserviced.mo -share/locale/da/LC_MESSAGES/ksecretsync.mo share/locale/da/LC_MESSAGES/ksendemail.mo share/locale/da/LC_MESSAGES/kshellcmdplugin.mo share/locale/da/LC_MESSAGES/kshisen.mo @@ -811,7 +805,6 @@ share/locale/da/LC_MESSAGES/ksysguard.mo share/locale/da/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/da/LC_MESSAGES/ksystemlog.mo share/locale/da/LC_MESSAGES/ksystraycmd.mo -share/locale/da/LC_MESSAGES/kte_acomment.mo share/locale/da/LC_MESSAGES/kteatime.mo share/locale/da/LC_MESSAGES/ktesnippets_editor.mo share/locale/da/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -819,6 +812,7 @@ share/locale/da/LC_MESSAGES/ktexteditor_plugins.mo share/locale/da/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/da/LC_MESSAGES/ktimer.mo share/locale/da/LC_MESSAGES/ktimetracker.mo +share/locale/da/LC_MESSAGES/ktnef.mo share/locale/da/LC_MESSAGES/ktouch.mo share/locale/da/LC_MESSAGES/ktraderclient.mo share/locale/da/LC_MESSAGES/ktron.mo @@ -839,7 +833,6 @@ share/locale/da/LC_MESSAGES/kwin_clients.mo share/locale/da/LC_MESSAGES/kwin_effects.mo share/locale/da/LC_MESSAGES/kwinshutdown.mo share/locale/da/LC_MESSAGES/kwinstartmenu.mo -share/locale/da/LC_MESSAGES/kwl2kss.mo share/locale/da/LC_MESSAGES/kwordquiz.mo share/locale/da/LC_MESSAGES/kwrite.mo share/locale/da/LC_MESSAGES/kwriteconfig.mo @@ -887,6 +880,7 @@ share/locale/da/LC_MESSAGES/libkworkspace.mo share/locale/da/LC_MESSAGES/libkxmlrpcclient.mo share/locale/da/LC_MESSAGES/liblancelot-datamodels.mo share/locale/da/LC_MESSAGES/libmailcommon.mo +share/locale/da/LC_MESSAGES/libmailimporter.mo share/locale/da/LC_MESSAGES/libmailtransport.mo share/locale/da/LC_MESSAGES/libmessagecomposer.mo share/locale/da/LC_MESSAGES/libmessagecore.mo @@ -895,6 +889,7 @@ share/locale/da/LC_MESSAGES/libmessageviewer.mo share/locale/da/LC_MESSAGES/liboktetacore.mo share/locale/da/LC_MESSAGES/liboktetagui.mo share/locale/da/LC_MESSAGES/liboktetakasten.mo +share/locale/da/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/da/LC_MESSAGES/libphonon.mo share/locale/da/LC_MESSAGES/libplasma.mo share/locale/da/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -905,7 +900,6 @@ share/locale/da/LC_MESSAGES/libtaskmanager.mo share/locale/da/LC_MESSAGES/libtemplateparser.mo share/locale/da/LC_MESSAGES/lokalize.mo share/locale/da/LC_MESSAGES/lskat.mo -share/locale/da/LC_MESSAGES/mailfilteragent.mo share/locale/da/LC_MESSAGES/mailreader.mo share/locale/da/LC_MESSAGES/marble.mo share/locale/da/LC_MESSAGES/marble_qt.mo @@ -946,6 +940,7 @@ share/locale/da/LC_MESSAGES/okular_plucker.mo share/locale/da/LC_MESSAGES/okular_poppler.mo share/locale/da/LC_MESSAGES/okular_tiff.mo share/locale/da/LC_MESSAGES/okular_xps.mo +share/locale/da/LC_MESSAGES/pairs.mo share/locale/da/LC_MESSAGES/palapeli.mo share/locale/da/LC_MESSAGES/parley.mo share/locale/da/LC_MESSAGES/phonon_gstreamer.mo @@ -1007,6 +1002,7 @@ share/locale/da/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/da/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/da/LC_MESSAGES/plasma_applet_pager.mo share/locale/da/LC_MESSAGES/plasma_applet_panel.mo share/locale/da/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1022,7 +1018,6 @@ share/locale/da/LC_MESSAGES/plasma_applet_rtm.mo share/locale/da/LC_MESSAGES/plasma_applet_sal.mo share/locale/da/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/da/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/da/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/da/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1050,6 +1045,7 @@ share/locale/da/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo share/locale/da/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/da/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/da/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/da/LC_MESSAGES/plasma_engine_network.mo share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo share/locale/da/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1057,6 +1053,8 @@ share/locale/da/LC_MESSAGES/plasma_engine_rss.mo share/locale/da/LC_MESSAGES/plasma_engine_share.mo share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/da/LC_MESSAGES/plasma_engine_weather.mo +share/locale/da/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/da/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/da/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/da/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/da/LC_MESSAGES/plasma_runner_activities.mo @@ -1090,6 +1088,7 @@ share/locale/da/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/da/LC_MESSAGES/plasma_runner_windows.mo +share/locale/da/LC_MESSAGES/plasma_runner_youtube.mo share/locale/da/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/da/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/da/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1106,6 +1105,7 @@ share/locale/da/LC_MESSAGES/plasmagenericshell.mo share/locale/da/LC_MESSAGES/plasmapkg.mo share/locale/da/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/da/LC_MESSAGES/plasmoidviewer.mo +share/locale/da/LC_MESSAGES/pothumbnail.mo share/locale/da/LC_MESSAGES/powerdevil.mo share/locale/da/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/da/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1123,7 +1123,6 @@ share/locale/da/LC_MESSAGES/solid-network.mo share/locale/da/LC_MESSAGES/solid_qt.mo share/locale/da/LC_MESSAGES/solidcontrol.mo share/locale/da/LC_MESSAGES/soliduiserver.mo -share/locale/da/LC_MESSAGES/spy.mo share/locale/da/LC_MESSAGES/step.mo share/locale/da/LC_MESSAGES/step_qt.mo share/locale/da/LC_MESSAGES/strigila_diff.mo @@ -1144,7 +1143,6 @@ share/locale/da/entry.desktop @dirrm share/doc/HTML/da/umbrello @dirrm share/doc/HTML/da/ksysguard @dirrm share/doc/HTML/da/kppp -@dirrm share/doc/HTML/da/korganizer @dirrm share/doc/HTML/da/konsolekalendar @dirrm share/doc/HTML/da/konqueror @dirrm share/doc/HTML/da/kommander diff --git a/misc/kde4-l10n-el/Makefile b/misc/kde4-l10n-el/Makefile index f4f9fdc4b1ee..7350a5f2fa7c 100644 --- a/misc/kde4-l10n-el/Makefile +++ b/misc/kde4-l10n-el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-el -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-el/distinfo b/misc/kde4-l10n-el/distinfo index 19d65828bdc4..811b85f69352 100644 --- a/misc/kde4-l10n-el/distinfo +++ b/misc/kde4-l10n-el/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-el-4.8.4.tar.xz) = 20b5097714dc648af8723bcf9a2e6db361e4c7dac2a4387d8ffe5dedd11677f2 -SIZE (KDE/kde-l10n/kde-l10n-el-4.8.4.tar.xz) = 4771056 +SHA256 (KDE/kde-l10n/kde-l10n-el-4.9.5.tar.xz) = b59ad9f38e32603f620691903e4ad6da9b2a1f361904679c3f24f9499b8018eb +SIZE (KDE/kde-l10n/kde-l10n-el-4.9.5.tar.xz) = 4822860 diff --git a/misc/kde4-l10n-el/pkg-plist b/misc/kde4-l10n-el/pkg-plist index f331e41d5844..e20b6da1b4a0 100644 --- a/misc/kde4-l10n-el/pkg-plist +++ b/misc/kde4-l10n-el/pkg-plist @@ -160,11 +160,14 @@ share/locale/el/LC_MESSAGES/accountwizard_kolab.mo share/locale/el/LC_MESSAGES/accountwizard_mailbox.mo share/locale/el/LC_MESSAGES/accountwizard_maildir.mo share/locale/el/LC_MESSAGES/accountwizard_pop3.mo +share/locale/el/LC_MESSAGES/accountwizard_tine20.mo share/locale/el/LC_MESSAGES/adblock.mo share/locale/el/LC_MESSAGES/akonadi-filestore.mo +share/locale/el/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/el/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/el/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/el/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/el/LC_MESSAGES/akonadi_google_resource.mo share/locale/el/LC_MESSAGES/akonadi_ical_resource.mo share/locale/el/LC_MESSAGES/akonadi_imap_resource.mo share/locale/el/LC_MESSAGES/akonadi_invitations_agent.mo @@ -178,6 +181,7 @@ share/locale/el/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/el/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/el/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/el/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/el/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/el/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/el/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/el/LC_MESSAGES/akonadi_microblog_resource.mo @@ -193,6 +197,8 @@ share/locale/el/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/el/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/el/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/el/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/locale/el/LC_MESSAGES/akonadicontact.mo +share/locale/el/LC_MESSAGES/akonadinotes.mo share/locale/el/LC_MESSAGES/akonaditray.mo share/locale/el/LC_MESSAGES/akregator.mo share/locale/el/LC_MESSAGES/akregator_konqplugin.mo @@ -205,12 +211,15 @@ share/locale/el/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/el/LC_MESSAGES/audiorename_plugin.mo share/locale/el/LC_MESSAGES/autorefresh.mo share/locale/el/LC_MESSAGES/babelfish.mo +share/locale/el/LC_MESSAGES/backupmail.mo share/locale/el/LC_MESSAGES/blinken.mo +share/locale/el/LC_MESSAGES/blogilo.mo share/locale/el/LC_MESSAGES/bomber.mo share/locale/el/LC_MESSAGES/bovo.mo share/locale/el/LC_MESSAGES/calendarsupport.mo share/locale/el/LC_MESSAGES/cantor.mo share/locale/el/LC_MESSAGES/cervisia.mo +share/locale/el/LC_MESSAGES/cryptopageplugin.mo share/locale/el/LC_MESSAGES/cvsservice.mo share/locale/el/LC_MESSAGES/dirfilterplugin.mo share/locale/el/LC_MESSAGES/display.mo @@ -220,6 +229,8 @@ share/locale/el/LC_MESSAGES/dragonplayer.mo share/locale/el/LC_MESSAGES/drkonqi.mo share/locale/el/LC_MESSAGES/filelight.mo share/locale/el/LC_MESSAGES/filetypes.mo +share/locale/el/LC_MESSAGES/fileviewbazaarplugin.mo +share/locale/el/LC_MESSAGES/fileviewgitplugin.mo share/locale/el/LC_MESSAGES/freespacenotifier.mo share/locale/el/LC_MESSAGES/fsview.mo share/locale/el/LC_MESSAGES/granatier.mo @@ -227,6 +238,7 @@ share/locale/el/LC_MESSAGES/gwenview.mo share/locale/el/LC_MESSAGES/htmlsearch.mo share/locale/el/LC_MESSAGES/imagerename_plugin.mo share/locale/el/LC_MESSAGES/imgalleryplugin.mo +share/locale/el/LC_MESSAGES/importwizard.mo share/locale/el/LC_MESSAGES/jovie.mo share/locale/el/LC_MESSAGES/joystick.mo share/locale/el/LC_MESSAGES/juk.mo @@ -248,6 +260,7 @@ share/locale/el/LC_MESSAGES/kajongg.mo share/locale/el/LC_MESSAGES/kalarm.mo share/locale/el/LC_MESSAGES/kalgebra.mo share/locale/el/LC_MESSAGES/kalzium.mo +share/locale/el/LC_MESSAGES/kanagram-harmattan.mo share/locale/el/LC_MESSAGES/kanagram.mo share/locale/el/LC_MESSAGES/kapman.mo share/locale/el/LC_MESSAGES/kapptemplate.mo @@ -289,7 +302,9 @@ share/locale/el/LC_MESSAGES/kcal_akonadi.mo share/locale/el/LC_MESSAGES/kcalc.mo share/locale/el/LC_MESSAGES/kcertpart.mo share/locale/el/LC_MESSAGES/kcharselect.mo +share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/el/LC_MESSAGES/kcm_akonadi.mo +share/locale/el/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/el/LC_MESSAGES/kcm_attica.mo share/locale/el/LC_MESSAGES/kcm_autostart.mo share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo @@ -307,6 +322,7 @@ share/locale/el/LC_MESSAGES/kcm_pci.mo share/locale/el/LC_MESSAGES/kcm_phonon.mo share/locale/el/LC_MESSAGES/kcm_phononxine.mo share/locale/el/LC_MESSAGES/kcm_platform.mo +share/locale/el/LC_MESSAGES/kcm_remotecontrol.mo share/locale/el/LC_MESSAGES/kcm_solid.mo share/locale/el/LC_MESSAGES/kcm_solid_actions.mo share/locale/el/LC_MESSAGES/kcm_standard_actions.mo @@ -358,7 +374,6 @@ share/locale/el/LC_MESSAGES/kcmstyle.mo share/locale/el/LC_MESSAGES/kcmusb.mo share/locale/el/LC_MESSAGES/kcmview1394.mo share/locale/el/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/el/LC_MESSAGES/kcmxinerama.mo share/locale/el/LC_MESSAGES/kcolorchooser.mo share/locale/el/LC_MESSAGES/kcron.mo share/locale/el/LC_MESSAGES/kde-menu.mo @@ -373,6 +388,7 @@ share/locale/el/LC_MESSAGES/kdeqt.mo share/locale/el/LC_MESSAGES/kdesu.mo share/locale/el/LC_MESSAGES/kdesud.mo share/locale/el/LC_MESSAGES/kdf.mo +share/locale/el/LC_MESSAGES/kdgantt2.mo share/locale/el/LC_MESSAGES/kdialog.mo share/locale/el/LC_MESSAGES/kdiamond.mo share/locale/el/LC_MESSAGES/kdmconfig.mo @@ -380,24 +396,16 @@ share/locale/el/LC_MESSAGES/kdmgreet.mo share/locale/el/LC_MESSAGES/kdontchangethehostname.mo share/locale/el/LC_MESSAGES/keditbookmarks.mo share/locale/el/LC_MESSAGES/kfile.mo -share/locale/el/LC_MESSAGES/kfile_avi.mo share/locale/el/LC_MESSAGES/kfile_dds.mo share/locale/el/LC_MESSAGES/kfile_drgeo.mo share/locale/el/LC_MESSAGES/kfile_exr.mo -share/locale/el/LC_MESSAGES/kfile_flac.mo share/locale/el/LC_MESSAGES/kfile_kig.mo share/locale/el/LC_MESSAGES/kfile_mail.mo -share/locale/el/LC_MESSAGES/kfile_mp3.mo -share/locale/el/LC_MESSAGES/kfile_mpc.mo -share/locale/el/LC_MESSAGES/kfile_ogg.mo share/locale/el/LC_MESSAGES/kfile_pnm.mo share/locale/el/LC_MESSAGES/kfile_raw.mo share/locale/el/LC_MESSAGES/kfile_rgb.mo share/locale/el/LC_MESSAGES/kfile_rpm.mo -share/locale/el/LC_MESSAGES/kfile_sid.mo -share/locale/el/LC_MESSAGES/kfile_theora.mo share/locale/el/LC_MESSAGES/kfile_tiff.mo -share/locale/el/LC_MESSAGES/kfile_wav.mo share/locale/el/LC_MESSAGES/kfile_xps.mo share/locale/el/LC_MESSAGES/kfileaudiopreview4.mo share/locale/el/LC_MESSAGES/kfilereplace.mo @@ -430,6 +438,7 @@ share/locale/el/LC_MESSAGES/kimagemapeditor.mo share/locale/el/LC_MESSAGES/kinetd.mo share/locale/el/LC_MESSAGES/kinfocenter.mo share/locale/el/LC_MESSAGES/kio4.mo +share/locale/el/LC_MESSAGES/kio_activities.mo share/locale/el/LC_MESSAGES/kio_akonadi.mo share/locale/el/LC_MESSAGES/kio_applications.mo share/locale/el/LC_MESSAGES/kio_archive.mo @@ -451,6 +460,7 @@ share/locale/el/LC_MESSAGES/kio_nfs.mo share/locale/el/LC_MESSAGES/kio_nntp.mo share/locale/el/LC_MESSAGES/kio_perldoc.mo share/locale/el/LC_MESSAGES/kio_pop3.mo +share/locale/el/LC_MESSAGES/kio_recentdocuments.mo share/locale/el/LC_MESSAGES/kio_remote.mo share/locale/el/LC_MESSAGES/kio_sftp.mo share/locale/el/LC_MESSAGES/kio_sieve.mo @@ -477,6 +487,7 @@ share/locale/el/LC_MESSAGES/klock.mo share/locale/el/LC_MESSAGES/kmag.mo share/locale/el/LC_MESSAGES/kmahjongg.mo share/locale/el/LC_MESSAGES/kmail-migrator.mo +share/locale/el/LC_MESSAGES/kmail-mobile.mo share/locale/el/LC_MESSAGES/kmail.mo share/locale/el/LC_MESSAGES/kmailcvt.mo share/locale/el/LC_MESSAGES/kmenuedit.mo @@ -496,10 +507,12 @@ share/locale/el/LC_MESSAGES/kollision.mo share/locale/el/LC_MESSAGES/kolourpaint.mo share/locale/el/LC_MESSAGES/kommander.mo share/locale/el/LC_MESSAGES/kompare.mo +share/locale/el/LC_MESSAGES/konqprofiles.mo share/locale/el/LC_MESSAGES/konqueror.mo share/locale/el/LC_MESSAGES/konquest.mo share/locale/el/LC_MESSAGES/konsole.mo share/locale/el/LC_MESSAGES/konsolekalendar.mo +share/locale/el/LC_MESSAGES/konsoleprofiles.mo share/locale/el/LC_MESSAGES/kontact.mo share/locale/el/LC_MESSAGES/kontactinterfaces.mo share/locale/el/LC_MESSAGES/kopete.mo @@ -513,9 +526,11 @@ share/locale/el/LC_MESSAGES/kppp.mo share/locale/el/LC_MESSAGES/kppplogview.mo share/locale/el/LC_MESSAGES/kquitapp.mo share/locale/el/LC_MESSAGES/krandr.mo +share/locale/el/LC_MESSAGES/krcdnotifieritem.mo share/locale/el/LC_MESSAGES/krdb.mo share/locale/el/LC_MESSAGES/krdc.mo share/locale/el/LC_MESSAGES/kreadconfig.mo +share/locale/el/LC_MESSAGES/kremotecontroldaemon.mo share/locale/el/LC_MESSAGES/kres-migrator.mo share/locale/el/LC_MESSAGES/kres_blog.mo share/locale/el/LC_MESSAGES/kres_remote.mo @@ -547,7 +562,6 @@ share/locale/el/LC_MESSAGES/ksysguard.mo share/locale/el/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/el/LC_MESSAGES/ksystemlog.mo share/locale/el/LC_MESSAGES/ksystraycmd.mo -share/locale/el/LC_MESSAGES/kte_acomment.mo share/locale/el/LC_MESSAGES/kteatime.mo share/locale/el/LC_MESSAGES/ktesnippets_editor.mo share/locale/el/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -581,11 +595,16 @@ share/locale/el/LC_MESSAGES/kwriteconfig.mo share/locale/el/LC_MESSAGES/kxkb.mo share/locale/el/LC_MESSAGES/kxsconfig.mo share/locale/el/LC_MESSAGES/lancelot.mo +share/locale/el/LC_MESSAGES/libakonadi-calendar.mo +share/locale/el/LC_MESSAGES/libakonadi-kmime.mo share/locale/el/LC_MESSAGES/libakonadi.mo +share/locale/el/LC_MESSAGES/libeventviews.mo +share/locale/el/LC_MESSAGES/libincidenceeditors.mo share/locale/el/LC_MESSAGES/libkalarmcal.mo share/locale/el/LC_MESSAGES/libkasten.mo share/locale/el/LC_MESSAGES/libkblog.mo share/locale/el/LC_MESSAGES/libkcal.mo +share/locale/el/LC_MESSAGES/libkcalutils.mo share/locale/el/LC_MESSAGES/libkcddb.mo share/locale/el/LC_MESSAGES/libkcompactdisc.mo share/locale/el/LC_MESSAGES/libkdcraw.mo @@ -593,6 +612,7 @@ share/locale/el/LC_MESSAGES/libkdecorations.mo share/locale/el/LC_MESSAGES/libkdeedu.mo share/locale/el/LC_MESSAGES/libkdegames.mo share/locale/el/LC_MESSAGES/libkdepim.mo +share/locale/el/LC_MESSAGES/libkdepimmobileui.mo share/locale/el/LC_MESSAGES/libkexiv2.mo share/locale/el/LC_MESSAGES/libkholidays.mo share/locale/el/LC_MESSAGES/libkimap.mo @@ -605,6 +625,7 @@ share/locale/el/LC_MESSAGES/libkpgp.mo share/locale/el/LC_MESSAGES/libkpimidentities.mo share/locale/el/LC_MESSAGES/libkpimtextedit.mo share/locale/el/LC_MESSAGES/libkpimutils.mo +share/locale/el/LC_MESSAGES/libkremotecontrol.mo share/locale/el/LC_MESSAGES/libkresources.mo share/locale/el/LC_MESSAGES/libksane.mo share/locale/el/LC_MESSAGES/libkscreensaver.mo @@ -614,13 +635,17 @@ share/locale/el/LC_MESSAGES/libkunitconversion.mo share/locale/el/LC_MESSAGES/libkworkspace.mo share/locale/el/LC_MESSAGES/libkxmlrpcclient.mo share/locale/el/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/el/LC_MESSAGES/libmailcommon.mo +share/locale/el/LC_MESSAGES/libmailimporter.mo share/locale/el/LC_MESSAGES/libmailtransport.mo share/locale/el/LC_MESSAGES/libmessagecomposer.mo share/locale/el/LC_MESSAGES/libmessagecore.mo share/locale/el/LC_MESSAGES/libmessagelist.mo share/locale/el/LC_MESSAGES/libmessageviewer.mo share/locale/el/LC_MESSAGES/liboktetacore.mo +share/locale/el/LC_MESSAGES/liboktetagui.mo share/locale/el/LC_MESSAGES/liboktetakasten.mo +share/locale/el/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/el/LC_MESSAGES/libphonon.mo share/locale/el/LC_MESSAGES/libplasma.mo share/locale/el/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -634,6 +659,7 @@ share/locale/el/LC_MESSAGES/lskat.mo share/locale/el/LC_MESSAGES/mailreader.mo share/locale/el/LC_MESSAGES/marble.mo share/locale/el/LC_MESSAGES/marble_qt.mo +share/locale/el/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -649,7 +675,9 @@ share/locale/el/LC_MESSAGES/nepomukserver.mo share/locale/el/LC_MESSAGES/nepomukservicestub.mo share/locale/el/LC_MESSAGES/nepomukstorage.mo share/locale/el/LC_MESSAGES/newmailnotifieragent.mo +share/locale/el/LC_MESSAGES/notes-mobile.mo share/locale/el/LC_MESSAGES/nsplugin.mo +share/locale/el/LC_MESSAGES/okteta-mobile.mo share/locale/el/LC_MESSAGES/okteta.mo share/locale/el/LC_MESSAGES/oktetapart.mo share/locale/el/LC_MESSAGES/okular.mo @@ -725,6 +753,7 @@ share/locale/el/LC_MESSAGES/plasma_applet_notifier.mo share/locale/el/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/el/LC_MESSAGES/plasma_applet_pager.mo share/locale/el/LC_MESSAGES/plasma_applet_panel.mo share/locale/el/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -740,7 +769,6 @@ share/locale/el/LC_MESSAGES/plasma_applet_rtm.mo share/locale/el/LC_MESSAGES/plasma_applet_sal.mo share/locale/el/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/el/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/el/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/el/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_skapplet.mo @@ -768,6 +796,7 @@ share/locale/el/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo share/locale/el/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/el/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/el/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/el/LC_MESSAGES/plasma_engine_network.mo share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo share/locale/el/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -775,6 +804,8 @@ share/locale/el/LC_MESSAGES/plasma_engine_rss.mo share/locale/el/LC_MESSAGES/plasma_engine_share.mo share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/el/LC_MESSAGES/plasma_engine_weather.mo +share/locale/el/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/el/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/el/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/el/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/el/LC_MESSAGES/plasma_runner_activities.mo @@ -808,6 +839,7 @@ share/locale/el/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/el/LC_MESSAGES/plasma_runner_windows.mo +share/locale/el/LC_MESSAGES/plasma_runner_youtube.mo share/locale/el/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/el/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/el/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -816,6 +848,7 @@ share/locale/el/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/el/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/el/LC_MESSAGES/plasmaengineexplorer.mo @@ -839,7 +872,6 @@ share/locale/el/LC_MESSAGES/solid-network.mo share/locale/el/LC_MESSAGES/solid_qt.mo share/locale/el/LC_MESSAGES/solidcontrol.mo share/locale/el/LC_MESSAGES/soliduiserver.mo -share/locale/el/LC_MESSAGES/spy.mo share/locale/el/LC_MESSAGES/step.mo share/locale/el/LC_MESSAGES/step_qt.mo share/locale/el/LC_MESSAGES/strigila_diff.mo @@ -848,6 +880,7 @@ share/locale/el/LC_MESSAGES/svgpart.mo share/locale/el/LC_MESSAGES/sweeper.mo share/locale/el/LC_MESSAGES/system-config-printer-kde.mo share/locale/el/LC_MESSAGES/systemsettings.mo +share/locale/el/LC_MESSAGES/tasks-mobile.mo share/locale/el/LC_MESSAGES/timezones4.mo share/locale/el/LC_MESSAGES/uachangerplugin.mo share/locale/el/LC_MESSAGES/umbrello.mo diff --git a/misc/kde4-l10n-en_GB/Makefile b/misc/kde4-l10n-en_GB/Makefile index fe3ae78a599a..dcef1f8644dd 100644 --- a/misc/kde4-l10n-en_GB/Makefile +++ b/misc/kde4-l10n-en_GB/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-en_GB -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= British messages and documentation for KDE4 KDE4_L10N= en_GB .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-en_GB/distinfo b/misc/kde4-l10n-en_GB/distinfo index 0210e05b34ba..5e476a95ab31 100644 --- a/misc/kde4-l10n-en_GB/distinfo +++ b/misc/kde4-l10n-en_GB/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-en_GB-4.8.4.tar.xz) = 45442fdf1b7ca5943eab38283f30c41dcfb4d64ab9fd26fe6cae596a230e1c1f -SIZE (KDE/kde-l10n/kde-l10n-en_GB-4.8.4.tar.xz) = 3186728 +SHA256 (KDE/kde-l10n/kde-l10n-en_GB-4.9.5.tar.xz) = 1455980ab383712497386c65f4e0ad84e5de779dc4bc49ab84bf26852b190cc4 +SIZE (KDE/kde-l10n/kde-l10n-en_GB-4.9.5.tar.xz) = 3143780 diff --git a/misc/kde4-l10n-en_GB/pkg-plist b/misc/kde4-l10n-en_GB/pkg-plist index 4ac8db0378f5..9831106685c5 100644 --- a/misc/kde4-l10n-en_GB/pkg-plist +++ b/misc/kde4-l10n-en_GB/pkg-plist @@ -358,7 +358,6 @@ share/locale/en_GB/LC_MESSAGES/kcmstyle.mo share/locale/en_GB/LC_MESSAGES/kcmusb.mo share/locale/en_GB/LC_MESSAGES/kcmview1394.mo share/locale/en_GB/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/en_GB/LC_MESSAGES/kcmxinerama.mo share/locale/en_GB/LC_MESSAGES/kcolorchooser.mo share/locale/en_GB/LC_MESSAGES/kcron.mo share/locale/en_GB/LC_MESSAGES/kde-menu.mo @@ -381,24 +380,16 @@ share/locale/en_GB/LC_MESSAGES/kdmgreet.mo share/locale/en_GB/LC_MESSAGES/kdontchangethehostname.mo share/locale/en_GB/LC_MESSAGES/keditbookmarks.mo share/locale/en_GB/LC_MESSAGES/kfile.mo -share/locale/en_GB/LC_MESSAGES/kfile_avi.mo share/locale/en_GB/LC_MESSAGES/kfile_dds.mo share/locale/en_GB/LC_MESSAGES/kfile_drgeo.mo share/locale/en_GB/LC_MESSAGES/kfile_exr.mo -share/locale/en_GB/LC_MESSAGES/kfile_flac.mo share/locale/en_GB/LC_MESSAGES/kfile_kig.mo share/locale/en_GB/LC_MESSAGES/kfile_mail.mo -share/locale/en_GB/LC_MESSAGES/kfile_mp3.mo -share/locale/en_GB/LC_MESSAGES/kfile_mpc.mo -share/locale/en_GB/LC_MESSAGES/kfile_ogg.mo share/locale/en_GB/LC_MESSAGES/kfile_pnm.mo share/locale/en_GB/LC_MESSAGES/kfile_raw.mo share/locale/en_GB/LC_MESSAGES/kfile_rgb.mo share/locale/en_GB/LC_MESSAGES/kfile_rpm.mo -share/locale/en_GB/LC_MESSAGES/kfile_sid.mo -share/locale/en_GB/LC_MESSAGES/kfile_theora.mo share/locale/en_GB/LC_MESSAGES/kfile_tiff.mo -share/locale/en_GB/LC_MESSAGES/kfile_wav.mo share/locale/en_GB/LC_MESSAGES/kfile_xps.mo share/locale/en_GB/LC_MESSAGES/kfileaudiopreview4.mo share/locale/en_GB/LC_MESSAGES/kfilereplace.mo @@ -626,6 +617,7 @@ share/locale/en_GB/LC_MESSAGES/libkworkspace.mo share/locale/en_GB/LC_MESSAGES/libkxmlrpcclient.mo share/locale/en_GB/LC_MESSAGES/liblancelot-datamodels.mo share/locale/en_GB/LC_MESSAGES/libmailcommon.mo +share/locale/en_GB/LC_MESSAGES/libmailimporter.mo share/locale/en_GB/LC_MESSAGES/libmailtransport.mo share/locale/en_GB/LC_MESSAGES/libmessagecomposer.mo share/locale/en_GB/LC_MESSAGES/libmessagecore.mo @@ -850,7 +842,6 @@ share/locale/en_GB/LC_MESSAGES/solid-network.mo share/locale/en_GB/LC_MESSAGES/solid_qt.mo share/locale/en_GB/LC_MESSAGES/solidcontrol.mo share/locale/en_GB/LC_MESSAGES/soliduiserver.mo -share/locale/en_GB/LC_MESSAGES/spy.mo share/locale/en_GB/LC_MESSAGES/step.mo share/locale/en_GB/LC_MESSAGES/step_qt.mo share/locale/en_GB/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index 7e3072767eff..b8fe7796c9d3 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-eo -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ KDE4_L10N= eo IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-eo/pkg-plist b/misc/kde4-l10n-eo/pkg-plist index 7d964a200e10..cf2e40784966 100644 --- a/misc/kde4-l10n-eo/pkg-plist +++ b/misc/kde4-l10n-eo/pkg-plist @@ -149,7 +149,6 @@ share/locale/eo/LC_MESSAGES/kcmstyle.mo share/locale/eo/LC_MESSAGES/kcmusb.mo share/locale/eo/LC_MESSAGES/kcmview1394.mo share/locale/eo/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/eo/LC_MESSAGES/kcmxinerama.mo share/locale/eo/LC_MESSAGES/kcolorchooser.mo share/locale/eo/LC_MESSAGES/kcron.mo share/locale/eo/LC_MESSAGES/kde-menu.mo @@ -169,23 +168,15 @@ share/locale/eo/LC_MESSAGES/kdmconfig.mo share/locale/eo/LC_MESSAGES/kdmgreet.mo share/locale/eo/LC_MESSAGES/keditbookmarks.mo share/locale/eo/LC_MESSAGES/kfile.mo -share/locale/eo/LC_MESSAGES/kfile_avi.mo share/locale/eo/LC_MESSAGES/kfile_dds.mo share/locale/eo/LC_MESSAGES/kfile_drgeo.mo share/locale/eo/LC_MESSAGES/kfile_exr.mo -share/locale/eo/LC_MESSAGES/kfile_flac.mo share/locale/eo/LC_MESSAGES/kfile_kig.mo -share/locale/eo/LC_MESSAGES/kfile_mp3.mo -share/locale/eo/LC_MESSAGES/kfile_mpc.mo -share/locale/eo/LC_MESSAGES/kfile_ogg.mo share/locale/eo/LC_MESSAGES/kfile_pnm.mo share/locale/eo/LC_MESSAGES/kfile_raw.mo share/locale/eo/LC_MESSAGES/kfile_rgb.mo share/locale/eo/LC_MESSAGES/kfile_rpm.mo -share/locale/eo/LC_MESSAGES/kfile_sid.mo -share/locale/eo/LC_MESSAGES/kfile_theora.mo share/locale/eo/LC_MESSAGES/kfile_tiff.mo -share/locale/eo/LC_MESSAGES/kfile_wav.mo share/locale/eo/LC_MESSAGES/kfile_xps.mo share/locale/eo/LC_MESSAGES/kfileaudiopreview4.mo share/locale/eo/LC_MESSAGES/kfilereplace.mo @@ -577,7 +568,6 @@ share/locale/eo/LC_MESSAGES/solid-powermanagement.mo share/locale/eo/LC_MESSAGES/solid_qt.mo share/locale/eo/LC_MESSAGES/solidcontrol.mo share/locale/eo/LC_MESSAGES/soliduiserver.mo -share/locale/eo/LC_MESSAGES/spy.mo share/locale/eo/LC_MESSAGES/step.mo share/locale/eo/LC_MESSAGES/step_qt.mo share/locale/eo/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-es/Makefile b/misc/kde4-l10n-es/Makefile index f3a736145098..03c42093d135 100644 --- a/misc/kde4-l10n-es/Makefile +++ b/misc/kde4-l10n-es/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-es -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-es/Makefile.man b/misc/kde4-l10n-es/Makefile.man index 38b4749bf9dd..a15a4be8b0a7 100644 --- a/misc/kde4-l10n-es/Makefile.man +++ b/misc/kde4-l10n-es/Makefile.man @@ -16,7 +16,6 @@ MAN1+= extractrc.1 MAN1+= fixincludes.1 MAN1+= kabcclient.1 MAN1+= kalzium.1 -MAN1+= kate.1 MAN1+= kbookmarkmerger.1 MAN1+= kbruch.1 MAN1+= kconfig_compiler.1 diff --git a/misc/kde4-l10n-es/distinfo b/misc/kde4-l10n-es/distinfo index 9b2220c8f7ba..080535b2deb0 100644 --- a/misc/kde4-l10n-es/distinfo +++ b/misc/kde4-l10n-es/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-es-4.8.4.tar.xz) = 611ecca29f07590ee5f7a932e352d9629b141d1b46b735594b62b53fb439d471 -SIZE (KDE/kde-l10n/kde-l10n-es-4.8.4.tar.xz) = 23481848 +SHA256 (KDE/kde-l10n/kde-l10n-es-4.9.5.tar.xz) = b3a6eb88ac743c9992c937c08f255ad4dae04c3cf98834e3a3ab0d92f2c1ddc5 +SIZE (KDE/kde-l10n/kde-l10n-es-4.9.5.tar.xz) = 23379100 diff --git a/misc/kde4-l10n-es/pkg-plist b/misc/kde4-l10n-es/pkg-plist index d2f510c1a5be..8b5668bd5ba7 100644 --- a/misc/kde4-l10n-es/pkg-plist +++ b/misc/kde4-l10n-es/pkg-plist @@ -282,6 +282,7 @@ share/doc/HTML/es/kalzium/index.cache.bz2 share/doc/HTML/es/kalzium/index.docbook share/doc/HTML/es/kalzium/infodialog_bohr.png share/doc/HTML/es/kalzium/infodialog_data_overview.png +share/doc/HTML/es/kalzium/infodialog_extra.png share/doc/HTML/es/kalzium/infodialog_isotopes.png share/doc/HTML/es/kalzium/infodialog_misc.png share/doc/HTML/es/kalzium/infodialog_spectrum.png @@ -290,6 +291,7 @@ share/doc/HTML/es/kalzium/quick-1.png share/doc/HTML/es/kalzium/quick-2.png share/doc/HTML/es/kalzium/quick-3.png share/doc/HTML/es/kalzium/quick-4.png +share/doc/HTML/es/kalzium/screenshot-calc-conc.png share/doc/HTML/es/kalzium/screenshot1.png share/doc/HTML/es/kalzium/screenshot2.png share/doc/HTML/es/kalzium/screenshot5.png @@ -310,25 +312,6 @@ share/doc/HTML/es/kapman/index.docbook share/doc/HTML/es/kapptemplate/common share/doc/HTML/es/kapptemplate/index.cache.bz2 share/doc/HTML/es/kapptemplate/index.docbook -share/doc/HTML/es/kate/advanced.docbook -share/doc/HTML/es/kate/common -share/doc/HTML/es/kate/configdialog01.png -share/doc/HTML/es/kate/configdialog02.png -share/doc/HTML/es/kate/configuring.docbook -share/doc/HTML/es/kate/fundamentals.docbook -share/doc/HTML/es/kate/highlighted.png -share/doc/HTML/es/kate/highlighting.docbook -share/doc/HTML/es/kate/index.cache.bz2 -share/doc/HTML/es/kate/index.docbook -share/doc/HTML/es/kate/kate.png -share/doc/HTML/es/kate/man-kate.1.docbook -share/doc/HTML/es/kate/mdi.docbook -share/doc/HTML/es/kate/menus.docbook -share/doc/HTML/es/kate/mimetypechooser.png -share/doc/HTML/es/kate/part.docbook -share/doc/HTML/es/kate/plugins.docbook -share/doc/HTML/es/kate/regular-expressions.docbook -share/doc/HTML/es/kate/unhighlighted.png share/doc/HTML/es/katomic/common share/doc/HTML/es/katomic/index.cache.bz2 share/doc/HTML/es/katomic/index.docbook @@ -390,6 +373,9 @@ share/doc/HTML/es/kcontrol/bookmarks/index.docbook share/doc/HTML/es/kcontrol/cache/common share/doc/HTML/es/kcontrol/cache/index.cache.bz2 share/doc/HTML/es/kcontrol/cache/index.docbook +share/doc/HTML/es/kcontrol/cddbretrieval/common +share/doc/HTML/es/kcontrol/cddbretrieval/index.cache.bz2 +share/doc/HTML/es/kcontrol/cddbretrieval/index.docbook share/doc/HTML/es/kcontrol/clock/common share/doc/HTML/es/kcontrol/clock/index.cache.bz2 share/doc/HTML/es/kcontrol/clock/index.docbook @@ -1039,6 +1025,7 @@ share/doc/HTML/es/konqueror/save-settings.docbook share/doc/HTML/es/konqueror/shortcut1.png share/doc/HTML/es/konqueror/shortcut2.png share/doc/HTML/es/konqueror/sidebar.docbook +share/doc/HTML/es/konqueror/view-extensions.docbook share/doc/HTML/es/konquest/common share/doc/HTML/es/konquest/index.cache.bz2 share/doc/HTML/es/konquest/index.docbook @@ -1172,7 +1159,6 @@ share/doc/HTML/es/kstars/calc-julian.png share/doc/HTML/es/kstars/calc-julianday.docbook share/doc/HTML/es/kstars/calc-planetcoords.docbook share/doc/HTML/es/kstars/calc-planetcoords.png -share/doc/HTML/es/kstars/calc-precess.docbook share/doc/HTML/es/kstars/calc-sidereal.docbook share/doc/HTML/es/kstars/calc-sidereal.png share/doc/HTML/es/kstars/calculator.docbook @@ -1256,6 +1242,9 @@ share/doc/HTML/es/ktimetracker/index.cache.bz2 share/doc/HTML/es/ktimetracker/index.docbook share/doc/HTML/es/ktimetracker/ktimetracker.png share/doc/HTML/es/ktimetracker/systray.png +share/doc/HTML/es/ktnef/common +share/doc/HTML/es/ktnef/index.cache.bz2 +share/doc/HTML/es/ktnef/index.docbook share/doc/HTML/es/ktouch/color_options.png share/doc/HTML/es/ktouch/common share/doc/HTML/es/ktouch/general_options.png @@ -1320,6 +1309,7 @@ share/doc/HTML/es/kwordquiz/kwq-flashcard.png share/doc/HTML/es/kwordquiz/kwq-multiple.png share/doc/HTML/es/kwordquiz/kwq-qanda.png share/doc/HTML/es/kwrite/common +share/doc/HTML/es/kwrite/fundamentals.docbook share/doc/HTML/es/kwrite/index.cache.bz2 share/doc/HTML/es/kwrite/index.docbook share/doc/HTML/es/lokalize/common @@ -1407,11 +1397,14 @@ share/locale/es/LC_MESSAGES/accountwizard_kolab.mo share/locale/es/LC_MESSAGES/accountwizard_mailbox.mo share/locale/es/LC_MESSAGES/accountwizard_maildir.mo share/locale/es/LC_MESSAGES/accountwizard_pop3.mo +share/locale/es/LC_MESSAGES/accountwizard_tine20.mo share/locale/es/LC_MESSAGES/adblock.mo share/locale/es/LC_MESSAGES/akonadi-filestore.mo +share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/es/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/es/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/es/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/es/LC_MESSAGES/akonadi_google_resource.mo share/locale/es/LC_MESSAGES/akonadi_ical_resource.mo share/locale/es/LC_MESSAGES/akonadi_imap_resource.mo share/locale/es/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1425,6 +1418,7 @@ share/locale/es/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/es/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/es/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/es/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/es/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/es/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/es/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/es/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1454,6 +1448,7 @@ share/locale/es/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/es/LC_MESSAGES/audiorename_plugin.mo share/locale/es/LC_MESSAGES/autorefresh.mo share/locale/es/LC_MESSAGES/babelfish.mo +share/locale/es/LC_MESSAGES/backupmail.mo share/locale/es/LC_MESSAGES/blinken.mo share/locale/es/LC_MESSAGES/blogilo.mo share/locale/es/LC_MESSAGES/bomber.mo @@ -1482,6 +1477,7 @@ share/locale/es/LC_MESSAGES/gwenview.mo share/locale/es/LC_MESSAGES/htmlsearch.mo share/locale/es/LC_MESSAGES/imagerename_plugin.mo share/locale/es/LC_MESSAGES/imgalleryplugin.mo +share/locale/es/LC_MESSAGES/importwizard.mo share/locale/es/LC_MESSAGES/jovie.mo share/locale/es/LC_MESSAGES/joystick.mo share/locale/es/LC_MESSAGES/juk.mo @@ -1496,6 +1492,7 @@ share/locale/es/LC_MESSAGES/kabcformat_binary.mo share/locale/es/LC_MESSAGES/kaccess.mo share/locale/es/LC_MESSAGES/kaccessibleapp.mo share/locale/es/LC_MESSAGES/kactivitymanagerd.mo +share/locale/es/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/es/LC_MESSAGES/kaddressbook-mobile.mo share/locale/es/LC_MESSAGES/kaddressbook.mo share/locale/es/LC_MESSAGES/kaddressbookmigrator.mo @@ -1503,6 +1500,7 @@ share/locale/es/LC_MESSAGES/kajongg.mo share/locale/es/LC_MESSAGES/kalarm.mo share/locale/es/LC_MESSAGES/kalgebra.mo share/locale/es/LC_MESSAGES/kalzium.mo +share/locale/es/LC_MESSAGES/kanagram-harmattan.mo share/locale/es/LC_MESSAGES/kanagram.mo share/locale/es/LC_MESSAGES/kapman.mo share/locale/es/LC_MESSAGES/kapptemplate.mo @@ -1544,6 +1542,7 @@ share/locale/es/LC_MESSAGES/kcal_akonadi.mo share/locale/es/LC_MESSAGES/kcalc.mo share/locale/es/LC_MESSAGES/kcertpart.mo share/locale/es/LC_MESSAGES/kcharselect.mo +share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/es/LC_MESSAGES/kcm_akonadi.mo share/locale/es/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/es/LC_MESSAGES/kcm_attica.mo @@ -1615,7 +1614,6 @@ share/locale/es/LC_MESSAGES/kcmstyle.mo share/locale/es/LC_MESSAGES/kcmusb.mo share/locale/es/LC_MESSAGES/kcmview1394.mo share/locale/es/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/es/LC_MESSAGES/kcmxinerama.mo share/locale/es/LC_MESSAGES/kcolorchooser.mo share/locale/es/LC_MESSAGES/kcron.mo share/locale/es/LC_MESSAGES/kde-menu.mo @@ -1638,24 +1636,16 @@ share/locale/es/LC_MESSAGES/kdmgreet.mo share/locale/es/LC_MESSAGES/kdontchangethehostname.mo share/locale/es/LC_MESSAGES/keditbookmarks.mo share/locale/es/LC_MESSAGES/kfile.mo -share/locale/es/LC_MESSAGES/kfile_avi.mo share/locale/es/LC_MESSAGES/kfile_dds.mo share/locale/es/LC_MESSAGES/kfile_drgeo.mo share/locale/es/LC_MESSAGES/kfile_exr.mo -share/locale/es/LC_MESSAGES/kfile_flac.mo share/locale/es/LC_MESSAGES/kfile_kig.mo share/locale/es/LC_MESSAGES/kfile_mail.mo -share/locale/es/LC_MESSAGES/kfile_mp3.mo -share/locale/es/LC_MESSAGES/kfile_mpc.mo -share/locale/es/LC_MESSAGES/kfile_ogg.mo share/locale/es/LC_MESSAGES/kfile_pnm.mo share/locale/es/LC_MESSAGES/kfile_raw.mo share/locale/es/LC_MESSAGES/kfile_rgb.mo share/locale/es/LC_MESSAGES/kfile_rpm.mo -share/locale/es/LC_MESSAGES/kfile_sid.mo -share/locale/es/LC_MESSAGES/kfile_theora.mo share/locale/es/LC_MESSAGES/kfile_tiff.mo -share/locale/es/LC_MESSAGES/kfile_wav.mo share/locale/es/LC_MESSAGES/kfile_xps.mo share/locale/es/LC_MESSAGES/kfileaudiopreview4.mo share/locale/es/LC_MESSAGES/kfilereplace.mo @@ -1688,6 +1678,7 @@ share/locale/es/LC_MESSAGES/kimagemapeditor.mo share/locale/es/LC_MESSAGES/kinetd.mo share/locale/es/LC_MESSAGES/kinfocenter.mo share/locale/es/LC_MESSAGES/kio4.mo +share/locale/es/LC_MESSAGES/kio_activities.mo share/locale/es/LC_MESSAGES/kio_akonadi.mo share/locale/es/LC_MESSAGES/kio_applications.mo share/locale/es/LC_MESSAGES/kio_archive.mo @@ -1709,6 +1700,7 @@ share/locale/es/LC_MESSAGES/kio_nfs.mo share/locale/es/LC_MESSAGES/kio_nntp.mo share/locale/es/LC_MESSAGES/kio_perldoc.mo share/locale/es/LC_MESSAGES/kio_pop3.mo +share/locale/es/LC_MESSAGES/kio_recentdocuments.mo share/locale/es/LC_MESSAGES/kio_remote.mo share/locale/es/LC_MESSAGES/kio_sftp.mo share/locale/es/LC_MESSAGES/kio_sieve.mo @@ -1756,10 +1748,12 @@ share/locale/es/LC_MESSAGES/kollision.mo share/locale/es/LC_MESSAGES/kolourpaint.mo share/locale/es/LC_MESSAGES/kommander.mo share/locale/es/LC_MESSAGES/kompare.mo +share/locale/es/LC_MESSAGES/konqprofiles.mo share/locale/es/LC_MESSAGES/konqueror.mo share/locale/es/LC_MESSAGES/konquest.mo share/locale/es/LC_MESSAGES/konsole.mo share/locale/es/LC_MESSAGES/konsolekalendar.mo +share/locale/es/LC_MESSAGES/konsoleprofiles.mo share/locale/es/LC_MESSAGES/kontact.mo share/locale/es/LC_MESSAGES/kontactinterfaces.mo share/locale/es/LC_MESSAGES/kopete.mo @@ -1789,11 +1783,6 @@ share/locale/es/LC_MESSAGES/krunner.mo share/locale/es/LC_MESSAGES/ksaneplugin.mo share/locale/es/LC_MESSAGES/kscd.mo share/locale/es/LC_MESSAGES/kscreensaver.mo -share/locale/es/LC_MESSAGES/ksecrets_kio.mo -share/locale/es/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/es/LC_MESSAGES/ksecretsservice_api.mo -share/locale/es/LC_MESSAGES/ksecretsserviced.mo -share/locale/es/LC_MESSAGES/ksecretsync.mo share/locale/es/LC_MESSAGES/ksendemail.mo share/locale/es/LC_MESSAGES/kshellcmdplugin.mo share/locale/es/LC_MESSAGES/kshisen.mo @@ -1815,7 +1804,6 @@ share/locale/es/LC_MESSAGES/ksysguard.mo share/locale/es/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/es/LC_MESSAGES/ksystemlog.mo share/locale/es/LC_MESSAGES/ksystraycmd.mo -share/locale/es/LC_MESSAGES/kte_acomment.mo share/locale/es/LC_MESSAGES/kteatime.mo share/locale/es/LC_MESSAGES/ktesnippets_editor.mo share/locale/es/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1823,6 +1811,7 @@ share/locale/es/LC_MESSAGES/ktexteditor_plugins.mo share/locale/es/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/es/LC_MESSAGES/ktimer.mo share/locale/es/LC_MESSAGES/ktimetracker.mo +share/locale/es/LC_MESSAGES/ktnef.mo share/locale/es/LC_MESSAGES/ktouch.mo share/locale/es/LC_MESSAGES/ktraderclient.mo share/locale/es/LC_MESSAGES/ktron.mo @@ -1843,7 +1832,6 @@ share/locale/es/LC_MESSAGES/kwin_clients.mo share/locale/es/LC_MESSAGES/kwin_effects.mo share/locale/es/LC_MESSAGES/kwinshutdown.mo share/locale/es/LC_MESSAGES/kwinstartmenu.mo -share/locale/es/LC_MESSAGES/kwl2kss.mo share/locale/es/LC_MESSAGES/kwordquiz.mo share/locale/es/LC_MESSAGES/kwrite.mo share/locale/es/LC_MESSAGES/kwriteconfig.mo @@ -1891,6 +1879,7 @@ share/locale/es/LC_MESSAGES/libkworkspace.mo share/locale/es/LC_MESSAGES/libkxmlrpcclient.mo share/locale/es/LC_MESSAGES/liblancelot-datamodels.mo share/locale/es/LC_MESSAGES/libmailcommon.mo +share/locale/es/LC_MESSAGES/libmailimporter.mo share/locale/es/LC_MESSAGES/libmailtransport.mo share/locale/es/LC_MESSAGES/libmessagecomposer.mo share/locale/es/LC_MESSAGES/libmessagecore.mo @@ -1899,6 +1888,7 @@ share/locale/es/LC_MESSAGES/libmessageviewer.mo share/locale/es/LC_MESSAGES/liboktetacore.mo share/locale/es/LC_MESSAGES/liboktetagui.mo share/locale/es/LC_MESSAGES/liboktetakasten.mo +share/locale/es/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/es/LC_MESSAGES/libphonon.mo share/locale/es/LC_MESSAGES/libplasma.mo share/locale/es/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1909,7 +1899,6 @@ share/locale/es/LC_MESSAGES/libtaskmanager.mo share/locale/es/LC_MESSAGES/libtemplateparser.mo share/locale/es/LC_MESSAGES/lokalize.mo share/locale/es/LC_MESSAGES/lskat.mo -share/locale/es/LC_MESSAGES/mailfilteragent.mo share/locale/es/LC_MESSAGES/mailreader.mo share/locale/es/LC_MESSAGES/marble.mo share/locale/es/LC_MESSAGES/marble_qt.mo @@ -1950,6 +1939,7 @@ share/locale/es/LC_MESSAGES/okular_plucker.mo share/locale/es/LC_MESSAGES/okular_poppler.mo share/locale/es/LC_MESSAGES/okular_tiff.mo share/locale/es/LC_MESSAGES/okular_xps.mo +share/locale/es/LC_MESSAGES/pairs.mo share/locale/es/LC_MESSAGES/palapeli.mo share/locale/es/LC_MESSAGES/parley.mo share/locale/es/LC_MESSAGES/phonon_gstreamer.mo @@ -2011,6 +2001,7 @@ share/locale/es/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/es/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/es/LC_MESSAGES/plasma_applet_pager.mo share/locale/es/LC_MESSAGES/plasma_applet_panel.mo share/locale/es/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2026,7 +2017,6 @@ share/locale/es/LC_MESSAGES/plasma_applet_rtm.mo share/locale/es/LC_MESSAGES/plasma_applet_sal.mo share/locale/es/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/es/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/es/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/es/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2054,6 +2044,7 @@ share/locale/es/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo share/locale/es/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/es/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/es/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/es/LC_MESSAGES/plasma_engine_network.mo share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo share/locale/es/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2061,6 +2052,8 @@ share/locale/es/LC_MESSAGES/plasma_engine_rss.mo share/locale/es/LC_MESSAGES/plasma_engine_share.mo share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/es/LC_MESSAGES/plasma_engine_weather.mo +share/locale/es/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/es/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/es/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/es/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/es/LC_MESSAGES/plasma_runner_activities.mo @@ -2094,6 +2087,7 @@ share/locale/es/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/es/LC_MESSAGES/plasma_runner_windows.mo +share/locale/es/LC_MESSAGES/plasma_runner_youtube.mo share/locale/es/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/es/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/es/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2110,6 +2104,7 @@ share/locale/es/LC_MESSAGES/plasmagenericshell.mo share/locale/es/LC_MESSAGES/plasmapkg.mo share/locale/es/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/es/LC_MESSAGES/plasmoidviewer.mo +share/locale/es/LC_MESSAGES/pothumbnail.mo share/locale/es/LC_MESSAGES/powerdevil.mo share/locale/es/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/es/LC_MESSAGES/powerdevilglobalconfig.mo @@ -2127,7 +2122,6 @@ share/locale/es/LC_MESSAGES/solid-network.mo share/locale/es/LC_MESSAGES/solid_qt.mo share/locale/es/LC_MESSAGES/solidcontrol.mo share/locale/es/LC_MESSAGES/soliduiserver.mo -share/locale/es/LC_MESSAGES/spy.mo share/locale/es/LC_MESSAGES/step.mo share/locale/es/LC_MESSAGES/step_qt.mo share/locale/es/LC_MESSAGES/strigila_diff.mo @@ -2171,6 +2165,7 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/ktuberling @dirrm share/doc/HTML/es/ktron @dirrm share/doc/HTML/es/ktouch +@dirrm share/doc/HTML/es/ktnef @dirrm share/doc/HTML/es/ktimetracker @dirrm share/doc/HTML/es/ktimer @dirrm share/doc/HTML/es/kteatime @@ -2337,6 +2332,7 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kcontrol/componentchooser @dirrm share/doc/HTML/es/kcontrol/colors @dirrm share/doc/HTML/es/kcontrol/clock +@dirrm share/doc/HTML/es/kcontrol/cddbretrieval @dirrm share/doc/HTML/es/kcontrol/cache @dirrm share/doc/HTML/es/kcontrol/bookmarks @dirrm share/doc/HTML/es/kcontrol/blockdevices @@ -2354,7 +2350,6 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kblackbox @dirrm share/doc/HTML/es/kbattleship @dirrm share/doc/HTML/es/katomic -@dirrm share/doc/HTML/es/kate @dirrm share/doc/HTML/es/kapptemplate @dirrm share/doc/HTML/es/kapman @dirrm share/doc/HTML/es/kanagram diff --git a/misc/kde4-l10n-et/Makefile b/misc/kde4-l10n-et/Makefile index d4d5644eb33b..6544e120c949 100644 --- a/misc/kde4-l10n-et/Makefile +++ b/misc/kde4-l10n-et/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-et -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-et/Makefile.man b/misc/kde4-l10n-et/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/misc/kde4-l10n-et/Makefile.man +++ b/misc/kde4-l10n-et/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/misc/kde4-l10n-et/distinfo b/misc/kde4-l10n-et/distinfo index b2e69cb9aa88..74fbc03f9dc2 100644 --- a/misc/kde4-l10n-et/distinfo +++ b/misc/kde4-l10n-et/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-et-4.8.4.tar.xz) = dbdfc840a6217ec7fab1e67eac27332f39fc4306a908e2d26eb88c3a12093712 -SIZE (KDE/kde-l10n/kde-l10n-et-4.8.4.tar.xz) = 7547768 +SHA256 (KDE/kde-l10n/kde-l10n-et-4.9.5.tar.xz) = a7083b67dd2c6d477d1e4809eb905f1ea60a57b2cdc6c631979441c01f342392 +SIZE (KDE/kde-l10n/kde-l10n-et-4.9.5.tar.xz) = 7439280 diff --git a/misc/kde4-l10n-et/pkg-plist b/misc/kde4-l10n-et/pkg-plist index 3606f289e288..c9ad991766ad 100644 --- a/misc/kde4-l10n-et/pkg-plist +++ b/misc/kde4-l10n-et/pkg-plist @@ -49,19 +49,23 @@ share/doc/HTML/et/dolphin/index.docbook share/doc/HTML/et/dragonplayer/common share/doc/HTML/et/dragonplayer/index.cache.bz2 share/doc/HTML/et/dragonplayer/index.docbook +share/doc/HTML/et/dragonplayer/man-dragon.1.docbook share/doc/HTML/et/filelight/common share/doc/HTML/et/filelight/index.cache.bz2 share/doc/HTML/et/filelight/index.docbook +share/doc/HTML/et/fundamentals/common +share/doc/HTML/et/fundamentals/config.docbook +share/doc/HTML/et/fundamentals/index.cache.bz2 +share/doc/HTML/et/fundamentals/index.docbook +share/doc/HTML/et/fundamentals/install.docbook +share/doc/HTML/et/fundamentals/tasks.docbook +share/doc/HTML/et/fundamentals/ui.docbook share/doc/HTML/et/granatier/common share/doc/HTML/et/granatier/index.cache.bz2 share/doc/HTML/et/granatier/index.docbook share/doc/HTML/et/gwenview/common share/doc/HTML/et/gwenview/index.cache.bz2 share/doc/HTML/et/gwenview/index.docbook -share/doc/HTML/et/gwenview/interface.docbook -share/doc/HTML/et/gwenview/introduction.docbook -share/doc/HTML/et/gwenview/keybindings.docbook -share/doc/HTML/et/gwenview/mouse.docbook share/doc/HTML/et/jovie/common share/doc/HTML/et/jovie/index.cache.bz2 share/doc/HTML/et/jovie/index.docbook @@ -214,6 +218,9 @@ share/doc/HTML/et/kcontrol/joystick/index.docbook share/doc/HTML/et/kcontrol/kamera/common share/doc/HTML/et/kcontrol/kamera/index.cache.bz2 share/doc/HTML/et/kcontrol/kamera/index.docbook +share/doc/HTML/et/kcontrol/kcm_ssl/common +share/doc/HTML/et/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/et/kcontrol/kcm_ssl/index.docbook share/doc/HTML/et/kcontrol/kcmaccess/common share/doc/HTML/et/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmaccess/index.docbook @@ -247,6 +254,9 @@ share/doc/HTML/et/kcontrol/keys/index.docbook share/doc/HTML/et/kcontrol/kgamma/common share/doc/HTML/et/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/et/kcontrol/kgamma/index.docbook +share/doc/HTML/et/kcontrol/khotkeys/common +share/doc/HTML/et/kcontrol/khotkeys/index.cache.bz2 +share/doc/HTML/et/kcontrol/khotkeys/index.docbook share/doc/HTML/et/kcontrol/khtml-adblock/common share/doc/HTML/et/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-adblock/index.docbook @@ -577,6 +587,7 @@ share/doc/HTML/et/kmail/index.cache.bz2 share/doc/HTML/et/kmail/index.docbook share/doc/HTML/et/kmail/intro.docbook share/doc/HTML/et/kmail/menus.docbook +share/doc/HTML/et/kmail/troubleshooting.docbook share/doc/HTML/et/kmail/using-kmail.docbook share/doc/HTML/et/kmenuedit/common share/doc/HTML/et/kmenuedit/index.cache.bz2 @@ -735,8 +746,6 @@ share/doc/HTML/et/kopete/pipes.docbook share/doc/HTML/et/korganizer/common share/doc/HTML/et/korganizer/index.cache.bz2 share/doc/HTML/et/korganizer/index.docbook -share/doc/HTML/et/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/et/korganizer/plugins-chapter.docbook share/doc/HTML/et/kpat/common share/doc/HTML/et/kpat/index.cache.bz2 share/doc/HTML/et/kpat/index.docbook @@ -799,7 +808,6 @@ share/doc/HTML/et/kstars/calc-geodetic.docbook share/doc/HTML/et/kstars/calc-horizontal.docbook share/doc/HTML/et/kstars/calc-julianday.docbook share/doc/HTML/et/kstars/calc-planetcoords.docbook -share/doc/HTML/et/kstars/calc-precess.docbook share/doc/HTML/et/kstars/calc-sidereal.docbook share/doc/HTML/et/kstars/calculator.docbook share/doc/HTML/et/kstars/cequator.docbook @@ -868,6 +876,9 @@ share/doc/HTML/et/ktimer/index.docbook share/doc/HTML/et/ktimetracker/common share/doc/HTML/et/ktimetracker/index.cache.bz2 share/doc/HTML/et/ktimetracker/index.docbook +share/doc/HTML/et/ktnef/common +share/doc/HTML/et/ktnef/index.cache.bz2 +share/doc/HTML/et/ktnef/index.docbook share/doc/HTML/et/ktouch/common share/doc/HTML/et/ktouch/index.cache.bz2 share/doc/HTML/et/ktouch/index.docbook @@ -952,6 +963,9 @@ share/doc/HTML/et/step/tutorials.docbook share/doc/HTML/et/sweeper/common share/doc/HTML/et/sweeper/index.cache.bz2 share/doc/HTML/et/sweeper/index.docbook +share/doc/HTML/et/system-config-printer-kde/common +share/doc/HTML/et/system-config-printer-kde/index.cache.bz2 +share/doc/HTML/et/system-config-printer-kde/index.docbook share/doc/HTML/et/systemsettings/common share/doc/HTML/et/systemsettings/index.cache.bz2 share/doc/HTML/et/systemsettings/index.docbook @@ -972,11 +986,14 @@ share/locale/et/LC_MESSAGES/accountwizard_kolab.mo share/locale/et/LC_MESSAGES/accountwizard_mailbox.mo share/locale/et/LC_MESSAGES/accountwizard_maildir.mo share/locale/et/LC_MESSAGES/accountwizard_pop3.mo +share/locale/et/LC_MESSAGES/accountwizard_tine20.mo share/locale/et/LC_MESSAGES/adblock.mo share/locale/et/LC_MESSAGES/akonadi-filestore.mo +share/locale/et/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/et/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/et/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/et/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/et/LC_MESSAGES/akonadi_google_resource.mo share/locale/et/LC_MESSAGES/akonadi_ical_resource.mo share/locale/et/LC_MESSAGES/akonadi_imap_resource.mo share/locale/et/LC_MESSAGES/akonadi_invitations_agent.mo @@ -990,6 +1007,7 @@ share/locale/et/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/et/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/et/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/et/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/et/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/et/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/et/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/et/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1019,6 +1037,7 @@ share/locale/et/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/et/LC_MESSAGES/audiorename_plugin.mo share/locale/et/LC_MESSAGES/autorefresh.mo share/locale/et/LC_MESSAGES/babelfish.mo +share/locale/et/LC_MESSAGES/backupmail.mo share/locale/et/LC_MESSAGES/blinken.mo share/locale/et/LC_MESSAGES/blogilo.mo share/locale/et/LC_MESSAGES/bomber.mo @@ -1047,6 +1066,7 @@ share/locale/et/LC_MESSAGES/gwenview.mo share/locale/et/LC_MESSAGES/htmlsearch.mo share/locale/et/LC_MESSAGES/imagerename_plugin.mo share/locale/et/LC_MESSAGES/imgalleryplugin.mo +share/locale/et/LC_MESSAGES/importwizard.mo share/locale/et/LC_MESSAGES/jovie.mo share/locale/et/LC_MESSAGES/joystick.mo share/locale/et/LC_MESSAGES/juk.mo @@ -1061,6 +1081,7 @@ share/locale/et/LC_MESSAGES/kabcformat_binary.mo share/locale/et/LC_MESSAGES/kaccess.mo share/locale/et/LC_MESSAGES/kaccessibleapp.mo share/locale/et/LC_MESSAGES/kactivitymanagerd.mo +share/locale/et/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/et/LC_MESSAGES/kaddressbook-mobile.mo share/locale/et/LC_MESSAGES/kaddressbook.mo share/locale/et/LC_MESSAGES/kaddressbookmigrator.mo @@ -1068,6 +1089,7 @@ share/locale/et/LC_MESSAGES/kajongg.mo share/locale/et/LC_MESSAGES/kalarm.mo share/locale/et/LC_MESSAGES/kalgebra.mo share/locale/et/LC_MESSAGES/kalzium.mo +share/locale/et/LC_MESSAGES/kanagram-harmattan.mo share/locale/et/LC_MESSAGES/kanagram.mo share/locale/et/LC_MESSAGES/kapman.mo share/locale/et/LC_MESSAGES/kapptemplate.mo @@ -1109,6 +1131,7 @@ share/locale/et/LC_MESSAGES/kcal_akonadi.mo share/locale/et/LC_MESSAGES/kcalc.mo share/locale/et/LC_MESSAGES/kcertpart.mo share/locale/et/LC_MESSAGES/kcharselect.mo +share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/et/LC_MESSAGES/kcm_akonadi.mo share/locale/et/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/et/LC_MESSAGES/kcm_attica.mo @@ -1180,7 +1203,6 @@ share/locale/et/LC_MESSAGES/kcmstyle.mo share/locale/et/LC_MESSAGES/kcmusb.mo share/locale/et/LC_MESSAGES/kcmview1394.mo share/locale/et/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/et/LC_MESSAGES/kcmxinerama.mo share/locale/et/LC_MESSAGES/kcolorchooser.mo share/locale/et/LC_MESSAGES/kcron.mo share/locale/et/LC_MESSAGES/kde-menu.mo @@ -1203,24 +1225,16 @@ share/locale/et/LC_MESSAGES/kdmgreet.mo share/locale/et/LC_MESSAGES/kdontchangethehostname.mo share/locale/et/LC_MESSAGES/keditbookmarks.mo share/locale/et/LC_MESSAGES/kfile.mo -share/locale/et/LC_MESSAGES/kfile_avi.mo share/locale/et/LC_MESSAGES/kfile_dds.mo share/locale/et/LC_MESSAGES/kfile_drgeo.mo share/locale/et/LC_MESSAGES/kfile_exr.mo -share/locale/et/LC_MESSAGES/kfile_flac.mo share/locale/et/LC_MESSAGES/kfile_kig.mo share/locale/et/LC_MESSAGES/kfile_mail.mo -share/locale/et/LC_MESSAGES/kfile_mp3.mo -share/locale/et/LC_MESSAGES/kfile_mpc.mo -share/locale/et/LC_MESSAGES/kfile_ogg.mo share/locale/et/LC_MESSAGES/kfile_pnm.mo share/locale/et/LC_MESSAGES/kfile_raw.mo share/locale/et/LC_MESSAGES/kfile_rgb.mo share/locale/et/LC_MESSAGES/kfile_rpm.mo -share/locale/et/LC_MESSAGES/kfile_sid.mo -share/locale/et/LC_MESSAGES/kfile_theora.mo share/locale/et/LC_MESSAGES/kfile_tiff.mo -share/locale/et/LC_MESSAGES/kfile_wav.mo share/locale/et/LC_MESSAGES/kfile_xps.mo share/locale/et/LC_MESSAGES/kfileaudiopreview4.mo share/locale/et/LC_MESSAGES/kfilereplace.mo @@ -1253,6 +1267,7 @@ share/locale/et/LC_MESSAGES/kimagemapeditor.mo share/locale/et/LC_MESSAGES/kinetd.mo share/locale/et/LC_MESSAGES/kinfocenter.mo share/locale/et/LC_MESSAGES/kio4.mo +share/locale/et/LC_MESSAGES/kio_activities.mo share/locale/et/LC_MESSAGES/kio_akonadi.mo share/locale/et/LC_MESSAGES/kio_applications.mo share/locale/et/LC_MESSAGES/kio_archive.mo @@ -1274,6 +1289,7 @@ share/locale/et/LC_MESSAGES/kio_nfs.mo share/locale/et/LC_MESSAGES/kio_nntp.mo share/locale/et/LC_MESSAGES/kio_perldoc.mo share/locale/et/LC_MESSAGES/kio_pop3.mo +share/locale/et/LC_MESSAGES/kio_recentdocuments.mo share/locale/et/LC_MESSAGES/kio_remote.mo share/locale/et/LC_MESSAGES/kio_sftp.mo share/locale/et/LC_MESSAGES/kio_sieve.mo @@ -1321,10 +1337,12 @@ share/locale/et/LC_MESSAGES/kollision.mo share/locale/et/LC_MESSAGES/kolourpaint.mo share/locale/et/LC_MESSAGES/kommander.mo share/locale/et/LC_MESSAGES/kompare.mo +share/locale/et/LC_MESSAGES/konqprofiles.mo share/locale/et/LC_MESSAGES/konqueror.mo share/locale/et/LC_MESSAGES/konquest.mo share/locale/et/LC_MESSAGES/konsole.mo share/locale/et/LC_MESSAGES/konsolekalendar.mo +share/locale/et/LC_MESSAGES/konsoleprofiles.mo share/locale/et/LC_MESSAGES/kontact.mo share/locale/et/LC_MESSAGES/kontactinterfaces.mo share/locale/et/LC_MESSAGES/kopete.mo @@ -1354,11 +1372,6 @@ share/locale/et/LC_MESSAGES/krunner.mo share/locale/et/LC_MESSAGES/ksaneplugin.mo share/locale/et/LC_MESSAGES/kscd.mo share/locale/et/LC_MESSAGES/kscreensaver.mo -share/locale/et/LC_MESSAGES/ksecrets_kio.mo -share/locale/et/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/et/LC_MESSAGES/ksecretsservice_api.mo -share/locale/et/LC_MESSAGES/ksecretsserviced.mo -share/locale/et/LC_MESSAGES/ksecretsync.mo share/locale/et/LC_MESSAGES/ksendemail.mo share/locale/et/LC_MESSAGES/kshellcmdplugin.mo share/locale/et/LC_MESSAGES/kshisen.mo @@ -1380,7 +1393,6 @@ share/locale/et/LC_MESSAGES/ksysguard.mo share/locale/et/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/et/LC_MESSAGES/ksystemlog.mo share/locale/et/LC_MESSAGES/ksystraycmd.mo -share/locale/et/LC_MESSAGES/kte_acomment.mo share/locale/et/LC_MESSAGES/kteatime.mo share/locale/et/LC_MESSAGES/ktesnippets_editor.mo share/locale/et/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1388,6 +1400,7 @@ share/locale/et/LC_MESSAGES/ktexteditor_plugins.mo share/locale/et/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/et/LC_MESSAGES/ktimer.mo share/locale/et/LC_MESSAGES/ktimetracker.mo +share/locale/et/LC_MESSAGES/ktnef.mo share/locale/et/LC_MESSAGES/ktouch.mo share/locale/et/LC_MESSAGES/ktraderclient.mo share/locale/et/LC_MESSAGES/ktron.mo @@ -1408,7 +1421,6 @@ share/locale/et/LC_MESSAGES/kwin_clients.mo share/locale/et/LC_MESSAGES/kwin_effects.mo share/locale/et/LC_MESSAGES/kwinshutdown.mo share/locale/et/LC_MESSAGES/kwinstartmenu.mo -share/locale/et/LC_MESSAGES/kwl2kss.mo share/locale/et/LC_MESSAGES/kwordquiz.mo share/locale/et/LC_MESSAGES/kwrite.mo share/locale/et/LC_MESSAGES/kwriteconfig.mo @@ -1456,6 +1468,7 @@ share/locale/et/LC_MESSAGES/libkworkspace.mo share/locale/et/LC_MESSAGES/libkxmlrpcclient.mo share/locale/et/LC_MESSAGES/liblancelot-datamodels.mo share/locale/et/LC_MESSAGES/libmailcommon.mo +share/locale/et/LC_MESSAGES/libmailimporter.mo share/locale/et/LC_MESSAGES/libmailtransport.mo share/locale/et/LC_MESSAGES/libmessagecomposer.mo share/locale/et/LC_MESSAGES/libmessagecore.mo @@ -1464,6 +1477,7 @@ share/locale/et/LC_MESSAGES/libmessageviewer.mo share/locale/et/LC_MESSAGES/liboktetacore.mo share/locale/et/LC_MESSAGES/liboktetagui.mo share/locale/et/LC_MESSAGES/liboktetakasten.mo +share/locale/et/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/et/LC_MESSAGES/libphonon.mo share/locale/et/LC_MESSAGES/libplasma.mo share/locale/et/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1474,7 +1488,6 @@ share/locale/et/LC_MESSAGES/libtaskmanager.mo share/locale/et/LC_MESSAGES/libtemplateparser.mo share/locale/et/LC_MESSAGES/lokalize.mo share/locale/et/LC_MESSAGES/lskat.mo -share/locale/et/LC_MESSAGES/mailfilteragent.mo share/locale/et/LC_MESSAGES/mailreader.mo share/locale/et/LC_MESSAGES/marble.mo share/locale/et/LC_MESSAGES/marble_qt.mo @@ -1515,6 +1528,7 @@ share/locale/et/LC_MESSAGES/okular_plucker.mo share/locale/et/LC_MESSAGES/okular_poppler.mo share/locale/et/LC_MESSAGES/okular_tiff.mo share/locale/et/LC_MESSAGES/okular_xps.mo +share/locale/et/LC_MESSAGES/pairs.mo share/locale/et/LC_MESSAGES/palapeli.mo share/locale/et/LC_MESSAGES/parley.mo share/locale/et/LC_MESSAGES/phonon_gstreamer.mo @@ -1576,6 +1590,7 @@ share/locale/et/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/et/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/et/LC_MESSAGES/plasma_applet_pager.mo share/locale/et/LC_MESSAGES/plasma_applet_panel.mo share/locale/et/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1591,7 +1606,6 @@ share/locale/et/LC_MESSAGES/plasma_applet_rtm.mo share/locale/et/LC_MESSAGES/plasma_applet_sal.mo share/locale/et/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/et/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/et/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/et/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1619,6 +1633,7 @@ share/locale/et/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo share/locale/et/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/et/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/et/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/et/LC_MESSAGES/plasma_engine_network.mo share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo share/locale/et/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1626,6 +1641,8 @@ share/locale/et/LC_MESSAGES/plasma_engine_rss.mo share/locale/et/LC_MESSAGES/plasma_engine_share.mo share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/et/LC_MESSAGES/plasma_engine_weather.mo +share/locale/et/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/et/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/et/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/et/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/et/LC_MESSAGES/plasma_runner_activities.mo @@ -1659,6 +1676,7 @@ share/locale/et/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/et/LC_MESSAGES/plasma_runner_windows.mo +share/locale/et/LC_MESSAGES/plasma_runner_youtube.mo share/locale/et/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/et/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/et/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1675,6 +1693,7 @@ share/locale/et/LC_MESSAGES/plasmagenericshell.mo share/locale/et/LC_MESSAGES/plasmapkg.mo share/locale/et/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/et/LC_MESSAGES/plasmoidviewer.mo +share/locale/et/LC_MESSAGES/pothumbnail.mo share/locale/et/LC_MESSAGES/powerdevil.mo share/locale/et/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/et/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1692,7 +1711,6 @@ share/locale/et/LC_MESSAGES/solid-network.mo share/locale/et/LC_MESSAGES/solid_qt.mo share/locale/et/LC_MESSAGES/solidcontrol.mo share/locale/et/LC_MESSAGES/soliduiserver.mo -share/locale/et/LC_MESSAGES/spy.mo share/locale/et/LC_MESSAGES/step.mo share/locale/et/LC_MESSAGES/step_qt.mo share/locale/et/LC_MESSAGES/strigila_diff.mo @@ -1712,6 +1730,7 @@ share/locale/et/LC_MESSAGES/xml_mimetypes.mo share/locale/et/entry.desktop @dirrm share/doc/HTML/et/umbrello @dirrm share/doc/HTML/et/systemsettings +@dirrm share/doc/HTML/et/system-config-printer-kde @dirrm share/doc/HTML/et/sweeper @dirrm share/doc/HTML/et/step @dirrm share/doc/HTML/et/sonnet @@ -1736,6 +1755,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/ktuberling @dirrm share/doc/HTML/et/ktron @dirrm share/doc/HTML/et/ktouch +@dirrm share/doc/HTML/et/ktnef @dirrm share/doc/HTML/et/ktimetracker @dirrm share/doc/HTML/et/ktimer @dirrm share/doc/HTML/et/kteatime @@ -1884,6 +1904,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/khtml-general @dirrm share/doc/HTML/et/kcontrol/khtml-behavior @dirrm share/doc/HTML/et/kcontrol/khtml-adblock +@dirrm share/doc/HTML/et/kcontrol/khotkeys @dirrm share/doc/HTML/et/kcontrol/kgamma @dirrm share/doc/HTML/et/kcontrol/keys @dirrm share/doc/HTML/et/kcontrol/keyboard @@ -1895,6 +1916,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/kcmcss @dirrm share/doc/HTML/et/kcontrol/kcmcgi @dirrm share/doc/HTML/et/kcontrol/kcmaccess +@dirrm share/doc/HTML/et/kcontrol/kcm_ssl @dirrm share/doc/HTML/et/kcontrol/kamera @dirrm share/doc/HTML/et/kcontrol/joystick @dirrm share/doc/HTML/et/kcontrol/icons @@ -1943,6 +1965,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/jovie @dirrm share/doc/HTML/et/gwenview @dirrm share/doc/HTML/et/granatier +@dirrm share/doc/HTML/et/fundamentals @dirrm share/doc/HTML/et/filelight @dirrm share/doc/HTML/et/dragonplayer @dirrm share/doc/HTML/et/dolphin diff --git a/misc/kde4-l10n-eu/Makefile b/misc/kde4-l10n-eu/Makefile index e53a2a8b0ba8..e56a5cec0760 100644 --- a/misc/kde4-l10n-eu/Makefile +++ b/misc/kde4-l10n-eu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-eu -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Basque messages and documentation for KDE4 KDE4_L10N= eu .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-eu/distinfo b/misc/kde4-l10n-eu/distinfo index 86b6714e029b..a031785b4578 100644 --- a/misc/kde4-l10n-eu/distinfo +++ b/misc/kde4-l10n-eu/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-eu-4.8.4.tar.xz) = 23cee60353069e678b834fda4e9195036e9b81b9194551bd4463c2eb2bb23ade -SIZE (KDE/kde-l10n/kde-l10n-eu-4.8.4.tar.xz) = 2104476 +SHA256 (KDE/kde-l10n/kde-l10n-eu-4.9.5.tar.xz) = 17bff2d21417914fc4aec80fed40cb88961ff66687d7baad93689adecae4ca6e +SIZE (KDE/kde-l10n/kde-l10n-eu-4.9.5.tar.xz) = 2071164 diff --git a/misc/kde4-l10n-eu/pkg-plist b/misc/kde4-l10n-eu/pkg-plist index 7f2e8bdd3324..681d0806736b 100644 --- a/misc/kde4-l10n-eu/pkg-plist +++ b/misc/kde4-l10n-eu/pkg-plist @@ -158,7 +158,6 @@ share/locale/eu/LC_MESSAGES/kcmstyle.mo share/locale/eu/LC_MESSAGES/kcmusb.mo share/locale/eu/LC_MESSAGES/kcmview1394.mo share/locale/eu/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/eu/LC_MESSAGES/kcmxinerama.mo share/locale/eu/LC_MESSAGES/kcolorchooser.mo share/locale/eu/LC_MESSAGES/kcron.mo share/locale/eu/LC_MESSAGES/kde-menu.mo @@ -179,23 +178,15 @@ share/locale/eu/LC_MESSAGES/kdmgreet.mo share/locale/eu/LC_MESSAGES/kdontchangethehostname.mo share/locale/eu/LC_MESSAGES/keditbookmarks.mo share/locale/eu/LC_MESSAGES/kfile.mo -share/locale/eu/LC_MESSAGES/kfile_avi.mo share/locale/eu/LC_MESSAGES/kfile_dds.mo share/locale/eu/LC_MESSAGES/kfile_drgeo.mo share/locale/eu/LC_MESSAGES/kfile_exr.mo -share/locale/eu/LC_MESSAGES/kfile_flac.mo share/locale/eu/LC_MESSAGES/kfile_kig.mo -share/locale/eu/LC_MESSAGES/kfile_mp3.mo -share/locale/eu/LC_MESSAGES/kfile_mpc.mo -share/locale/eu/LC_MESSAGES/kfile_ogg.mo share/locale/eu/LC_MESSAGES/kfile_pnm.mo share/locale/eu/LC_MESSAGES/kfile_raw.mo share/locale/eu/LC_MESSAGES/kfile_rgb.mo share/locale/eu/LC_MESSAGES/kfile_rpm.mo -share/locale/eu/LC_MESSAGES/kfile_sid.mo -share/locale/eu/LC_MESSAGES/kfile_theora.mo share/locale/eu/LC_MESSAGES/kfile_tiff.mo -share/locale/eu/LC_MESSAGES/kfile_wav.mo share/locale/eu/LC_MESSAGES/kfile_xps.mo share/locale/eu/LC_MESSAGES/kfileaudiopreview4.mo share/locale/eu/LC_MESSAGES/kfilereplace.mo @@ -226,6 +217,7 @@ share/locale/eu/LC_MESSAGES/kimagemapeditor.mo share/locale/eu/LC_MESSAGES/kinetd.mo share/locale/eu/LC_MESSAGES/kinfocenter.mo share/locale/eu/LC_MESSAGES/kio4.mo +share/locale/eu/LC_MESSAGES/kio_activities.mo share/locale/eu/LC_MESSAGES/kio_applications.mo share/locale/eu/LC_MESSAGES/kio_archive.mo share/locale/eu/LC_MESSAGES/kio_audiocd.mo @@ -329,7 +321,6 @@ share/locale/eu/LC_MESSAGES/ksysguard.mo share/locale/eu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/eu/LC_MESSAGES/ksystemlog.mo share/locale/eu/LC_MESSAGES/ksystraycmd.mo -share/locale/eu/LC_MESSAGES/kte_acomment.mo share/locale/eu/LC_MESSAGES/kteatime.mo share/locale/eu/LC_MESSAGES/ktesnippets_editor.mo share/locale/eu/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -384,6 +375,7 @@ share/locale/eu/LC_MESSAGES/libkscreensaver.mo share/locale/eu/LC_MESSAGES/libksieve.mo share/locale/eu/LC_MESSAGES/libkunitconversion.mo share/locale/eu/LC_MESSAGES/libkworkspace.mo +share/locale/eu/LC_MESSAGES/libmailimporter.mo share/locale/eu/LC_MESSAGES/libmessagelist.mo share/locale/eu/LC_MESSAGES/libmessageviewer.mo share/locale/eu/LC_MESSAGES/liboktetacore.mo @@ -458,6 +450,7 @@ share/locale/eu/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/eu/LC_MESSAGES/plasma_applet_notifications.mo share/locale/eu/LC_MESSAGES/plasma_applet_notifier.mo share/locale/eu/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/eu/LC_MESSAGES/plasma_applet_pager.mo share/locale/eu/LC_MESSAGES/plasma_applet_panel.mo share/locale/eu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -466,7 +459,6 @@ share/locale/eu/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/eu/LC_MESSAGES/plasma_applet_sal.mo share/locale/eu/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/eu/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/eu/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/eu/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/eu/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/eu/LC_MESSAGES/plasma_applet_systemloadviewer.mo @@ -538,7 +530,6 @@ share/locale/eu/LC_MESSAGES/solid-network.mo share/locale/eu/LC_MESSAGES/solid_qt.mo share/locale/eu/LC_MESSAGES/solidcontrol.mo share/locale/eu/LC_MESSAGES/soliduiserver.mo -share/locale/eu/LC_MESSAGES/spy.mo share/locale/eu/LC_MESSAGES/strigila_diff.mo share/locale/eu/LC_MESSAGES/superkaramba.mo share/locale/eu/LC_MESSAGES/svgpart.mo diff --git a/misc/kde4-l10n-fa/Makefile b/misc/kde4-l10n-fa/Makefile index f53851e61239..88b60a524637 100644 --- a/misc/kde4-l10n-fa/Makefile +++ b/misc/kde4-l10n-fa/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n-fa -# Date created: 25 January 2012 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Farsi (Persian) messages and documentation for KDE4 KDE4_L10N= fa .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-fa/distinfo b/misc/kde4-l10n-fa/distinfo index ef75eba36f6b..a46cd76d205b 100644 --- a/misc/kde4-l10n-fa/distinfo +++ b/misc/kde4-l10n-fa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fa-4.8.4.tar.xz) = b5e6be2733603766e8dfda6b8bc781f1ad330ebd500cfbe3fa9d5514810ba0ef -SIZE (KDE/kde-l10n/kde-l10n-fa-4.8.4.tar.xz) = 1964868 +SHA256 (KDE/kde-l10n/kde-l10n-fa-4.9.5.tar.xz) = af6f1049a3966609b62d9ea7201961e51a25dd6a774026e7413787dc901bbd10 +SIZE (KDE/kde-l10n/kde-l10n-fa-4.9.5.tar.xz) = 1932252 diff --git a/misc/kde4-l10n-fa/pkg-plist b/misc/kde4-l10n-fa/pkg-plist index b49ac185b759..2b05d1504711 100644 --- a/misc/kde4-l10n-fa/pkg-plist +++ b/misc/kde4-l10n-fa/pkg-plist @@ -120,7 +120,6 @@ share/locale/fa/LC_MESSAGES/kcmstyle.mo share/locale/fa/LC_MESSAGES/kcmusb.mo share/locale/fa/LC_MESSAGES/kcmview1394.mo share/locale/fa/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/fa/LC_MESSAGES/kcmxinerama.mo share/locale/fa/LC_MESSAGES/kcron.mo share/locale/fa/LC_MESSAGES/kde-menu.mo share/locale/fa/LC_MESSAGES/kdebugdialog.mo @@ -138,22 +137,14 @@ share/locale/fa/LC_MESSAGES/kdmgreet.mo share/locale/fa/LC_MESSAGES/kdontchangethehostname.mo share/locale/fa/LC_MESSAGES/keditbookmarks.mo share/locale/fa/LC_MESSAGES/kfile.mo -share/locale/fa/LC_MESSAGES/kfile_avi.mo share/locale/fa/LC_MESSAGES/kfile_dds.mo share/locale/fa/LC_MESSAGES/kfile_drgeo.mo share/locale/fa/LC_MESSAGES/kfile_exr.mo -share/locale/fa/LC_MESSAGES/kfile_flac.mo share/locale/fa/LC_MESSAGES/kfile_kig.mo -share/locale/fa/LC_MESSAGES/kfile_mp3.mo -share/locale/fa/LC_MESSAGES/kfile_mpc.mo -share/locale/fa/LC_MESSAGES/kfile_ogg.mo share/locale/fa/LC_MESSAGES/kfile_pnm.mo share/locale/fa/LC_MESSAGES/kfile_rgb.mo share/locale/fa/LC_MESSAGES/kfile_rpm.mo -share/locale/fa/LC_MESSAGES/kfile_sid.mo -share/locale/fa/LC_MESSAGES/kfile_theora.mo share/locale/fa/LC_MESSAGES/kfile_tiff.mo -share/locale/fa/LC_MESSAGES/kfile_wav.mo share/locale/fa/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fa/LC_MESSAGES/kfilereplace.mo share/locale/fa/LC_MESSAGES/kfileshare.mo @@ -323,6 +314,7 @@ share/locale/fa/LC_MESSAGES/libkpgp.mo share/locale/fa/LC_MESSAGES/libkscreensaver.mo share/locale/fa/LC_MESSAGES/libksieve.mo share/locale/fa/LC_MESSAGES/libkworkspace.mo +share/locale/fa/LC_MESSAGES/libmailimporter.mo share/locale/fa/LC_MESSAGES/libmessagelist.mo share/locale/fa/LC_MESSAGES/libmessageviewer.mo share/locale/fa/LC_MESSAGES/libphonon.mo @@ -375,7 +367,6 @@ share/locale/fa/LC_MESSAGES/solid-hardware.mo share/locale/fa/LC_MESSAGES/solid-network.mo share/locale/fa/LC_MESSAGES/solidcontrol.mo share/locale/fa/LC_MESSAGES/soliduiserver.mo -share/locale/fa/LC_MESSAGES/spy.mo share/locale/fa/LC_MESSAGES/strigila_diff.mo share/locale/fa/LC_MESSAGES/superkaramba.mo share/locale/fa/LC_MESSAGES/sweeper.mo diff --git a/misc/kde4-l10n-fi/Makefile b/misc/kde4-l10n-fi/Makefile index 1d48c18d5365..411c7bb8d299 100644 --- a/misc/kde4-l10n-fi/Makefile +++ b/misc/kde4-l10n-fi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-fi -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Finnish messages and documentation for KDE4 KDE4_L10N= fi .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-fi/distinfo b/misc/kde4-l10n-fi/distinfo index a04395eaeebc..b640e83481bc 100644 --- a/misc/kde4-l10n-fi/distinfo +++ b/misc/kde4-l10n-fi/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-fi-4.8.4.tar.xz) = a696d6d6af4a5b5273726aadd3d27e5f9a2b3254222f93acc0b693241843a7bf -SIZE (KDE/kde-l10n/kde-l10n-fi-4.8.4.tar.xz) = 2616940 +SHA256 (KDE/kde-l10n/kde-l10n-fi-4.9.5.tar.xz) = 02e5efcec70d190e6cb0942b4540c85a09e1745ec4b0a4751282a0aa5d5c3798 +SIZE (KDE/kde-l10n/kde-l10n-fi-4.9.5.tar.xz) = 2610576 diff --git a/misc/kde4-l10n-fi/pkg-plist b/misc/kde4-l10n-fi/pkg-plist index b94a10754dd9..b1a8b9cb226a 100644 --- a/misc/kde4-l10n-fi/pkg-plist +++ b/misc/kde4-l10n-fi/pkg-plist @@ -22,11 +22,14 @@ share/locale/fi/LC_MESSAGES/accountwizard_kolab.mo share/locale/fi/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fi/LC_MESSAGES/accountwizard_maildir.mo share/locale/fi/LC_MESSAGES/accountwizard_pop3.mo +share/locale/fi/LC_MESSAGES/accountwizard_tine20.mo share/locale/fi/LC_MESSAGES/adblock.mo share/locale/fi/LC_MESSAGES/akonadi-filestore.mo +share/locale/fi/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/fi/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/fi/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/fi/LC_MESSAGES/akonadi_google_resource.mo share/locale/fi/LC_MESSAGES/akonadi_ical_resource.mo share/locale/fi/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fi/LC_MESSAGES/akonadi_invitations_agent.mo @@ -40,6 +43,7 @@ share/locale/fi/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/fi/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/fi/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/fi/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/fi/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fi/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fi/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fi/LC_MESSAGES/akonadi_microblog_resource.mo @@ -69,11 +73,13 @@ share/locale/fi/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fi/LC_MESSAGES/audiorename_plugin.mo share/locale/fi/LC_MESSAGES/autorefresh.mo share/locale/fi/LC_MESSAGES/babelfish.mo +share/locale/fi/LC_MESSAGES/backupmail.mo share/locale/fi/LC_MESSAGES/blinken.mo share/locale/fi/LC_MESSAGES/blogilo.mo share/locale/fi/LC_MESSAGES/bomber.mo share/locale/fi/LC_MESSAGES/bovo.mo share/locale/fi/LC_MESSAGES/calendarsupport.mo +share/locale/fi/LC_MESSAGES/cantor.mo share/locale/fi/LC_MESSAGES/cervisia.mo share/locale/fi/LC_MESSAGES/cryptopageplugin.mo share/locale/fi/LC_MESSAGES/cvsservice.mo @@ -85,6 +91,9 @@ share/locale/fi/LC_MESSAGES/dragonplayer.mo share/locale/fi/LC_MESSAGES/drkonqi.mo share/locale/fi/LC_MESSAGES/filelight.mo share/locale/fi/LC_MESSAGES/filetypes.mo +share/locale/fi/LC_MESSAGES/fileviewbazaarplugin.mo +share/locale/fi/LC_MESSAGES/fileviewgitplugin.mo +share/locale/fi/LC_MESSAGES/fileviewhgplugin.mo share/locale/fi/LC_MESSAGES/fileviewsvnplugin.mo share/locale/fi/LC_MESSAGES/freespacenotifier.mo share/locale/fi/LC_MESSAGES/fsview.mo @@ -93,6 +102,7 @@ share/locale/fi/LC_MESSAGES/gwenview.mo share/locale/fi/LC_MESSAGES/htmlsearch.mo share/locale/fi/LC_MESSAGES/imagerename_plugin.mo share/locale/fi/LC_MESSAGES/imgalleryplugin.mo +share/locale/fi/LC_MESSAGES/importwizard.mo share/locale/fi/LC_MESSAGES/jovie.mo share/locale/fi/LC_MESSAGES/joystick.mo share/locale/fi/LC_MESSAGES/juk.mo @@ -107,6 +117,7 @@ share/locale/fi/LC_MESSAGES/kabcformat_binary.mo share/locale/fi/LC_MESSAGES/kaccess.mo share/locale/fi/LC_MESSAGES/kaccessibleapp.mo share/locale/fi/LC_MESSAGES/kactivitymanagerd.mo +share/locale/fi/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/fi/LC_MESSAGES/kaddressbook-mobile.mo share/locale/fi/LC_MESSAGES/kaddressbook.mo share/locale/fi/LC_MESSAGES/kaddressbookmigrator.mo @@ -114,8 +125,10 @@ share/locale/fi/LC_MESSAGES/kajongg.mo share/locale/fi/LC_MESSAGES/kalarm.mo share/locale/fi/LC_MESSAGES/kalgebra.mo share/locale/fi/LC_MESSAGES/kalzium.mo +share/locale/fi/LC_MESSAGES/kanagram-harmattan.mo share/locale/fi/LC_MESSAGES/kanagram.mo share/locale/fi/LC_MESSAGES/kapman.mo +share/locale/fi/LC_MESSAGES/kapptemplate.mo share/locale/fi/LC_MESSAGES/kate-ctags-plugin.mo share/locale/fi/LC_MESSAGES/kate.mo share/locale/fi/LC_MESSAGES/kate_kttsd.mo @@ -154,6 +167,7 @@ share/locale/fi/LC_MESSAGES/kcal_akonadi.mo share/locale/fi/LC_MESSAGES/kcalc.mo share/locale/fi/LC_MESSAGES/kcertpart.mo share/locale/fi/LC_MESSAGES/kcharselect.mo +share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fi/LC_MESSAGES/kcm_akonadi.mo share/locale/fi/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fi/LC_MESSAGES/kcm_attica.mo @@ -225,7 +239,6 @@ share/locale/fi/LC_MESSAGES/kcmstyle.mo share/locale/fi/LC_MESSAGES/kcmusb.mo share/locale/fi/LC_MESSAGES/kcmview1394.mo share/locale/fi/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/fi/LC_MESSAGES/kcmxinerama.mo share/locale/fi/LC_MESSAGES/kcolorchooser.mo share/locale/fi/LC_MESSAGES/kcron.mo share/locale/fi/LC_MESSAGES/kde-menu.mo @@ -248,24 +261,16 @@ share/locale/fi/LC_MESSAGES/kdmgreet.mo share/locale/fi/LC_MESSAGES/kdontchangethehostname.mo share/locale/fi/LC_MESSAGES/keditbookmarks.mo share/locale/fi/LC_MESSAGES/kfile.mo -share/locale/fi/LC_MESSAGES/kfile_avi.mo share/locale/fi/LC_MESSAGES/kfile_dds.mo share/locale/fi/LC_MESSAGES/kfile_drgeo.mo share/locale/fi/LC_MESSAGES/kfile_exr.mo -share/locale/fi/LC_MESSAGES/kfile_flac.mo share/locale/fi/LC_MESSAGES/kfile_kig.mo share/locale/fi/LC_MESSAGES/kfile_mail.mo -share/locale/fi/LC_MESSAGES/kfile_mp3.mo -share/locale/fi/LC_MESSAGES/kfile_mpc.mo -share/locale/fi/LC_MESSAGES/kfile_ogg.mo share/locale/fi/LC_MESSAGES/kfile_pnm.mo share/locale/fi/LC_MESSAGES/kfile_raw.mo share/locale/fi/LC_MESSAGES/kfile_rgb.mo share/locale/fi/LC_MESSAGES/kfile_rpm.mo -share/locale/fi/LC_MESSAGES/kfile_sid.mo -share/locale/fi/LC_MESSAGES/kfile_theora.mo share/locale/fi/LC_MESSAGES/kfile_tiff.mo -share/locale/fi/LC_MESSAGES/kfile_wav.mo share/locale/fi/LC_MESSAGES/kfile_xps.mo share/locale/fi/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fi/LC_MESSAGES/kfilereplace.mo @@ -298,6 +303,7 @@ share/locale/fi/LC_MESSAGES/kimagemapeditor.mo share/locale/fi/LC_MESSAGES/kinetd.mo share/locale/fi/LC_MESSAGES/kinfocenter.mo share/locale/fi/LC_MESSAGES/kio4.mo +share/locale/fi/LC_MESSAGES/kio_activities.mo share/locale/fi/LC_MESSAGES/kio_akonadi.mo share/locale/fi/LC_MESSAGES/kio_applications.mo share/locale/fi/LC_MESSAGES/kio_archive.mo @@ -317,7 +323,9 @@ share/locale/fi/LC_MESSAGES/kio_nepomuk.mo share/locale/fi/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fi/LC_MESSAGES/kio_nfs.mo share/locale/fi/LC_MESSAGES/kio_nntp.mo +share/locale/fi/LC_MESSAGES/kio_perldoc.mo share/locale/fi/LC_MESSAGES/kio_pop3.mo +share/locale/fi/LC_MESSAGES/kio_recentdocuments.mo share/locale/fi/LC_MESSAGES/kio_remote.mo share/locale/fi/LC_MESSAGES/kio_sftp.mo share/locale/fi/LC_MESSAGES/kio_sieve.mo @@ -365,10 +373,12 @@ share/locale/fi/LC_MESSAGES/kollision.mo share/locale/fi/LC_MESSAGES/kolourpaint.mo share/locale/fi/LC_MESSAGES/kommander.mo share/locale/fi/LC_MESSAGES/kompare.mo +share/locale/fi/LC_MESSAGES/konqprofiles.mo share/locale/fi/LC_MESSAGES/konqueror.mo share/locale/fi/LC_MESSAGES/konquest.mo share/locale/fi/LC_MESSAGES/konsole.mo share/locale/fi/LC_MESSAGES/konsolekalendar.mo +share/locale/fi/LC_MESSAGES/konsoleprofiles.mo share/locale/fi/LC_MESSAGES/kontact.mo share/locale/fi/LC_MESSAGES/kontactinterfaces.mo share/locale/fi/LC_MESSAGES/kopete.mo @@ -398,11 +408,6 @@ share/locale/fi/LC_MESSAGES/krunner.mo share/locale/fi/LC_MESSAGES/ksaneplugin.mo share/locale/fi/LC_MESSAGES/kscd.mo share/locale/fi/LC_MESSAGES/kscreensaver.mo -share/locale/fi/LC_MESSAGES/ksecrets_kio.mo -share/locale/fi/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/fi/LC_MESSAGES/ksecretsservice_api.mo -share/locale/fi/LC_MESSAGES/ksecretsserviced.mo -share/locale/fi/LC_MESSAGES/ksecretsync.mo share/locale/fi/LC_MESSAGES/ksendemail.mo share/locale/fi/LC_MESSAGES/kshellcmdplugin.mo share/locale/fi/LC_MESSAGES/kshisen.mo @@ -424,7 +429,6 @@ share/locale/fi/LC_MESSAGES/ksysguard.mo share/locale/fi/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fi/LC_MESSAGES/ksystemlog.mo share/locale/fi/LC_MESSAGES/ksystraycmd.mo -share/locale/fi/LC_MESSAGES/kte_acomment.mo share/locale/fi/LC_MESSAGES/kteatime.mo share/locale/fi/LC_MESSAGES/ktesnippets_editor.mo share/locale/fi/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -432,6 +436,7 @@ share/locale/fi/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fi/LC_MESSAGES/ktimer.mo share/locale/fi/LC_MESSAGES/ktimetracker.mo +share/locale/fi/LC_MESSAGES/ktnef.mo share/locale/fi/LC_MESSAGES/ktouch.mo share/locale/fi/LC_MESSAGES/ktraderclient.mo share/locale/fi/LC_MESSAGES/ktron.mo @@ -452,7 +457,6 @@ share/locale/fi/LC_MESSAGES/kwin_clients.mo share/locale/fi/LC_MESSAGES/kwin_effects.mo share/locale/fi/LC_MESSAGES/kwinshutdown.mo share/locale/fi/LC_MESSAGES/kwinstartmenu.mo -share/locale/fi/LC_MESSAGES/kwl2kss.mo share/locale/fi/LC_MESSAGES/kwordquiz.mo share/locale/fi/LC_MESSAGES/kwrite.mo share/locale/fi/LC_MESSAGES/kwriteconfig.mo @@ -500,6 +504,7 @@ share/locale/fi/LC_MESSAGES/libkworkspace.mo share/locale/fi/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fi/LC_MESSAGES/liblancelot-datamodels.mo share/locale/fi/LC_MESSAGES/libmailcommon.mo +share/locale/fi/LC_MESSAGES/libmailimporter.mo share/locale/fi/LC_MESSAGES/libmailtransport.mo share/locale/fi/LC_MESSAGES/libmessagecomposer.mo share/locale/fi/LC_MESSAGES/libmessagecore.mo @@ -508,6 +513,7 @@ share/locale/fi/LC_MESSAGES/libmessageviewer.mo share/locale/fi/LC_MESSAGES/liboktetacore.mo share/locale/fi/LC_MESSAGES/liboktetagui.mo share/locale/fi/LC_MESSAGES/liboktetakasten.mo +share/locale/fi/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fi/LC_MESSAGES/libphonon.mo share/locale/fi/LC_MESSAGES/libplasma.mo share/locale/fi/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -518,7 +524,6 @@ share/locale/fi/LC_MESSAGES/libtaskmanager.mo share/locale/fi/LC_MESSAGES/libtemplateparser.mo share/locale/fi/LC_MESSAGES/lokalize.mo share/locale/fi/LC_MESSAGES/lskat.mo -share/locale/fi/LC_MESSAGES/mailfilteragent.mo share/locale/fi/LC_MESSAGES/mailreader.mo share/locale/fi/LC_MESSAGES/marble.mo share/locale/fi/LC_MESSAGES/marble_qt.mo @@ -559,6 +564,7 @@ share/locale/fi/LC_MESSAGES/okular_plucker.mo share/locale/fi/LC_MESSAGES/okular_poppler.mo share/locale/fi/LC_MESSAGES/okular_tiff.mo share/locale/fi/LC_MESSAGES/okular_xps.mo +share/locale/fi/LC_MESSAGES/pairs.mo share/locale/fi/LC_MESSAGES/palapeli.mo share/locale/fi/LC_MESSAGES/parley.mo share/locale/fi/LC_MESSAGES/phonon_gstreamer.mo @@ -620,6 +626,7 @@ share/locale/fi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fi/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fi/LC_MESSAGES/plasma_applet_pager.mo share/locale/fi/LC_MESSAGES/plasma_applet_panel.mo share/locale/fi/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -635,7 +642,6 @@ share/locale/fi/LC_MESSAGES/plasma_applet_rtm.mo share/locale/fi/LC_MESSAGES/plasma_applet_sal.mo share/locale/fi/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/fi/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/fi/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/fi/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_skapplet.mo @@ -663,6 +669,7 @@ share/locale/fi/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fi/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/fi/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/fi/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/fi/LC_MESSAGES/plasma_engine_network.mo share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fi/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -670,6 +677,8 @@ share/locale/fi/LC_MESSAGES/plasma_engine_rss.mo share/locale/fi/LC_MESSAGES/plasma_engine_share.mo share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo +share/locale/fi/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/fi/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/fi/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/fi/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_activities.mo @@ -703,6 +712,7 @@ share/locale/fi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fi/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/fi/LC_MESSAGES/plasma_runner_windows.mo +share/locale/fi/LC_MESSAGES/plasma_runner_youtube.mo share/locale/fi/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fi/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/fi/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -719,6 +729,7 @@ share/locale/fi/LC_MESSAGES/plasmagenericshell.mo share/locale/fi/LC_MESSAGES/plasmapkg.mo share/locale/fi/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/fi/LC_MESSAGES/plasmoidviewer.mo +share/locale/fi/LC_MESSAGES/pothumbnail.mo share/locale/fi/LC_MESSAGES/powerdevil.mo share/locale/fi/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fi/LC_MESSAGES/powerdevilglobalconfig.mo @@ -736,7 +747,6 @@ share/locale/fi/LC_MESSAGES/solid-network.mo share/locale/fi/LC_MESSAGES/solid_qt.mo share/locale/fi/LC_MESSAGES/solidcontrol.mo share/locale/fi/LC_MESSAGES/soliduiserver.mo -share/locale/fi/LC_MESSAGES/spy.mo share/locale/fi/LC_MESSAGES/step.mo share/locale/fi/LC_MESSAGES/step_qt.mo share/locale/fi/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-fy/Makefile b/misc/kde4-l10n-fy/Makefile index babc09363a45..82c7be92ae19 100644 --- a/misc/kde4-l10n-fy/Makefile +++ b/misc/kde4-l10n-fy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-fy -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ KDE4_L10N= fy IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-fy/pkg-plist b/misc/kde4-l10n-fy/pkg-plist index efc86f601eaf..e6e6f092e916 100644 --- a/misc/kde4-l10n-fy/pkg-plist +++ b/misc/kde4-l10n-fy/pkg-plist @@ -89,7 +89,6 @@ share/locale/fy/LC_MESSAGES/kcmstyle.mo share/locale/fy/LC_MESSAGES/kcmusb.mo share/locale/fy/LC_MESSAGES/kcmview1394.mo share/locale/fy/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/fy/LC_MESSAGES/kcmxinerama.mo share/locale/fy/LC_MESSAGES/kde-menu.mo share/locale/fy/LC_MESSAGES/kdebugdialog.mo share/locale/fy/LC_MESSAGES/kdecalendarsystems.mo diff --git a/misc/kde4-l10n-ga/Makefile b/misc/kde4-l10n-ga/Makefile index dd1f4201dc82..2150e9a4198c 100644 --- a/misc/kde4-l10n-ga/Makefile +++ b/misc/kde4-l10n-ga/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ga -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Irish messages and documentation for KDE4 KDE4_L10N= ga .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ga/distinfo b/misc/kde4-l10n-ga/distinfo index 42c86bc53562..15edc54d3ab3 100644 --- a/misc/kde4-l10n-ga/distinfo +++ b/misc/kde4-l10n-ga/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ga-4.8.4.tar.xz) = a43b21cd216bdc16e1bcf59b963bb4238b53d631fdca14132c6c28f634ec0cdf -SIZE (KDE/kde-l10n/kde-l10n-ga-4.8.4.tar.xz) = 2895064 +SHA256 (KDE/kde-l10n/kde-l10n-ga-4.9.5.tar.xz) = 03c60cb58d3dbe46d2c29270c7c2960c4db8dc399de3a9231a9b52999d648745 +SIZE (KDE/kde-l10n/kde-l10n-ga-4.9.5.tar.xz) = 2850512 diff --git a/misc/kde4-l10n-ga/pkg-plist b/misc/kde4-l10n-ga/pkg-plist index 73ae3096d3eb..acf0d005e200 100644 --- a/misc/kde4-l10n-ga/pkg-plist +++ b/misc/kde4-l10n-ga/pkg-plist @@ -38,11 +38,14 @@ share/locale/ga/LC_MESSAGES/accountwizard_kolab.mo share/locale/ga/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ga/LC_MESSAGES/accountwizard_maildir.mo share/locale/ga/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ga/LC_MESSAGES/accountwizard_tine20.mo share/locale/ga/LC_MESSAGES/adblock.mo share/locale/ga/LC_MESSAGES/akonadi-filestore.mo +share/locale/ga/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ga/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ga/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ga/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/ga/LC_MESSAGES/akonadi_google_resource.mo share/locale/ga/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ga/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ga/LC_MESSAGES/akonadi_invitations_agent.mo @@ -56,6 +59,7 @@ share/locale/ga/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ga/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ga/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ga/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ga/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ga/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ga/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ga/LC_MESSAGES/akonadi_microblog_resource.mo @@ -85,6 +89,7 @@ share/locale/ga/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ga/LC_MESSAGES/audiorename_plugin.mo share/locale/ga/LC_MESSAGES/autorefresh.mo share/locale/ga/LC_MESSAGES/babelfish.mo +share/locale/ga/LC_MESSAGES/backupmail.mo share/locale/ga/LC_MESSAGES/blinken.mo share/locale/ga/LC_MESSAGES/blogilo.mo share/locale/ga/LC_MESSAGES/bomber.mo @@ -113,6 +118,7 @@ share/locale/ga/LC_MESSAGES/gwenview.mo share/locale/ga/LC_MESSAGES/htmlsearch.mo share/locale/ga/LC_MESSAGES/imagerename_plugin.mo share/locale/ga/LC_MESSAGES/imgalleryplugin.mo +share/locale/ga/LC_MESSAGES/importwizard.mo share/locale/ga/LC_MESSAGES/jovie.mo share/locale/ga/LC_MESSAGES/joystick.mo share/locale/ga/LC_MESSAGES/juk.mo @@ -127,6 +133,7 @@ share/locale/ga/LC_MESSAGES/kabcformat_binary.mo share/locale/ga/LC_MESSAGES/kaccess.mo share/locale/ga/LC_MESSAGES/kaccessibleapp.mo share/locale/ga/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ga/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ga/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ga/LC_MESSAGES/kaddressbook.mo share/locale/ga/LC_MESSAGES/kaddressbookmigrator.mo @@ -134,6 +141,7 @@ share/locale/ga/LC_MESSAGES/kajongg.mo share/locale/ga/LC_MESSAGES/kalarm.mo share/locale/ga/LC_MESSAGES/kalgebra.mo share/locale/ga/LC_MESSAGES/kalzium.mo +share/locale/ga/LC_MESSAGES/kanagram-harmattan.mo share/locale/ga/LC_MESSAGES/kanagram.mo share/locale/ga/LC_MESSAGES/kapman.mo share/locale/ga/LC_MESSAGES/kapptemplate.mo @@ -175,6 +183,7 @@ share/locale/ga/LC_MESSAGES/kcal_akonadi.mo share/locale/ga/LC_MESSAGES/kcalc.mo share/locale/ga/LC_MESSAGES/kcertpart.mo share/locale/ga/LC_MESSAGES/kcharselect.mo +share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ga/LC_MESSAGES/kcm_akonadi.mo share/locale/ga/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ga/LC_MESSAGES/kcm_attica.mo @@ -246,7 +255,6 @@ share/locale/ga/LC_MESSAGES/kcmstyle.mo share/locale/ga/LC_MESSAGES/kcmusb.mo share/locale/ga/LC_MESSAGES/kcmview1394.mo share/locale/ga/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ga/LC_MESSAGES/kcmxinerama.mo share/locale/ga/LC_MESSAGES/kcolorchooser.mo share/locale/ga/LC_MESSAGES/kcron.mo share/locale/ga/LC_MESSAGES/kde-menu.mo @@ -269,24 +277,16 @@ share/locale/ga/LC_MESSAGES/kdmgreet.mo share/locale/ga/LC_MESSAGES/kdontchangethehostname.mo share/locale/ga/LC_MESSAGES/keditbookmarks.mo share/locale/ga/LC_MESSAGES/kfile.mo -share/locale/ga/LC_MESSAGES/kfile_avi.mo share/locale/ga/LC_MESSAGES/kfile_dds.mo share/locale/ga/LC_MESSAGES/kfile_drgeo.mo share/locale/ga/LC_MESSAGES/kfile_exr.mo -share/locale/ga/LC_MESSAGES/kfile_flac.mo share/locale/ga/LC_MESSAGES/kfile_kig.mo share/locale/ga/LC_MESSAGES/kfile_mail.mo -share/locale/ga/LC_MESSAGES/kfile_mp3.mo -share/locale/ga/LC_MESSAGES/kfile_mpc.mo -share/locale/ga/LC_MESSAGES/kfile_ogg.mo share/locale/ga/LC_MESSAGES/kfile_pnm.mo share/locale/ga/LC_MESSAGES/kfile_raw.mo share/locale/ga/LC_MESSAGES/kfile_rgb.mo share/locale/ga/LC_MESSAGES/kfile_rpm.mo -share/locale/ga/LC_MESSAGES/kfile_sid.mo -share/locale/ga/LC_MESSAGES/kfile_theora.mo share/locale/ga/LC_MESSAGES/kfile_tiff.mo -share/locale/ga/LC_MESSAGES/kfile_wav.mo share/locale/ga/LC_MESSAGES/kfile_xps.mo share/locale/ga/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ga/LC_MESSAGES/kfilereplace.mo @@ -319,6 +319,7 @@ share/locale/ga/LC_MESSAGES/kimagemapeditor.mo share/locale/ga/LC_MESSAGES/kinetd.mo share/locale/ga/LC_MESSAGES/kinfocenter.mo share/locale/ga/LC_MESSAGES/kio4.mo +share/locale/ga/LC_MESSAGES/kio_activities.mo share/locale/ga/LC_MESSAGES/kio_akonadi.mo share/locale/ga/LC_MESSAGES/kio_applications.mo share/locale/ga/LC_MESSAGES/kio_archive.mo @@ -340,6 +341,7 @@ share/locale/ga/LC_MESSAGES/kio_nfs.mo share/locale/ga/LC_MESSAGES/kio_nntp.mo share/locale/ga/LC_MESSAGES/kio_perldoc.mo share/locale/ga/LC_MESSAGES/kio_pop3.mo +share/locale/ga/LC_MESSAGES/kio_recentdocuments.mo share/locale/ga/LC_MESSAGES/kio_remote.mo share/locale/ga/LC_MESSAGES/kio_sftp.mo share/locale/ga/LC_MESSAGES/kio_sieve.mo @@ -387,10 +389,12 @@ share/locale/ga/LC_MESSAGES/kollision.mo share/locale/ga/LC_MESSAGES/kolourpaint.mo share/locale/ga/LC_MESSAGES/kommander.mo share/locale/ga/LC_MESSAGES/kompare.mo +share/locale/ga/LC_MESSAGES/konqprofiles.mo share/locale/ga/LC_MESSAGES/konqueror.mo share/locale/ga/LC_MESSAGES/konquest.mo share/locale/ga/LC_MESSAGES/konsole.mo share/locale/ga/LC_MESSAGES/konsolekalendar.mo +share/locale/ga/LC_MESSAGES/konsoleprofiles.mo share/locale/ga/LC_MESSAGES/kontact.mo share/locale/ga/LC_MESSAGES/kontactinterfaces.mo share/locale/ga/LC_MESSAGES/kopete.mo @@ -420,11 +424,6 @@ share/locale/ga/LC_MESSAGES/krunner.mo share/locale/ga/LC_MESSAGES/ksaneplugin.mo share/locale/ga/LC_MESSAGES/kscd.mo share/locale/ga/LC_MESSAGES/kscreensaver.mo -share/locale/ga/LC_MESSAGES/ksecrets_kio.mo -share/locale/ga/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ga/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ga/LC_MESSAGES/ksecretsserviced.mo -share/locale/ga/LC_MESSAGES/ksecretsync.mo share/locale/ga/LC_MESSAGES/ksendemail.mo share/locale/ga/LC_MESSAGES/kshellcmdplugin.mo share/locale/ga/LC_MESSAGES/kshisen.mo @@ -446,7 +445,6 @@ share/locale/ga/LC_MESSAGES/ksysguard.mo share/locale/ga/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ga/LC_MESSAGES/ksystemlog.mo share/locale/ga/LC_MESSAGES/ksystraycmd.mo -share/locale/ga/LC_MESSAGES/kte_acomment.mo share/locale/ga/LC_MESSAGES/kteatime.mo share/locale/ga/LC_MESSAGES/ktesnippets_editor.mo share/locale/ga/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -454,6 +452,7 @@ share/locale/ga/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ga/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ga/LC_MESSAGES/ktimer.mo share/locale/ga/LC_MESSAGES/ktimetracker.mo +share/locale/ga/LC_MESSAGES/ktnef.mo share/locale/ga/LC_MESSAGES/ktouch.mo share/locale/ga/LC_MESSAGES/ktraderclient.mo share/locale/ga/LC_MESSAGES/ktron.mo @@ -474,7 +473,6 @@ share/locale/ga/LC_MESSAGES/kwin_clients.mo share/locale/ga/LC_MESSAGES/kwin_effects.mo share/locale/ga/LC_MESSAGES/kwinshutdown.mo share/locale/ga/LC_MESSAGES/kwinstartmenu.mo -share/locale/ga/LC_MESSAGES/kwl2kss.mo share/locale/ga/LC_MESSAGES/kwordquiz.mo share/locale/ga/LC_MESSAGES/kwrite.mo share/locale/ga/LC_MESSAGES/kwriteconfig.mo @@ -522,6 +520,7 @@ share/locale/ga/LC_MESSAGES/libkworkspace.mo share/locale/ga/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ga/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ga/LC_MESSAGES/libmailcommon.mo +share/locale/ga/LC_MESSAGES/libmailimporter.mo share/locale/ga/LC_MESSAGES/libmailtransport.mo share/locale/ga/LC_MESSAGES/libmessagecomposer.mo share/locale/ga/LC_MESSAGES/libmessagecore.mo @@ -530,6 +529,7 @@ share/locale/ga/LC_MESSAGES/libmessageviewer.mo share/locale/ga/LC_MESSAGES/liboktetacore.mo share/locale/ga/LC_MESSAGES/liboktetagui.mo share/locale/ga/LC_MESSAGES/liboktetakasten.mo +share/locale/ga/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ga/LC_MESSAGES/libphonon.mo share/locale/ga/LC_MESSAGES/libplasma.mo share/locale/ga/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -540,7 +540,6 @@ share/locale/ga/LC_MESSAGES/libtaskmanager.mo share/locale/ga/LC_MESSAGES/libtemplateparser.mo share/locale/ga/LC_MESSAGES/lokalize.mo share/locale/ga/LC_MESSAGES/lskat.mo -share/locale/ga/LC_MESSAGES/mailfilteragent.mo share/locale/ga/LC_MESSAGES/mailreader.mo share/locale/ga/LC_MESSAGES/marble.mo share/locale/ga/LC_MESSAGES/marble_qt.mo @@ -581,6 +580,7 @@ share/locale/ga/LC_MESSAGES/okular_plucker.mo share/locale/ga/LC_MESSAGES/okular_poppler.mo share/locale/ga/LC_MESSAGES/okular_tiff.mo share/locale/ga/LC_MESSAGES/okular_xps.mo +share/locale/ga/LC_MESSAGES/pairs.mo share/locale/ga/LC_MESSAGES/palapeli.mo share/locale/ga/LC_MESSAGES/parley.mo share/locale/ga/LC_MESSAGES/phonon_gstreamer.mo @@ -642,6 +642,7 @@ share/locale/ga/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ga/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ga/LC_MESSAGES/plasma_applet_pager.mo share/locale/ga/LC_MESSAGES/plasma_applet_panel.mo share/locale/ga/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -657,7 +658,6 @@ share/locale/ga/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ga/LC_MESSAGES/plasma_applet_sal.mo share/locale/ga/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ga/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ga/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ga/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_skapplet.mo @@ -685,6 +685,7 @@ share/locale/ga/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ga/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ga/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ga/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ga/LC_MESSAGES/plasma_engine_network.mo share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ga/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -692,6 +693,8 @@ share/locale/ga/LC_MESSAGES/plasma_engine_rss.mo share/locale/ga/LC_MESSAGES/plasma_engine_share.mo share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ga/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ga/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ga/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ga/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_activities.mo @@ -725,6 +728,7 @@ share/locale/ga/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ga/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ga/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ga/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ga/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ga/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -741,6 +745,7 @@ share/locale/ga/LC_MESSAGES/plasmagenericshell.mo share/locale/ga/LC_MESSAGES/plasmapkg.mo share/locale/ga/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/ga/LC_MESSAGES/plasmoidviewer.mo +share/locale/ga/LC_MESSAGES/pothumbnail.mo share/locale/ga/LC_MESSAGES/powerdevil.mo share/locale/ga/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ga/LC_MESSAGES/powerdevilglobalconfig.mo @@ -758,7 +763,6 @@ share/locale/ga/LC_MESSAGES/solid-network.mo share/locale/ga/LC_MESSAGES/solid_qt.mo share/locale/ga/LC_MESSAGES/solidcontrol.mo share/locale/ga/LC_MESSAGES/soliduiserver.mo -share/locale/ga/LC_MESSAGES/spy.mo share/locale/ga/LC_MESSAGES/step.mo share/locale/ga/LC_MESSAGES/step_qt.mo share/locale/ga/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-gl/Makefile b/misc/kde4-l10n-gl/Makefile index bf13acf4841c..578beccf8150 100644 --- a/misc/kde4-l10n-gl/Makefile +++ b/misc/kde4-l10n-gl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-gl -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-gl/Makefile.man b/misc/kde4-l10n-gl/Makefile.man index d2a8ac0cb847..b001ff74ed9a 100644 --- a/misc/kde4-l10n-gl/Makefile.man +++ b/misc/kde4-l10n-gl/Makefile.man @@ -1,4 +1,5 @@ MAN1+= adddebug.1 +MAN1+= ark.1 MAN1+= cheatmake.1 MAN1+= checkXML.1 MAN1+= create_cvsignore.1 @@ -17,7 +18,10 @@ MAN1+= kbruch.1 MAN1+= kconfig_compiler.1 MAN1+= kde4-config.1 MAN1+= kig.1 +MAN1+= kjs.1 +MAN1+= kjscmd.1 MAN1+= kmplot.1 +MAN1+= kross.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 MAN1+= po2xml.1 @@ -33,3 +37,8 @@ MAN1+= zonetab2pot.py.1 MAN6+= khangman.6 MAN7+= kdeoptions.7 MAN7+= qtoptions.7 +MAN8+= kbuildsycoca4.8 +MAN8+= kcookiejar4.8 +MAN8+= kded4.8 +MAN8+= kdeinit4.8 +MAN8+= meinproc4.8 diff --git a/misc/kde4-l10n-gl/distinfo b/misc/kde4-l10n-gl/distinfo index f4f7d8b2e9eb..6d53c5842f8a 100644 --- a/misc/kde4-l10n-gl/distinfo +++ b/misc/kde4-l10n-gl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-gl-4.8.4.tar.xz) = c4631f888faf1339a80dc01aff0bf2e45475b6ab6e3d54739e66a8ec17e0600e -SIZE (KDE/kde-l10n/kde-l10n-gl-4.8.4.tar.xz) = 3748204 +SHA256 (KDE/kde-l10n/kde-l10n-gl-4.9.5.tar.xz) = 70ea88730fa43f907b82b26286becfc23fa1e8fdfda325854444cd83e1607253 +SIZE (KDE/kde-l10n/kde-l10n-gl-4.9.5.tar.xz) = 4357956 diff --git a/misc/kde4-l10n-gl/pkg-plist b/misc/kde4-l10n-gl/pkg-plist index e3991481ba00..d53a724b41bb 100644 --- a/misc/kde4-l10n-gl/pkg-plist +++ b/misc/kde4-l10n-gl/pkg-plist @@ -1,3 +1,4 @@ +share/apps/khangman/gl.txt share/apps/ktuberling/sounds/gl.soundtheme share/apps/ktuberling/sounds/gl/ball.ogg share/apps/ktuberling/sounds/gl/bow.ogg @@ -73,10 +74,13 @@ share/apps/ktuberling/sounds/gl/umbrella.ogg share/apps/kvtml/gl/animals.kvtml share/apps/kvtml/gl/capitaisdomundo.kvtml share/apps/kvtml/gl/deportes.kvtml +share/apps/kvtml/gl/easy.kvtml share/apps/kvtml/gl/espazo.kvtml share/apps/kvtml/gl/froita.kvtml +share/apps/kvtml/gl/hard.kvtml share/apps/kvtml/gl/informatica.kvtml share/apps/kvtml/gl/invencions.kvtml +share/apps/kvtml/gl/medium.kvtml share/apps/kvtml/gl/moedas.kvtml share/apps/kvtml/gl/obxectos.kvtml share/apps/kvtml/gl/profesions.kvtml @@ -87,6 +91,10 @@ share/apps/kvtml/gl/xente.kvtml share/doc/HTML/gl/akregator/common share/doc/HTML/gl/akregator/index.cache.bz2 share/doc/HTML/gl/akregator/index.docbook +share/doc/HTML/gl/ark/common +share/doc/HTML/gl/ark/index.cache.bz2 +share/doc/HTML/gl/ark/index.docbook +share/doc/HTML/gl/ark/man-ark.1.docbook share/doc/HTML/gl/blinken/common share/doc/HTML/gl/blinken/index.cache.bz2 share/doc/HTML/gl/blinken/index.docbook @@ -99,6 +107,9 @@ share/doc/HTML/gl/bovo/index.docbook share/doc/HTML/gl/cantor/common share/doc/HTML/gl/cantor/index.cache.bz2 share/doc/HTML/gl/cantor/index.docbook +share/doc/HTML/gl/cervisia/common +share/doc/HTML/gl/cervisia/index.cache.bz2 +share/doc/HTML/gl/cervisia/index.docbook share/doc/HTML/gl/common/fdl-translated.html share/doc/HTML/gl/common/gpl-translated.html share/doc/HTML/gl/common/kde-localised.css @@ -110,7 +121,12 @@ share/doc/HTML/gl/gwenview/interface.docbook share/doc/HTML/gl/gwenview/introduction.docbook share/doc/HTML/gl/gwenview/keybindings.docbook share/doc/HTML/gl/gwenview/mouse.docbook -share/doc/HTML/gl/kalgebra/commands.docbook +share/doc/HTML/gl/kajongg/common +share/doc/HTML/gl/kajongg/index.cache.bz2 +share/doc/HTML/gl/kajongg/index.docbook +share/doc/HTML/gl/kalarm/common +share/doc/HTML/gl/kalarm/index.cache.bz2 +share/doc/HTML/gl/kalarm/index.docbook share/doc/HTML/gl/kalgebra/common share/doc/HTML/gl/kalgebra/index.cache.bz2 share/doc/HTML/gl/kalgebra/index.docbook @@ -121,6 +137,12 @@ share/doc/HTML/gl/kalzium/man-kalzium.1.docbook share/doc/HTML/gl/kanagram/common share/doc/HTML/gl/kanagram/index.cache.bz2 share/doc/HTML/gl/kanagram/index.docbook +share/doc/HTML/gl/kbattleship/common +share/doc/HTML/gl/kbattleship/index.cache.bz2 +share/doc/HTML/gl/kbattleship/index.docbook +share/doc/HTML/gl/kblocks/common +share/doc/HTML/gl/kblocks/index.cache.bz2 +share/doc/HTML/gl/kblocks/index.docbook share/doc/HTML/gl/kbruch/common share/doc/HTML/gl/kbruch/index.cache.bz2 share/doc/HTML/gl/kbruch/index.docbook @@ -128,15 +150,34 @@ share/doc/HTML/gl/kbruch/man-kbruch.1.docbook share/doc/HTML/gl/kcachegrind/common share/doc/HTML/gl/kcachegrind/index.cache.bz2 share/doc/HTML/gl/kcachegrind/index.docbook +share/doc/HTML/gl/kcalc/commands.docbook +share/doc/HTML/gl/kcalc/common +share/doc/HTML/gl/kcalc/index.cache.bz2 +share/doc/HTML/gl/kcalc/index.docbook +share/doc/HTML/gl/kcharselect/common +share/doc/HTML/gl/kcharselect/index.cache.bz2 +share/doc/HTML/gl/kcharselect/index.docbook share/doc/HTML/gl/kcontrol/kamera/common share/doc/HTML/gl/kcontrol/kamera/index.cache.bz2 share/doc/HTML/gl/kcontrol/kamera/index.docbook share/doc/HTML/gl/kcontrol/keyboard/common share/doc/HTML/gl/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/gl/kcontrol/keyboard/index.docbook +share/doc/HTML/gl/kdf/common +share/doc/HTML/gl/kdf/index.cache.bz2 +share/doc/HTML/gl/kdf/index.docbook +share/doc/HTML/gl/kfloppy/common +share/doc/HTML/gl/kfloppy/index.cache.bz2 +share/doc/HTML/gl/kfloppy/index.docbook share/doc/HTML/gl/kgeography/common share/doc/HTML/gl/kgeography/index.cache.bz2 share/doc/HTML/gl/kgeography/index.docbook +share/doc/HTML/gl/kgoldrunner/common +share/doc/HTML/gl/kgoldrunner/index.cache.bz2 +share/doc/HTML/gl/kgoldrunner/index.docbook +share/doc/HTML/gl/kgpg/common +share/doc/HTML/gl/kgpg/index.cache.bz2 +share/doc/HTML/gl/kgpg/index.docbook share/doc/HTML/gl/khangman/common share/doc/HTML/gl/khangman/index.cache.bz2 share/doc/HTML/gl/khangman/index.docbook @@ -207,6 +248,12 @@ share/doc/HTML/gl/kioslave/thumbnail/index.docbook share/doc/HTML/gl/kiten/common share/doc/HTML/gl/kiten/index.cache.bz2 share/doc/HTML/gl/kiten/index.docbook +share/doc/HTML/gl/kjots/common +share/doc/HTML/gl/kjots/index.cache.bz2 +share/doc/HTML/gl/kjots/index.docbook +share/doc/HTML/gl/kleopatra/common +share/doc/HTML/gl/kleopatra/index.cache.bz2 +share/doc/HTML/gl/kleopatra/index.docbook share/doc/HTML/gl/klettres/common share/doc/HTML/gl/klettres/index.cache.bz2 share/doc/HTML/gl/klettres/index.docbook @@ -221,9 +268,49 @@ share/doc/HTML/gl/kmail/index.docbook share/doc/HTML/gl/kmail/intro.docbook share/doc/HTML/gl/kmail/menus.docbook share/doc/HTML/gl/kmail/using-kmail.docbook +share/doc/HTML/gl/kmines/common +share/doc/HTML/gl/kmines/index.cache.bz2 +share/doc/HTML/gl/kmines/index.docbook +share/doc/HTML/gl/kmplot/commands.docbook +share/doc/HTML/gl/kmplot/common +share/doc/HTML/gl/kmplot/configuration.docbook +share/doc/HTML/gl/kmplot/credits.docbook +share/doc/HTML/gl/kmplot/dcop.docbook +share/doc/HTML/gl/kmplot/developer.docbook +share/doc/HTML/gl/kmplot/firststeps.docbook +share/doc/HTML/gl/kmplot/index.cache.bz2 +share/doc/HTML/gl/kmplot/index.docbook +share/doc/HTML/gl/kmplot/install.docbook +share/doc/HTML/gl/kmplot/introduction.docbook +share/doc/HTML/gl/kmplot/man-kmplot.1.docbook +share/doc/HTML/gl/kmplot/reference.docbook +share/doc/HTML/gl/kmplot/using.docbook +share/doc/HTML/gl/knode/commands.docbook +share/doc/HTML/gl/knode/common +share/doc/HTML/gl/knode/credits.docbook +share/doc/HTML/gl/knode/faq.docbook +share/doc/HTML/gl/knode/gloss.docbook +share/doc/HTML/gl/knode/index.cache.bz2 +share/doc/HTML/gl/knode/index.docbook +share/doc/HTML/gl/knode/install.docbook +share/doc/HTML/gl/knode/introduction.docbook +share/doc/HTML/gl/knode/journey.docbook +share/doc/HTML/gl/knode/more.docbook +share/doc/HTML/gl/knode/using-firststart.docbook +share/doc/HTML/gl/knode/using-morefeatures.docbook +share/doc/HTML/gl/knode/using-subscribing.docbook +share/doc/HTML/gl/knotes/common +share/doc/HTML/gl/knotes/index.cache.bz2 +share/doc/HTML/gl/knotes/index.docbook share/doc/HTML/gl/kolourpaint/common share/doc/HTML/gl/kolourpaint/index.cache.bz2 share/doc/HTML/gl/kolourpaint/index.docbook +share/doc/HTML/gl/konquest/common +share/doc/HTML/gl/konquest/index.cache.bz2 +share/doc/HTML/gl/konquest/index.docbook +share/doc/HTML/gl/konsolekalendar/common +share/doc/HTML/gl/konsolekalendar/index.cache.bz2 +share/doc/HTML/gl/konsolekalendar/index.docbook share/doc/HTML/gl/kruler/common share/doc/HTML/gl/kruler/index.cache.bz2 share/doc/HTML/gl/kruler/index.docbook @@ -295,16 +382,28 @@ share/doc/HTML/gl/kstars/tools.docbook share/doc/HTML/gl/kstars/utime.docbook share/doc/HTML/gl/kstars/wut.docbook share/doc/HTML/gl/kstars/zenith.docbook +share/doc/HTML/gl/ksudoku/common +share/doc/HTML/gl/ksudoku/index.cache.bz2 +share/doc/HTML/gl/ksudoku/index.docbook +share/doc/HTML/gl/ktimer/common +share/doc/HTML/gl/ktimer/index.cache.bz2 +share/doc/HTML/gl/ktimer/index.docbook share/doc/HTML/gl/ktouch/common share/doc/HTML/gl/ktouch/index.cache.bz2 share/doc/HTML/gl/ktouch/index.docbook share/doc/HTML/gl/ktouch/man-ktouch.1.docbook +share/doc/HTML/gl/kwallet/common +share/doc/HTML/gl/kwallet/index.cache.bz2 +share/doc/HTML/gl/kwallet/index.docbook share/doc/HTML/gl/kwordquiz/common share/doc/HTML/gl/kwordquiz/index.cache.bz2 share/doc/HTML/gl/kwordquiz/index.docbook share/doc/HTML/gl/lokalize/common share/doc/HTML/gl/lokalize/index.cache.bz2 share/doc/HTML/gl/lokalize/index.docbook +share/doc/HTML/gl/marble/common +share/doc/HTML/gl/marble/index.cache.bz2 +share/doc/HTML/gl/marble/index.docbook share/doc/HTML/gl/okular/common share/doc/HTML/gl/okular/index.cache.bz2 share/doc/HTML/gl/okular/index.docbook @@ -339,6 +438,7 @@ share/locale/gl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/gl/LC_MESSAGES/accountwizard_maildir.mo share/locale/gl/LC_MESSAGES/accountwizard_pop3.mo share/locale/gl/LC_MESSAGES/adblock.mo +share/locale/gl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/gl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/gl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_davgroupware_resource.mo @@ -354,6 +454,7 @@ share/locale/gl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/gl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/gl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/gl/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/gl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/gl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/gl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/gl/LC_MESSAGES/akonadi_microblog_resource.mo @@ -379,6 +480,7 @@ share/locale/gl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/gl/LC_MESSAGES/audiorename_plugin.mo share/locale/gl/LC_MESSAGES/autorefresh.mo share/locale/gl/LC_MESSAGES/babelfish.mo +share/locale/gl/LC_MESSAGES/backupmail.mo share/locale/gl/LC_MESSAGES/blinken.mo share/locale/gl/LC_MESSAGES/blogilo.mo share/locale/gl/LC_MESSAGES/bomber.mo @@ -403,6 +505,7 @@ share/locale/gl/LC_MESSAGES/gwenview.mo share/locale/gl/LC_MESSAGES/htmlsearch.mo share/locale/gl/LC_MESSAGES/imagerename_plugin.mo share/locale/gl/LC_MESSAGES/imgalleryplugin.mo +share/locale/gl/LC_MESSAGES/importwizard.mo share/locale/gl/LC_MESSAGES/jovie.mo share/locale/gl/LC_MESSAGES/joystick.mo share/locale/gl/LC_MESSAGES/juk.mo @@ -423,6 +526,7 @@ share/locale/gl/LC_MESSAGES/kajongg.mo share/locale/gl/LC_MESSAGES/kalarm.mo share/locale/gl/LC_MESSAGES/kalgebra.mo share/locale/gl/LC_MESSAGES/kalzium.mo +share/locale/gl/LC_MESSAGES/kanagram-harmattan.mo share/locale/gl/LC_MESSAGES/kanagram.mo share/locale/gl/LC_MESSAGES/kapman.mo share/locale/gl/LC_MESSAGES/kapptemplate.mo @@ -434,15 +538,19 @@ share/locale/gl/LC_MESSAGES/katebuild-plugin.mo share/locale/gl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/gl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/gl/LC_MESSAGES/katefiletemplates.mo +share/locale/gl/LC_MESSAGES/kategdbplugin.mo share/locale/gl/LC_MESSAGES/katehelloworld.mo share/locale/gl/LC_MESSAGES/katekonsoleplugin.mo share/locale/gl/LC_MESSAGES/katemailfilesplugin.mo share/locale/gl/LC_MESSAGES/kateopenheader.mo share/locale/gl/LC_MESSAGES/katepart4.mo share/locale/gl/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/gl/LC_MESSAGES/katesearch.mo share/locale/gl/LC_MESSAGES/katesnippets_tng.mo +share/locale/gl/LC_MESSAGES/katesql.mo share/locale/gl/LC_MESSAGES/katesymbolviewer.mo share/locale/gl/LC_MESSAGES/katetabbarextension.mo +share/locale/gl/LC_MESSAGES/katetabifyplugin.mo share/locale/gl/LC_MESSAGES/katetextfilter.mo share/locale/gl/LC_MESSAGES/katexmlcheck.mo share/locale/gl/LC_MESSAGES/katexmltools.mo @@ -460,6 +568,7 @@ share/locale/gl/LC_MESSAGES/kcal_akonadi.mo share/locale/gl/LC_MESSAGES/kcalc.mo share/locale/gl/LC_MESSAGES/kcertpart.mo share/locale/gl/LC_MESSAGES/kcharselect.mo +share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/gl/LC_MESSAGES/kcm_akonadi.mo share/locale/gl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/gl/LC_MESSAGES/kcm_attica.mo @@ -530,7 +639,6 @@ share/locale/gl/LC_MESSAGES/kcmstyle.mo share/locale/gl/LC_MESSAGES/kcmusb.mo share/locale/gl/LC_MESSAGES/kcmview1394.mo share/locale/gl/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/gl/LC_MESSAGES/kcmxinerama.mo share/locale/gl/LC_MESSAGES/kcolorchooser.mo share/locale/gl/LC_MESSAGES/kcron.mo share/locale/gl/LC_MESSAGES/kde-menu.mo @@ -552,24 +660,16 @@ share/locale/gl/LC_MESSAGES/kdmgreet.mo share/locale/gl/LC_MESSAGES/kdontchangethehostname.mo share/locale/gl/LC_MESSAGES/keditbookmarks.mo share/locale/gl/LC_MESSAGES/kfile.mo -share/locale/gl/LC_MESSAGES/kfile_avi.mo share/locale/gl/LC_MESSAGES/kfile_dds.mo share/locale/gl/LC_MESSAGES/kfile_drgeo.mo share/locale/gl/LC_MESSAGES/kfile_exr.mo -share/locale/gl/LC_MESSAGES/kfile_flac.mo share/locale/gl/LC_MESSAGES/kfile_kig.mo share/locale/gl/LC_MESSAGES/kfile_mail.mo -share/locale/gl/LC_MESSAGES/kfile_mp3.mo -share/locale/gl/LC_MESSAGES/kfile_mpc.mo -share/locale/gl/LC_MESSAGES/kfile_ogg.mo share/locale/gl/LC_MESSAGES/kfile_pnm.mo share/locale/gl/LC_MESSAGES/kfile_raw.mo share/locale/gl/LC_MESSAGES/kfile_rgb.mo share/locale/gl/LC_MESSAGES/kfile_rpm.mo -share/locale/gl/LC_MESSAGES/kfile_sid.mo -share/locale/gl/LC_MESSAGES/kfile_theora.mo share/locale/gl/LC_MESSAGES/kfile_tiff.mo -share/locale/gl/LC_MESSAGES/kfile_wav.mo share/locale/gl/LC_MESSAGES/kfile_xps.mo share/locale/gl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/gl/LC_MESSAGES/kfilereplace.mo @@ -602,6 +702,7 @@ share/locale/gl/LC_MESSAGES/kimagemapeditor.mo share/locale/gl/LC_MESSAGES/kinetd.mo share/locale/gl/LC_MESSAGES/kinfocenter.mo share/locale/gl/LC_MESSAGES/kio4.mo +share/locale/gl/LC_MESSAGES/kio_activities.mo share/locale/gl/LC_MESSAGES/kio_akonadi.mo share/locale/gl/LC_MESSAGES/kio_applications.mo share/locale/gl/LC_MESSAGES/kio_archive.mo @@ -623,6 +724,7 @@ share/locale/gl/LC_MESSAGES/kio_nfs.mo share/locale/gl/LC_MESSAGES/kio_nntp.mo share/locale/gl/LC_MESSAGES/kio_perldoc.mo share/locale/gl/LC_MESSAGES/kio_pop3.mo +share/locale/gl/LC_MESSAGES/kio_recentdocuments.mo share/locale/gl/LC_MESSAGES/kio_remote.mo share/locale/gl/LC_MESSAGES/kio_sftp.mo share/locale/gl/LC_MESSAGES/kio_sieve.mo @@ -729,6 +831,7 @@ share/locale/gl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/gl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/gl/LC_MESSAGES/ktimer.mo share/locale/gl/LC_MESSAGES/ktimetracker.mo +share/locale/gl/LC_MESSAGES/ktnef.mo share/locale/gl/LC_MESSAGES/ktouch.mo share/locale/gl/LC_MESSAGES/ktraderclient.mo share/locale/gl/LC_MESSAGES/ktron.mo @@ -794,6 +897,7 @@ share/locale/gl/LC_MESSAGES/libkunitconversion.mo share/locale/gl/LC_MESSAGES/libkworkspace.mo share/locale/gl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/gl/LC_MESSAGES/libmailcommon.mo +share/locale/gl/LC_MESSAGES/libmailimporter.mo share/locale/gl/LC_MESSAGES/libmailtransport.mo share/locale/gl/LC_MESSAGES/libmessagecomposer.mo share/locale/gl/LC_MESSAGES/libmessagecore.mo @@ -801,6 +905,7 @@ share/locale/gl/LC_MESSAGES/libmessagelist.mo share/locale/gl/LC_MESSAGES/libmessageviewer.mo share/locale/gl/LC_MESSAGES/liboktetacore.mo share/locale/gl/LC_MESSAGES/liboktetakasten.mo +share/locale/gl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/gl/LC_MESSAGES/libphonon.mo share/locale/gl/LC_MESSAGES/libplasma.mo share/locale/gl/LC_MESSAGES/libplasmaclock.mo @@ -810,10 +915,10 @@ share/locale/gl/LC_MESSAGES/libtaskmanager.mo share/locale/gl/LC_MESSAGES/libtemplateparser.mo share/locale/gl/LC_MESSAGES/lokalize.mo share/locale/gl/LC_MESSAGES/lskat.mo -share/locale/gl/LC_MESSAGES/mailfilteragent.mo share/locale/gl/LC_MESSAGES/mailreader.mo share/locale/gl/LC_MESSAGES/marble.mo share/locale/gl/LC_MESSAGES/marble_qt.mo +share/locale/gl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -848,6 +953,7 @@ share/locale/gl/LC_MESSAGES/okular_plucker.mo share/locale/gl/LC_MESSAGES/okular_poppler.mo share/locale/gl/LC_MESSAGES/okular_tiff.mo share/locale/gl/LC_MESSAGES/okular_xps.mo +share/locale/gl/LC_MESSAGES/pairs.mo share/locale/gl/LC_MESSAGES/palapeli.mo share/locale/gl/LC_MESSAGES/parley.mo share/locale/gl/LC_MESSAGES/phonon_gstreamer.mo @@ -904,6 +1010,7 @@ share/locale/gl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/gl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/gl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/gl/LC_MESSAGES/plasma_applet_pager.mo share/locale/gl/LC_MESSAGES/plasma_applet_panel.mo share/locale/gl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -919,7 +1026,6 @@ share/locale/gl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/gl/LC_MESSAGES/plasma_applet_sal.mo share/locale/gl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/gl/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/gl/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/gl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/gl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/gl/LC_MESSAGES/plasma_applet_skapplet.mo @@ -945,6 +1051,7 @@ share/locale/gl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/gl/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/gl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/gl/LC_MESSAGES/plasma_engine_network.mo share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/gl/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -952,6 +1059,8 @@ share/locale/gl/LC_MESSAGES/plasma_engine_rss.mo share/locale/gl/LC_MESSAGES/plasma_engine_share.mo share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/gl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/gl/LC_MESSAGES/plasma_runner_activities.mo share/locale/gl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo @@ -1014,7 +1123,6 @@ share/locale/gl/LC_MESSAGES/solid-network.mo share/locale/gl/LC_MESSAGES/solid_qt.mo share/locale/gl/LC_MESSAGES/solidcontrol.mo share/locale/gl/LC_MESSAGES/soliduiserver.mo -share/locale/gl/LC_MESSAGES/spy.mo share/locale/gl/LC_MESSAGES/step.mo share/locale/gl/LC_MESSAGES/step_qt.mo share/locale/gl/LC_MESSAGES/strigila_diff.mo @@ -1038,15 +1146,27 @@ share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/plasma-desktop @dirrm share/doc/HTML/gl/parley @dirrm share/doc/HTML/gl/okular +@dirrm share/doc/HTML/gl/marble @dirrm share/doc/HTML/gl/lokalize @dirrm share/doc/HTML/gl/kwordquiz +@dirrm share/doc/HTML/gl/kwallet @dirrm share/doc/HTML/gl/ktouch +@dirrm share/doc/HTML/gl/ktimer +@dirrm share/doc/HTML/gl/ksudoku @dirrm share/doc/HTML/gl/kstars @dirrm share/doc/HTML/gl/ksnapshot @dirrm share/doc/HTML/gl/kruler +@dirrm share/doc/HTML/gl/konsolekalendar +@dirrm share/doc/HTML/gl/konquest @dirrm share/doc/HTML/gl/kolourpaint +@dirrm share/doc/HTML/gl/knotes +@dirrm share/doc/HTML/gl/knode +@dirrm share/doc/HTML/gl/kmplot +@dirrm share/doc/HTML/gl/kmines @dirrm share/doc/HTML/gl/kmail @dirrm share/doc/HTML/gl/klettres +@dirrm share/doc/HTML/gl/kleopatra +@dirrm share/doc/HTML/gl/kjots @dirrm share/doc/HTML/gl/kiten @dirrm share/doc/HTML/gl/kioslave/thumbnail @dirrm share/doc/HTML/gl/kioslave/telnet @@ -1071,27 +1191,41 @@ share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/kioslave/cgi @dirrm share/doc/HTML/gl/kioslave @dirrm share/doc/HTML/gl/khangman +@dirrm share/doc/HTML/gl/kgpg +@dirrm share/doc/HTML/gl/kgoldrunner @dirrm share/doc/HTML/gl/kgeography +@dirrm share/doc/HTML/gl/kfloppy +@dirrm share/doc/HTML/gl/kdf @dirrm share/doc/HTML/gl/kcontrol/keyboard @dirrm share/doc/HTML/gl/kcontrol/kamera @dirrm share/doc/HTML/gl/kcontrol +@dirrm share/doc/HTML/gl/kcharselect +@dirrm share/doc/HTML/gl/kcalc @dirrm share/doc/HTML/gl/kcachegrind @dirrm share/doc/HTML/gl/kbruch +@dirrm share/doc/HTML/gl/kblocks +@dirrm share/doc/HTML/gl/kbattleship @dirrm share/doc/HTML/gl/kanagram @dirrm share/doc/HTML/gl/kalzium @dirrm share/doc/HTML/gl/kalgebra +@dirrm share/doc/HTML/gl/kalarm +@dirrm share/doc/HTML/gl/kajongg @dirrm share/doc/HTML/gl/gwenview @dirrm share/doc/HTML/gl/common +@dirrm share/doc/HTML/gl/cervisia @dirrm share/doc/HTML/gl/cantor @dirrm share/doc/HTML/gl/bovo @dirrm share/doc/HTML/gl/bomber @dirrm share/doc/HTML/gl/blinken +@dirrm share/doc/HTML/gl/ark @dirrm share/doc/HTML/gl/akregator @dirrm share/apps/kvtml/gl @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/gl @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling +@dirrm share/apps/khangman +@dirrmtry man/gl/man8 @dirrmtry man/gl/man7 @dirrmtry man/gl/man6 @dirrmtry man/gl/man1 diff --git a/misc/kde4-l10n-gu/Makefile b/misc/kde4-l10n-gu/Makefile index 2d1ba331f3d4..31f46c8a6562 100644 --- a/misc/kde4-l10n-gu/Makefile +++ b/misc/kde4-l10n-gu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-gu -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +12,4 @@ KDE4_L10N= gu IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-gu/pkg-plist b/misc/kde4-l10n-gu/pkg-plist index 702eb5986e04..9ecb6fe87609 100644 --- a/misc/kde4-l10n-gu/pkg-plist +++ b/misc/kde4-l10n-gu/pkg-plist @@ -82,7 +82,6 @@ share/locale/gu/LC_MESSAGES/kcmstyle.mo share/locale/gu/LC_MESSAGES/kcmusb.mo share/locale/gu/LC_MESSAGES/kcmview1394.mo share/locale/gu/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/gu/LC_MESSAGES/kcmxinerama.mo share/locale/gu/LC_MESSAGES/kde-menu.mo share/locale/gu/LC_MESSAGES/kdebugdialog.mo share/locale/gu/LC_MESSAGES/kdecalendarsystems.mo diff --git a/misc/kde4-l10n-hi/Makefile b/misc/kde4-l10n-hi/Makefile index de1341fd7ebb..0b30232e1424 100644 --- a/misc/kde4-l10n-hi/Makefile +++ b/misc/kde4-l10n-hi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-hi -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -14,7 +10,5 @@ COMMENT= Hindi messages and documentation for KDE4 KDE4_L10N= hi -IGNORE= is not included in KDE SC ${KDE4_VERSION} - .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-hi/distinfo b/misc/kde4-l10n-hi/distinfo index 7a1d13534909..0c636d44f939 100644 --- a/misc/kde4-l10n-hi/distinfo +++ b/misc/kde4-l10n-hi/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hi-4.6.5.tar.bz2) = d803ef175015dcd0725d078c4c3299bf1e884f5be53c8014cc710ff7c3f458c1 -SIZE (KDE/kde-l10n/kde-l10n-hi-4.6.5.tar.bz2) = 1939735 +SHA256 (KDE/kde-l10n/kde-l10n-hi-4.9.5.tar.xz) = 94984a615969a724975ae4306a2ca97fe8aeeb544a5a68da76706e7eda4f25ab +SIZE (KDE/kde-l10n/kde-l10n-hi-4.9.5.tar.xz) = 1841420 diff --git a/misc/kde4-l10n-hi/pkg-plist b/misc/kde4-l10n-hi/pkg-plist index 72b3b55af5a4..2f3a5cebd306 100644 --- a/misc/kde4-l10n-hi/pkg-plist +++ b/misc/kde4-l10n-hi/pkg-plist @@ -44,10 +44,7 @@ share/locale/hi/LC_MESSAGES/kate.mo share/locale/hi/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/hi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hi/LC_MESSAGES/katefiletemplates.mo -share/locale/hi/LC_MESSAGES/katefindinfilesplugin.mo share/locale/hi/LC_MESSAGES/katehelloworld.mo -share/locale/hi/LC_MESSAGES/kateinsertcommand.mo -share/locale/hi/LC_MESSAGES/katekjswrapper.mo share/locale/hi/LC_MESSAGES/katekonsoleplugin.mo share/locale/hi/LC_MESSAGES/katemailfilesplugin.mo share/locale/hi/LC_MESSAGES/kateopenheader.mo @@ -134,7 +131,6 @@ share/locale/hi/LC_MESSAGES/kcmsmserver.mo share/locale/hi/LC_MESSAGES/kcmstyle.mo share/locale/hi/LC_MESSAGES/kcmusb.mo share/locale/hi/LC_MESSAGES/kcmview1394.mo -share/locale/hi/LC_MESSAGES/kcmxinerama.mo share/locale/hi/LC_MESSAGES/kcolorchooser.mo share/locale/hi/LC_MESSAGES/kcron.mo share/locale/hi/LC_MESSAGES/kde-menu.mo @@ -143,7 +139,6 @@ share/locale/hi/LC_MESSAGES/kdecalendarsystems.mo share/locale/hi/LC_MESSAGES/kdelibs4.mo share/locale/hi/LC_MESSAGES/kdelibs_colors4.mo share/locale/hi/LC_MESSAGES/kdepasswd.mo -share/locale/hi/LC_MESSAGES/kdepimwizards.mo share/locale/hi/LC_MESSAGES/kdeqt.mo share/locale/hi/LC_MESSAGES/kdesu.mo share/locale/hi/LC_MESSAGES/kdesud.mo @@ -152,25 +147,18 @@ share/locale/hi/LC_MESSAGES/kdialog.mo share/locale/hi/LC_MESSAGES/kdiamond.mo share/locale/hi/LC_MESSAGES/kdmconfig.mo share/locale/hi/LC_MESSAGES/kdmgreet.mo +share/locale/hi/LC_MESSAGES/kdontchangethehostname.mo share/locale/hi/LC_MESSAGES/keditbookmarks.mo share/locale/hi/LC_MESSAGES/kfile.mo -share/locale/hi/LC_MESSAGES/kfile_avi.mo share/locale/hi/LC_MESSAGES/kfile_dds.mo share/locale/hi/LC_MESSAGES/kfile_drgeo.mo share/locale/hi/LC_MESSAGES/kfile_exr.mo -share/locale/hi/LC_MESSAGES/kfile_flac.mo share/locale/hi/LC_MESSAGES/kfile_kig.mo -share/locale/hi/LC_MESSAGES/kfile_mp3.mo -share/locale/hi/LC_MESSAGES/kfile_mpc.mo -share/locale/hi/LC_MESSAGES/kfile_ogg.mo share/locale/hi/LC_MESSAGES/kfile_pnm.mo share/locale/hi/LC_MESSAGES/kfile_raw.mo share/locale/hi/LC_MESSAGES/kfile_rgb.mo share/locale/hi/LC_MESSAGES/kfile_rpm.mo -share/locale/hi/LC_MESSAGES/kfile_sid.mo -share/locale/hi/LC_MESSAGES/kfile_theora.mo share/locale/hi/LC_MESSAGES/kfile_tiff.mo -share/locale/hi/LC_MESSAGES/kfile_wav.mo share/locale/hi/LC_MESSAGES/kfile_xps.mo share/locale/hi/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hi/LC_MESSAGES/kfilereplace.mo @@ -206,7 +194,6 @@ share/locale/hi/LC_MESSAGES/kio_bookmarks.mo share/locale/hi/LC_MESSAGES/kio_finger.mo share/locale/hi/LC_MESSAGES/kio_fish.mo share/locale/hi/LC_MESSAGES/kio_floppy.mo -share/locale/hi/LC_MESSAGES/kio_groupwise.mo share/locale/hi/LC_MESSAGES/kio_help4.mo share/locale/hi/LC_MESSAGES/kio_imap4.mo share/locale/hi/LC_MESSAGES/kio_info.mo @@ -219,6 +206,7 @@ share/locale/hi/LC_MESSAGES/kio_nepomuksearch.mo share/locale/hi/LC_MESSAGES/kio_nfs.mo share/locale/hi/LC_MESSAGES/kio_nntp.mo share/locale/hi/LC_MESSAGES/kio_pop3.mo +share/locale/hi/LC_MESSAGES/kio_recentdocuments.mo share/locale/hi/LC_MESSAGES/kio_remote.mo share/locale/hi/LC_MESSAGES/kio_sftp.mo share/locale/hi/LC_MESSAGES/kio_sieve.mo @@ -277,7 +265,6 @@ share/locale/hi/LC_MESSAGES/krdb.mo share/locale/hi/LC_MESSAGES/krdc.mo share/locale/hi/LC_MESSAGES/kreadconfig.mo share/locale/hi/LC_MESSAGES/kres_blog.mo -share/locale/hi/LC_MESSAGES/kres_groupwise.mo share/locale/hi/LC_MESSAGES/kres_remote.mo share/locale/hi/LC_MESSAGES/kreversi.mo share/locale/hi/LC_MESSAGES/krfb.mo @@ -285,6 +272,7 @@ share/locale/hi/LC_MESSAGES/kruler.mo share/locale/hi/LC_MESSAGES/krunner.mo share/locale/hi/LC_MESSAGES/kscd.mo share/locale/hi/LC_MESSAGES/kscreensaver.mo +share/locale/hi/LC_MESSAGES/kshellcmdplugin.mo share/locale/hi/LC_MESSAGES/kshisen.mo share/locale/hi/LC_MESSAGES/kshorturifilter.mo share/locale/hi/LC_MESSAGES/ksirk.mo @@ -297,7 +285,6 @@ share/locale/hi/LC_MESSAGES/kstars.mo share/locale/hi/LC_MESSAGES/kstart.mo share/locale/hi/LC_MESSAGES/kstartperf.mo share/locale/hi/LC_MESSAGES/kstyle_config.mo -share/locale/hi/LC_MESSAGES/kstyle_keramik_config.mo share/locale/hi/LC_MESSAGES/kstyle_phase_config.mo share/locale/hi/LC_MESSAGES/ksudoku.mo share/locale/hi/LC_MESSAGES/ksysguard.mo @@ -306,7 +293,6 @@ share/locale/hi/LC_MESSAGES/ksystraycmd.mo share/locale/hi/LC_MESSAGES/kteatime.mo share/locale/hi/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo -share/locale/hi/LC_MESSAGES/kthememanager.mo share/locale/hi/LC_MESSAGES/ktimer.mo share/locale/hi/LC_MESSAGES/ktouch.mo share/locale/hi/LC_MESSAGES/ktraderclient.mo @@ -324,18 +310,20 @@ share/locale/hi/LC_MESSAGES/kwin.mo share/locale/hi/LC_MESSAGES/kwin_art_clients.mo share/locale/hi/LC_MESSAGES/kwin_clients.mo share/locale/hi/LC_MESSAGES/kwin_effects.mo -share/locale/hi/LC_MESSAGES/kwin_lib.mo +share/locale/hi/LC_MESSAGES/kwinshutdown.mo share/locale/hi/LC_MESSAGES/kwinstartmenu.mo share/locale/hi/LC_MESSAGES/kwordquiz.mo share/locale/hi/LC_MESSAGES/kwrite.mo share/locale/hi/LC_MESSAGES/kwriteconfig.mo share/locale/hi/LC_MESSAGES/kxkb.mo share/locale/hi/LC_MESSAGES/kxsconfig.mo +share/locale/hi/LC_MESSAGES/libkalarmcal.mo share/locale/hi/LC_MESSAGES/libkblog.mo share/locale/hi/LC_MESSAGES/libkcal.mo share/locale/hi/LC_MESSAGES/libkcddb.mo share/locale/hi/LC_MESSAGES/libkcompactdisc.mo share/locale/hi/LC_MESSAGES/libkdcraw.mo +share/locale/hi/LC_MESSAGES/libkdecorations.mo share/locale/hi/LC_MESSAGES/libkdeedu.mo share/locale/hi/LC_MESSAGES/libkdegames.mo share/locale/hi/LC_MESSAGES/libkdepim.mo @@ -356,6 +344,7 @@ share/locale/hi/LC_MESSAGES/libksieve.mo share/locale/hi/LC_MESSAGES/libktnef.mo share/locale/hi/LC_MESSAGES/libkworkspace.mo share/locale/hi/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/hi/LC_MESSAGES/libmailimporter.mo share/locale/hi/LC_MESSAGES/libmailtransport.mo share/locale/hi/LC_MESSAGES/libmessagelist.mo share/locale/hi/LC_MESSAGES/libmessageviewer.mo @@ -371,11 +360,12 @@ share/locale/hi/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/hi/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/hi/LC_MESSAGES/mf_konqplugin.mo share/locale/hi/LC_MESSAGES/minitoolsplugin.mo +share/locale/hi/LC_MESSAGES/nepomukcontroller.mo +share/locale/hi/LC_MESSAGES/nepomukfileindexer.mo share/locale/hi/LC_MESSAGES/nepomukqueryservice.mo share/locale/hi/LC_MESSAGES/nepomukserver.mo share/locale/hi/LC_MESSAGES/nepomukservicestub.mo share/locale/hi/LC_MESSAGES/nepomukstorage.mo -share/locale/hi/LC_MESSAGES/nepomukstrigiservice.mo share/locale/hi/LC_MESSAGES/nsplugin.mo share/locale/hi/LC_MESSAGES/oktetapart.mo share/locale/hi/LC_MESSAGES/okular.mo @@ -391,15 +381,14 @@ share/locale/hi/LC_MESSAGES/okular_poppler.mo share/locale/hi/LC_MESSAGES/okular_tiff.mo share/locale/hi/LC_MESSAGES/okular_xps.mo share/locale/hi/LC_MESSAGES/parley.mo -share/locale/hi/LC_MESSAGES/phonon-xine.mo share/locale/hi/LC_MESSAGES/phonon_kde.mo share/locale/hi/LC_MESSAGES/phononserver.mo share/locale/hi/LC_MESSAGES/plasma-desktop.mo share/locale/hi/LC_MESSAGES/plasma-netbook.mo share/locale/hi/LC_MESSAGES/plasma-overlay.mo +share/locale/hi/LC_MESSAGES/plasma-remote-helper.mo share/locale/hi/LC_MESSAGES/plasma_applet_battery.mo share/locale/hi/LC_MESSAGES/plasma_applet_clock.mo -share/locale/hi/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/hi/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/hi/LC_MESSAGES/plasma_applet_folderview.mo share/locale/hi/LC_MESSAGES/plasma_applet_frame.mo @@ -411,6 +400,7 @@ share/locale/hi/LC_MESSAGES/plasma_applet_luna.mo share/locale/hi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hi/LC_MESSAGES/plasma_applet_notifications.mo +share/locale/hi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hi/LC_MESSAGES/plasma_applet_pager.mo share/locale/hi/LC_MESSAGES/plasma_applet_panel.mo @@ -471,7 +461,6 @@ share/locale/hi/LC_MESSAGES/solid-hardware.mo share/locale/hi/LC_MESSAGES/solid-network.mo share/locale/hi/LC_MESSAGES/solidcontrol.mo share/locale/hi/LC_MESSAGES/soliduiserver.mo -share/locale/hi/LC_MESSAGES/spy.mo share/locale/hi/LC_MESSAGES/strigila_diff.mo share/locale/hi/LC_MESSAGES/superkaramba.mo share/locale/hi/LC_MESSAGES/sweeper.mo diff --git a/misc/kde4-l10n-hr/Makefile b/misc/kde4-l10n-hr/Makefile index 16f4bdbc6c97..5d5eb4c6dd45 100644 --- a/misc/kde4-l10n-hr/Makefile +++ b/misc/kde4-l10n-hr/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: kde4-l10n-hr -# Date created: 28 August 2009 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# +# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Croatian messages and documentation for KDE4 +COMMENT= Croation messages and documentation for KDE4 KDE4_L10N= hr .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-hr/distinfo b/misc/kde4-l10n-hr/distinfo index 505f5ecb536a..2d4c6155e7a8 100644 --- a/misc/kde4-l10n-hr/distinfo +++ b/misc/kde4-l10n-hr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-hr-4.8.4.tar.xz) = 5277f8e0cb530e62bba960817197127abef5dd1a30df3b13424fd6be74351471 -SIZE (KDE/kde-l10n/kde-l10n-hr-4.8.4.tar.xz) = 2065888 +SHA256 (KDE/kde-l10n/kde-l10n-hr-4.9.5.tar.xz) = 68f64b84e137924fc5e6517dfc94eeda2345c349e84039811a3503580cb4ebff +SIZE (KDE/kde-l10n/kde-l10n-hr-4.9.5.tar.xz) = 2059224 diff --git a/misc/kde4-l10n-hr/pkg-plist b/misc/kde4-l10n-hr/pkg-plist index 3be1978c509e..72cae2850ab2 100644 --- a/misc/kde4-l10n-hr/pkg-plist +++ b/misc/kde4-l10n-hr/pkg-plist @@ -142,7 +142,6 @@ share/locale/hr/LC_MESSAGES/kcmstyle.mo share/locale/hr/LC_MESSAGES/kcmusb.mo share/locale/hr/LC_MESSAGES/kcmview1394.mo share/locale/hr/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/hr/LC_MESSAGES/kcmxinerama.mo share/locale/hr/LC_MESSAGES/kcolorchooser.mo share/locale/hr/LC_MESSAGES/kcron.mo share/locale/hr/LC_MESSAGES/kde-menu.mo @@ -163,23 +162,15 @@ share/locale/hr/LC_MESSAGES/kdmgreet.mo share/locale/hr/LC_MESSAGES/kdontchangethehostname.mo share/locale/hr/LC_MESSAGES/keditbookmarks.mo share/locale/hr/LC_MESSAGES/kfile.mo -share/locale/hr/LC_MESSAGES/kfile_avi.mo share/locale/hr/LC_MESSAGES/kfile_dds.mo share/locale/hr/LC_MESSAGES/kfile_drgeo.mo share/locale/hr/LC_MESSAGES/kfile_exr.mo -share/locale/hr/LC_MESSAGES/kfile_flac.mo share/locale/hr/LC_MESSAGES/kfile_kig.mo -share/locale/hr/LC_MESSAGES/kfile_mp3.mo -share/locale/hr/LC_MESSAGES/kfile_mpc.mo -share/locale/hr/LC_MESSAGES/kfile_ogg.mo share/locale/hr/LC_MESSAGES/kfile_pnm.mo share/locale/hr/LC_MESSAGES/kfile_raw.mo share/locale/hr/LC_MESSAGES/kfile_rgb.mo share/locale/hr/LC_MESSAGES/kfile_rpm.mo -share/locale/hr/LC_MESSAGES/kfile_sid.mo -share/locale/hr/LC_MESSAGES/kfile_theora.mo share/locale/hr/LC_MESSAGES/kfile_tiff.mo -share/locale/hr/LC_MESSAGES/kfile_wav.mo share/locale/hr/LC_MESSAGES/kfile_xps.mo share/locale/hr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hr/LC_MESSAGES/kfilereplace.mo @@ -365,6 +356,7 @@ share/locale/hr/LC_MESSAGES/libkunitconversion.mo share/locale/hr/LC_MESSAGES/libkworkspace.mo share/locale/hr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/hr/LC_MESSAGES/libmailcommon.mo +share/locale/hr/LC_MESSAGES/libmailimporter.mo share/locale/hr/LC_MESSAGES/libmessagelist.mo share/locale/hr/LC_MESSAGES/libmessageviewer.mo share/locale/hr/LC_MESSAGES/liboktetacore.mo @@ -571,7 +563,6 @@ share/locale/hr/LC_MESSAGES/solid-network.mo share/locale/hr/LC_MESSAGES/solid_qt.mo share/locale/hr/LC_MESSAGES/solidcontrol.mo share/locale/hr/LC_MESSAGES/soliduiserver.mo -share/locale/hr/LC_MESSAGES/spy.mo share/locale/hr/LC_MESSAGES/step.mo share/locale/hr/LC_MESSAGES/step_qt.mo share/locale/hr/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-ia/Makefile b/misc/kde4-l10n-ia/Makefile index 34e995217f35..0aa1398b3702 100644 --- a/misc/kde4-l10n-ia/Makefile +++ b/misc/kde4-l10n-ia/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n-ia -# Date created: 2010-07-31 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Interlingua messages and documentation for KDE4 KDE4_L10N= ia .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ia/distinfo b/misc/kde4-l10n-ia/distinfo index 897e82a34b40..1d3ae4fed426 100644 --- a/misc/kde4-l10n-ia/distinfo +++ b/misc/kde4-l10n-ia/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ia-4.8.4.tar.xz) = 06ee530a7c78a20c6d6dec18d7139113dea062145e5f439c6ad9c035d39e7634 -SIZE (KDE/kde-l10n/kde-l10n-ia-4.8.4.tar.xz) = 1267752 +SHA256 (KDE/kde-l10n/kde-l10n-ia-4.9.5.tar.xz) = 35cf95497181ec475b1443919e345ba4b4351f246b47690f189747967a05e12c +SIZE (KDE/kde-l10n/kde-l10n-ia-4.9.5.tar.xz) = 1286988 diff --git a/misc/kde4-l10n-ia/pkg-plist b/misc/kde4-l10n-ia/pkg-plist index 7a500f2a8404..a9ea3d1eb790 100644 --- a/misc/kde4-l10n-ia/pkg-plist +++ b/misc/kde4-l10n-ia/pkg-plist @@ -5,11 +5,14 @@ share/locale/ia/LC_MESSAGES/accountwizard_kolab.mo share/locale/ia/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ia/LC_MESSAGES/accountwizard_maildir.mo share/locale/ia/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ia/LC_MESSAGES/accountwizard_tine20.mo share/locale/ia/LC_MESSAGES/adblock.mo share/locale/ia/LC_MESSAGES/akonadi-filestore.mo +share/locale/ia/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ia/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/ia/LC_MESSAGES/akonadi_google_resource.mo share/locale/ia/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ia/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ia/LC_MESSAGES/akonadi_invitations_agent.mo @@ -23,6 +26,7 @@ share/locale/ia/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ia/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ia/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ia/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/ia/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ia/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ia/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ia/LC_MESSAGES/akonadi_microblog_resource.mo @@ -50,6 +54,7 @@ share/locale/ia/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ia/LC_MESSAGES/audiorename_plugin.mo share/locale/ia/LC_MESSAGES/autorefresh.mo share/locale/ia/LC_MESSAGES/babelfish.mo +share/locale/ia/LC_MESSAGES/backupmail.mo share/locale/ia/LC_MESSAGES/blogilo.mo share/locale/ia/LC_MESSAGES/calendarsupport.mo share/locale/ia/LC_MESSAGES/cryptopageplugin.mo @@ -66,6 +71,7 @@ share/locale/ia/LC_MESSAGES/fsview.mo share/locale/ia/LC_MESSAGES/htmlsearch.mo share/locale/ia/LC_MESSAGES/imagerename_plugin.mo share/locale/ia/LC_MESSAGES/imgalleryplugin.mo +share/locale/ia/LC_MESSAGES/importwizard.mo share/locale/ia/LC_MESSAGES/joystick.mo share/locale/ia/LC_MESSAGES/juk.mo share/locale/ia/LC_MESSAGES/kabc.mo @@ -78,6 +84,7 @@ share/locale/ia/LC_MESSAGES/kabcclient.mo share/locale/ia/LC_MESSAGES/kabcformat_binary.mo share/locale/ia/LC_MESSAGES/kaccess.mo share/locale/ia/LC_MESSAGES/kactivitymanagerd.mo +share/locale/ia/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ia/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ia/LC_MESSAGES/kaddressbook.mo share/locale/ia/LC_MESSAGES/kaddressbookmigrator.mo @@ -111,6 +118,7 @@ share/locale/ia/LC_MESSAGES/kcal_akonadi.mo share/locale/ia/LC_MESSAGES/kcalc.mo share/locale/ia/LC_MESSAGES/kcertpart.mo share/locale/ia/LC_MESSAGES/kcharselect.mo +share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ia/LC_MESSAGES/kcm_akonadi.mo share/locale/ia/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ia/LC_MESSAGES/kcm_attica.mo @@ -180,7 +188,6 @@ share/locale/ia/LC_MESSAGES/kcmstyle.mo share/locale/ia/LC_MESSAGES/kcmusb.mo share/locale/ia/LC_MESSAGES/kcmview1394.mo share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ia/LC_MESSAGES/kcmxinerama.mo share/locale/ia/LC_MESSAGES/kcron.mo share/locale/ia/LC_MESSAGES/kde-menu.mo share/locale/ia/LC_MESSAGES/kdebugdialog.mo @@ -199,16 +206,8 @@ share/locale/ia/LC_MESSAGES/kdmgreet.mo share/locale/ia/LC_MESSAGES/kdontchangethehostname.mo share/locale/ia/LC_MESSAGES/keditbookmarks.mo share/locale/ia/LC_MESSAGES/kfile.mo -share/locale/ia/LC_MESSAGES/kfile_avi.mo -share/locale/ia/LC_MESSAGES/kfile_flac.mo share/locale/ia/LC_MESSAGES/kfile_mail.mo -share/locale/ia/LC_MESSAGES/kfile_mp3.mo -share/locale/ia/LC_MESSAGES/kfile_mpc.mo -share/locale/ia/LC_MESSAGES/kfile_ogg.mo share/locale/ia/LC_MESSAGES/kfile_rpm.mo -share/locale/ia/LC_MESSAGES/kfile_sid.mo -share/locale/ia/LC_MESSAGES/kfile_theora.mo -share/locale/ia/LC_MESSAGES/kfile_wav.mo share/locale/ia/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ia/LC_MESSAGES/kfileshare.mo share/locale/ia/LC_MESSAGES/kfindpart.mo @@ -230,6 +229,7 @@ share/locale/ia/LC_MESSAGES/kiconfinder.mo share/locale/ia/LC_MESSAGES/kinetd.mo share/locale/ia/LC_MESSAGES/kinfocenter.mo share/locale/ia/LC_MESSAGES/kio4.mo +share/locale/ia/LC_MESSAGES/kio_activities.mo share/locale/ia/LC_MESSAGES/kio_akonadi.mo share/locale/ia/LC_MESSAGES/kio_applications.mo share/locale/ia/LC_MESSAGES/kio_archive.mo @@ -250,6 +250,7 @@ share/locale/ia/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ia/LC_MESSAGES/kio_nfs.mo share/locale/ia/LC_MESSAGES/kio_nntp.mo share/locale/ia/LC_MESSAGES/kio_pop3.mo +share/locale/ia/LC_MESSAGES/kio_recentdocuments.mo share/locale/ia/LC_MESSAGES/kio_remote.mo share/locale/ia/LC_MESSAGES/kio_sftp.mo share/locale/ia/LC_MESSAGES/kio_sieve.mo @@ -302,11 +303,6 @@ share/locale/ia/LC_MESSAGES/krfb.mo share/locale/ia/LC_MESSAGES/krunner.mo share/locale/ia/LC_MESSAGES/kscd.mo share/locale/ia/LC_MESSAGES/kscreensaver.mo -share/locale/ia/LC_MESSAGES/ksecrets_kio.mo -share/locale/ia/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ia/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ia/LC_MESSAGES/ksecretsserviced.mo -share/locale/ia/LC_MESSAGES/ksecretsync.mo share/locale/ia/LC_MESSAGES/ksendemail.mo share/locale/ia/LC_MESSAGES/kshellcmdplugin.mo share/locale/ia/LC_MESSAGES/kshorturifilter.mo @@ -318,13 +314,13 @@ share/locale/ia/LC_MESSAGES/ksysguard.mo share/locale/ia/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ia/LC_MESSAGES/ksystemlog.mo share/locale/ia/LC_MESSAGES/ksystraycmd.mo -share/locale/ia/LC_MESSAGES/kte_acomment.mo share/locale/ia/LC_MESSAGES/ktesnippets_editor.mo share/locale/ia/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ia/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ia/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ia/LC_MESSAGES/ktimer.mo share/locale/ia/LC_MESSAGES/ktimetracker.mo +share/locale/ia/LC_MESSAGES/ktnef.mo share/locale/ia/LC_MESSAGES/ktraderclient.mo share/locale/ia/LC_MESSAGES/kuiserver.mo share/locale/ia/LC_MESSAGES/kurifilter.mo @@ -337,7 +333,6 @@ share/locale/ia/LC_MESSAGES/kwin_clients.mo share/locale/ia/LC_MESSAGES/kwin_effects.mo share/locale/ia/LC_MESSAGES/kwinshutdown.mo share/locale/ia/LC_MESSAGES/kwinstartmenu.mo -share/locale/ia/LC_MESSAGES/kwl2kss.mo share/locale/ia/LC_MESSAGES/kwrite.mo share/locale/ia/LC_MESSAGES/kwriteconfig.mo share/locale/ia/LC_MESSAGES/kxkb.mo @@ -374,16 +369,17 @@ share/locale/ia/LC_MESSAGES/libkunitconversion.mo share/locale/ia/LC_MESSAGES/libkworkspace.mo share/locale/ia/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ia/LC_MESSAGES/libmailcommon.mo +share/locale/ia/LC_MESSAGES/libmailimporter.mo share/locale/ia/LC_MESSAGES/libmailtransport.mo share/locale/ia/LC_MESSAGES/libmessagecomposer.mo share/locale/ia/LC_MESSAGES/libmessagecore.mo share/locale/ia/LC_MESSAGES/libmessagelist.mo share/locale/ia/LC_MESSAGES/libmessageviewer.mo +share/locale/ia/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ia/LC_MESSAGES/libplasma.mo share/locale/ia/LC_MESSAGES/libplasmaclock.mo share/locale/ia/LC_MESSAGES/libtaskmanager.mo share/locale/ia/LC_MESSAGES/libtemplateparser.mo -share/locale/ia/LC_MESSAGES/mailfilteragent.mo share/locale/ia/LC_MESSAGES/mailreader.mo share/locale/ia/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ia/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -426,6 +422,7 @@ share/locale/ia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ia/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ia/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ia/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ia/LC_MESSAGES/plasma_applet_pager.mo share/locale/ia/LC_MESSAGES/plasma_applet_panel.mo share/locale/ia/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -433,7 +430,6 @@ share/locale/ia/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ia/LC_MESSAGES/plasma_applet_sal.mo share/locale/ia/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ia/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ia/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ia/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ia/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ia/LC_MESSAGES/plasma_applet_systemtray.mo @@ -450,6 +446,7 @@ share/locale/ia/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ia/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ia/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/ia/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ia/LC_MESSAGES/plasma_engine_network.mo share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ia/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -457,6 +454,8 @@ share/locale/ia/LC_MESSAGES/plasma_engine_rss.mo share/locale/ia/LC_MESSAGES/plasma_engine_share.mo share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ia/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/ia/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ia/LC_MESSAGES/plasma_runner_activities.mo share/locale/ia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ia/LC_MESSAGES/plasma_runner_calculatorrunner.mo diff --git a/misc/kde4-l10n-id/Makefile b/misc/kde4-l10n-id/Makefile index bb6adca983bd..3915ae7af6c5 100644 --- a/misc/kde4-l10n-id/Makefile +++ b/misc/kde4-l10n-id/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-id -# Date created: 5 February 2010 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# +# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -14,5 +10,7 @@ COMMENT= Indonesian messages and documentation for KDE4 KDE4_L10N= id +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-id/distinfo b/misc/kde4-l10n-id/distinfo index 999b39c04e05..d50fee4ffc45 100644 --- a/misc/kde4-l10n-id/distinfo +++ b/misc/kde4-l10n-id/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-id-4.8.4.tar.xz) = 9e9469cacc045ebc326d44ab32980215290ce9480f633f1f3fcd2bcdb15604bf -SIZE (KDE/kde-l10n/kde-l10n-id-4.8.4.tar.xz) = 518572 +SHA256 (KDE/kde-l10n/kde-l10n-id-4.8.97.tar.xz) = bf4727c124cc604ac909ae48e14424a42b39d1bfce273da2b40cdf5501eff573 +SIZE (KDE/kde-l10n/kde-l10n-id-4.8.97.tar.xz) = 514900 diff --git a/misc/kde4-l10n-id/pkg-plist b/misc/kde4-l10n-id/pkg-plist index 0ad7e77ae651..f45b0842190c 100644 --- a/misc/kde4-l10n-id/pkg-plist +++ b/misc/kde4-l10n-id/pkg-plist @@ -77,7 +77,6 @@ share/locale/id/LC_MESSAGES/kcmstyle.mo share/locale/id/LC_MESSAGES/kcmusb.mo share/locale/id/LC_MESSAGES/kcmview1394.mo share/locale/id/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/id/LC_MESSAGES/kcmxinerama.mo share/locale/id/LC_MESSAGES/kde-menu.mo share/locale/id/LC_MESSAGES/kdebugdialog.mo share/locale/id/LC_MESSAGES/kdecalendarsystems.mo @@ -109,6 +108,7 @@ share/locale/id/LC_MESSAGES/kiconfinder.mo share/locale/id/LC_MESSAGES/kinfocenter.mo share/locale/id/LC_MESSAGES/kio_applications.mo share/locale/id/LC_MESSAGES/kio_archive.mo +share/locale/id/LC_MESSAGES/kio_audiocd.mo share/locale/id/LC_MESSAGES/kio_bookmarks.mo share/locale/id/LC_MESSAGES/kio_finger.mo share/locale/id/LC_MESSAGES/kio_fish.mo @@ -129,6 +129,7 @@ share/locale/id/LC_MESSAGES/kioexec.mo share/locale/id/LC_MESSAGES/klipper.mo share/locale/id/LC_MESSAGES/kmenuedit.mo share/locale/id/LC_MESSAGES/kmimetypefinder.mo +share/locale/id/LC_MESSAGES/kmix.mo share/locale/id/LC_MESSAGES/knetattach.mo share/locale/id/LC_MESSAGES/knotify4.mo share/locale/id/LC_MESSAGES/konqueror.mo @@ -141,6 +142,7 @@ share/locale/id/LC_MESSAGES/krdb.mo share/locale/id/LC_MESSAGES/kreadconfig.mo share/locale/id/LC_MESSAGES/kremotecontroldaemon.mo share/locale/id/LC_MESSAGES/krunner.mo +share/locale/id/LC_MESSAGES/kscd.mo share/locale/id/LC_MESSAGES/kscreensaver.mo share/locale/id/LC_MESSAGES/kshellcmdplugin.mo share/locale/id/LC_MESSAGES/kshorturifilter.mo @@ -159,7 +161,6 @@ share/locale/id/LC_MESSAGES/kwalletd.mo share/locale/id/LC_MESSAGES/kwin.mo share/locale/id/LC_MESSAGES/kwin_clients.mo share/locale/id/LC_MESSAGES/kwin_effects.mo -share/locale/id/LC_MESSAGES/kwinshutdown.mo share/locale/id/LC_MESSAGES/kwinstartmenu.mo share/locale/id/LC_MESSAGES/kwrite.mo share/locale/id/LC_MESSAGES/kwriteconfig.mo @@ -173,8 +174,8 @@ share/locale/id/LC_MESSAGES/liboktetacore.mo share/locale/id/LC_MESSAGES/libphonon.mo share/locale/id/LC_MESSAGES/libplasmaclock.mo share/locale/id/LC_MESSAGES/libtaskmanager.mo -share/locale/id/LC_MESSAGES/nepomukbackup.mo -share/locale/id/LC_MESSAGES/nepomukcontroller.mo +share/locale/id/LC_MESSAGES/mplayerthumbs.mo +share/locale/id/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/id/LC_MESSAGES/nepomukfileindexer.mo share/locale/id/LC_MESSAGES/nepomukqueryservice.mo share/locale/id/LC_MESSAGES/nepomukserver.mo @@ -183,13 +184,13 @@ share/locale/id/LC_MESSAGES/nepomukstorage.mo share/locale/id/LC_MESSAGES/nsplugin.mo share/locale/id/LC_MESSAGES/okteta.mo share/locale/id/LC_MESSAGES/oktetapart.mo +share/locale/id/LC_MESSAGES/phonon-xine.mo share/locale/id/LC_MESSAGES/phonon_gstreamer.mo share/locale/id/LC_MESSAGES/phonon_kde.mo share/locale/id/LC_MESSAGES/phononserver.mo share/locale/id/LC_MESSAGES/plasma-desktop.mo share/locale/id/LC_MESSAGES/plasma-netbook.mo share/locale/id/LC_MESSAGES/plasma-overlay.mo -share/locale/id/LC_MESSAGES/plasma-remote-helper.mo share/locale/id/LC_MESSAGES/plasma-windowed.mo share/locale/id/LC_MESSAGES/plasma_applet_battery.mo share/locale/id/LC_MESSAGES/plasma_applet_clock.mo diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile index 5b31dd9cd593..f5d3893b5887 100644 --- a/misc/kde4-l10n-is/Makefile +++ b/misc/kde4-l10n-is/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-is -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Icelandic messages and documentation for KDE4 KDE4_L10N= is .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo index 89dc3ce5c211..f51cee7605d9 100644 --- a/misc/kde4-l10n-is/distinfo +++ b/misc/kde4-l10n-is/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-is-4.8.4.tar.xz) = add941d174e2da6ab1fe847112251eac23ebf1c2886af948c81601577b6a8916 -SIZE (KDE/kde-l10n/kde-l10n-is-4.8.4.tar.xz) = 1899096 +SHA256 (KDE/kde-l10n/kde-l10n-is-4.9.5.tar.xz) = 5fc3d302b1da7298e421c595488d19db2b2dd3bf1316f82924db3aa99d25772f +SIZE (KDE/kde-l10n/kde-l10n-is-4.9.5.tar.xz) = 1862496 diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist index 072421219b99..472a95f8c332 100644 --- a/misc/kde4-l10n-is/pkg-plist +++ b/misc/kde4-l10n-is/pkg-plist @@ -138,7 +138,6 @@ share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmusb.mo share/locale/is/LC_MESSAGES/kcmview1394.mo share/locale/is/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/is/LC_MESSAGES/kcmxinerama.mo share/locale/is/LC_MESSAGES/kcolorchooser.mo share/locale/is/LC_MESSAGES/kcron.mo share/locale/is/LC_MESSAGES/kde-menu.mo @@ -159,23 +158,15 @@ share/locale/is/LC_MESSAGES/kdmgreet.mo share/locale/is/LC_MESSAGES/kdontchangethehostname.mo share/locale/is/LC_MESSAGES/keditbookmarks.mo share/locale/is/LC_MESSAGES/kfile.mo -share/locale/is/LC_MESSAGES/kfile_avi.mo share/locale/is/LC_MESSAGES/kfile_dds.mo share/locale/is/LC_MESSAGES/kfile_drgeo.mo share/locale/is/LC_MESSAGES/kfile_exr.mo -share/locale/is/LC_MESSAGES/kfile_flac.mo share/locale/is/LC_MESSAGES/kfile_kig.mo -share/locale/is/LC_MESSAGES/kfile_mp3.mo -share/locale/is/LC_MESSAGES/kfile_mpc.mo -share/locale/is/LC_MESSAGES/kfile_ogg.mo share/locale/is/LC_MESSAGES/kfile_pnm.mo share/locale/is/LC_MESSAGES/kfile_raw.mo share/locale/is/LC_MESSAGES/kfile_rgb.mo share/locale/is/LC_MESSAGES/kfile_rpm.mo -share/locale/is/LC_MESSAGES/kfile_sid.mo -share/locale/is/LC_MESSAGES/kfile_theora.mo share/locale/is/LC_MESSAGES/kfile_tiff.mo -share/locale/is/LC_MESSAGES/kfile_wav.mo share/locale/is/LC_MESSAGES/kfile_xps.mo share/locale/is/LC_MESSAGES/kfileaudiopreview4.mo share/locale/is/LC_MESSAGES/kfileshare.mo @@ -224,6 +215,7 @@ share/locale/is/LC_MESSAGES/kio_nepomuksearch.mo share/locale/is/LC_MESSAGES/kio_nfs.mo share/locale/is/LC_MESSAGES/kio_nntp.mo share/locale/is/LC_MESSAGES/kio_pop3.mo +share/locale/is/LC_MESSAGES/kio_recentdocuments.mo share/locale/is/LC_MESSAGES/kio_remote.mo share/locale/is/LC_MESSAGES/kio_sftp.mo share/locale/is/LC_MESSAGES/kio_sieve.mo @@ -291,11 +283,6 @@ share/locale/is/LC_MESSAGES/krunner.mo share/locale/is/LC_MESSAGES/ksaneplugin.mo share/locale/is/LC_MESSAGES/kscd.mo share/locale/is/LC_MESSAGES/kscreensaver.mo -share/locale/is/LC_MESSAGES/ksecrets_kio.mo -share/locale/is/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/is/LC_MESSAGES/ksecretsservice_api.mo -share/locale/is/LC_MESSAGES/ksecretsserviced.mo -share/locale/is/LC_MESSAGES/ksecretsync.mo share/locale/is/LC_MESSAGES/kshellcmdplugin.mo share/locale/is/LC_MESSAGES/kshisen.mo share/locale/is/LC_MESSAGES/kshorturifilter.mo @@ -339,7 +326,6 @@ share/locale/is/LC_MESSAGES/kwin_clients.mo share/locale/is/LC_MESSAGES/kwin_effects.mo share/locale/is/LC_MESSAGES/kwinshutdown.mo share/locale/is/LC_MESSAGES/kwinstartmenu.mo -share/locale/is/LC_MESSAGES/kwl2kss.mo share/locale/is/LC_MESSAGES/kwrite.mo share/locale/is/LC_MESSAGES/kwriteconfig.mo share/locale/is/LC_MESSAGES/kxkb.mo @@ -365,6 +351,7 @@ share/locale/is/LC_MESSAGES/libkscreensaver.mo share/locale/is/LC_MESSAGES/libksieve.mo share/locale/is/LC_MESSAGES/libkunitconversion.mo share/locale/is/LC_MESSAGES/libkworkspace.mo +share/locale/is/LC_MESSAGES/libmailimporter.mo share/locale/is/LC_MESSAGES/libmessagelist.mo share/locale/is/LC_MESSAGES/libmessageviewer.mo share/locale/is/LC_MESSAGES/liboktetacore.mo @@ -550,7 +537,6 @@ share/locale/is/LC_MESSAGES/solid-network.mo share/locale/is/LC_MESSAGES/solid_qt.mo share/locale/is/LC_MESSAGES/solidcontrol.mo share/locale/is/LC_MESSAGES/soliduiserver.mo -share/locale/is/LC_MESSAGES/spy.mo share/locale/is/LC_MESSAGES/strigila_diff.mo share/locale/is/LC_MESSAGES/superkaramba.mo share/locale/is/LC_MESSAGES/svgpart.mo diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index c7efdd82450d..0ac70e436ea8 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-it -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-it/Makefile.man b/misc/kde4-l10n-it/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/misc/kde4-l10n-it/Makefile.man +++ b/misc/kde4-l10n-it/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/misc/kde4-l10n-it/distinfo b/misc/kde4-l10n-it/distinfo index 9164a57bfe89..34daa2f23233 100644 --- a/misc/kde4-l10n-it/distinfo +++ b/misc/kde4-l10n-it/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-it-4.8.4.tar.xz) = 9407c80d964f7534c49b2b7ecea7dcbbf8837b30098189c2af6c06edda3d1442 -SIZE (KDE/kde-l10n/kde-l10n-it-4.8.4.tar.xz) = 10530652 +SHA256 (KDE/kde-l10n/kde-l10n-it-4.9.5.tar.xz) = 34e3cacbf0285acc84556f70226ffd13b5b870f5914b5ea1715f28c9eb70ddaa +SIZE (KDE/kde-l10n/kde-l10n-it-4.9.5.tar.xz) = 10494752 diff --git a/misc/kde4-l10n-it/pkg-plist b/misc/kde4-l10n-it/pkg-plist index 764cf7328cd4..5bb9d3ce31c1 100644 --- a/misc/kde4-l10n-it/pkg-plist +++ b/misc/kde4-l10n-it/pkg-plist @@ -184,6 +184,7 @@ share/doc/HTML/it/dolphin/index.docbook share/doc/HTML/it/dragonplayer/common share/doc/HTML/it/dragonplayer/index.cache.bz2 share/doc/HTML/it/dragonplayer/index.docbook +share/doc/HTML/it/dragonplayer/man-dragon.1.docbook share/doc/HTML/it/filelight/common share/doc/HTML/it/filelight/index.cache.bz2 share/doc/HTML/it/filelight/index.docbook @@ -844,8 +845,6 @@ share/doc/HTML/it/kopete/pipes.docbook share/doc/HTML/it/korganizer/common share/doc/HTML/it/korganizer/index.cache.bz2 share/doc/HTML/it/korganizer/index.docbook -share/doc/HTML/it/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/it/korganizer/plugins-chapter.docbook share/doc/HTML/it/kpat/common share/doc/HTML/it/kpat/index.cache.bz2 share/doc/HTML/it/kpat/index.docbook @@ -916,7 +915,6 @@ share/doc/HTML/it/kstars/calc-horizontal.png share/doc/HTML/it/kstars/calc-julian.png share/doc/HTML/it/kstars/calc-julianday.docbook share/doc/HTML/it/kstars/calc-planetcoords.docbook -share/doc/HTML/it/kstars/calc-precess.docbook share/doc/HTML/it/kstars/calc-precess.png share/doc/HTML/it/kstars/calc-sidereal.docbook share/doc/HTML/it/kstars/calc-sidereal.png @@ -997,6 +995,9 @@ share/doc/HTML/it/ktimer/index.docbook share/doc/HTML/it/ktimetracker/common share/doc/HTML/it/ktimetracker/index.cache.bz2 share/doc/HTML/it/ktimetracker/index.docbook +share/doc/HTML/it/ktnef/common +share/doc/HTML/it/ktnef/index.cache.bz2 +share/doc/HTML/it/ktnef/index.docbook share/doc/HTML/it/ktouch/common share/doc/HTML/it/ktouch/index.cache.bz2 share/doc/HTML/it/ktouch/index.docbook @@ -1132,11 +1133,14 @@ share/locale/it/LC_MESSAGES/accountwizard_kolab.mo share/locale/it/LC_MESSAGES/accountwizard_mailbox.mo share/locale/it/LC_MESSAGES/accountwizard_maildir.mo share/locale/it/LC_MESSAGES/accountwizard_pop3.mo +share/locale/it/LC_MESSAGES/accountwizard_tine20.mo share/locale/it/LC_MESSAGES/adblock.mo share/locale/it/LC_MESSAGES/akonadi-filestore.mo +share/locale/it/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/it/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/it/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/it/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/it/LC_MESSAGES/akonadi_google_resource.mo share/locale/it/LC_MESSAGES/akonadi_ical_resource.mo share/locale/it/LC_MESSAGES/akonadi_imap_resource.mo share/locale/it/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1150,6 +1154,7 @@ share/locale/it/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/it/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/it/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/it/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/it/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/it/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/it/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/it/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1179,6 +1184,7 @@ share/locale/it/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/it/LC_MESSAGES/audiorename_plugin.mo share/locale/it/LC_MESSAGES/autorefresh.mo share/locale/it/LC_MESSAGES/babelfish.mo +share/locale/it/LC_MESSAGES/backupmail.mo share/locale/it/LC_MESSAGES/blinken.mo share/locale/it/LC_MESSAGES/blogilo.mo share/locale/it/LC_MESSAGES/bomber.mo @@ -1207,6 +1213,7 @@ share/locale/it/LC_MESSAGES/gwenview.mo share/locale/it/LC_MESSAGES/htmlsearch.mo share/locale/it/LC_MESSAGES/imagerename_plugin.mo share/locale/it/LC_MESSAGES/imgalleryplugin.mo +share/locale/it/LC_MESSAGES/importwizard.mo share/locale/it/LC_MESSAGES/jovie.mo share/locale/it/LC_MESSAGES/joystick.mo share/locale/it/LC_MESSAGES/juk.mo @@ -1221,6 +1228,7 @@ share/locale/it/LC_MESSAGES/kabcformat_binary.mo share/locale/it/LC_MESSAGES/kaccess.mo share/locale/it/LC_MESSAGES/kaccessibleapp.mo share/locale/it/LC_MESSAGES/kactivitymanagerd.mo +share/locale/it/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/it/LC_MESSAGES/kaddressbook-mobile.mo share/locale/it/LC_MESSAGES/kaddressbook.mo share/locale/it/LC_MESSAGES/kaddressbookmigrator.mo @@ -1228,6 +1236,7 @@ share/locale/it/LC_MESSAGES/kajongg.mo share/locale/it/LC_MESSAGES/kalarm.mo share/locale/it/LC_MESSAGES/kalgebra.mo share/locale/it/LC_MESSAGES/kalzium.mo +share/locale/it/LC_MESSAGES/kanagram-harmattan.mo share/locale/it/LC_MESSAGES/kanagram.mo share/locale/it/LC_MESSAGES/kapman.mo share/locale/it/LC_MESSAGES/kapptemplate.mo @@ -1269,6 +1278,7 @@ share/locale/it/LC_MESSAGES/kcal_akonadi.mo share/locale/it/LC_MESSAGES/kcalc.mo share/locale/it/LC_MESSAGES/kcertpart.mo share/locale/it/LC_MESSAGES/kcharselect.mo +share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/it/LC_MESSAGES/kcm_akonadi.mo share/locale/it/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/it/LC_MESSAGES/kcm_attica.mo @@ -1340,7 +1350,6 @@ share/locale/it/LC_MESSAGES/kcmstyle.mo share/locale/it/LC_MESSAGES/kcmusb.mo share/locale/it/LC_MESSAGES/kcmview1394.mo share/locale/it/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/it/LC_MESSAGES/kcmxinerama.mo share/locale/it/LC_MESSAGES/kcolorchooser.mo share/locale/it/LC_MESSAGES/kcron.mo share/locale/it/LC_MESSAGES/kde-menu.mo @@ -1363,24 +1372,16 @@ share/locale/it/LC_MESSAGES/kdmgreet.mo share/locale/it/LC_MESSAGES/kdontchangethehostname.mo share/locale/it/LC_MESSAGES/keditbookmarks.mo share/locale/it/LC_MESSAGES/kfile.mo -share/locale/it/LC_MESSAGES/kfile_avi.mo share/locale/it/LC_MESSAGES/kfile_dds.mo share/locale/it/LC_MESSAGES/kfile_drgeo.mo share/locale/it/LC_MESSAGES/kfile_exr.mo -share/locale/it/LC_MESSAGES/kfile_flac.mo share/locale/it/LC_MESSAGES/kfile_kig.mo share/locale/it/LC_MESSAGES/kfile_mail.mo -share/locale/it/LC_MESSAGES/kfile_mp3.mo -share/locale/it/LC_MESSAGES/kfile_mpc.mo -share/locale/it/LC_MESSAGES/kfile_ogg.mo share/locale/it/LC_MESSAGES/kfile_pnm.mo share/locale/it/LC_MESSAGES/kfile_raw.mo share/locale/it/LC_MESSAGES/kfile_rgb.mo share/locale/it/LC_MESSAGES/kfile_rpm.mo -share/locale/it/LC_MESSAGES/kfile_sid.mo -share/locale/it/LC_MESSAGES/kfile_theora.mo share/locale/it/LC_MESSAGES/kfile_tiff.mo -share/locale/it/LC_MESSAGES/kfile_wav.mo share/locale/it/LC_MESSAGES/kfile_xps.mo share/locale/it/LC_MESSAGES/kfileaudiopreview4.mo share/locale/it/LC_MESSAGES/kfilereplace.mo @@ -1413,6 +1414,7 @@ share/locale/it/LC_MESSAGES/kimagemapeditor.mo share/locale/it/LC_MESSAGES/kinetd.mo share/locale/it/LC_MESSAGES/kinfocenter.mo share/locale/it/LC_MESSAGES/kio4.mo +share/locale/it/LC_MESSAGES/kio_activities.mo share/locale/it/LC_MESSAGES/kio_akonadi.mo share/locale/it/LC_MESSAGES/kio_applications.mo share/locale/it/LC_MESSAGES/kio_archive.mo @@ -1434,6 +1436,7 @@ share/locale/it/LC_MESSAGES/kio_nfs.mo share/locale/it/LC_MESSAGES/kio_nntp.mo share/locale/it/LC_MESSAGES/kio_perldoc.mo share/locale/it/LC_MESSAGES/kio_pop3.mo +share/locale/it/LC_MESSAGES/kio_recentdocuments.mo share/locale/it/LC_MESSAGES/kio_remote.mo share/locale/it/LC_MESSAGES/kio_sftp.mo share/locale/it/LC_MESSAGES/kio_sieve.mo @@ -1481,10 +1484,12 @@ share/locale/it/LC_MESSAGES/kollision.mo share/locale/it/LC_MESSAGES/kolourpaint.mo share/locale/it/LC_MESSAGES/kommander.mo share/locale/it/LC_MESSAGES/kompare.mo +share/locale/it/LC_MESSAGES/konqprofiles.mo share/locale/it/LC_MESSAGES/konqueror.mo share/locale/it/LC_MESSAGES/konquest.mo share/locale/it/LC_MESSAGES/konsole.mo share/locale/it/LC_MESSAGES/konsolekalendar.mo +share/locale/it/LC_MESSAGES/konsoleprofiles.mo share/locale/it/LC_MESSAGES/kontact.mo share/locale/it/LC_MESSAGES/kontactinterfaces.mo share/locale/it/LC_MESSAGES/kopete.mo @@ -1514,11 +1519,6 @@ share/locale/it/LC_MESSAGES/krunner.mo share/locale/it/LC_MESSAGES/ksaneplugin.mo share/locale/it/LC_MESSAGES/kscd.mo share/locale/it/LC_MESSAGES/kscreensaver.mo -share/locale/it/LC_MESSAGES/ksecrets_kio.mo -share/locale/it/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/it/LC_MESSAGES/ksecretsservice_api.mo -share/locale/it/LC_MESSAGES/ksecretsserviced.mo -share/locale/it/LC_MESSAGES/ksecretsync.mo share/locale/it/LC_MESSAGES/ksendemail.mo share/locale/it/LC_MESSAGES/kshellcmdplugin.mo share/locale/it/LC_MESSAGES/kshisen.mo @@ -1540,7 +1540,6 @@ share/locale/it/LC_MESSAGES/ksysguard.mo share/locale/it/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/it/LC_MESSAGES/ksystemlog.mo share/locale/it/LC_MESSAGES/ksystraycmd.mo -share/locale/it/LC_MESSAGES/kte_acomment.mo share/locale/it/LC_MESSAGES/kteatime.mo share/locale/it/LC_MESSAGES/ktesnippets_editor.mo share/locale/it/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1548,6 +1547,7 @@ share/locale/it/LC_MESSAGES/ktexteditor_plugins.mo share/locale/it/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/it/LC_MESSAGES/ktimer.mo share/locale/it/LC_MESSAGES/ktimetracker.mo +share/locale/it/LC_MESSAGES/ktnef.mo share/locale/it/LC_MESSAGES/ktouch.mo share/locale/it/LC_MESSAGES/ktraderclient.mo share/locale/it/LC_MESSAGES/ktron.mo @@ -1568,7 +1568,6 @@ share/locale/it/LC_MESSAGES/kwin_clients.mo share/locale/it/LC_MESSAGES/kwin_effects.mo share/locale/it/LC_MESSAGES/kwinshutdown.mo share/locale/it/LC_MESSAGES/kwinstartmenu.mo -share/locale/it/LC_MESSAGES/kwl2kss.mo share/locale/it/LC_MESSAGES/kwordquiz.mo share/locale/it/LC_MESSAGES/kwrite.mo share/locale/it/LC_MESSAGES/kwriteconfig.mo @@ -1616,6 +1615,7 @@ share/locale/it/LC_MESSAGES/libkworkspace.mo share/locale/it/LC_MESSAGES/libkxmlrpcclient.mo share/locale/it/LC_MESSAGES/liblancelot-datamodels.mo share/locale/it/LC_MESSAGES/libmailcommon.mo +share/locale/it/LC_MESSAGES/libmailimporter.mo share/locale/it/LC_MESSAGES/libmailtransport.mo share/locale/it/LC_MESSAGES/libmessagecomposer.mo share/locale/it/LC_MESSAGES/libmessagecore.mo @@ -1624,6 +1624,7 @@ share/locale/it/LC_MESSAGES/libmessageviewer.mo share/locale/it/LC_MESSAGES/liboktetacore.mo share/locale/it/LC_MESSAGES/liboktetagui.mo share/locale/it/LC_MESSAGES/liboktetakasten.mo +share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/it/LC_MESSAGES/libphonon.mo share/locale/it/LC_MESSAGES/libplasma.mo share/locale/it/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1634,7 +1635,6 @@ share/locale/it/LC_MESSAGES/libtaskmanager.mo share/locale/it/LC_MESSAGES/libtemplateparser.mo share/locale/it/LC_MESSAGES/lokalize.mo share/locale/it/LC_MESSAGES/lskat.mo -share/locale/it/LC_MESSAGES/mailfilteragent.mo share/locale/it/LC_MESSAGES/mailreader.mo share/locale/it/LC_MESSAGES/marble.mo share/locale/it/LC_MESSAGES/marble_qt.mo @@ -1675,6 +1675,7 @@ share/locale/it/LC_MESSAGES/okular_plucker.mo share/locale/it/LC_MESSAGES/okular_poppler.mo share/locale/it/LC_MESSAGES/okular_tiff.mo share/locale/it/LC_MESSAGES/okular_xps.mo +share/locale/it/LC_MESSAGES/pairs.mo share/locale/it/LC_MESSAGES/palapeli.mo share/locale/it/LC_MESSAGES/parley.mo share/locale/it/LC_MESSAGES/phonon_gstreamer.mo @@ -1736,6 +1737,7 @@ share/locale/it/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/it/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/it/LC_MESSAGES/plasma_applet_pager.mo share/locale/it/LC_MESSAGES/plasma_applet_panel.mo share/locale/it/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1751,7 +1753,6 @@ share/locale/it/LC_MESSAGES/plasma_applet_rtm.mo share/locale/it/LC_MESSAGES/plasma_applet_sal.mo share/locale/it/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/it/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/it/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/it/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1779,6 +1780,7 @@ share/locale/it/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo share/locale/it/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/it/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/it/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/it/LC_MESSAGES/plasma_engine_network.mo share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo share/locale/it/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1786,6 +1788,8 @@ share/locale/it/LC_MESSAGES/plasma_engine_rss.mo share/locale/it/LC_MESSAGES/plasma_engine_share.mo share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/it/LC_MESSAGES/plasma_engine_weather.mo +share/locale/it/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/it/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/it/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/it/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/it/LC_MESSAGES/plasma_runner_activities.mo @@ -1819,6 +1823,7 @@ share/locale/it/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/it/LC_MESSAGES/plasma_runner_windows.mo +share/locale/it/LC_MESSAGES/plasma_runner_youtube.mo share/locale/it/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/it/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/it/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1835,6 +1840,7 @@ share/locale/it/LC_MESSAGES/plasmagenericshell.mo share/locale/it/LC_MESSAGES/plasmapkg.mo share/locale/it/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/it/LC_MESSAGES/plasmoidviewer.mo +share/locale/it/LC_MESSAGES/pothumbnail.mo share/locale/it/LC_MESSAGES/powerdevil.mo share/locale/it/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/it/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1852,7 +1858,6 @@ share/locale/it/LC_MESSAGES/solid-network.mo share/locale/it/LC_MESSAGES/solid_qt.mo share/locale/it/LC_MESSAGES/solidcontrol.mo share/locale/it/LC_MESSAGES/soliduiserver.mo -share/locale/it/LC_MESSAGES/spy.mo share/locale/it/LC_MESSAGES/step.mo share/locale/it/LC_MESSAGES/step_qt.mo share/locale/it/LC_MESSAGES/strigila_diff.mo @@ -1896,6 +1901,7 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/ktuberling @dirrm share/doc/HTML/it/ktron @dirrm share/doc/HTML/it/ktouch +@dirrm share/doc/HTML/it/ktnef @dirrm share/doc/HTML/it/ktimetracker @dirrm share/doc/HTML/it/ktimer @dirrm share/doc/HTML/it/kteatime diff --git a/misc/kde4-l10n-kk/Makefile b/misc/kde4-l10n-kk/Makefile index ebd551b2b458..dff20ad4c64c 100644 --- a/misc/kde4-l10n-kk/Makefile +++ b/misc/kde4-l10n-kk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-kk -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Kazakh messages and documentation for KDE4 KDE4_L10N= kk .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-kk/distinfo b/misc/kde4-l10n-kk/distinfo index e0e045a67408..df8960b76aee 100644 --- a/misc/kde4-l10n-kk/distinfo +++ b/misc/kde4-l10n-kk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-kk-4.8.4.tar.xz) = 8a285a76dd030dbc4d4ebaf13666c8192c231850275ef887732c2b4f2cf630ab -SIZE (KDE/kde-l10n/kde-l10n-kk-4.8.4.tar.xz) = 2556856 +SHA256 (KDE/kde-l10n/kde-l10n-kk-4.9.5.tar.xz) = fa05953f0c62bd0f120339595cf730f6d805625cac798ba36e572f073cced465 +SIZE (KDE/kde-l10n/kde-l10n-kk-4.9.5.tar.xz) = 2524140 diff --git a/misc/kde4-l10n-kk/pkg-plist b/misc/kde4-l10n-kk/pkg-plist index f14c3a5b2cda..aef07182ddeb 100644 --- a/misc/kde4-l10n-kk/pkg-plist +++ b/misc/kde4-l10n-kk/pkg-plist @@ -5,11 +5,14 @@ share/locale/kk/LC_MESSAGES/accountwizard_kolab.mo share/locale/kk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/kk/LC_MESSAGES/accountwizard_maildir.mo share/locale/kk/LC_MESSAGES/accountwizard_pop3.mo +share/locale/kk/LC_MESSAGES/accountwizard_tine20.mo share/locale/kk/LC_MESSAGES/adblock.mo share/locale/kk/LC_MESSAGES/akonadi-filestore.mo +share/locale/kk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/kk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/kk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/kk/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/kk/LC_MESSAGES/akonadi_google_resource.mo share/locale/kk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/kk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/kk/LC_MESSAGES/akonadi_invitations_agent.mo @@ -23,6 +26,7 @@ share/locale/kk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/kk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/kk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/kk/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/kk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/kk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/kk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/kk/LC_MESSAGES/akonadi_microblog_resource.mo @@ -52,6 +56,7 @@ share/locale/kk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/kk/LC_MESSAGES/audiorename_plugin.mo share/locale/kk/LC_MESSAGES/autorefresh.mo share/locale/kk/LC_MESSAGES/babelfish.mo +share/locale/kk/LC_MESSAGES/backupmail.mo share/locale/kk/LC_MESSAGES/blinken.mo share/locale/kk/LC_MESSAGES/blogilo.mo share/locale/kk/LC_MESSAGES/bomber.mo @@ -80,6 +85,7 @@ share/locale/kk/LC_MESSAGES/gwenview.mo share/locale/kk/LC_MESSAGES/htmlsearch.mo share/locale/kk/LC_MESSAGES/imagerename_plugin.mo share/locale/kk/LC_MESSAGES/imgalleryplugin.mo +share/locale/kk/LC_MESSAGES/importwizard.mo share/locale/kk/LC_MESSAGES/jovie.mo share/locale/kk/LC_MESSAGES/joystick.mo share/locale/kk/LC_MESSAGES/juk.mo @@ -94,6 +100,7 @@ share/locale/kk/LC_MESSAGES/kabcformat_binary.mo share/locale/kk/LC_MESSAGES/kaccess.mo share/locale/kk/LC_MESSAGES/kaccessibleapp.mo share/locale/kk/LC_MESSAGES/kactivitymanagerd.mo +share/locale/kk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/kk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/kk/LC_MESSAGES/kaddressbook.mo share/locale/kk/LC_MESSAGES/kaddressbookmigrator.mo @@ -101,6 +108,7 @@ share/locale/kk/LC_MESSAGES/kajongg.mo share/locale/kk/LC_MESSAGES/kalarm.mo share/locale/kk/LC_MESSAGES/kalgebra.mo share/locale/kk/LC_MESSAGES/kalzium.mo +share/locale/kk/LC_MESSAGES/kanagram-harmattan.mo share/locale/kk/LC_MESSAGES/kanagram.mo share/locale/kk/LC_MESSAGES/kapman.mo share/locale/kk/LC_MESSAGES/kapptemplate.mo @@ -142,6 +150,7 @@ share/locale/kk/LC_MESSAGES/kcal_akonadi.mo share/locale/kk/LC_MESSAGES/kcalc.mo share/locale/kk/LC_MESSAGES/kcertpart.mo share/locale/kk/LC_MESSAGES/kcharselect.mo +share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/kk/LC_MESSAGES/kcm_akonadi.mo share/locale/kk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/kk/LC_MESSAGES/kcm_attica.mo @@ -213,7 +222,6 @@ share/locale/kk/LC_MESSAGES/kcmstyle.mo share/locale/kk/LC_MESSAGES/kcmusb.mo share/locale/kk/LC_MESSAGES/kcmview1394.mo share/locale/kk/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/kk/LC_MESSAGES/kcmxinerama.mo share/locale/kk/LC_MESSAGES/kcolorchooser.mo share/locale/kk/LC_MESSAGES/kcron.mo share/locale/kk/LC_MESSAGES/kde-menu.mo @@ -236,24 +244,16 @@ share/locale/kk/LC_MESSAGES/kdmgreet.mo share/locale/kk/LC_MESSAGES/kdontchangethehostname.mo share/locale/kk/LC_MESSAGES/keditbookmarks.mo share/locale/kk/LC_MESSAGES/kfile.mo -share/locale/kk/LC_MESSAGES/kfile_avi.mo share/locale/kk/LC_MESSAGES/kfile_dds.mo share/locale/kk/LC_MESSAGES/kfile_drgeo.mo share/locale/kk/LC_MESSAGES/kfile_exr.mo -share/locale/kk/LC_MESSAGES/kfile_flac.mo share/locale/kk/LC_MESSAGES/kfile_kig.mo share/locale/kk/LC_MESSAGES/kfile_mail.mo -share/locale/kk/LC_MESSAGES/kfile_mp3.mo -share/locale/kk/LC_MESSAGES/kfile_mpc.mo -share/locale/kk/LC_MESSAGES/kfile_ogg.mo share/locale/kk/LC_MESSAGES/kfile_pnm.mo share/locale/kk/LC_MESSAGES/kfile_raw.mo share/locale/kk/LC_MESSAGES/kfile_rgb.mo share/locale/kk/LC_MESSAGES/kfile_rpm.mo -share/locale/kk/LC_MESSAGES/kfile_sid.mo -share/locale/kk/LC_MESSAGES/kfile_theora.mo share/locale/kk/LC_MESSAGES/kfile_tiff.mo -share/locale/kk/LC_MESSAGES/kfile_wav.mo share/locale/kk/LC_MESSAGES/kfile_xps.mo share/locale/kk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/kk/LC_MESSAGES/kfilereplace.mo @@ -286,6 +286,7 @@ share/locale/kk/LC_MESSAGES/kimagemapeditor.mo share/locale/kk/LC_MESSAGES/kinetd.mo share/locale/kk/LC_MESSAGES/kinfocenter.mo share/locale/kk/LC_MESSAGES/kio4.mo +share/locale/kk/LC_MESSAGES/kio_activities.mo share/locale/kk/LC_MESSAGES/kio_akonadi.mo share/locale/kk/LC_MESSAGES/kio_applications.mo share/locale/kk/LC_MESSAGES/kio_archive.mo @@ -307,6 +308,7 @@ share/locale/kk/LC_MESSAGES/kio_nfs.mo share/locale/kk/LC_MESSAGES/kio_nntp.mo share/locale/kk/LC_MESSAGES/kio_perldoc.mo share/locale/kk/LC_MESSAGES/kio_pop3.mo +share/locale/kk/LC_MESSAGES/kio_recentdocuments.mo share/locale/kk/LC_MESSAGES/kio_remote.mo share/locale/kk/LC_MESSAGES/kio_sftp.mo share/locale/kk/LC_MESSAGES/kio_sieve.mo @@ -354,10 +356,12 @@ share/locale/kk/LC_MESSAGES/kollision.mo share/locale/kk/LC_MESSAGES/kolourpaint.mo share/locale/kk/LC_MESSAGES/kommander.mo share/locale/kk/LC_MESSAGES/kompare.mo +share/locale/kk/LC_MESSAGES/konqprofiles.mo share/locale/kk/LC_MESSAGES/konqueror.mo share/locale/kk/LC_MESSAGES/konquest.mo share/locale/kk/LC_MESSAGES/konsole.mo share/locale/kk/LC_MESSAGES/konsolekalendar.mo +share/locale/kk/LC_MESSAGES/konsoleprofiles.mo share/locale/kk/LC_MESSAGES/kontact.mo share/locale/kk/LC_MESSAGES/kontactinterfaces.mo share/locale/kk/LC_MESSAGES/kopete.mo @@ -387,11 +391,6 @@ share/locale/kk/LC_MESSAGES/krunner.mo share/locale/kk/LC_MESSAGES/ksaneplugin.mo share/locale/kk/LC_MESSAGES/kscd.mo share/locale/kk/LC_MESSAGES/kscreensaver.mo -share/locale/kk/LC_MESSAGES/ksecrets_kio.mo -share/locale/kk/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/kk/LC_MESSAGES/ksecretsservice_api.mo -share/locale/kk/LC_MESSAGES/ksecretsserviced.mo -share/locale/kk/LC_MESSAGES/ksecretsync.mo share/locale/kk/LC_MESSAGES/ksendemail.mo share/locale/kk/LC_MESSAGES/kshellcmdplugin.mo share/locale/kk/LC_MESSAGES/kshisen.mo @@ -413,7 +412,6 @@ share/locale/kk/LC_MESSAGES/ksysguard.mo share/locale/kk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/kk/LC_MESSAGES/ksystemlog.mo share/locale/kk/LC_MESSAGES/ksystraycmd.mo -share/locale/kk/LC_MESSAGES/kte_acomment.mo share/locale/kk/LC_MESSAGES/kteatime.mo share/locale/kk/LC_MESSAGES/ktesnippets_editor.mo share/locale/kk/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -421,6 +419,7 @@ share/locale/kk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/kk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/kk/LC_MESSAGES/ktimer.mo share/locale/kk/LC_MESSAGES/ktimetracker.mo +share/locale/kk/LC_MESSAGES/ktnef.mo share/locale/kk/LC_MESSAGES/ktouch.mo share/locale/kk/LC_MESSAGES/ktraderclient.mo share/locale/kk/LC_MESSAGES/ktron.mo @@ -441,7 +440,6 @@ share/locale/kk/LC_MESSAGES/kwin_clients.mo share/locale/kk/LC_MESSAGES/kwin_effects.mo share/locale/kk/LC_MESSAGES/kwinshutdown.mo share/locale/kk/LC_MESSAGES/kwinstartmenu.mo -share/locale/kk/LC_MESSAGES/kwl2kss.mo share/locale/kk/LC_MESSAGES/kwordquiz.mo share/locale/kk/LC_MESSAGES/kwrite.mo share/locale/kk/LC_MESSAGES/kwriteconfig.mo @@ -489,6 +487,7 @@ share/locale/kk/LC_MESSAGES/libkworkspace.mo share/locale/kk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/kk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/kk/LC_MESSAGES/libmailcommon.mo +share/locale/kk/LC_MESSAGES/libmailimporter.mo share/locale/kk/LC_MESSAGES/libmailtransport.mo share/locale/kk/LC_MESSAGES/libmessagecomposer.mo share/locale/kk/LC_MESSAGES/libmessagecore.mo @@ -497,6 +496,7 @@ share/locale/kk/LC_MESSAGES/libmessageviewer.mo share/locale/kk/LC_MESSAGES/liboktetacore.mo share/locale/kk/LC_MESSAGES/liboktetagui.mo share/locale/kk/LC_MESSAGES/liboktetakasten.mo +share/locale/kk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/kk/LC_MESSAGES/libphonon.mo share/locale/kk/LC_MESSAGES/libplasma.mo share/locale/kk/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -507,7 +507,6 @@ share/locale/kk/LC_MESSAGES/libtaskmanager.mo share/locale/kk/LC_MESSAGES/libtemplateparser.mo share/locale/kk/LC_MESSAGES/lokalize.mo share/locale/kk/LC_MESSAGES/lskat.mo -share/locale/kk/LC_MESSAGES/mailfilteragent.mo share/locale/kk/LC_MESSAGES/mailreader.mo share/locale/kk/LC_MESSAGES/marble.mo share/locale/kk/LC_MESSAGES/marble_qt.mo @@ -548,6 +547,7 @@ share/locale/kk/LC_MESSAGES/okular_plucker.mo share/locale/kk/LC_MESSAGES/okular_poppler.mo share/locale/kk/LC_MESSAGES/okular_tiff.mo share/locale/kk/LC_MESSAGES/okular_xps.mo +share/locale/kk/LC_MESSAGES/pairs.mo share/locale/kk/LC_MESSAGES/palapeli.mo share/locale/kk/LC_MESSAGES/parley.mo share/locale/kk/LC_MESSAGES/phonon_gstreamer.mo @@ -609,6 +609,7 @@ share/locale/kk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/kk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/kk/LC_MESSAGES/plasma_applet_pager.mo share/locale/kk/LC_MESSAGES/plasma_applet_panel.mo share/locale/kk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -624,7 +625,6 @@ share/locale/kk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/kk/LC_MESSAGES/plasma_applet_sal.mo share/locale/kk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/kk/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_skapplet.mo @@ -652,6 +652,7 @@ share/locale/kk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/kk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/kk/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/kk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/kk/LC_MESSAGES/plasma_engine_network.mo share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/kk/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -659,6 +660,8 @@ share/locale/kk/LC_MESSAGES/plasma_engine_rss.mo share/locale/kk/LC_MESSAGES/plasma_engine_share.mo share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/kk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/kk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/kk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/kk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_activities.mo @@ -692,6 +695,7 @@ share/locale/kk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/kk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/kk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/kk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/kk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/kk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -708,6 +712,7 @@ share/locale/kk/LC_MESSAGES/plasmagenericshell.mo share/locale/kk/LC_MESSAGES/plasmapkg.mo share/locale/kk/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/kk/LC_MESSAGES/plasmoidviewer.mo +share/locale/kk/LC_MESSAGES/pothumbnail.mo share/locale/kk/LC_MESSAGES/powerdevil.mo share/locale/kk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/kk/LC_MESSAGES/powerdevilglobalconfig.mo @@ -725,7 +730,6 @@ share/locale/kk/LC_MESSAGES/solid-network.mo share/locale/kk/LC_MESSAGES/solid_qt.mo share/locale/kk/LC_MESSAGES/solidcontrol.mo share/locale/kk/LC_MESSAGES/soliduiserver.mo -share/locale/kk/LC_MESSAGES/spy.mo share/locale/kk/LC_MESSAGES/step.mo share/locale/kk/LC_MESSAGES/step_qt.mo share/locale/kk/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-km/Makefile b/misc/kde4-l10n-km/Makefile index bc0a2697fbd0..3d1b04141846 100644 --- a/misc/kde4-l10n-km/Makefile +++ b/misc/kde4-l10n-km/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-km -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Khmer messages and documentation for KDE4 KDE4_L10N= km .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-km/distinfo b/misc/kde4-l10n-km/distinfo index 38c0601b85ea..9d836e867122 100644 --- a/misc/kde4-l10n-km/distinfo +++ b/misc/kde4-l10n-km/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-km-4.8.4.tar.xz) = 33866aab33d5facaaee56bdd5c6262c08fd52131c69ba2084db4ddce3102c0db -SIZE (KDE/kde-l10n/kde-l10n-km-4.8.4.tar.xz) = 2212908 +SHA256 (KDE/kde-l10n/kde-l10n-km-4.9.5.tar.xz) = ced51205d6ff5d57ff17127fb0ae9048ebe09e0c50dc4f606c437559a8c22184 +SIZE (KDE/kde-l10n/kde-l10n-km-4.9.5.tar.xz) = 2191932 diff --git a/misc/kde4-l10n-km/pkg-plist b/misc/kde4-l10n-km/pkg-plist index d25d5c78d1a0..f35ab37d84f4 100644 --- a/misc/kde4-l10n-km/pkg-plist +++ b/misc/kde4-l10n-km/pkg-plist @@ -5,11 +5,14 @@ share/locale/km/LC_MESSAGES/accountwizard_kolab.mo share/locale/km/LC_MESSAGES/accountwizard_mailbox.mo share/locale/km/LC_MESSAGES/accountwizard_maildir.mo share/locale/km/LC_MESSAGES/accountwizard_pop3.mo +share/locale/km/LC_MESSAGES/accountwizard_tine20.mo share/locale/km/LC_MESSAGES/adblock.mo share/locale/km/LC_MESSAGES/akonadi-filestore.mo +share/locale/km/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/km/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/km/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/km/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/km/LC_MESSAGES/akonadi_google_resource.mo share/locale/km/LC_MESSAGES/akonadi_ical_resource.mo share/locale/km/LC_MESSAGES/akonadi_imap_resource.mo share/locale/km/LC_MESSAGES/akonadi_invitations_agent.mo @@ -23,6 +26,7 @@ share/locale/km/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/km/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/km/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/km/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/km/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/km/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/km/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/km/LC_MESSAGES/akonadi_microblog_resource.mo @@ -39,6 +43,7 @@ share/locale/km/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/km/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/km/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/km/LC_MESSAGES/akonadicontact.mo +share/locale/km/LC_MESSAGES/akonadinotes.mo share/locale/km/LC_MESSAGES/akonaditray.mo share/locale/km/LC_MESSAGES/akregator.mo share/locale/km/LC_MESSAGES/akregator_konqplugin.mo @@ -50,6 +55,7 @@ share/locale/km/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/km/LC_MESSAGES/audiorename_plugin.mo share/locale/km/LC_MESSAGES/autorefresh.mo share/locale/km/LC_MESSAGES/babelfish.mo +share/locale/km/LC_MESSAGES/backupmail.mo share/locale/km/LC_MESSAGES/blinken.mo share/locale/km/LC_MESSAGES/bomber.mo share/locale/km/LC_MESSAGES/bovo.mo @@ -71,6 +77,7 @@ share/locale/km/LC_MESSAGES/gwenview.mo share/locale/km/LC_MESSAGES/htmlsearch.mo share/locale/km/LC_MESSAGES/imagerename_plugin.mo share/locale/km/LC_MESSAGES/imgalleryplugin.mo +share/locale/km/LC_MESSAGES/importwizard.mo share/locale/km/LC_MESSAGES/jovie.mo share/locale/km/LC_MESSAGES/joystick.mo share/locale/km/LC_MESSAGES/juk.mo @@ -130,6 +137,7 @@ share/locale/km/LC_MESSAGES/kcal_akonadi.mo share/locale/km/LC_MESSAGES/kcalc.mo share/locale/km/LC_MESSAGES/kcertpart.mo share/locale/km/LC_MESSAGES/kcharselect.mo +share/locale/km/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/km/LC_MESSAGES/kcm_akonadi.mo share/locale/km/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/km/LC_MESSAGES/kcm_attica.mo @@ -149,6 +157,7 @@ share/locale/km/LC_MESSAGES/kcm_pci.mo share/locale/km/LC_MESSAGES/kcm_phonon.mo share/locale/km/LC_MESSAGES/kcm_phononxine.mo share/locale/km/LC_MESSAGES/kcm_platform.mo +share/locale/km/LC_MESSAGES/kcm_remotecontrol.mo share/locale/km/LC_MESSAGES/kcm_solid.mo share/locale/km/LC_MESSAGES/kcm_solid_actions.mo share/locale/km/LC_MESSAGES/kcm_standard_actions.mo @@ -200,7 +209,6 @@ share/locale/km/LC_MESSAGES/kcmstyle.mo share/locale/km/LC_MESSAGES/kcmusb.mo share/locale/km/LC_MESSAGES/kcmview1394.mo share/locale/km/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/km/LC_MESSAGES/kcmxinerama.mo share/locale/km/LC_MESSAGES/kcolorchooser.mo share/locale/km/LC_MESSAGES/kcron.mo share/locale/km/LC_MESSAGES/kde-menu.mo @@ -222,24 +230,16 @@ share/locale/km/LC_MESSAGES/kdmgreet.mo share/locale/km/LC_MESSAGES/kdontchangethehostname.mo share/locale/km/LC_MESSAGES/keditbookmarks.mo share/locale/km/LC_MESSAGES/kfile.mo -share/locale/km/LC_MESSAGES/kfile_avi.mo share/locale/km/LC_MESSAGES/kfile_dds.mo share/locale/km/LC_MESSAGES/kfile_drgeo.mo share/locale/km/LC_MESSAGES/kfile_exr.mo -share/locale/km/LC_MESSAGES/kfile_flac.mo share/locale/km/LC_MESSAGES/kfile_kig.mo share/locale/km/LC_MESSAGES/kfile_mail.mo -share/locale/km/LC_MESSAGES/kfile_mp3.mo -share/locale/km/LC_MESSAGES/kfile_mpc.mo -share/locale/km/LC_MESSAGES/kfile_ogg.mo share/locale/km/LC_MESSAGES/kfile_pnm.mo share/locale/km/LC_MESSAGES/kfile_raw.mo share/locale/km/LC_MESSAGES/kfile_rgb.mo share/locale/km/LC_MESSAGES/kfile_rpm.mo -share/locale/km/LC_MESSAGES/kfile_sid.mo -share/locale/km/LC_MESSAGES/kfile_theora.mo share/locale/km/LC_MESSAGES/kfile_tiff.mo -share/locale/km/LC_MESSAGES/kfile_wav.mo share/locale/km/LC_MESSAGES/kfile_xps.mo share/locale/km/LC_MESSAGES/kfileaudiopreview4.mo share/locale/km/LC_MESSAGES/kfilereplace.mo @@ -272,6 +272,7 @@ share/locale/km/LC_MESSAGES/kimagemapeditor.mo share/locale/km/LC_MESSAGES/kinetd.mo share/locale/km/LC_MESSAGES/kinfocenter.mo share/locale/km/LC_MESSAGES/kio4.mo +share/locale/km/LC_MESSAGES/kio_activities.mo share/locale/km/LC_MESSAGES/kio_akonadi.mo share/locale/km/LC_MESSAGES/kio_applications.mo share/locale/km/LC_MESSAGES/kio_archive.mo @@ -292,6 +293,7 @@ share/locale/km/LC_MESSAGES/kio_nepomuksearch.mo share/locale/km/LC_MESSAGES/kio_nfs.mo share/locale/km/LC_MESSAGES/kio_nntp.mo share/locale/km/LC_MESSAGES/kio_pop3.mo +share/locale/km/LC_MESSAGES/kio_recentdocuments.mo share/locale/km/LC_MESSAGES/kio_remote.mo share/locale/km/LC_MESSAGES/kio_sftp.mo share/locale/km/LC_MESSAGES/kio_sieve.mo @@ -338,10 +340,12 @@ share/locale/km/LC_MESSAGES/kollision.mo share/locale/km/LC_MESSAGES/kolourpaint.mo share/locale/km/LC_MESSAGES/kommander.mo share/locale/km/LC_MESSAGES/kompare.mo +share/locale/km/LC_MESSAGES/konqprofiles.mo share/locale/km/LC_MESSAGES/konqueror.mo share/locale/km/LC_MESSAGES/konquest.mo share/locale/km/LC_MESSAGES/konsole.mo share/locale/km/LC_MESSAGES/konsolekalendar.mo +share/locale/km/LC_MESSAGES/konsoleprofiles.mo share/locale/km/LC_MESSAGES/kontact.mo share/locale/km/LC_MESSAGES/kontactinterfaces.mo share/locale/km/LC_MESSAGES/kopete.mo @@ -389,7 +393,6 @@ share/locale/km/LC_MESSAGES/ksysguard.mo share/locale/km/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/km/LC_MESSAGES/ksystemlog.mo share/locale/km/LC_MESSAGES/ksystraycmd.mo -share/locale/km/LC_MESSAGES/kte_acomment.mo share/locale/km/LC_MESSAGES/kteatime.mo share/locale/km/LC_MESSAGES/ktesnippets_editor.mo share/locale/km/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -423,11 +426,14 @@ share/locale/km/LC_MESSAGES/kwriteconfig.mo share/locale/km/LC_MESSAGES/kxkb.mo share/locale/km/LC_MESSAGES/kxsconfig.mo share/locale/km/LC_MESSAGES/lancelot.mo +share/locale/km/LC_MESSAGES/libakonadi-calendar.mo +share/locale/km/LC_MESSAGES/libakonadi-kmime.mo share/locale/km/LC_MESSAGES/libakonadi.mo share/locale/km/LC_MESSAGES/libkalarmcal.mo share/locale/km/LC_MESSAGES/libkasten.mo share/locale/km/LC_MESSAGES/libkblog.mo share/locale/km/LC_MESSAGES/libkcal.mo +share/locale/km/LC_MESSAGES/libkcalutils.mo share/locale/km/LC_MESSAGES/libkcddb.mo share/locale/km/LC_MESSAGES/libkcompactdisc.mo share/locale/km/LC_MESSAGES/libkdcraw.mo @@ -455,6 +461,7 @@ share/locale/km/LC_MESSAGES/libktnef.mo share/locale/km/LC_MESSAGES/libkworkspace.mo share/locale/km/LC_MESSAGES/libkxmlrpcclient.mo share/locale/km/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/km/LC_MESSAGES/libmailimporter.mo share/locale/km/LC_MESSAGES/libmailtransport.mo share/locale/km/LC_MESSAGES/libmessagecore.mo share/locale/km/LC_MESSAGES/libmessagelist.mo @@ -470,7 +477,6 @@ share/locale/km/LC_MESSAGES/libtaskmanager.mo share/locale/km/LC_MESSAGES/libtemplateparser.mo share/locale/km/LC_MESSAGES/lokalize.mo share/locale/km/LC_MESSAGES/lskat.mo -share/locale/km/LC_MESSAGES/mailfilteragent.mo share/locale/km/LC_MESSAGES/mailreader.mo share/locale/km/LC_MESSAGES/marble.mo share/locale/km/LC_MESSAGES/marble_qt.mo @@ -535,6 +541,7 @@ share/locale/km/LC_MESSAGES/plasma_applet_frame.mo share/locale/km/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/km/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_icon.mo +share/locale/km/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/km/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/km/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/km/LC_MESSAGES/plasma_applet_katesession.mo @@ -560,6 +567,7 @@ share/locale/km/LC_MESSAGES/plasma_applet_notifier.mo share/locale/km/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/km/LC_MESSAGES/plasma_applet_pager.mo share/locale/km/LC_MESSAGES/plasma_applet_panel.mo share/locale/km/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -575,7 +583,6 @@ share/locale/km/LC_MESSAGES/plasma_applet_rtm.mo share/locale/km/LC_MESSAGES/plasma_applet_sal.mo share/locale/km/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/km/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/km/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/km/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_skapplet.mo @@ -603,6 +610,7 @@ share/locale/km/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo share/locale/km/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/km/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/km/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/km/LC_MESSAGES/plasma_engine_network.mo share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo share/locale/km/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -610,6 +618,8 @@ share/locale/km/LC_MESSAGES/plasma_engine_rss.mo share/locale/km/LC_MESSAGES/plasma_engine_share.mo share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/km/LC_MESSAGES/plasma_engine_weather.mo +share/locale/km/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/km/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/km/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/km/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/km/LC_MESSAGES/plasma_runner_activities.mo @@ -642,6 +652,7 @@ share/locale/km/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/km/LC_MESSAGES/plasma_runner_windows.mo +share/locale/km/LC_MESSAGES/plasma_runner_youtube.mo share/locale/km/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/km/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/km/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -650,6 +661,7 @@ share/locale/km/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/km/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/km/LC_MESSAGES/plasmaengineexplorer.mo @@ -658,6 +670,7 @@ share/locale/km/LC_MESSAGES/plasmapkg.mo share/locale/km/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/km/LC_MESSAGES/plasmoidviewer.mo share/locale/km/LC_MESSAGES/powerdevil.mo +share/locale/km/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/km/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/km/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/km/LC_MESSAGES/printer-applet.mo @@ -672,7 +685,6 @@ share/locale/km/LC_MESSAGES/solid-network.mo share/locale/km/LC_MESSAGES/solid_qt.mo share/locale/km/LC_MESSAGES/solidcontrol.mo share/locale/km/LC_MESSAGES/soliduiserver.mo -share/locale/km/LC_MESSAGES/spy.mo share/locale/km/LC_MESSAGES/step.mo share/locale/km/LC_MESSAGES/step_qt.mo share/locale/km/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-kn/Makefile b/misc/kde4-l10n-kn/Makefile index 5d84eca63bbd..4bb0889802de 100644 --- a/misc/kde4-l10n-kn/Makefile +++ b/misc/kde4-l10n-kn/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-kn -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +12,4 @@ KDE4_L10N= kn IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-kn/pkg-plist b/misc/kde4-l10n-kn/pkg-plist index 477d3e249341..7401eac9e6e2 100644 --- a/misc/kde4-l10n-kn/pkg-plist +++ b/misc/kde4-l10n-kn/pkg-plist @@ -88,7 +88,6 @@ share/locale/kn/LC_MESSAGES/kcmstyle.mo share/locale/kn/LC_MESSAGES/kcmusb.mo share/locale/kn/LC_MESSAGES/kcmview1394.mo share/locale/kn/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/kn/LC_MESSAGES/kcmxinerama.mo share/locale/kn/LC_MESSAGES/kde-menu.mo share/locale/kn/LC_MESSAGES/kdebugdialog.mo share/locale/kn/LC_MESSAGES/kdecalendarsystems.mo diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index 5c48841652dc..f7ecc3b49bc8 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-lt -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-lt/distinfo b/misc/kde4-l10n-lt/distinfo index 0d752c857b77..f2f315a3f4b9 100644 --- a/misc/kde4-l10n-lt/distinfo +++ b/misc/kde4-l10n-lt/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-lt-4.8.4.tar.xz) = a23b7dcdc0349174ae479bf2101fc5e3555c0510918df482ab86a48fc41fd792 -SIZE (KDE/kde-l10n/kde-l10n-lt-4.8.4.tar.xz) = 10610144 +SHA256 (KDE/kde-l10n/kde-l10n-lt-4.9.5.tar.xz) = 9aa45c2b224aa96adcb794fa3c68808d1295b276545d55314579267286ff74f8 +SIZE (KDE/kde-l10n/kde-l10n-lt-4.9.5.tar.xz) = 10539860 diff --git a/misc/kde4-l10n-lt/pkg-plist b/misc/kde4-l10n-lt/pkg-plist index 337350e45d27..e77480f263ad 100644 --- a/misc/kde4-l10n-lt/pkg-plist +++ b/misc/kde4-l10n-lt/pkg-plist @@ -279,11 +279,14 @@ share/locale/lt/LC_MESSAGES/accountwizard_kolab.mo share/locale/lt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/lt/LC_MESSAGES/accountwizard_maildir.mo share/locale/lt/LC_MESSAGES/accountwizard_pop3.mo +share/locale/lt/LC_MESSAGES/accountwizard_tine20.mo share/locale/lt/LC_MESSAGES/adblock.mo share/locale/lt/LC_MESSAGES/akonadi-filestore.mo +share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lt/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/lt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_google_resource.mo share/locale/lt/LC_MESSAGES/akonadi_ical_resource.mo share/locale/lt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/lt/LC_MESSAGES/akonadi_invitations_agent.mo @@ -297,6 +300,7 @@ share/locale/lt/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/lt/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/lt/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/lt/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/lt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/lt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/lt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lt/LC_MESSAGES/akonadi_microblog_resource.mo @@ -326,6 +330,7 @@ share/locale/lt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lt/LC_MESSAGES/audiorename_plugin.mo share/locale/lt/LC_MESSAGES/autorefresh.mo share/locale/lt/LC_MESSAGES/babelfish.mo +share/locale/lt/LC_MESSAGES/backupmail.mo share/locale/lt/LC_MESSAGES/blinken.mo share/locale/lt/LC_MESSAGES/blogilo.mo share/locale/lt/LC_MESSAGES/bomber.mo @@ -354,6 +359,7 @@ share/locale/lt/LC_MESSAGES/gwenview.mo share/locale/lt/LC_MESSAGES/htmlsearch.mo share/locale/lt/LC_MESSAGES/imagerename_plugin.mo share/locale/lt/LC_MESSAGES/imgalleryplugin.mo +share/locale/lt/LC_MESSAGES/importwizard.mo share/locale/lt/LC_MESSAGES/jovie.mo share/locale/lt/LC_MESSAGES/joystick.mo share/locale/lt/LC_MESSAGES/juk.mo @@ -375,6 +381,7 @@ share/locale/lt/LC_MESSAGES/kajongg.mo share/locale/lt/LC_MESSAGES/kalarm.mo share/locale/lt/LC_MESSAGES/kalgebra.mo share/locale/lt/LC_MESSAGES/kalzium.mo +share/locale/lt/LC_MESSAGES/kanagram-harmattan.mo share/locale/lt/LC_MESSAGES/kanagram.mo share/locale/lt/LC_MESSAGES/kapman.mo share/locale/lt/LC_MESSAGES/kapptemplate.mo @@ -416,6 +423,7 @@ share/locale/lt/LC_MESSAGES/kcal_akonadi.mo share/locale/lt/LC_MESSAGES/kcalc.mo share/locale/lt/LC_MESSAGES/kcertpart.mo share/locale/lt/LC_MESSAGES/kcharselect.mo +share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/lt/LC_MESSAGES/kcm_akonadi.mo share/locale/lt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lt/LC_MESSAGES/kcm_attica.mo @@ -487,7 +495,6 @@ share/locale/lt/LC_MESSAGES/kcmstyle.mo share/locale/lt/LC_MESSAGES/kcmusb.mo share/locale/lt/LC_MESSAGES/kcmview1394.mo share/locale/lt/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/lt/LC_MESSAGES/kcmxinerama.mo share/locale/lt/LC_MESSAGES/kcolorchooser.mo share/locale/lt/LC_MESSAGES/kcron.mo share/locale/lt/LC_MESSAGES/kde-menu.mo @@ -510,24 +517,16 @@ share/locale/lt/LC_MESSAGES/kdmgreet.mo share/locale/lt/LC_MESSAGES/kdontchangethehostname.mo share/locale/lt/LC_MESSAGES/keditbookmarks.mo share/locale/lt/LC_MESSAGES/kfile.mo -share/locale/lt/LC_MESSAGES/kfile_avi.mo share/locale/lt/LC_MESSAGES/kfile_dds.mo share/locale/lt/LC_MESSAGES/kfile_drgeo.mo share/locale/lt/LC_MESSAGES/kfile_exr.mo -share/locale/lt/LC_MESSAGES/kfile_flac.mo share/locale/lt/LC_MESSAGES/kfile_kig.mo share/locale/lt/LC_MESSAGES/kfile_mail.mo -share/locale/lt/LC_MESSAGES/kfile_mp3.mo -share/locale/lt/LC_MESSAGES/kfile_mpc.mo -share/locale/lt/LC_MESSAGES/kfile_ogg.mo share/locale/lt/LC_MESSAGES/kfile_pnm.mo share/locale/lt/LC_MESSAGES/kfile_raw.mo share/locale/lt/LC_MESSAGES/kfile_rgb.mo share/locale/lt/LC_MESSAGES/kfile_rpm.mo -share/locale/lt/LC_MESSAGES/kfile_sid.mo -share/locale/lt/LC_MESSAGES/kfile_theora.mo share/locale/lt/LC_MESSAGES/kfile_tiff.mo -share/locale/lt/LC_MESSAGES/kfile_wav.mo share/locale/lt/LC_MESSAGES/kfile_xps.mo share/locale/lt/LC_MESSAGES/kfileaudiopreview4.mo share/locale/lt/LC_MESSAGES/kfilereplace.mo @@ -560,6 +559,7 @@ share/locale/lt/LC_MESSAGES/kimagemapeditor.mo share/locale/lt/LC_MESSAGES/kinetd.mo share/locale/lt/LC_MESSAGES/kinfocenter.mo share/locale/lt/LC_MESSAGES/kio4.mo +share/locale/lt/LC_MESSAGES/kio_activities.mo share/locale/lt/LC_MESSAGES/kio_akonadi.mo share/locale/lt/LC_MESSAGES/kio_applications.mo share/locale/lt/LC_MESSAGES/kio_archive.mo @@ -581,6 +581,7 @@ share/locale/lt/LC_MESSAGES/kio_nfs.mo share/locale/lt/LC_MESSAGES/kio_nntp.mo share/locale/lt/LC_MESSAGES/kio_perldoc.mo share/locale/lt/LC_MESSAGES/kio_pop3.mo +share/locale/lt/LC_MESSAGES/kio_recentdocuments.mo share/locale/lt/LC_MESSAGES/kio_remote.mo share/locale/lt/LC_MESSAGES/kio_sftp.mo share/locale/lt/LC_MESSAGES/kio_sieve.mo @@ -628,10 +629,12 @@ share/locale/lt/LC_MESSAGES/kollision.mo share/locale/lt/LC_MESSAGES/kolourpaint.mo share/locale/lt/LC_MESSAGES/kommander.mo share/locale/lt/LC_MESSAGES/kompare.mo +share/locale/lt/LC_MESSAGES/konqprofiles.mo share/locale/lt/LC_MESSAGES/konqueror.mo share/locale/lt/LC_MESSAGES/konquest.mo share/locale/lt/LC_MESSAGES/konsole.mo share/locale/lt/LC_MESSAGES/konsolekalendar.mo +share/locale/lt/LC_MESSAGES/konsoleprofiles.mo share/locale/lt/LC_MESSAGES/kontact.mo share/locale/lt/LC_MESSAGES/kontactinterfaces.mo share/locale/lt/LC_MESSAGES/kopete.mo @@ -661,11 +664,6 @@ share/locale/lt/LC_MESSAGES/krunner.mo share/locale/lt/LC_MESSAGES/ksaneplugin.mo share/locale/lt/LC_MESSAGES/kscd.mo share/locale/lt/LC_MESSAGES/kscreensaver.mo -share/locale/lt/LC_MESSAGES/ksecrets_kio.mo -share/locale/lt/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/lt/LC_MESSAGES/ksecretsservice_api.mo -share/locale/lt/LC_MESSAGES/ksecretsserviced.mo -share/locale/lt/LC_MESSAGES/ksecretsync.mo share/locale/lt/LC_MESSAGES/ksendemail.mo share/locale/lt/LC_MESSAGES/kshellcmdplugin.mo share/locale/lt/LC_MESSAGES/kshisen.mo @@ -687,7 +685,6 @@ share/locale/lt/LC_MESSAGES/ksysguard.mo share/locale/lt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/lt/LC_MESSAGES/ksystemlog.mo share/locale/lt/LC_MESSAGES/ksystraycmd.mo -share/locale/lt/LC_MESSAGES/kte_acomment.mo share/locale/lt/LC_MESSAGES/kteatime.mo share/locale/lt/LC_MESSAGES/ktesnippets_editor.mo share/locale/lt/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -695,6 +692,7 @@ share/locale/lt/LC_MESSAGES/ktexteditor_plugins.mo share/locale/lt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/lt/LC_MESSAGES/ktimer.mo share/locale/lt/LC_MESSAGES/ktimetracker.mo +share/locale/lt/LC_MESSAGES/ktnef.mo share/locale/lt/LC_MESSAGES/ktouch.mo share/locale/lt/LC_MESSAGES/ktraderclient.mo share/locale/lt/LC_MESSAGES/ktron.mo @@ -715,7 +713,6 @@ share/locale/lt/LC_MESSAGES/kwin_clients.mo share/locale/lt/LC_MESSAGES/kwin_effects.mo share/locale/lt/LC_MESSAGES/kwinshutdown.mo share/locale/lt/LC_MESSAGES/kwinstartmenu.mo -share/locale/lt/LC_MESSAGES/kwl2kss.mo share/locale/lt/LC_MESSAGES/kwordquiz.mo share/locale/lt/LC_MESSAGES/kwrite.mo share/locale/lt/LC_MESSAGES/kwriteconfig.mo @@ -763,6 +760,7 @@ share/locale/lt/LC_MESSAGES/libkworkspace.mo share/locale/lt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/lt/LC_MESSAGES/liblancelot-datamodels.mo share/locale/lt/LC_MESSAGES/libmailcommon.mo +share/locale/lt/LC_MESSAGES/libmailimporter.mo share/locale/lt/LC_MESSAGES/libmailtransport.mo share/locale/lt/LC_MESSAGES/libmessagecomposer.mo share/locale/lt/LC_MESSAGES/libmessagecore.mo @@ -771,6 +769,7 @@ share/locale/lt/LC_MESSAGES/libmessageviewer.mo share/locale/lt/LC_MESSAGES/liboktetacore.mo share/locale/lt/LC_MESSAGES/liboktetagui.mo share/locale/lt/LC_MESSAGES/liboktetakasten.mo +share/locale/lt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/lt/LC_MESSAGES/libphonon.mo share/locale/lt/LC_MESSAGES/libplasma.mo share/locale/lt/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -781,7 +780,6 @@ share/locale/lt/LC_MESSAGES/libtaskmanager.mo share/locale/lt/LC_MESSAGES/libtemplateparser.mo share/locale/lt/LC_MESSAGES/lokalize.mo share/locale/lt/LC_MESSAGES/lskat.mo -share/locale/lt/LC_MESSAGES/mailfilteragent.mo share/locale/lt/LC_MESSAGES/mailreader.mo share/locale/lt/LC_MESSAGES/marble.mo share/locale/lt/LC_MESSAGES/marble_qt.mo @@ -822,6 +820,7 @@ share/locale/lt/LC_MESSAGES/okular_plucker.mo share/locale/lt/LC_MESSAGES/okular_poppler.mo share/locale/lt/LC_MESSAGES/okular_tiff.mo share/locale/lt/LC_MESSAGES/okular_xps.mo +share/locale/lt/LC_MESSAGES/pairs.mo share/locale/lt/LC_MESSAGES/palapeli.mo share/locale/lt/LC_MESSAGES/parley.mo share/locale/lt/LC_MESSAGES/phonon_gstreamer.mo @@ -883,6 +882,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/lt/LC_MESSAGES/plasma_applet_pager.mo share/locale/lt/LC_MESSAGES/plasma_applet_panel.mo share/locale/lt/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -898,7 +898,6 @@ share/locale/lt/LC_MESSAGES/plasma_applet_rtm.mo share/locale/lt/LC_MESSAGES/plasma_applet_sal.mo share/locale/lt/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/lt/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/lt/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/lt/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_skapplet.mo @@ -926,6 +925,7 @@ share/locale/lt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/lt/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/lt/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/lt/LC_MESSAGES/plasma_engine_network.mo share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/lt/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -933,6 +933,8 @@ share/locale/lt/LC_MESSAGES/plasma_engine_rss.mo share/locale/lt/LC_MESSAGES/plasma_engine_share.mo share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo +share/locale/lt/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/lt/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/lt/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_activities.mo @@ -966,6 +968,7 @@ share/locale/lt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/lt/LC_MESSAGES/plasma_runner_windows.mo +share/locale/lt/LC_MESSAGES/plasma_runner_youtube.mo share/locale/lt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/lt/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/lt/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -982,6 +985,7 @@ share/locale/lt/LC_MESSAGES/plasmagenericshell.mo share/locale/lt/LC_MESSAGES/plasmapkg.mo share/locale/lt/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/lt/LC_MESSAGES/plasmoidviewer.mo +share/locale/lt/LC_MESSAGES/pothumbnail.mo share/locale/lt/LC_MESSAGES/powerdevil.mo share/locale/lt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/lt/LC_MESSAGES/powerdevilglobalconfig.mo @@ -999,7 +1003,6 @@ share/locale/lt/LC_MESSAGES/solid-network.mo share/locale/lt/LC_MESSAGES/solid_qt.mo share/locale/lt/LC_MESSAGES/solidcontrol.mo share/locale/lt/LC_MESSAGES/soliduiserver.mo -share/locale/lt/LC_MESSAGES/spy.mo share/locale/lt/LC_MESSAGES/step.mo share/locale/lt/LC_MESSAGES/step_qt.mo share/locale/lt/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index 8d0718b39fbc..9b53edbe4fd0 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-lv -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Latvian messages and documentation for KDE4 KDE4_L10N= lv .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-lv/distinfo b/misc/kde4-l10n-lv/distinfo index 060791a6bf0f..7e6e9c094104 100644 --- a/misc/kde4-l10n-lv/distinfo +++ b/misc/kde4-l10n-lv/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-lv-4.8.4.tar.xz) = b1416a2c5a6faaf1eda934a8a74475b27f3b58dab736104c9de0a63a60f41dcb -SIZE (KDE/kde-l10n/kde-l10n-lv-4.8.4.tar.xz) = 2195996 +SHA256 (KDE/kde-l10n/kde-l10n-lv-4.9.5.tar.xz) = d2dad95b2084a4c9cb02d40096677dfe1ef309ce109a53dad2156fe11383a6a8 +SIZE (KDE/kde-l10n/kde-l10n-lv-4.9.5.tar.xz) = 2205604 diff --git a/misc/kde4-l10n-lv/pkg-plist b/misc/kde4-l10n-lv/pkg-plist index 0757f139bf88..5393518eccd8 100644 --- a/misc/kde4-l10n-lv/pkg-plist +++ b/misc/kde4-l10n-lv/pkg-plist @@ -7,14 +7,18 @@ share/locale/lv/LC_MESSAGES/accountwizard_maildir.mo share/locale/lv/LC_MESSAGES/accountwizard_pop3.mo share/locale/lv/LC_MESSAGES/adblock.mo share/locale/lv/LC_MESSAGES/akonadi-filestore.mo +share/locale/lv/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lv/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/lv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lv/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_google_resource.mo share/locale/lv/LC_MESSAGES/akonadi_ical_resource.mo share/locale/lv/LC_MESSAGES/akonadi_imap_resource.mo share/locale/lv/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/lv/LC_MESSAGES/akonadi_kabc_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kcal_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/lv/LC_MESSAGES/akonadi_knut_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kresourceassistant.mo @@ -22,11 +26,18 @@ share/locale/lv/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/lv/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/lv/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/lv/LC_MESSAGES/akonadi_mailtransport_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lv/LC_MESSAGES/akonadi_microblog_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_nepomukfeeder.mo share/locale/lv/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/lv/LC_MESSAGES/akonadi_next.mo share/locale/lv/LC_MESSAGES/akonadi_nntp_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_openxchange_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_pop3_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/lv/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/lv/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/lv/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/lv/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/lv/LC_MESSAGES/akonadicontact.mo @@ -34,6 +45,7 @@ share/locale/lv/LC_MESSAGES/akonaditray.mo share/locale/lv/LC_MESSAGES/akregator.mo share/locale/lv/LC_MESSAGES/akregator_konqplugin.mo share/locale/lv/LC_MESSAGES/amor.mo +share/locale/lv/LC_MESSAGES/analitza.mo share/locale/lv/LC_MESSAGES/ark.mo share/locale/lv/LC_MESSAGES/attica_kde.mo share/locale/lv/LC_MESSAGES/audiocd_encoder_lame.mo @@ -41,7 +53,9 @@ share/locale/lv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lv/LC_MESSAGES/audiorename_plugin.mo share/locale/lv/LC_MESSAGES/autorefresh.mo share/locale/lv/LC_MESSAGES/babelfish.mo +share/locale/lv/LC_MESSAGES/backupmail.mo share/locale/lv/LC_MESSAGES/blinken.mo +share/locale/lv/LC_MESSAGES/blogilo.mo share/locale/lv/LC_MESSAGES/bomber.mo share/locale/lv/LC_MESSAGES/bovo.mo share/locale/lv/LC_MESSAGES/calendarsupport.mo @@ -63,6 +77,7 @@ share/locale/lv/LC_MESSAGES/gwenview.mo share/locale/lv/LC_MESSAGES/htmlsearch.mo share/locale/lv/LC_MESSAGES/imagerename_plugin.mo share/locale/lv/LC_MESSAGES/imgalleryplugin.mo +share/locale/lv/LC_MESSAGES/jovie.mo share/locale/lv/LC_MESSAGES/joystick.mo share/locale/lv/LC_MESSAGES/juk.mo share/locale/lv/LC_MESSAGES/kabc.mo @@ -76,9 +91,11 @@ share/locale/lv/LC_MESSAGES/kabcformat_binary.mo share/locale/lv/LC_MESSAGES/kaccess.mo share/locale/lv/LC_MESSAGES/kactivitymanagerd.mo share/locale/lv/LC_MESSAGES/kaddressbook.mo +share/locale/lv/LC_MESSAGES/kaddressbookmigrator.mo share/locale/lv/LC_MESSAGES/kalarm.mo share/locale/lv/LC_MESSAGES/kalgebra.mo share/locale/lv/LC_MESSAGES/kalzium.mo +share/locale/lv/LC_MESSAGES/kanagram-harmattan.mo share/locale/lv/LC_MESSAGES/kanagram.mo share/locale/lv/LC_MESSAGES/kapman.mo share/locale/lv/LC_MESSAGES/kapptemplate.mo @@ -188,7 +205,6 @@ share/locale/lv/LC_MESSAGES/kcmstyle.mo share/locale/lv/LC_MESSAGES/kcmusb.mo share/locale/lv/LC_MESSAGES/kcmview1394.mo share/locale/lv/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/lv/LC_MESSAGES/kcmxinerama.mo share/locale/lv/LC_MESSAGES/kcolorchooser.mo share/locale/lv/LC_MESSAGES/kcron.mo share/locale/lv/LC_MESSAGES/kde-menu.mo @@ -198,6 +214,7 @@ share/locale/lv/LC_MESSAGES/kdecalendarsystems.mo share/locale/lv/LC_MESSAGES/kdelibs4.mo share/locale/lv/LC_MESSAGES/kdelibs_colors4.mo share/locale/lv/LC_MESSAGES/kdepasswd.mo +share/locale/lv/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/lv/LC_MESSAGES/kdeqt.mo share/locale/lv/LC_MESSAGES/kdesu.mo share/locale/lv/LC_MESSAGES/kdesud.mo @@ -209,23 +226,15 @@ share/locale/lv/LC_MESSAGES/kdmgreet.mo share/locale/lv/LC_MESSAGES/kdontchangethehostname.mo share/locale/lv/LC_MESSAGES/keditbookmarks.mo share/locale/lv/LC_MESSAGES/kfile.mo -share/locale/lv/LC_MESSAGES/kfile_avi.mo share/locale/lv/LC_MESSAGES/kfile_dds.mo share/locale/lv/LC_MESSAGES/kfile_drgeo.mo share/locale/lv/LC_MESSAGES/kfile_exr.mo -share/locale/lv/LC_MESSAGES/kfile_flac.mo share/locale/lv/LC_MESSAGES/kfile_kig.mo -share/locale/lv/LC_MESSAGES/kfile_mp3.mo -share/locale/lv/LC_MESSAGES/kfile_mpc.mo -share/locale/lv/LC_MESSAGES/kfile_ogg.mo share/locale/lv/LC_MESSAGES/kfile_pnm.mo share/locale/lv/LC_MESSAGES/kfile_raw.mo share/locale/lv/LC_MESSAGES/kfile_rgb.mo share/locale/lv/LC_MESSAGES/kfile_rpm.mo -share/locale/lv/LC_MESSAGES/kfile_sid.mo -share/locale/lv/LC_MESSAGES/kfile_theora.mo share/locale/lv/LC_MESSAGES/kfile_tiff.mo -share/locale/lv/LC_MESSAGES/kfile_wav.mo share/locale/lv/LC_MESSAGES/kfile_xps.mo share/locale/lv/LC_MESSAGES/kfileaudiopreview4.mo share/locale/lv/LC_MESSAGES/kfilereplace.mo @@ -293,9 +302,11 @@ share/locale/lv/LC_MESSAGES/kioexec.mo share/locale/lv/LC_MESSAGES/kiriki.mo share/locale/lv/LC_MESSAGES/kiten.mo share/locale/lv/LC_MESSAGES/kjots.mo +share/locale/lv/LC_MESSAGES/kjotsmigrator.mo share/locale/lv/LC_MESSAGES/kjumpingcube.mo share/locale/lv/LC_MESSAGES/kleopatra.mo share/locale/lv/LC_MESSAGES/klettres.mo +share/locale/lv/LC_MESSAGES/klickety.mo share/locale/lv/LC_MESSAGES/klines.mo share/locale/lv/LC_MESSAGES/klinkstatus.mo share/locale/lv/LC_MESSAGES/klipper.mo @@ -427,6 +438,7 @@ share/locale/lv/LC_MESSAGES/libkpgp.mo share/locale/lv/LC_MESSAGES/libkpimidentities.mo share/locale/lv/LC_MESSAGES/libkpimtextedit.mo share/locale/lv/LC_MESSAGES/libkpimutils.mo +share/locale/lv/LC_MESSAGES/libkremotecontrol.mo share/locale/lv/LC_MESSAGES/libkresources.mo share/locale/lv/LC_MESSAGES/libksane.mo share/locale/lv/LC_MESSAGES/libkscreensaver.mo @@ -435,6 +447,8 @@ share/locale/lv/LC_MESSAGES/libktnef.mo share/locale/lv/LC_MESSAGES/libkunitconversion.mo share/locale/lv/LC_MESSAGES/libkworkspace.mo share/locale/lv/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/lv/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/lv/LC_MESSAGES/libmailimporter.mo share/locale/lv/LC_MESSAGES/libmailtransport.mo share/locale/lv/LC_MESSAGES/libmessagecore.mo share/locale/lv/LC_MESSAGES/libmessagelist.mo @@ -443,6 +457,7 @@ share/locale/lv/LC_MESSAGES/liboktetacore.mo share/locale/lv/LC_MESSAGES/liboktetakasten.mo share/locale/lv/LC_MESSAGES/libphonon.mo share/locale/lv/LC_MESSAGES/libplasma.mo +share/locale/lv/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/lv/LC_MESSAGES/libplasmaclock.mo share/locale/lv/LC_MESSAGES/libplasmaweather.mo share/locale/lv/LC_MESSAGES/librtm.mo @@ -466,6 +481,7 @@ share/locale/lv/LC_MESSAGES/nepomukqueryservice.mo share/locale/lv/LC_MESSAGES/nepomukserver.mo share/locale/lv/LC_MESSAGES/nepomukservicestub.mo share/locale/lv/LC_MESSAGES/nepomukstorage.mo +share/locale/lv/LC_MESSAGES/newmailnotifieragent.mo share/locale/lv/LC_MESSAGES/nsplugin.mo share/locale/lv/LC_MESSAGES/okteta.mo share/locale/lv/LC_MESSAGES/oktetapart.mo @@ -485,6 +501,7 @@ share/locale/lv/LC_MESSAGES/okular_plucker.mo share/locale/lv/LC_MESSAGES/okular_poppler.mo share/locale/lv/LC_MESSAGES/okular_tiff.mo share/locale/lv/LC_MESSAGES/okular_xps.mo +share/locale/lv/LC_MESSAGES/pairs.mo share/locale/lv/LC_MESSAGES/palapeli.mo share/locale/lv/LC_MESSAGES/parley.mo share/locale/lv/LC_MESSAGES/phonon_gstreamer.mo @@ -496,6 +513,7 @@ share/locale/lv/LC_MESSAGES/plasma-overlay.mo share/locale/lv/LC_MESSAGES/plasma-remote-helper.mo share/locale/lv/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/lv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/lv/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_battery.mo share/locale/lv/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/lv/LC_MESSAGES/plasma_applet_bubblemon.mo @@ -512,12 +530,14 @@ share/locale/lv/LC_MESSAGES/plasma_applet_frame.mo share/locale/lv/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/lv/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_icon.mo +share/locale/lv/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/lv/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/lv/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/lv/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/lv/LC_MESSAGES/plasma_applet_katesession.mo share/locale/lv/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/lv/LC_MESSAGES/plasma_applet_kget.mo +share/locale/lv/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/lv/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/lv/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/lv/LC_MESSAGES/plasma_applet_launcher.mo @@ -585,6 +605,7 @@ share/locale/lv/LC_MESSAGES/plasma_engine_rss.mo share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo share/locale/lv/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/lv/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/lv/LC_MESSAGES/plasma_runner_calculatorrunner.mo @@ -597,6 +618,7 @@ share/locale/lv/LC_MESSAGES/plasma_runner_kget.mo share/locale/lv/LC_MESSAGES/plasma_runner_kill.mo share/locale/lv/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/lv/LC_MESSAGES/plasma_runner_kopete.mo share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo share/locale/lv/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/lv/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo @@ -641,7 +663,6 @@ share/locale/lv/LC_MESSAGES/solid-network.mo share/locale/lv/LC_MESSAGES/solid_qt.mo share/locale/lv/LC_MESSAGES/solidcontrol.mo share/locale/lv/LC_MESSAGES/soliduiserver.mo -share/locale/lv/LC_MESSAGES/spy.mo share/locale/lv/LC_MESSAGES/step.mo share/locale/lv/LC_MESSAGES/step_qt.mo share/locale/lv/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-mai/Makefile b/misc/kde4-l10n-mai/Makefile index 1e0e400f3b96..63daab6c0cbd 100644 --- a/misc/kde4-l10n-mai/Makefile +++ b/misc/kde4-l10n-mai/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-mai -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +12,4 @@ KDE4_L10N= mai IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-mai/pkg-plist b/misc/kde4-l10n-mai/pkg-plist index 7815c29efa97..981bc8cdc96f 100644 --- a/misc/kde4-l10n-mai/pkg-plist +++ b/misc/kde4-l10n-mai/pkg-plist @@ -119,7 +119,6 @@ share/locale/mai/LC_MESSAGES/kcmstyle.mo share/locale/mai/LC_MESSAGES/kcmusb.mo share/locale/mai/LC_MESSAGES/kcmview1394.mo share/locale/mai/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/mai/LC_MESSAGES/kcmxinerama.mo share/locale/mai/LC_MESSAGES/kde-menu.mo share/locale/mai/LC_MESSAGES/kdebugdialog.mo share/locale/mai/LC_MESSAGES/kdecalendarsystems.mo diff --git a/misc/kde4-l10n-mk/Makefile b/misc/kde4-l10n-mk/Makefile index 38cdcd24fda4..02f137a3cf47 100644 --- a/misc/kde4-l10n-mk/Makefile +++ b/misc/kde4-l10n-mk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-mk -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ KDE4_L10N= mk IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-mk/pkg-plist b/misc/kde4-l10n-mk/pkg-plist index 264bea410c8c..b88c52859703 100644 --- a/misc/kde4-l10n-mk/pkg-plist +++ b/misc/kde4-l10n-mk/pkg-plist @@ -108,7 +108,6 @@ share/locale/mk/LC_MESSAGES/kcmsolidproc.mo share/locale/mk/LC_MESSAGES/kcmstyle.mo share/locale/mk/LC_MESSAGES/kcmusb.mo share/locale/mk/LC_MESSAGES/kcmview1394.mo -share/locale/mk/LC_MESSAGES/kcmxinerama.mo share/locale/mk/LC_MESSAGES/kcolorchooser.mo share/locale/mk/LC_MESSAGES/kcron.mo share/locale/mk/LC_MESSAGES/kde-menu.mo @@ -131,23 +130,15 @@ share/locale/mk/LC_MESSAGES/kdmconfig.mo share/locale/mk/LC_MESSAGES/kdmgreet.mo share/locale/mk/LC_MESSAGES/keditbookmarks.mo share/locale/mk/LC_MESSAGES/kfile.mo -share/locale/mk/LC_MESSAGES/kfile_avi.mo share/locale/mk/LC_MESSAGES/kfile_dds.mo share/locale/mk/LC_MESSAGES/kfile_drgeo.mo share/locale/mk/LC_MESSAGES/kfile_exr.mo -share/locale/mk/LC_MESSAGES/kfile_flac.mo share/locale/mk/LC_MESSAGES/kfile_kig.mo -share/locale/mk/LC_MESSAGES/kfile_mp3.mo -share/locale/mk/LC_MESSAGES/kfile_mpc.mo -share/locale/mk/LC_MESSAGES/kfile_ogg.mo share/locale/mk/LC_MESSAGES/kfile_pnm.mo share/locale/mk/LC_MESSAGES/kfile_raw.mo share/locale/mk/LC_MESSAGES/kfile_rgb.mo share/locale/mk/LC_MESSAGES/kfile_rpm.mo -share/locale/mk/LC_MESSAGES/kfile_sid.mo -share/locale/mk/LC_MESSAGES/kfile_theora.mo share/locale/mk/LC_MESSAGES/kfile_tiff.mo -share/locale/mk/LC_MESSAGES/kfile_wav.mo share/locale/mk/LC_MESSAGES/kfile_xps.mo share/locale/mk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/mk/LC_MESSAGES/kfileshare.mo diff --git a/misc/kde4-l10n-ml/Makefile b/misc/kde4-l10n-ml/Makefile index 8117842eae2c..9569230db76d 100644 --- a/misc/kde4-l10n-ml/Makefile +++ b/misc/kde4-l10n-ml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-ml -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ KDE4_L10N= ml IGNORE= is not included in KDE SC ${KDE4_VERSION} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ml/pkg-plist b/misc/kde4-l10n-ml/pkg-plist index 3a1045760d72..2f323f31e460 100644 --- a/misc/kde4-l10n-ml/pkg-plist +++ b/misc/kde4-l10n-ml/pkg-plist @@ -601,7 +601,6 @@ share/locale/ml/LC_MESSAGES/kcmstyle.mo share/locale/ml/LC_MESSAGES/kcmusb.mo share/locale/ml/LC_MESSAGES/kcmview1394.mo share/locale/ml/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ml/LC_MESSAGES/kcmxinerama.mo share/locale/ml/LC_MESSAGES/kde-menu.mo share/locale/ml/LC_MESSAGES/kdeasciiquarium.mo share/locale/ml/LC_MESSAGES/kdebugdialog.mo @@ -616,10 +615,8 @@ share/locale/ml/LC_MESSAGES/kdmconfig.mo share/locale/ml/LC_MESSAGES/kdmgreet.mo share/locale/ml/LC_MESSAGES/keditbookmarks.mo share/locale/ml/LC_MESSAGES/kfile.mo -share/locale/ml/LC_MESSAGES/kfile_avi.mo share/locale/ml/LC_MESSAGES/kfile_drgeo.mo share/locale/ml/LC_MESSAGES/kfile_kig.mo -share/locale/ml/LC_MESSAGES/kfile_wav.mo share/locale/ml/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ml/LC_MESSAGES/kfindpart.mo share/locale/ml/LC_MESSAGES/kfmclient.mo diff --git a/misc/kde4-l10n-nb/Makefile b/misc/kde4-l10n-nb/Makefile index c8df80df2b9a..089634cc4faf 100644 --- a/misc/kde4-l10n-nb/Makefile +++ b/misc/kde4-l10n-nb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-nb -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-nb/Makefile.man b/misc/kde4-l10n-nb/Makefile.man index e93e6b8a409b..365af2978be4 100644 --- a/misc/kde4-l10n-nb/Makefile.man +++ b/misc/kde4-l10n-nb/Makefile.man @@ -1 +1,3 @@ MAN1+= kbookmarkmerger.1 +MAN1+= kdesu.1 +MAN1+= kfind.1 diff --git a/misc/kde4-l10n-nb/distinfo b/misc/kde4-l10n-nb/distinfo index b389fc86df7d..e1abc5bcded4 100644 --- a/misc/kde4-l10n-nb/distinfo +++ b/misc/kde4-l10n-nb/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nb-4.8.4.tar.xz) = 2502a5331380df8f86cbcffb2fc9bc080448b05807186f4beeda46f6f4ac1400 -SIZE (KDE/kde-l10n/kde-l10n-nb-4.8.4.tar.xz) = 2481108 +SHA256 (KDE/kde-l10n/kde-l10n-nb-4.9.5.tar.xz) = 0784d531a4480e782e19377f7c4b0edb3831f32f4f5cff26ccc9b6d90ea97728 +SIZE (KDE/kde-l10n/kde-l10n-nb-4.9.5.tar.xz) = 2515180 diff --git a/misc/kde4-l10n-nb/pkg-plist b/misc/kde4-l10n-nb/pkg-plist index 9222d01e720e..a20646ef3695 100644 --- a/misc/kde4-l10n-nb/pkg-plist +++ b/misc/kde4-l10n-nb/pkg-plist @@ -54,6 +54,9 @@ share/doc/HTML/nb/common/lgpl-translated.html share/doc/HTML/nb/kcontrol/bell/common share/doc/HTML/nb/kcontrol/bell/index.cache.bz2 share/doc/HTML/nb/kcontrol/bell/index.docbook +share/doc/HTML/nb/kcontrol/bookmarks/common +share/doc/HTML/nb/kcontrol/bookmarks/index.cache.bz2 +share/doc/HTML/nb/kcontrol/bookmarks/index.docbook share/doc/HTML/nb/kcontrol/cache/common share/doc/HTML/nb/kcontrol/cache/index.cache.bz2 share/doc/HTML/nb/kcontrol/cache/index.docbook @@ -63,12 +66,69 @@ share/doc/HTML/nb/kcontrol/clock/index.docbook share/doc/HTML/nb/kcontrol/colors/common share/doc/HTML/nb/kcontrol/colors/index.cache.bz2 share/doc/HTML/nb/kcontrol/colors/index.docbook +share/doc/HTML/nb/kcontrol/componentchooser/common +share/doc/HTML/nb/kcontrol/componentchooser/index.cache.bz2 +share/doc/HTML/nb/kcontrol/componentchooser/index.docbook share/doc/HTML/nb/kcontrol/cookies/common share/doc/HTML/nb/kcontrol/cookies/index.cache.bz2 share/doc/HTML/nb/kcontrol/cookies/index.docbook +share/doc/HTML/nb/kcontrol/desktop/common +share/doc/HTML/nb/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/nb/kcontrol/desktop/index.docbook +share/doc/HTML/nb/kcontrol/desktopthemedetails/common +share/doc/HTML/nb/kcontrol/desktopthemedetails/index.cache.bz2 +share/doc/HTML/nb/kcontrol/desktopthemedetails/index.docbook +share/doc/HTML/nb/kcontrol/fonts/common +share/doc/HTML/nb/kcontrol/fonts/index.cache.bz2 +share/doc/HTML/nb/kcontrol/fonts/index.docbook +share/doc/HTML/nb/kcontrol/history/common +share/doc/HTML/nb/kcontrol/history/index.cache.bz2 +share/doc/HTML/nb/kcontrol/history/index.docbook +share/doc/HTML/nb/kcontrol/kcmcgi/common +share/doc/HTML/nb/kcontrol/kcmcgi/index.cache.bz2 +share/doc/HTML/nb/kcontrol/kcmcgi/index.docbook +share/doc/HTML/nb/kcontrol/kcmcss/common +share/doc/HTML/nb/kcontrol/kcmcss/index.cache.bz2 +share/doc/HTML/nb/kcontrol/kcmcss/index.docbook +share/doc/HTML/nb/kcontrol/kcmstyle/common +share/doc/HTML/nb/kcontrol/kcmstyle/index.cache.bz2 +share/doc/HTML/nb/kcontrol/kcmstyle/index.docbook +share/doc/HTML/nb/kcontrol/keyboard/common +share/doc/HTML/nb/kcontrol/keyboard/index.cache.bz2 +share/doc/HTML/nb/kcontrol/keyboard/index.docbook +share/doc/HTML/nb/kcontrol/khtml-plugins/common +share/doc/HTML/nb/kcontrol/khtml-plugins/index.cache.bz2 +share/doc/HTML/nb/kcontrol/khtml-plugins/index.docbook +share/doc/HTML/nb/kcontrol/kwindecoration/common +share/doc/HTML/nb/kcontrol/kwindecoration/index.cache.bz2 +share/doc/HTML/nb/kcontrol/kwindecoration/index.docbook +share/doc/HTML/nb/kcontrol/netpref/common +share/doc/HTML/nb/kcontrol/netpref/index.cache.bz2 +share/doc/HTML/nb/kcontrol/netpref/index.docbook +share/doc/HTML/nb/kcontrol/smb/common +share/doc/HTML/nb/kcontrol/smb/index.cache.bz2 +share/doc/HTML/nb/kcontrol/smb/index.docbook +share/doc/HTML/nb/kcontrol/solid-actions/common +share/doc/HTML/nb/kcontrol/solid-actions/index.cache.bz2 +share/doc/HTML/nb/kcontrol/solid-actions/index.docbook +share/doc/HTML/nb/kcontrol/trash/common +share/doc/HTML/nb/kcontrol/trash/index.cache.bz2 +share/doc/HTML/nb/kcontrol/trash/index.docbook +share/doc/HTML/nb/kcontrol/useragent/common +share/doc/HTML/nb/kcontrol/useragent/index.cache.bz2 +share/doc/HTML/nb/kcontrol/useragent/index.docbook +share/doc/HTML/nb/kdepasswd/common +share/doc/HTML/nb/kdepasswd/index.cache.bz2 +share/doc/HTML/nb/kdepasswd/index.docbook share/doc/HTML/nb/kioslave/data/common share/doc/HTML/nb/kioslave/data/index.cache.bz2 share/doc/HTML/nb/kioslave/data/index.docbook +share/doc/HTML/nb/kioslave/man/common +share/doc/HTML/nb/kioslave/man/index.cache.bz2 +share/doc/HTML/nb/kioslave/man/index.docbook +share/doc/HTML/nb/kioslave/thumbnail/common +share/doc/HTML/nb/kioslave/thumbnail/index.cache.bz2 +share/doc/HTML/nb/kioslave/thumbnail/index.docbook share/locale/nb/LC_MESSAGES/accountwizard.mo share/locale/nb/LC_MESSAGES/accountwizard_ical.mo share/locale/nb/LC_MESSAGES/accountwizard_imap.mo @@ -76,11 +136,14 @@ share/locale/nb/LC_MESSAGES/accountwizard_kolab.mo share/locale/nb/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nb/LC_MESSAGES/accountwizard_maildir.mo share/locale/nb/LC_MESSAGES/accountwizard_pop3.mo +share/locale/nb/LC_MESSAGES/accountwizard_tine20.mo share/locale/nb/LC_MESSAGES/adblock.mo share/locale/nb/LC_MESSAGES/akonadi-filestore.mo +share/locale/nb/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/nb/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nb/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/nb/LC_MESSAGES/akonadi_google_resource.mo share/locale/nb/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nb/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nb/LC_MESSAGES/akonadi_invitations_agent.mo @@ -94,6 +157,7 @@ share/locale/nb/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nb/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nb/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nb/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/nb/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nb/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nb/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nb/LC_MESSAGES/akonadi_microblog_resource.mo @@ -123,6 +187,7 @@ share/locale/nb/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nb/LC_MESSAGES/audiorename_plugin.mo share/locale/nb/LC_MESSAGES/autorefresh.mo share/locale/nb/LC_MESSAGES/babelfish.mo +share/locale/nb/LC_MESSAGES/backupmail.mo share/locale/nb/LC_MESSAGES/blinken.mo share/locale/nb/LC_MESSAGES/blogilo.mo share/locale/nb/LC_MESSAGES/bomber.mo @@ -142,6 +207,7 @@ share/locale/nb/LC_MESSAGES/filelight.mo share/locale/nb/LC_MESSAGES/filetypes.mo share/locale/nb/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/nb/LC_MESSAGES/fileviewgitplugin.mo +share/locale/nb/LC_MESSAGES/fileviewhgplugin.mo share/locale/nb/LC_MESSAGES/fileviewsvnplugin.mo share/locale/nb/LC_MESSAGES/freespacenotifier.mo share/locale/nb/LC_MESSAGES/fsview.mo @@ -150,6 +216,7 @@ share/locale/nb/LC_MESSAGES/gwenview.mo share/locale/nb/LC_MESSAGES/htmlsearch.mo share/locale/nb/LC_MESSAGES/imagerename_plugin.mo share/locale/nb/LC_MESSAGES/imgalleryplugin.mo +share/locale/nb/LC_MESSAGES/importwizard.mo share/locale/nb/LC_MESSAGES/jovie.mo share/locale/nb/LC_MESSAGES/joystick.mo share/locale/nb/LC_MESSAGES/juk.mo @@ -171,6 +238,7 @@ share/locale/nb/LC_MESSAGES/kajongg.mo share/locale/nb/LC_MESSAGES/kalarm.mo share/locale/nb/LC_MESSAGES/kalgebra.mo share/locale/nb/LC_MESSAGES/kalzium.mo +share/locale/nb/LC_MESSAGES/kanagram-harmattan.mo share/locale/nb/LC_MESSAGES/kanagram.mo share/locale/nb/LC_MESSAGES/kapman.mo share/locale/nb/LC_MESSAGES/kapptemplate.mo @@ -212,6 +280,7 @@ share/locale/nb/LC_MESSAGES/kcal_akonadi.mo share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcertpart.mo share/locale/nb/LC_MESSAGES/kcharselect.mo +share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nb/LC_MESSAGES/kcm_akonadi.mo share/locale/nb/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nb/LC_MESSAGES/kcm_attica.mo @@ -283,7 +352,6 @@ share/locale/nb/LC_MESSAGES/kcmstyle.mo share/locale/nb/LC_MESSAGES/kcmusb.mo share/locale/nb/LC_MESSAGES/kcmview1394.mo share/locale/nb/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/nb/LC_MESSAGES/kcmxinerama.mo share/locale/nb/LC_MESSAGES/kcolorchooser.mo share/locale/nb/LC_MESSAGES/kcron.mo share/locale/nb/LC_MESSAGES/kde-menu.mo @@ -306,24 +374,16 @@ share/locale/nb/LC_MESSAGES/kdmgreet.mo share/locale/nb/LC_MESSAGES/kdontchangethehostname.mo share/locale/nb/LC_MESSAGES/keditbookmarks.mo share/locale/nb/LC_MESSAGES/kfile.mo -share/locale/nb/LC_MESSAGES/kfile_avi.mo share/locale/nb/LC_MESSAGES/kfile_dds.mo share/locale/nb/LC_MESSAGES/kfile_drgeo.mo share/locale/nb/LC_MESSAGES/kfile_exr.mo -share/locale/nb/LC_MESSAGES/kfile_flac.mo share/locale/nb/LC_MESSAGES/kfile_kig.mo share/locale/nb/LC_MESSAGES/kfile_mail.mo -share/locale/nb/LC_MESSAGES/kfile_mp3.mo -share/locale/nb/LC_MESSAGES/kfile_mpc.mo -share/locale/nb/LC_MESSAGES/kfile_ogg.mo share/locale/nb/LC_MESSAGES/kfile_pnm.mo share/locale/nb/LC_MESSAGES/kfile_raw.mo share/locale/nb/LC_MESSAGES/kfile_rgb.mo share/locale/nb/LC_MESSAGES/kfile_rpm.mo -share/locale/nb/LC_MESSAGES/kfile_sid.mo -share/locale/nb/LC_MESSAGES/kfile_theora.mo share/locale/nb/LC_MESSAGES/kfile_tiff.mo -share/locale/nb/LC_MESSAGES/kfile_wav.mo share/locale/nb/LC_MESSAGES/kfile_xps.mo share/locale/nb/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nb/LC_MESSAGES/kfilereplace.mo @@ -356,6 +416,7 @@ share/locale/nb/LC_MESSAGES/kimagemapeditor.mo share/locale/nb/LC_MESSAGES/kinetd.mo share/locale/nb/LC_MESSAGES/kinfocenter.mo share/locale/nb/LC_MESSAGES/kio4.mo +share/locale/nb/LC_MESSAGES/kio_activities.mo share/locale/nb/LC_MESSAGES/kio_akonadi.mo share/locale/nb/LC_MESSAGES/kio_applications.mo share/locale/nb/LC_MESSAGES/kio_archive.mo @@ -377,6 +438,7 @@ share/locale/nb/LC_MESSAGES/kio_nfs.mo share/locale/nb/LC_MESSAGES/kio_nntp.mo share/locale/nb/LC_MESSAGES/kio_perldoc.mo share/locale/nb/LC_MESSAGES/kio_pop3.mo +share/locale/nb/LC_MESSAGES/kio_recentdocuments.mo share/locale/nb/LC_MESSAGES/kio_remote.mo share/locale/nb/LC_MESSAGES/kio_sftp.mo share/locale/nb/LC_MESSAGES/kio_sieve.mo @@ -424,10 +486,12 @@ share/locale/nb/LC_MESSAGES/kollision.mo share/locale/nb/LC_MESSAGES/kolourpaint.mo share/locale/nb/LC_MESSAGES/kommander.mo share/locale/nb/LC_MESSAGES/kompare.mo +share/locale/nb/LC_MESSAGES/konqprofiles.mo share/locale/nb/LC_MESSAGES/konqueror.mo share/locale/nb/LC_MESSAGES/konquest.mo share/locale/nb/LC_MESSAGES/konsole.mo share/locale/nb/LC_MESSAGES/konsolekalendar.mo +share/locale/nb/LC_MESSAGES/konsoleprofiles.mo share/locale/nb/LC_MESSAGES/kontact.mo share/locale/nb/LC_MESSAGES/kontactinterfaces.mo share/locale/nb/LC_MESSAGES/kopete.mo @@ -457,11 +521,6 @@ share/locale/nb/LC_MESSAGES/krunner.mo share/locale/nb/LC_MESSAGES/ksaneplugin.mo share/locale/nb/LC_MESSAGES/kscd.mo share/locale/nb/LC_MESSAGES/kscreensaver.mo -share/locale/nb/LC_MESSAGES/ksecrets_kio.mo -share/locale/nb/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/nb/LC_MESSAGES/ksecretsservice_api.mo -share/locale/nb/LC_MESSAGES/ksecretsserviced.mo -share/locale/nb/LC_MESSAGES/ksecretsync.mo share/locale/nb/LC_MESSAGES/ksendemail.mo share/locale/nb/LC_MESSAGES/kshellcmdplugin.mo share/locale/nb/LC_MESSAGES/kshisen.mo @@ -483,7 +542,6 @@ share/locale/nb/LC_MESSAGES/ksysguard.mo share/locale/nb/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nb/LC_MESSAGES/ksystemlog.mo share/locale/nb/LC_MESSAGES/ksystraycmd.mo -share/locale/nb/LC_MESSAGES/kte_acomment.mo share/locale/nb/LC_MESSAGES/kteatime.mo share/locale/nb/LC_MESSAGES/ktesnippets_editor.mo share/locale/nb/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -491,6 +549,7 @@ share/locale/nb/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nb/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nb/LC_MESSAGES/ktimer.mo share/locale/nb/LC_MESSAGES/ktimetracker.mo +share/locale/nb/LC_MESSAGES/ktnef.mo share/locale/nb/LC_MESSAGES/ktouch.mo share/locale/nb/LC_MESSAGES/ktraderclient.mo share/locale/nb/LC_MESSAGES/ktron.mo @@ -511,7 +570,6 @@ share/locale/nb/LC_MESSAGES/kwin_clients.mo share/locale/nb/LC_MESSAGES/kwin_effects.mo share/locale/nb/LC_MESSAGES/kwinshutdown.mo share/locale/nb/LC_MESSAGES/kwinstartmenu.mo -share/locale/nb/LC_MESSAGES/kwl2kss.mo share/locale/nb/LC_MESSAGES/kwordquiz.mo share/locale/nb/LC_MESSAGES/kwrite.mo share/locale/nb/LC_MESSAGES/kwriteconfig.mo @@ -559,6 +617,7 @@ share/locale/nb/LC_MESSAGES/libkworkspace.mo share/locale/nb/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nb/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nb/LC_MESSAGES/libmailcommon.mo +share/locale/nb/LC_MESSAGES/libmailimporter.mo share/locale/nb/LC_MESSAGES/libmailtransport.mo share/locale/nb/LC_MESSAGES/libmessagecomposer.mo share/locale/nb/LC_MESSAGES/libmessagecore.mo @@ -567,6 +626,7 @@ share/locale/nb/LC_MESSAGES/libmessageviewer.mo share/locale/nb/LC_MESSAGES/liboktetacore.mo share/locale/nb/LC_MESSAGES/liboktetagui.mo share/locale/nb/LC_MESSAGES/liboktetakasten.mo +share/locale/nb/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nb/LC_MESSAGES/libphonon.mo share/locale/nb/LC_MESSAGES/libplasma.mo share/locale/nb/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -577,7 +637,6 @@ share/locale/nb/LC_MESSAGES/libtaskmanager.mo share/locale/nb/LC_MESSAGES/libtemplateparser.mo share/locale/nb/LC_MESSAGES/lokalize.mo share/locale/nb/LC_MESSAGES/lskat.mo -share/locale/nb/LC_MESSAGES/mailfilteragent.mo share/locale/nb/LC_MESSAGES/mailreader.mo share/locale/nb/LC_MESSAGES/marble.mo share/locale/nb/LC_MESSAGES/marble_qt.mo @@ -618,6 +677,7 @@ share/locale/nb/LC_MESSAGES/okular_plucker.mo share/locale/nb/LC_MESSAGES/okular_poppler.mo share/locale/nb/LC_MESSAGES/okular_tiff.mo share/locale/nb/LC_MESSAGES/okular_xps.mo +share/locale/nb/LC_MESSAGES/pairs.mo share/locale/nb/LC_MESSAGES/palapeli.mo share/locale/nb/LC_MESSAGES/parley.mo share/locale/nb/LC_MESSAGES/phonon_gstreamer.mo @@ -679,6 +739,7 @@ share/locale/nb/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nb/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nb/LC_MESSAGES/plasma_applet_pager.mo share/locale/nb/LC_MESSAGES/plasma_applet_panel.mo share/locale/nb/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -694,7 +755,6 @@ share/locale/nb/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nb/LC_MESSAGES/plasma_applet_sal.mo share/locale/nb/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/nb/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/nb/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nb/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_skapplet.mo @@ -722,6 +782,7 @@ share/locale/nb/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nb/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nb/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/nb/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/nb/LC_MESSAGES/plasma_engine_network.mo share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nb/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -729,6 +790,8 @@ share/locale/nb/LC_MESSAGES/plasma_engine_rss.mo share/locale/nb/LC_MESSAGES/plasma_engine_share.mo share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nb/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/nb/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nb/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nb/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_activities.mo @@ -762,6 +825,7 @@ share/locale/nb/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nb/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nb/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nb/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nb/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nb/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -778,6 +842,7 @@ share/locale/nb/LC_MESSAGES/plasmagenericshell.mo share/locale/nb/LC_MESSAGES/plasmapkg.mo share/locale/nb/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/nb/LC_MESSAGES/plasmoidviewer.mo +share/locale/nb/LC_MESSAGES/pothumbnail.mo share/locale/nb/LC_MESSAGES/powerdevil.mo share/locale/nb/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nb/LC_MESSAGES/powerdevilglobalconfig.mo @@ -795,7 +860,6 @@ share/locale/nb/LC_MESSAGES/solid-network.mo share/locale/nb/LC_MESSAGES/solid_qt.mo share/locale/nb/LC_MESSAGES/solidcontrol.mo share/locale/nb/LC_MESSAGES/soliduiserver.mo -share/locale/nb/LC_MESSAGES/spy.mo share/locale/nb/LC_MESSAGES/step.mo share/locale/nb/LC_MESSAGES/step_qt.mo share/locale/nb/LC_MESSAGES/strigila_diff.mo @@ -816,12 +880,32 @@ share/locale/nb/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/nb/entry.desktop @dirrm share/locale/nb/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nb/LC_SCRIPTS +@dirrm share/doc/HTML/nb/kioslave/thumbnail +@dirrm share/doc/HTML/nb/kioslave/man @dirrm share/doc/HTML/nb/kioslave/data @dirrm share/doc/HTML/nb/kioslave +@dirrm share/doc/HTML/nb/kdepasswd +@dirrm share/doc/HTML/nb/kcontrol/useragent +@dirrm share/doc/HTML/nb/kcontrol/trash +@dirrm share/doc/HTML/nb/kcontrol/solid-actions +@dirrm share/doc/HTML/nb/kcontrol/smb +@dirrm share/doc/HTML/nb/kcontrol/netpref +@dirrm share/doc/HTML/nb/kcontrol/kwindecoration +@dirrm share/doc/HTML/nb/kcontrol/khtml-plugins +@dirrm share/doc/HTML/nb/kcontrol/keyboard +@dirrm share/doc/HTML/nb/kcontrol/kcmstyle +@dirrm share/doc/HTML/nb/kcontrol/kcmcss +@dirrm share/doc/HTML/nb/kcontrol/kcmcgi +@dirrm share/doc/HTML/nb/kcontrol/history +@dirrm share/doc/HTML/nb/kcontrol/fonts +@dirrm share/doc/HTML/nb/kcontrol/desktopthemedetails +@dirrm share/doc/HTML/nb/kcontrol/desktop @dirrm share/doc/HTML/nb/kcontrol/cookies +@dirrm share/doc/HTML/nb/kcontrol/componentchooser @dirrm share/doc/HTML/nb/kcontrol/colors @dirrm share/doc/HTML/nb/kcontrol/clock @dirrm share/doc/HTML/nb/kcontrol/cache +@dirrm share/doc/HTML/nb/kcontrol/bookmarks @dirrm share/doc/HTML/nb/kcontrol/bell @dirrm share/doc/HTML/nb/kcontrol @dirrm share/doc/HTML/nb/common diff --git a/misc/kde4-l10n-nds/Makefile b/misc/kde4-l10n-nds/Makefile index 0ba749f05e04..bb6079a1dd4a 100644 --- a/misc/kde4-l10n-nds/Makefile +++ b/misc/kde4-l10n-nds/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-nds -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Low German localized messages and documentation for KDE4 KDE4_L10N= nds .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-nds/distinfo b/misc/kde4-l10n-nds/distinfo index ab0b4bed8e39..e09f494fe0f1 100644 --- a/misc/kde4-l10n-nds/distinfo +++ b/misc/kde4-l10n-nds/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nds-4.8.4.tar.xz) = 181671367a2d631f277c223c6837ff983a21a2301a48b6e63a92a2faec10ef6a -SIZE (KDE/kde-l10n/kde-l10n-nds-4.8.4.tar.xz) = 3194612 +SHA256 (KDE/kde-l10n/kde-l10n-nds-4.9.5.tar.xz) = 4026e9212f0ddb42528fa69c17c8a7cb90d645e8078addcc85b41ccc5fcf2696 +SIZE (KDE/kde-l10n/kde-l10n-nds-4.9.5.tar.xz) = 3147768 diff --git a/misc/kde4-l10n-nds/pkg-plist b/misc/kde4-l10n-nds/pkg-plist index 025438081016..f242eb44b241 100644 --- a/misc/kde4-l10n-nds/pkg-plist +++ b/misc/kde4-l10n-nds/pkg-plist @@ -155,6 +155,7 @@ share/locale/nds/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nds/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nds/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nds/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/nds/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nds/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nds/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nds/LC_MESSAGES/akonadi_microblog_resource.mo @@ -212,6 +213,7 @@ share/locale/nds/LC_MESSAGES/gwenview.mo share/locale/nds/LC_MESSAGES/htmlsearch.mo share/locale/nds/LC_MESSAGES/imagerename_plugin.mo share/locale/nds/LC_MESSAGES/imgalleryplugin.mo +share/locale/nds/LC_MESSAGES/importwizard.mo share/locale/nds/LC_MESSAGES/jovie.mo share/locale/nds/LC_MESSAGES/joystick.mo share/locale/nds/LC_MESSAGES/juk.mo @@ -233,6 +235,7 @@ share/locale/nds/LC_MESSAGES/kajongg.mo share/locale/nds/LC_MESSAGES/kalarm.mo share/locale/nds/LC_MESSAGES/kalgebra.mo share/locale/nds/LC_MESSAGES/kalzium.mo +share/locale/nds/LC_MESSAGES/kanagram-harmattan.mo share/locale/nds/LC_MESSAGES/kanagram.mo share/locale/nds/LC_MESSAGES/kapman.mo share/locale/nds/LC_MESSAGES/kapptemplate.mo @@ -274,6 +277,7 @@ share/locale/nds/LC_MESSAGES/kcal_akonadi.mo share/locale/nds/LC_MESSAGES/kcalc.mo share/locale/nds/LC_MESSAGES/kcertpart.mo share/locale/nds/LC_MESSAGES/kcharselect.mo +share/locale/nds/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nds/LC_MESSAGES/kcm_akonadi.mo share/locale/nds/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nds/LC_MESSAGES/kcm_attica.mo @@ -345,7 +349,6 @@ share/locale/nds/LC_MESSAGES/kcmstyle.mo share/locale/nds/LC_MESSAGES/kcmusb.mo share/locale/nds/LC_MESSAGES/kcmview1394.mo share/locale/nds/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/nds/LC_MESSAGES/kcmxinerama.mo share/locale/nds/LC_MESSAGES/kcolorchooser.mo share/locale/nds/LC_MESSAGES/kcron.mo share/locale/nds/LC_MESSAGES/kde-menu.mo @@ -368,24 +371,16 @@ share/locale/nds/LC_MESSAGES/kdmgreet.mo share/locale/nds/LC_MESSAGES/kdontchangethehostname.mo share/locale/nds/LC_MESSAGES/keditbookmarks.mo share/locale/nds/LC_MESSAGES/kfile.mo -share/locale/nds/LC_MESSAGES/kfile_avi.mo share/locale/nds/LC_MESSAGES/kfile_dds.mo share/locale/nds/LC_MESSAGES/kfile_drgeo.mo share/locale/nds/LC_MESSAGES/kfile_exr.mo -share/locale/nds/LC_MESSAGES/kfile_flac.mo share/locale/nds/LC_MESSAGES/kfile_kig.mo share/locale/nds/LC_MESSAGES/kfile_mail.mo -share/locale/nds/LC_MESSAGES/kfile_mp3.mo -share/locale/nds/LC_MESSAGES/kfile_mpc.mo -share/locale/nds/LC_MESSAGES/kfile_ogg.mo share/locale/nds/LC_MESSAGES/kfile_pnm.mo share/locale/nds/LC_MESSAGES/kfile_raw.mo share/locale/nds/LC_MESSAGES/kfile_rgb.mo share/locale/nds/LC_MESSAGES/kfile_rpm.mo -share/locale/nds/LC_MESSAGES/kfile_sid.mo -share/locale/nds/LC_MESSAGES/kfile_theora.mo share/locale/nds/LC_MESSAGES/kfile_tiff.mo -share/locale/nds/LC_MESSAGES/kfile_wav.mo share/locale/nds/LC_MESSAGES/kfile_xps.mo share/locale/nds/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nds/LC_MESSAGES/kfilereplace.mo @@ -439,6 +434,7 @@ share/locale/nds/LC_MESSAGES/kio_nfs.mo share/locale/nds/LC_MESSAGES/kio_nntp.mo share/locale/nds/LC_MESSAGES/kio_perldoc.mo share/locale/nds/LC_MESSAGES/kio_pop3.mo +share/locale/nds/LC_MESSAGES/kio_recentdocuments.mo share/locale/nds/LC_MESSAGES/kio_remote.mo share/locale/nds/LC_MESSAGES/kio_sftp.mo share/locale/nds/LC_MESSAGES/kio_sieve.mo @@ -486,10 +482,12 @@ share/locale/nds/LC_MESSAGES/kollision.mo share/locale/nds/LC_MESSAGES/kolourpaint.mo share/locale/nds/LC_MESSAGES/kommander.mo share/locale/nds/LC_MESSAGES/kompare.mo +share/locale/nds/LC_MESSAGES/konqprofiles.mo share/locale/nds/LC_MESSAGES/konqueror.mo share/locale/nds/LC_MESSAGES/konquest.mo share/locale/nds/LC_MESSAGES/konsole.mo share/locale/nds/LC_MESSAGES/konsolekalendar.mo +share/locale/nds/LC_MESSAGES/konsoleprofiles.mo share/locale/nds/LC_MESSAGES/kontact.mo share/locale/nds/LC_MESSAGES/kontactinterfaces.mo share/locale/nds/LC_MESSAGES/kopete.mo @@ -519,11 +517,6 @@ share/locale/nds/LC_MESSAGES/krunner.mo share/locale/nds/LC_MESSAGES/ksaneplugin.mo share/locale/nds/LC_MESSAGES/kscd.mo share/locale/nds/LC_MESSAGES/kscreensaver.mo -share/locale/nds/LC_MESSAGES/ksecrets_kio.mo -share/locale/nds/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/nds/LC_MESSAGES/ksecretsservice_api.mo -share/locale/nds/LC_MESSAGES/ksecretsserviced.mo -share/locale/nds/LC_MESSAGES/ksecretsync.mo share/locale/nds/LC_MESSAGES/ksendemail.mo share/locale/nds/LC_MESSAGES/kshellcmdplugin.mo share/locale/nds/LC_MESSAGES/kshisen.mo @@ -545,7 +538,6 @@ share/locale/nds/LC_MESSAGES/ksysguard.mo share/locale/nds/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nds/LC_MESSAGES/ksystemlog.mo share/locale/nds/LC_MESSAGES/ksystraycmd.mo -share/locale/nds/LC_MESSAGES/kte_acomment.mo share/locale/nds/LC_MESSAGES/kteatime.mo share/locale/nds/LC_MESSAGES/ktesnippets_editor.mo share/locale/nds/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -573,7 +565,6 @@ share/locale/nds/LC_MESSAGES/kwin_clients.mo share/locale/nds/LC_MESSAGES/kwin_effects.mo share/locale/nds/LC_MESSAGES/kwinshutdown.mo share/locale/nds/LC_MESSAGES/kwinstartmenu.mo -share/locale/nds/LC_MESSAGES/kwl2kss.mo share/locale/nds/LC_MESSAGES/kwordquiz.mo share/locale/nds/LC_MESSAGES/kwrite.mo share/locale/nds/LC_MESSAGES/kwriteconfig.mo @@ -621,6 +612,7 @@ share/locale/nds/LC_MESSAGES/libkworkspace.mo share/locale/nds/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nds/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nds/LC_MESSAGES/libmailcommon.mo +share/locale/nds/LC_MESSAGES/libmailimporter.mo share/locale/nds/LC_MESSAGES/libmailtransport.mo share/locale/nds/LC_MESSAGES/libmessagecomposer.mo share/locale/nds/LC_MESSAGES/libmessagecore.mo @@ -639,7 +631,6 @@ share/locale/nds/LC_MESSAGES/libtaskmanager.mo share/locale/nds/LC_MESSAGES/libtemplateparser.mo share/locale/nds/LC_MESSAGES/lokalize.mo share/locale/nds/LC_MESSAGES/lskat.mo -share/locale/nds/LC_MESSAGES/mailfilteragent.mo share/locale/nds/LC_MESSAGES/mailreader.mo share/locale/nds/LC_MESSAGES/marble.mo share/locale/nds/LC_MESSAGES/marble_qt.mo @@ -741,6 +732,7 @@ share/locale/nds/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nds/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nds/LC_MESSAGES/plasma_applet_pager.mo share/locale/nds/LC_MESSAGES/plasma_applet_panel.mo share/locale/nds/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -756,7 +748,6 @@ share/locale/nds/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nds/LC_MESSAGES/plasma_applet_sal.mo share/locale/nds/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/nds/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/nds/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nds/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_skapplet.mo @@ -791,6 +782,8 @@ share/locale/nds/LC_MESSAGES/plasma_engine_rss.mo share/locale/nds/LC_MESSAGES/plasma_engine_share.mo share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nds/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/nds/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nds/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nds/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_activities.mo @@ -824,6 +817,7 @@ share/locale/nds/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nds/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nds/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nds/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nds/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nds/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -857,7 +851,6 @@ share/locale/nds/LC_MESSAGES/solid-network.mo share/locale/nds/LC_MESSAGES/solid_qt.mo share/locale/nds/LC_MESSAGES/solidcontrol.mo share/locale/nds/LC_MESSAGES/soliduiserver.mo -share/locale/nds/LC_MESSAGES/spy.mo share/locale/nds/LC_MESSAGES/step.mo share/locale/nds/LC_MESSAGES/step_qt.mo share/locale/nds/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-nl/Makefile b/misc/kde4-l10n-nl/Makefile index 7920e18d3214..ed98b06a48ec 100644 --- a/misc/kde4-l10n-nl/Makefile +++ b/misc/kde4-l10n-nl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-nl -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-nl/Makefile.man b/misc/kde4-l10n-nl/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/misc/kde4-l10n-nl/Makefile.man +++ b/misc/kde4-l10n-nl/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/misc/kde4-l10n-nl/distinfo b/misc/kde4-l10n-nl/distinfo index dc1b97028960..cd2c6a710373 100644 --- a/misc/kde4-l10n-nl/distinfo +++ b/misc/kde4-l10n-nl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nl-4.8.4.tar.xz) = 2b52fbc4a0a49e1cb8ee5a69b8767765e540c704fae8974a366b5196f052ede2 -SIZE (KDE/kde-l10n/kde-l10n-nl-4.8.4.tar.xz) = 15959132 +SHA256 (KDE/kde-l10n/kde-l10n-nl-4.9.5.tar.xz) = 5b4d30cae332f5ec4b3064507a9d939697463889d373df83c26c21fe06f410ec +SIZE (KDE/kde-l10n/kde-l10n-nl-4.9.5.tar.xz) = 15836172 diff --git a/misc/kde4-l10n-nl/pkg-plist b/misc/kde4-l10n-nl/pkg-plist index 680b8ed377e5..4c00da2feb4c 100644 --- a/misc/kde4-l10n-nl/pkg-plist +++ b/misc/kde4-l10n-nl/pkg-plist @@ -138,9 +138,17 @@ share/doc/HTML/nl/dolphin/viewproperties-dialog.png share/doc/HTML/nl/dragonplayer/common share/doc/HTML/nl/dragonplayer/index.cache.bz2 share/doc/HTML/nl/dragonplayer/index.docbook +share/doc/HTML/nl/dragonplayer/man-dragon.1.docbook share/doc/HTML/nl/filelight/common share/doc/HTML/nl/filelight/index.cache.bz2 share/doc/HTML/nl/filelight/index.docbook +share/doc/HTML/nl/fundamentals/common +share/doc/HTML/nl/fundamentals/config.docbook +share/doc/HTML/nl/fundamentals/index.cache.bz2 +share/doc/HTML/nl/fundamentals/index.docbook +share/doc/HTML/nl/fundamentals/install.docbook +share/doc/HTML/nl/fundamentals/tasks.docbook +share/doc/HTML/nl/fundamentals/ui.docbook share/doc/HTML/nl/granatier/common share/doc/HTML/nl/granatier/index.cache.bz2 share/doc/HTML/nl/granatier/index.docbook @@ -432,9 +440,6 @@ share/doc/HTML/nl/kcontrol/language/index.docbook share/doc/HTML/nl/kcontrol/mouse/common share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2 share/doc/HTML/nl/kcontrol/mouse/index.docbook -share/doc/HTML/nl/kcontrol/multiplemonitors/common -share/doc/HTML/nl/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/nl/kcontrol/multiplemonitors/index.docbook share/doc/HTML/nl/kcontrol/nepomuk/common share/doc/HTML/nl/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/nl/kcontrol/nepomuk/index.docbook @@ -1003,7 +1008,6 @@ share/doc/HTML/nl/kstars/calc-horizontal.png share/doc/HTML/nl/kstars/calc-julian.png share/doc/HTML/nl/kstars/calc-julianday.docbook share/doc/HTML/nl/kstars/calc-planetcoords.docbook -share/doc/HTML/nl/kstars/calc-precess.docbook share/doc/HTML/nl/kstars/calc-precess.png share/doc/HTML/nl/kstars/calc-sidereal.docbook share/doc/HTML/nl/kstars/calc-sidereal.png @@ -1094,6 +1098,9 @@ share/doc/HTML/nl/ktimer/index.docbook share/doc/HTML/nl/ktimetracker/common share/doc/HTML/nl/ktimetracker/index.cache.bz2 share/doc/HTML/nl/ktimetracker/index.docbook +share/doc/HTML/nl/ktnef/common +share/doc/HTML/nl/ktnef/index.cache.bz2 +share/doc/HTML/nl/ktnef/index.docbook share/doc/HTML/nl/ktouch/common share/doc/HTML/nl/ktouch/index.cache.bz2 share/doc/HTML/nl/ktouch/index.docbook @@ -1215,11 +1222,14 @@ share/locale/nl/LC_MESSAGES/accountwizard_kolab.mo share/locale/nl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nl/LC_MESSAGES/accountwizard_maildir.mo share/locale/nl/LC_MESSAGES/accountwizard_pop3.mo +share/locale/nl/LC_MESSAGES/accountwizard_tine20.mo share/locale/nl/LC_MESSAGES/adblock.mo share/locale/nl/LC_MESSAGES/akonadi-filestore.mo +share/locale/nl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/nl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/nl/LC_MESSAGES/akonadi_google_resource.mo share/locale/nl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nl/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1233,6 +1243,7 @@ share/locale/nl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nl/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/nl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nl/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1262,6 +1273,7 @@ share/locale/nl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nl/LC_MESSAGES/audiorename_plugin.mo share/locale/nl/LC_MESSAGES/autorefresh.mo share/locale/nl/LC_MESSAGES/babelfish.mo +share/locale/nl/LC_MESSAGES/backupmail.mo share/locale/nl/LC_MESSAGES/blinken.mo share/locale/nl/LC_MESSAGES/blogilo.mo share/locale/nl/LC_MESSAGES/bomber.mo @@ -1290,6 +1302,7 @@ share/locale/nl/LC_MESSAGES/gwenview.mo share/locale/nl/LC_MESSAGES/htmlsearch.mo share/locale/nl/LC_MESSAGES/imagerename_plugin.mo share/locale/nl/LC_MESSAGES/imgalleryplugin.mo +share/locale/nl/LC_MESSAGES/importwizard.mo share/locale/nl/LC_MESSAGES/jovie.mo share/locale/nl/LC_MESSAGES/joystick.mo share/locale/nl/LC_MESSAGES/juk.mo @@ -1304,6 +1317,7 @@ share/locale/nl/LC_MESSAGES/kabcformat_binary.mo share/locale/nl/LC_MESSAGES/kaccess.mo share/locale/nl/LC_MESSAGES/kaccessibleapp.mo share/locale/nl/LC_MESSAGES/kactivitymanagerd.mo +share/locale/nl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/nl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nl/LC_MESSAGES/kaddressbook.mo share/locale/nl/LC_MESSAGES/kaddressbookmigrator.mo @@ -1311,6 +1325,7 @@ share/locale/nl/LC_MESSAGES/kajongg.mo share/locale/nl/LC_MESSAGES/kalarm.mo share/locale/nl/LC_MESSAGES/kalgebra.mo share/locale/nl/LC_MESSAGES/kalzium.mo +share/locale/nl/LC_MESSAGES/kanagram-harmattan.mo share/locale/nl/LC_MESSAGES/kanagram.mo share/locale/nl/LC_MESSAGES/kapman.mo share/locale/nl/LC_MESSAGES/kapptemplate.mo @@ -1352,6 +1367,7 @@ share/locale/nl/LC_MESSAGES/kcal_akonadi.mo share/locale/nl/LC_MESSAGES/kcalc.mo share/locale/nl/LC_MESSAGES/kcertpart.mo share/locale/nl/LC_MESSAGES/kcharselect.mo +share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nl/LC_MESSAGES/kcm_akonadi.mo share/locale/nl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nl/LC_MESSAGES/kcm_attica.mo @@ -1423,7 +1439,6 @@ share/locale/nl/LC_MESSAGES/kcmstyle.mo share/locale/nl/LC_MESSAGES/kcmusb.mo share/locale/nl/LC_MESSAGES/kcmview1394.mo share/locale/nl/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/nl/LC_MESSAGES/kcmxinerama.mo share/locale/nl/LC_MESSAGES/kcolorchooser.mo share/locale/nl/LC_MESSAGES/kcron.mo share/locale/nl/LC_MESSAGES/kde-menu.mo @@ -1446,24 +1461,16 @@ share/locale/nl/LC_MESSAGES/kdmgreet.mo share/locale/nl/LC_MESSAGES/kdontchangethehostname.mo share/locale/nl/LC_MESSAGES/keditbookmarks.mo share/locale/nl/LC_MESSAGES/kfile.mo -share/locale/nl/LC_MESSAGES/kfile_avi.mo share/locale/nl/LC_MESSAGES/kfile_dds.mo share/locale/nl/LC_MESSAGES/kfile_drgeo.mo share/locale/nl/LC_MESSAGES/kfile_exr.mo -share/locale/nl/LC_MESSAGES/kfile_flac.mo share/locale/nl/LC_MESSAGES/kfile_kig.mo share/locale/nl/LC_MESSAGES/kfile_mail.mo -share/locale/nl/LC_MESSAGES/kfile_mp3.mo -share/locale/nl/LC_MESSAGES/kfile_mpc.mo -share/locale/nl/LC_MESSAGES/kfile_ogg.mo share/locale/nl/LC_MESSAGES/kfile_pnm.mo share/locale/nl/LC_MESSAGES/kfile_raw.mo share/locale/nl/LC_MESSAGES/kfile_rgb.mo share/locale/nl/LC_MESSAGES/kfile_rpm.mo -share/locale/nl/LC_MESSAGES/kfile_sid.mo -share/locale/nl/LC_MESSAGES/kfile_theora.mo share/locale/nl/LC_MESSAGES/kfile_tiff.mo -share/locale/nl/LC_MESSAGES/kfile_wav.mo share/locale/nl/LC_MESSAGES/kfile_xps.mo share/locale/nl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nl/LC_MESSAGES/kfilereplace.mo @@ -1496,6 +1503,7 @@ share/locale/nl/LC_MESSAGES/kimagemapeditor.mo share/locale/nl/LC_MESSAGES/kinetd.mo share/locale/nl/LC_MESSAGES/kinfocenter.mo share/locale/nl/LC_MESSAGES/kio4.mo +share/locale/nl/LC_MESSAGES/kio_activities.mo share/locale/nl/LC_MESSAGES/kio_akonadi.mo share/locale/nl/LC_MESSAGES/kio_applications.mo share/locale/nl/LC_MESSAGES/kio_archive.mo @@ -1517,6 +1525,7 @@ share/locale/nl/LC_MESSAGES/kio_nfs.mo share/locale/nl/LC_MESSAGES/kio_nntp.mo share/locale/nl/LC_MESSAGES/kio_perldoc.mo share/locale/nl/LC_MESSAGES/kio_pop3.mo +share/locale/nl/LC_MESSAGES/kio_recentdocuments.mo share/locale/nl/LC_MESSAGES/kio_remote.mo share/locale/nl/LC_MESSAGES/kio_sftp.mo share/locale/nl/LC_MESSAGES/kio_sieve.mo @@ -1564,10 +1573,12 @@ share/locale/nl/LC_MESSAGES/kollision.mo share/locale/nl/LC_MESSAGES/kolourpaint.mo share/locale/nl/LC_MESSAGES/kommander.mo share/locale/nl/LC_MESSAGES/kompare.mo +share/locale/nl/LC_MESSAGES/konqprofiles.mo share/locale/nl/LC_MESSAGES/konqueror.mo share/locale/nl/LC_MESSAGES/konquest.mo share/locale/nl/LC_MESSAGES/konsole.mo share/locale/nl/LC_MESSAGES/konsolekalendar.mo +share/locale/nl/LC_MESSAGES/konsoleprofiles.mo share/locale/nl/LC_MESSAGES/kontact.mo share/locale/nl/LC_MESSAGES/kontactinterfaces.mo share/locale/nl/LC_MESSAGES/kopete.mo @@ -1597,11 +1608,6 @@ share/locale/nl/LC_MESSAGES/krunner.mo share/locale/nl/LC_MESSAGES/ksaneplugin.mo share/locale/nl/LC_MESSAGES/kscd.mo share/locale/nl/LC_MESSAGES/kscreensaver.mo -share/locale/nl/LC_MESSAGES/ksecrets_kio.mo -share/locale/nl/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/nl/LC_MESSAGES/ksecretsservice_api.mo -share/locale/nl/LC_MESSAGES/ksecretsserviced.mo -share/locale/nl/LC_MESSAGES/ksecretsync.mo share/locale/nl/LC_MESSAGES/ksendemail.mo share/locale/nl/LC_MESSAGES/kshellcmdplugin.mo share/locale/nl/LC_MESSAGES/kshisen.mo @@ -1623,7 +1629,6 @@ share/locale/nl/LC_MESSAGES/ksysguard.mo share/locale/nl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nl/LC_MESSAGES/ksystemlog.mo share/locale/nl/LC_MESSAGES/ksystraycmd.mo -share/locale/nl/LC_MESSAGES/kte_acomment.mo share/locale/nl/LC_MESSAGES/kteatime.mo share/locale/nl/LC_MESSAGES/ktesnippets_editor.mo share/locale/nl/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1631,6 +1636,7 @@ share/locale/nl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nl/LC_MESSAGES/ktimer.mo share/locale/nl/LC_MESSAGES/ktimetracker.mo +share/locale/nl/LC_MESSAGES/ktnef.mo share/locale/nl/LC_MESSAGES/ktouch.mo share/locale/nl/LC_MESSAGES/ktraderclient.mo share/locale/nl/LC_MESSAGES/ktron.mo @@ -1651,7 +1657,6 @@ share/locale/nl/LC_MESSAGES/kwin_clients.mo share/locale/nl/LC_MESSAGES/kwin_effects.mo share/locale/nl/LC_MESSAGES/kwinshutdown.mo share/locale/nl/LC_MESSAGES/kwinstartmenu.mo -share/locale/nl/LC_MESSAGES/kwl2kss.mo share/locale/nl/LC_MESSAGES/kwordquiz.mo share/locale/nl/LC_MESSAGES/kwrite.mo share/locale/nl/LC_MESSAGES/kwriteconfig.mo @@ -1699,6 +1704,7 @@ share/locale/nl/LC_MESSAGES/libkworkspace.mo share/locale/nl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nl/LC_MESSAGES/libmailcommon.mo +share/locale/nl/LC_MESSAGES/libmailimporter.mo share/locale/nl/LC_MESSAGES/libmailtransport.mo share/locale/nl/LC_MESSAGES/libmessagecomposer.mo share/locale/nl/LC_MESSAGES/libmessagecore.mo @@ -1707,6 +1713,7 @@ share/locale/nl/LC_MESSAGES/libmessageviewer.mo share/locale/nl/LC_MESSAGES/liboktetacore.mo share/locale/nl/LC_MESSAGES/liboktetagui.mo share/locale/nl/LC_MESSAGES/liboktetakasten.mo +share/locale/nl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nl/LC_MESSAGES/libphonon.mo share/locale/nl/LC_MESSAGES/libplasma.mo share/locale/nl/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1717,7 +1724,6 @@ share/locale/nl/LC_MESSAGES/libtaskmanager.mo share/locale/nl/LC_MESSAGES/libtemplateparser.mo share/locale/nl/LC_MESSAGES/lokalize.mo share/locale/nl/LC_MESSAGES/lskat.mo -share/locale/nl/LC_MESSAGES/mailfilteragent.mo share/locale/nl/LC_MESSAGES/mailreader.mo share/locale/nl/LC_MESSAGES/marble.mo share/locale/nl/LC_MESSAGES/marble_qt.mo @@ -1758,6 +1764,7 @@ share/locale/nl/LC_MESSAGES/okular_plucker.mo share/locale/nl/LC_MESSAGES/okular_poppler.mo share/locale/nl/LC_MESSAGES/okular_tiff.mo share/locale/nl/LC_MESSAGES/okular_xps.mo +share/locale/nl/LC_MESSAGES/pairs.mo share/locale/nl/LC_MESSAGES/palapeli.mo share/locale/nl/LC_MESSAGES/parley.mo share/locale/nl/LC_MESSAGES/phonon_gstreamer.mo @@ -1819,6 +1826,7 @@ share/locale/nl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nl/LC_MESSAGES/plasma_applet_pager.mo share/locale/nl/LC_MESSAGES/plasma_applet_panel.mo share/locale/nl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1834,7 +1842,6 @@ share/locale/nl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nl/LC_MESSAGES/plasma_applet_sal.mo share/locale/nl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/nl/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/nl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1862,6 +1869,7 @@ share/locale/nl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nl/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/nl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/nl/LC_MESSAGES/plasma_engine_network.mo share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nl/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1869,6 +1877,8 @@ share/locale/nl/LC_MESSAGES/plasma_engine_rss.mo share/locale/nl/LC_MESSAGES/plasma_engine_share.mo share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/nl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/nl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_activities.mo @@ -1902,6 +1912,7 @@ share/locale/nl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/nl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1918,6 +1929,7 @@ share/locale/nl/LC_MESSAGES/plasmagenericshell.mo share/locale/nl/LC_MESSAGES/plasmapkg.mo share/locale/nl/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/nl/LC_MESSAGES/plasmoidviewer.mo +share/locale/nl/LC_MESSAGES/pothumbnail.mo share/locale/nl/LC_MESSAGES/powerdevil.mo share/locale/nl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nl/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1935,7 +1947,6 @@ share/locale/nl/LC_MESSAGES/solid-network.mo share/locale/nl/LC_MESSAGES/solid_qt.mo share/locale/nl/LC_MESSAGES/solidcontrol.mo share/locale/nl/LC_MESSAGES/soliduiserver.mo -share/locale/nl/LC_MESSAGES/spy.mo share/locale/nl/LC_MESSAGES/step.mo share/locale/nl/LC_MESSAGES/step_qt.mo share/locale/nl/LC_MESSAGES/strigila_diff.mo @@ -1982,6 +1993,7 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/ktuberling @dirrm share/doc/HTML/nl/ktron @dirrm share/doc/HTML/nl/ktouch +@dirrm share/doc/HTML/nl/ktnef @dirrm share/doc/HTML/nl/ktimetracker @dirrm share/doc/HTML/nl/ktimer @dirrm share/doc/HTML/nl/kteatime @@ -2117,7 +2129,6 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kcontrol/paths @dirrm share/doc/HTML/nl/kcontrol/netpref @dirrm share/doc/HTML/nl/kcontrol/nepomuk -@dirrm share/doc/HTML/nl/kcontrol/multiplemonitors @dirrm share/doc/HTML/nl/kcontrol/mouse @dirrm share/doc/HTML/nl/kcontrol/language @dirrm share/doc/HTML/nl/kcontrol/kwintabbox @@ -2192,6 +2203,7 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/jovie @dirrm share/doc/HTML/nl/gwenview @dirrm share/doc/HTML/nl/granatier +@dirrm share/doc/HTML/nl/fundamentals @dirrm share/doc/HTML/nl/filelight @dirrm share/doc/HTML/nl/dragonplayer @dirrm share/doc/HTML/nl/dolphin diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index f5ec9f224c58..1229db6d26c4 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-nn -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ KDE4_L10N= nn MANLANG= ${KDE4_L10N} .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-nn/distinfo b/misc/kde4-l10n-nn/distinfo index b45b64fe9a34..d1a6a8d19610 100644 --- a/misc/kde4-l10n-nn/distinfo +++ b/misc/kde4-l10n-nn/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-nn-4.8.4.tar.xz) = c67c83ad8fb8372e61774ae7ae5a17c46f5712c7b982c8fd41426fc262e5d3d9 -SIZE (KDE/kde-l10n/kde-l10n-nn-4.8.4.tar.xz) = 2011268 +SHA256 (KDE/kde-l10n/kde-l10n-nn-4.9.5.tar.xz) = 56e1c9a9179cb451c2c3d15029c7a010b46f162583f50006290b15be65bd1f89 +SIZE (KDE/kde-l10n/kde-l10n-nn-4.9.5.tar.xz) = 1954252 diff --git a/misc/kde4-l10n-nn/pkg-plist b/misc/kde4-l10n-nn/pkg-plist index 83c2f2f2de80..e4807c989463 100644 --- a/misc/kde4-l10n-nn/pkg-plist +++ b/misc/kde4-l10n-nn/pkg-plist @@ -211,7 +211,6 @@ share/locale/nn/LC_MESSAGES/kcmstyle.mo share/locale/nn/LC_MESSAGES/kcmusb.mo share/locale/nn/LC_MESSAGES/kcmview1394.mo share/locale/nn/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/nn/LC_MESSAGES/kcmxinerama.mo share/locale/nn/LC_MESSAGES/kcolorchooser.mo share/locale/nn/LC_MESSAGES/kcron.mo share/locale/nn/LC_MESSAGES/kde-menu.mo @@ -232,23 +231,15 @@ share/locale/nn/LC_MESSAGES/kdmgreet.mo share/locale/nn/LC_MESSAGES/kdontchangethehostname.mo share/locale/nn/LC_MESSAGES/keditbookmarks.mo share/locale/nn/LC_MESSAGES/kfile.mo -share/locale/nn/LC_MESSAGES/kfile_avi.mo share/locale/nn/LC_MESSAGES/kfile_dds.mo share/locale/nn/LC_MESSAGES/kfile_drgeo.mo share/locale/nn/LC_MESSAGES/kfile_exr.mo -share/locale/nn/LC_MESSAGES/kfile_flac.mo share/locale/nn/LC_MESSAGES/kfile_kig.mo -share/locale/nn/LC_MESSAGES/kfile_mp3.mo -share/locale/nn/LC_MESSAGES/kfile_mpc.mo -share/locale/nn/LC_MESSAGES/kfile_ogg.mo share/locale/nn/LC_MESSAGES/kfile_pnm.mo share/locale/nn/LC_MESSAGES/kfile_raw.mo share/locale/nn/LC_MESSAGES/kfile_rgb.mo share/locale/nn/LC_MESSAGES/kfile_rpm.mo -share/locale/nn/LC_MESSAGES/kfile_sid.mo -share/locale/nn/LC_MESSAGES/kfile_theora.mo share/locale/nn/LC_MESSAGES/kfile_tiff.mo -share/locale/nn/LC_MESSAGES/kfile_wav.mo share/locale/nn/LC_MESSAGES/kfile_xps.mo share/locale/nn/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nn/LC_MESSAGES/kfilereplace.mo @@ -401,7 +392,6 @@ share/locale/nn/LC_MESSAGES/ksysguard.mo share/locale/nn/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nn/LC_MESSAGES/ksystemlog.mo share/locale/nn/LC_MESSAGES/ksystraycmd.mo -share/locale/nn/LC_MESSAGES/kte_acomment.mo share/locale/nn/LC_MESSAGES/kteatime.mo share/locale/nn/LC_MESSAGES/ktesnippets_editor.mo share/locale/nn/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -409,6 +399,7 @@ share/locale/nn/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nn/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nn/LC_MESSAGES/ktimer.mo share/locale/nn/LC_MESSAGES/ktimetracker.mo +share/locale/nn/LC_MESSAGES/ktnef.mo share/locale/nn/LC_MESSAGES/ktouch.mo share/locale/nn/LC_MESSAGES/ktraderclient.mo share/locale/nn/LC_MESSAGES/ktron.mo @@ -470,6 +461,7 @@ share/locale/nn/LC_MESSAGES/libkunitconversion.mo share/locale/nn/LC_MESSAGES/libkworkspace.mo share/locale/nn/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nn/LC_MESSAGES/libmailcommon.mo +share/locale/nn/LC_MESSAGES/libmailimporter.mo share/locale/nn/LC_MESSAGES/libmailtransport.mo share/locale/nn/LC_MESSAGES/libmessagecomposer.mo share/locale/nn/LC_MESSAGES/libmessagecore.mo @@ -577,6 +569,7 @@ share/locale/nn/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nn/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nn/LC_MESSAGES/plasma_applet_pager.mo share/locale/nn/LC_MESSAGES/plasma_applet_panel.mo share/locale/nn/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -592,7 +585,6 @@ share/locale/nn/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nn/LC_MESSAGES/plasma_applet_sal.mo share/locale/nn/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/nn/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/nn/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nn/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_skapplet.mo @@ -685,7 +677,6 @@ share/locale/nn/LC_MESSAGES/solid-network.mo share/locale/nn/LC_MESSAGES/solid_qt.mo share/locale/nn/LC_MESSAGES/solidcontrol.mo share/locale/nn/LC_MESSAGES/soliduiserver.mo -share/locale/nn/LC_MESSAGES/spy.mo share/locale/nn/LC_MESSAGES/step.mo share/locale/nn/LC_MESSAGES/step_qt.mo share/locale/nn/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-pa/Makefile b/misc/kde4-l10n-pa/Makefile index e156dc9dd379..13270a545f9c 100644 --- a/misc/kde4-l10n-pa/Makefile +++ b/misc/kde4-l10n-pa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-pa -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Panjabi messages and documentation for KDE4 KDE4_L10N= pa .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-pa/distinfo b/misc/kde4-l10n-pa/distinfo index 9f33502cb2e2..e1e7ab4cb56d 100644 --- a/misc/kde4-l10n-pa/distinfo +++ b/misc/kde4-l10n-pa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pa-4.8.4.tar.xz) = da61e2f1e3d6531eb839aba18c1446dfa18c1b274529b8e39a5bb279e025151d -SIZE (KDE/kde-l10n/kde-l10n-pa-4.8.4.tar.xz) = 1915868 +SHA256 (KDE/kde-l10n/kde-l10n-pa-4.9.5.tar.xz) = d32b0105bedc4934c390f939c0ea8735c0f0c04c0d0b7599d5f4d16745c0695e +SIZE (KDE/kde-l10n/kde-l10n-pa-4.9.5.tar.xz) = 1881288 diff --git a/misc/kde4-l10n-pa/pkg-plist b/misc/kde4-l10n-pa/pkg-plist index a2923207c8ff..65c89287ba3b 100644 --- a/misc/kde4-l10n-pa/pkg-plist +++ b/misc/kde4-l10n-pa/pkg-plist @@ -145,6 +145,7 @@ share/locale/pa/LC_MESSAGES/kcal_akonadi.mo share/locale/pa/LC_MESSAGES/kcalc.mo share/locale/pa/LC_MESSAGES/kcertpart.mo share/locale/pa/LC_MESSAGES/kcharselect.mo +share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pa/LC_MESSAGES/kcm_akonadi.mo share/locale/pa/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pa/LC_MESSAGES/kcm_attica.mo @@ -215,7 +216,6 @@ share/locale/pa/LC_MESSAGES/kcmstyle.mo share/locale/pa/LC_MESSAGES/kcmusb.mo share/locale/pa/LC_MESSAGES/kcmview1394.mo share/locale/pa/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/pa/LC_MESSAGES/kcmxinerama.mo share/locale/pa/LC_MESSAGES/kcolorchooser.mo share/locale/pa/LC_MESSAGES/kcron.mo share/locale/pa/LC_MESSAGES/kde-menu.mo @@ -236,24 +236,16 @@ share/locale/pa/LC_MESSAGES/kdmgreet.mo share/locale/pa/LC_MESSAGES/kdontchangethehostname.mo share/locale/pa/LC_MESSAGES/keditbookmarks.mo share/locale/pa/LC_MESSAGES/kfile.mo -share/locale/pa/LC_MESSAGES/kfile_avi.mo share/locale/pa/LC_MESSAGES/kfile_dds.mo share/locale/pa/LC_MESSAGES/kfile_drgeo.mo share/locale/pa/LC_MESSAGES/kfile_exr.mo -share/locale/pa/LC_MESSAGES/kfile_flac.mo share/locale/pa/LC_MESSAGES/kfile_kig.mo share/locale/pa/LC_MESSAGES/kfile_mail.mo -share/locale/pa/LC_MESSAGES/kfile_mp3.mo -share/locale/pa/LC_MESSAGES/kfile_mpc.mo -share/locale/pa/LC_MESSAGES/kfile_ogg.mo share/locale/pa/LC_MESSAGES/kfile_pnm.mo share/locale/pa/LC_MESSAGES/kfile_raw.mo share/locale/pa/LC_MESSAGES/kfile_rgb.mo share/locale/pa/LC_MESSAGES/kfile_rpm.mo -share/locale/pa/LC_MESSAGES/kfile_sid.mo -share/locale/pa/LC_MESSAGES/kfile_theora.mo share/locale/pa/LC_MESSAGES/kfile_tiff.mo -share/locale/pa/LC_MESSAGES/kfile_wav.mo share/locale/pa/LC_MESSAGES/kfile_xps.mo share/locale/pa/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pa/LC_MESSAGES/kfileshare.mo @@ -283,6 +275,7 @@ share/locale/pa/LC_MESSAGES/kimagemapeditor.mo share/locale/pa/LC_MESSAGES/kinetd.mo share/locale/pa/LC_MESSAGES/kinfocenter.mo share/locale/pa/LC_MESSAGES/kio4.mo +share/locale/pa/LC_MESSAGES/kio_activities.mo share/locale/pa/LC_MESSAGES/kio_akonadi.mo share/locale/pa/LC_MESSAGES/kio_applications.mo share/locale/pa/LC_MESSAGES/kio_archive.mo @@ -304,6 +297,7 @@ share/locale/pa/LC_MESSAGES/kio_nfs.mo share/locale/pa/LC_MESSAGES/kio_nntp.mo share/locale/pa/LC_MESSAGES/kio_perldoc.mo share/locale/pa/LC_MESSAGES/kio_pop3.mo +share/locale/pa/LC_MESSAGES/kio_recentdocuments.mo share/locale/pa/LC_MESSAGES/kio_remote.mo share/locale/pa/LC_MESSAGES/kio_sftp.mo share/locale/pa/LC_MESSAGES/kio_sieve.mo @@ -346,10 +340,12 @@ share/locale/pa/LC_MESSAGES/kolf.mo share/locale/pa/LC_MESSAGES/kollision.mo share/locale/pa/LC_MESSAGES/kolourpaint.mo share/locale/pa/LC_MESSAGES/kompare.mo +share/locale/pa/LC_MESSAGES/konqprofiles.mo share/locale/pa/LC_MESSAGES/konqueror.mo share/locale/pa/LC_MESSAGES/konquest.mo share/locale/pa/LC_MESSAGES/konsole.mo share/locale/pa/LC_MESSAGES/konsolekalendar.mo +share/locale/pa/LC_MESSAGES/konsoleprofiles.mo share/locale/pa/LC_MESSAGES/kontact.mo share/locale/pa/LC_MESSAGES/kontactinterfaces.mo share/locale/pa/LC_MESSAGES/kopete.mo @@ -395,7 +391,6 @@ share/locale/pa/LC_MESSAGES/ksysguard.mo share/locale/pa/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pa/LC_MESSAGES/ksystemlog.mo share/locale/pa/LC_MESSAGES/ksystraycmd.mo -share/locale/pa/LC_MESSAGES/kte_acomment.mo share/locale/pa/LC_MESSAGES/kteatime.mo share/locale/pa/LC_MESSAGES/ktesnippets_editor.mo share/locale/pa/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -461,7 +456,9 @@ share/locale/pa/LC_MESSAGES/libktnef.mo share/locale/pa/LC_MESSAGES/libkunitconversion.mo share/locale/pa/LC_MESSAGES/libkworkspace.mo share/locale/pa/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/pa/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pa/LC_MESSAGES/libmailcommon.mo +share/locale/pa/LC_MESSAGES/libmailimporter.mo share/locale/pa/LC_MESSAGES/libmailtransport.mo share/locale/pa/LC_MESSAGES/libmessagecomposer.mo share/locale/pa/LC_MESSAGES/libmessagecore.mo @@ -525,6 +522,7 @@ share/locale/pa/LC_MESSAGES/phononserver.mo share/locale/pa/LC_MESSAGES/plasma-desktop.mo share/locale/pa/LC_MESSAGES/plasma-netbook.mo share/locale/pa/LC_MESSAGES/plasma-overlay.mo +share/locale/pa/LC_MESSAGES/plasma-remote-helper.mo share/locale/pa/LC_MESSAGES/plasma-windowed.mo share/locale/pa/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pa/LC_MESSAGES/plasma_applet_CharSelectApplet.mo @@ -546,6 +544,7 @@ share/locale/pa/LC_MESSAGES/plasma_applet_folderview.mo share/locale/pa/LC_MESSAGES/plasma_applet_frame.mo share/locale/pa/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pa/LC_MESSAGES/plasma_applet_gasCalculator.mo +share/locale/pa/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_icon.mo share/locale/pa/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/pa/LC_MESSAGES/plasma_applet_incomingmsg.mo @@ -575,6 +574,7 @@ share/locale/pa/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pa/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pa/LC_MESSAGES/plasma_applet_pager.mo share/locale/pa/LC_MESSAGES/plasma_applet_panel.mo share/locale/pa/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -590,7 +590,6 @@ share/locale/pa/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pa/LC_MESSAGES/plasma_applet_sal.mo share/locale/pa/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/pa/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/pa/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pa/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_skapplet.mo @@ -614,9 +613,11 @@ share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pa/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pa/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/pa/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pa/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pa/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/pa/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pa/LC_MESSAGES/plasma_engine_network.mo share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pa/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -624,7 +625,10 @@ share/locale/pa/LC_MESSAGES/plasma_engine_rss.mo share/locale/pa/LC_MESSAGES/plasma_engine_share.mo share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pa/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/pa/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pa/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pa/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_activities.mo share/locale/pa/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -633,6 +637,7 @@ share/locale/pa/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pa/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/pa/LC_MESSAGES/plasma_runner_events.mo share/locale/pa/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pa/LC_MESSAGES/plasma_runner_kget.mo share/locale/pa/LC_MESSAGES/plasma_runner_kill.mo @@ -652,6 +657,7 @@ share/locale/pa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pa/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pa/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pa/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pa/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pa/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -685,7 +691,6 @@ share/locale/pa/LC_MESSAGES/solid-network.mo share/locale/pa/LC_MESSAGES/solid_qt.mo share/locale/pa/LC_MESSAGES/solidcontrol.mo share/locale/pa/LC_MESSAGES/soliduiserver.mo -share/locale/pa/LC_MESSAGES/spy.mo share/locale/pa/LC_MESSAGES/step.mo share/locale/pa/LC_MESSAGES/step_qt.mo share/locale/pa/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index 8128cda3f12b..3a460fb0c058 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-ro -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Romanian messages and documentation for KDE4 KDE4_L10N= ro .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ro/distinfo b/misc/kde4-l10n-ro/distinfo index 14fd507ef7a5..2ee6cc573d31 100644 --- a/misc/kde4-l10n-ro/distinfo +++ b/misc/kde4-l10n-ro/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ro-4.8.4.tar.xz) = 3d1b01602b447d85362ab13c5e246f2d98c33f7016d96bdb0b4903991014a2be -SIZE (KDE/kde-l10n/kde-l10n-ro-4.8.4.tar.xz) = 2967088 +SHA256 (KDE/kde-l10n/kde-l10n-ro-4.9.5.tar.xz) = 18812e8eb2201adebed73df65eec593733ca26975eddcf32666af64f58e6ed38 +SIZE (KDE/kde-l10n/kde-l10n-ro-4.9.5.tar.xz) = 2988272 diff --git a/misc/kde4-l10n-ro/pkg-plist b/misc/kde4-l10n-ro/pkg-plist index 135d3b9c9d97..706d9442b98a 100644 --- a/misc/kde4-l10n-ro/pkg-plist +++ b/misc/kde4-l10n-ro/pkg-plist @@ -198,6 +198,7 @@ share/locale/ro/LC_MESSAGES/kcal_akonadi.mo share/locale/ro/LC_MESSAGES/kcalc.mo share/locale/ro/LC_MESSAGES/kcertpart.mo share/locale/ro/LC_MESSAGES/kcharselect.mo +share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ro/LC_MESSAGES/kcm_akonadi.mo share/locale/ro/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ro/LC_MESSAGES/kcm_attica.mo @@ -217,6 +218,7 @@ share/locale/ro/LC_MESSAGES/kcm_pci.mo share/locale/ro/LC_MESSAGES/kcm_phonon.mo share/locale/ro/LC_MESSAGES/kcm_phononxine.mo share/locale/ro/LC_MESSAGES/kcm_platform.mo +share/locale/ro/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ro/LC_MESSAGES/kcm_solid.mo share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo share/locale/ro/LC_MESSAGES/kcm_standard_actions.mo @@ -268,7 +270,6 @@ share/locale/ro/LC_MESSAGES/kcmstyle.mo share/locale/ro/LC_MESSAGES/kcmusb.mo share/locale/ro/LC_MESSAGES/kcmview1394.mo share/locale/ro/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ro/LC_MESSAGES/kcmxinerama.mo share/locale/ro/LC_MESSAGES/kcolorchooser.mo share/locale/ro/LC_MESSAGES/kcron.mo share/locale/ro/LC_MESSAGES/kde-menu.mo @@ -290,24 +291,16 @@ share/locale/ro/LC_MESSAGES/kdmgreet.mo share/locale/ro/LC_MESSAGES/kdontchangethehostname.mo share/locale/ro/LC_MESSAGES/keditbookmarks.mo share/locale/ro/LC_MESSAGES/kfile.mo -share/locale/ro/LC_MESSAGES/kfile_avi.mo share/locale/ro/LC_MESSAGES/kfile_dds.mo share/locale/ro/LC_MESSAGES/kfile_drgeo.mo share/locale/ro/LC_MESSAGES/kfile_exr.mo -share/locale/ro/LC_MESSAGES/kfile_flac.mo share/locale/ro/LC_MESSAGES/kfile_kig.mo share/locale/ro/LC_MESSAGES/kfile_mail.mo -share/locale/ro/LC_MESSAGES/kfile_mp3.mo -share/locale/ro/LC_MESSAGES/kfile_mpc.mo -share/locale/ro/LC_MESSAGES/kfile_ogg.mo share/locale/ro/LC_MESSAGES/kfile_pnm.mo share/locale/ro/LC_MESSAGES/kfile_raw.mo share/locale/ro/LC_MESSAGES/kfile_rgb.mo share/locale/ro/LC_MESSAGES/kfile_rpm.mo -share/locale/ro/LC_MESSAGES/kfile_sid.mo -share/locale/ro/LC_MESSAGES/kfile_theora.mo share/locale/ro/LC_MESSAGES/kfile_tiff.mo -share/locale/ro/LC_MESSAGES/kfile_wav.mo share/locale/ro/LC_MESSAGES/kfile_xps.mo share/locale/ro/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ro/LC_MESSAGES/kfilereplace.mo @@ -360,6 +353,7 @@ share/locale/ro/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ro/LC_MESSAGES/kio_nfs.mo share/locale/ro/LC_MESSAGES/kio_nntp.mo share/locale/ro/LC_MESSAGES/kio_pop3.mo +share/locale/ro/LC_MESSAGES/kio_recentdocuments.mo share/locale/ro/LC_MESSAGES/kio_remote.mo share/locale/ro/LC_MESSAGES/kio_sftp.mo share/locale/ro/LC_MESSAGES/kio_sieve.mo @@ -422,9 +416,11 @@ share/locale/ro/LC_MESSAGES/kppp.mo share/locale/ro/LC_MESSAGES/kppplogview.mo share/locale/ro/LC_MESSAGES/kquitapp.mo share/locale/ro/LC_MESSAGES/krandr.mo +share/locale/ro/LC_MESSAGES/krcdnotifieritem.mo share/locale/ro/LC_MESSAGES/krdb.mo share/locale/ro/LC_MESSAGES/krdc.mo share/locale/ro/LC_MESSAGES/kreadconfig.mo +share/locale/ro/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ro/LC_MESSAGES/kres-migrator.mo share/locale/ro/LC_MESSAGES/kres_blog.mo share/locale/ro/LC_MESSAGES/kres_remote.mo @@ -457,7 +453,6 @@ share/locale/ro/LC_MESSAGES/ksysguard.mo share/locale/ro/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ro/LC_MESSAGES/ksystemlog.mo share/locale/ro/LC_MESSAGES/ksystraycmd.mo -share/locale/ro/LC_MESSAGES/kte_acomment.mo share/locale/ro/LC_MESSAGES/kteatime.mo share/locale/ro/LC_MESSAGES/ktesnippets_editor.mo share/locale/ro/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -521,6 +516,7 @@ share/locale/ro/LC_MESSAGES/libkpgp.mo share/locale/ro/LC_MESSAGES/libkpimidentities.mo share/locale/ro/LC_MESSAGES/libkpimtextedit.mo share/locale/ro/LC_MESSAGES/libkpimutils.mo +share/locale/ro/LC_MESSAGES/libkremotecontrol.mo share/locale/ro/LC_MESSAGES/libkresources.mo share/locale/ro/LC_MESSAGES/libksane.mo share/locale/ro/LC_MESSAGES/libkscreensaver.mo @@ -531,6 +527,7 @@ share/locale/ro/LC_MESSAGES/libkworkspace.mo share/locale/ro/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ro/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ro/LC_MESSAGES/libmailcommon.mo +share/locale/ro/LC_MESSAGES/libmailimporter.mo share/locale/ro/LC_MESSAGES/libmailtransport.mo share/locale/ro/LC_MESSAGES/libmessagecomposer.mo share/locale/ro/LC_MESSAGES/libmessagecore.mo @@ -643,6 +640,7 @@ share/locale/ro/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ro/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ro/LC_MESSAGES/plasma_applet_pager.mo share/locale/ro/LC_MESSAGES/plasma_applet_panel.mo share/locale/ro/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -658,7 +656,6 @@ share/locale/ro/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ro/LC_MESSAGES/plasma_applet_sal.mo share/locale/ro/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ro/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ro/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ro/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_skapplet.mo @@ -693,6 +690,7 @@ share/locale/ro/LC_MESSAGES/plasma_engine_rss.mo share/locale/ro/LC_MESSAGES/plasma_engine_share.mo share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ro/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ro/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ro/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_activities.mo @@ -757,7 +755,6 @@ share/locale/ro/LC_MESSAGES/solid-network.mo share/locale/ro/LC_MESSAGES/solid_qt.mo share/locale/ro/LC_MESSAGES/solidcontrol.mo share/locale/ro/LC_MESSAGES/soliduiserver.mo -share/locale/ro/LC_MESSAGES/spy.mo share/locale/ro/LC_MESSAGES/step.mo share/locale/ro/LC_MESSAGES/step_qt.mo share/locale/ro/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-si/Makefile b/misc/kde4-l10n-si/Makefile index a829eb6bbfce..1d7b50a620f2 100644 --- a/misc/kde4-l10n-si/Makefile +++ b/misc/kde4-l10n-si/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-si -# Date created: 5 February 2010 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# +# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Sinhalese messages and documentation for KDE4 KDE4_L10N= si .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-si/distinfo b/misc/kde4-l10n-si/distinfo index fbd4449e084a..c3fc1638fb30 100644 --- a/misc/kde4-l10n-si/distinfo +++ b/misc/kde4-l10n-si/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-si-4.8.4.tar.xz) = d67f39254ba83f0250fc828ba84df75d498b675987ff551560b8f50372a9a714 -SIZE (KDE/kde-l10n/kde-l10n-si-4.8.4.tar.xz) = 1073840 +SHA256 (KDE/kde-l10n/kde-l10n-si-4.9.5.tar.xz) = 9a01756a2f60325cdfd9005ff33c1c4552f1f6d344e02209a97d567ce98ddf0a +SIZE (KDE/kde-l10n/kde-l10n-si-4.9.5.tar.xz) = 1043912 diff --git a/misc/kde4-l10n-si/pkg-plist b/misc/kde4-l10n-si/pkg-plist index fa6287f7a920..1b7898f553bf 100644 --- a/misc/kde4-l10n-si/pkg-plist +++ b/misc/kde4-l10n-si/pkg-plist @@ -92,7 +92,6 @@ share/locale/si/LC_MESSAGES/kcmsmserver.mo share/locale/si/LC_MESSAGES/kcmstyle.mo share/locale/si/LC_MESSAGES/kcmusb.mo share/locale/si/LC_MESSAGES/kcmview1394.mo -share/locale/si/LC_MESSAGES/kcmxinerama.mo share/locale/si/LC_MESSAGES/kcolorchooser.mo share/locale/si/LC_MESSAGES/kde-menu.mo share/locale/si/LC_MESSAGES/kdebugdialog.mo @@ -312,5 +311,5 @@ share/locale/si/LC_MESSAGES/systemsettings.mo share/locale/si/LC_MESSAGES/useraccount.mo share/locale/si/LC_MESSAGES/validatorsplugin.mo share/locale/si/entry.desktop -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si +@dirrm share/locale/si/LC_MESSAGES +@dirrm share/locale/si diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index 1620bfd2d7c5..a349baf439d6 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n-sk -# Date created: 2009-03-31 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Slovak messages and documentation for KDE4 KDE4_L10N= sk .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-sk/distinfo b/misc/kde4-l10n-sk/distinfo index 5657626d2910..2069876fc0e6 100644 --- a/misc/kde4-l10n-sk/distinfo +++ b/misc/kde4-l10n-sk/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sk-4.8.4.tar.xz) = 555c3b09731288e0702b124a640da94f669dc04876fc1e0cd6677888623ac37b -SIZE (KDE/kde-l10n/kde-l10n-sk-4.8.4.tar.xz) = 4340444 +SHA256 (KDE/kde-l10n/kde-l10n-sk-4.9.5.tar.xz) = 813a10ba68296d00cbc0c7b1bc66d00206de946b4de000d8138c47e8ba1c5951 +SIZE (KDE/kde-l10n/kde-l10n-sk-4.9.5.tar.xz) = 4311328 diff --git a/misc/kde4-l10n-sk/pkg-plist b/misc/kde4-l10n-sk/pkg-plist index ab9a7bc71493..211346e6f088 100644 --- a/misc/kde4-l10n-sk/pkg-plist +++ b/misc/kde4-l10n-sk/pkg-plist @@ -5,11 +5,14 @@ share/locale/sk/LC_MESSAGES/accountwizard_kolab.mo share/locale/sk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sk/LC_MESSAGES/accountwizard_maildir.mo share/locale/sk/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sk/LC_MESSAGES/accountwizard_tine20.mo share/locale/sk/LC_MESSAGES/adblock.mo share/locale/sk/LC_MESSAGES/akonadi-filestore.mo +share/locale/sk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sk/LC_MESSAGES/akonadi_google_resource.mo share/locale/sk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sk/LC_MESSAGES/akonadi_invitations_agent.mo @@ -23,6 +26,7 @@ share/locale/sk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sk/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sk/LC_MESSAGES/akonadi_microblog_resource.mo @@ -52,6 +56,7 @@ share/locale/sk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sk/LC_MESSAGES/audiorename_plugin.mo share/locale/sk/LC_MESSAGES/autorefresh.mo share/locale/sk/LC_MESSAGES/babelfish.mo +share/locale/sk/LC_MESSAGES/backupmail.mo share/locale/sk/LC_MESSAGES/blinken.mo share/locale/sk/LC_MESSAGES/blogilo.mo share/locale/sk/LC_MESSAGES/bomber.mo @@ -80,6 +85,7 @@ share/locale/sk/LC_MESSAGES/gwenview.mo share/locale/sk/LC_MESSAGES/htmlsearch.mo share/locale/sk/LC_MESSAGES/imagerename_plugin.mo share/locale/sk/LC_MESSAGES/imgalleryplugin.mo +share/locale/sk/LC_MESSAGES/importwizard.mo share/locale/sk/LC_MESSAGES/jovie.mo share/locale/sk/LC_MESSAGES/joystick.mo share/locale/sk/LC_MESSAGES/juk.mo @@ -94,6 +100,7 @@ share/locale/sk/LC_MESSAGES/kabcformat_binary.mo share/locale/sk/LC_MESSAGES/kaccess.mo share/locale/sk/LC_MESSAGES/kaccessibleapp.mo share/locale/sk/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sk/LC_MESSAGES/kaddressbook.mo share/locale/sk/LC_MESSAGES/kaddressbookmigrator.mo @@ -101,6 +108,7 @@ share/locale/sk/LC_MESSAGES/kajongg.mo share/locale/sk/LC_MESSAGES/kalarm.mo share/locale/sk/LC_MESSAGES/kalgebra.mo share/locale/sk/LC_MESSAGES/kalzium.mo +share/locale/sk/LC_MESSAGES/kanagram-harmattan.mo share/locale/sk/LC_MESSAGES/kanagram.mo share/locale/sk/LC_MESSAGES/kapman.mo share/locale/sk/LC_MESSAGES/kapptemplate.mo @@ -142,6 +150,7 @@ share/locale/sk/LC_MESSAGES/kcal_akonadi.mo share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcertpart.mo share/locale/sk/LC_MESSAGES/kcharselect.mo +share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sk/LC_MESSAGES/kcm_akonadi.mo share/locale/sk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sk/LC_MESSAGES/kcm_attica.mo @@ -213,7 +222,6 @@ share/locale/sk/LC_MESSAGES/kcmstyle.mo share/locale/sk/LC_MESSAGES/kcmusb.mo share/locale/sk/LC_MESSAGES/kcmview1394.mo share/locale/sk/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sk/LC_MESSAGES/kcmxinerama.mo share/locale/sk/LC_MESSAGES/kcolorchooser.mo share/locale/sk/LC_MESSAGES/kcron.mo share/locale/sk/LC_MESSAGES/kde-menu.mo @@ -236,24 +244,16 @@ share/locale/sk/LC_MESSAGES/kdmgreet.mo share/locale/sk/LC_MESSAGES/kdontchangethehostname.mo share/locale/sk/LC_MESSAGES/keditbookmarks.mo share/locale/sk/LC_MESSAGES/kfile.mo -share/locale/sk/LC_MESSAGES/kfile_avi.mo share/locale/sk/LC_MESSAGES/kfile_dds.mo share/locale/sk/LC_MESSAGES/kfile_drgeo.mo share/locale/sk/LC_MESSAGES/kfile_exr.mo -share/locale/sk/LC_MESSAGES/kfile_flac.mo share/locale/sk/LC_MESSAGES/kfile_kig.mo share/locale/sk/LC_MESSAGES/kfile_mail.mo -share/locale/sk/LC_MESSAGES/kfile_mp3.mo -share/locale/sk/LC_MESSAGES/kfile_mpc.mo -share/locale/sk/LC_MESSAGES/kfile_ogg.mo share/locale/sk/LC_MESSAGES/kfile_pnm.mo share/locale/sk/LC_MESSAGES/kfile_raw.mo share/locale/sk/LC_MESSAGES/kfile_rgb.mo share/locale/sk/LC_MESSAGES/kfile_rpm.mo -share/locale/sk/LC_MESSAGES/kfile_sid.mo -share/locale/sk/LC_MESSAGES/kfile_theora.mo share/locale/sk/LC_MESSAGES/kfile_tiff.mo -share/locale/sk/LC_MESSAGES/kfile_wav.mo share/locale/sk/LC_MESSAGES/kfile_xps.mo share/locale/sk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sk/LC_MESSAGES/kfilereplace.mo @@ -286,6 +286,7 @@ share/locale/sk/LC_MESSAGES/kimagemapeditor.mo share/locale/sk/LC_MESSAGES/kinetd.mo share/locale/sk/LC_MESSAGES/kinfocenter.mo share/locale/sk/LC_MESSAGES/kio4.mo +share/locale/sk/LC_MESSAGES/kio_activities.mo share/locale/sk/LC_MESSAGES/kio_akonadi.mo share/locale/sk/LC_MESSAGES/kio_applications.mo share/locale/sk/LC_MESSAGES/kio_archive.mo @@ -307,6 +308,7 @@ share/locale/sk/LC_MESSAGES/kio_nfs.mo share/locale/sk/LC_MESSAGES/kio_nntp.mo share/locale/sk/LC_MESSAGES/kio_perldoc.mo share/locale/sk/LC_MESSAGES/kio_pop3.mo +share/locale/sk/LC_MESSAGES/kio_recentdocuments.mo share/locale/sk/LC_MESSAGES/kio_remote.mo share/locale/sk/LC_MESSAGES/kio_sftp.mo share/locale/sk/LC_MESSAGES/kio_sieve.mo @@ -354,10 +356,12 @@ share/locale/sk/LC_MESSAGES/kollision.mo share/locale/sk/LC_MESSAGES/kolourpaint.mo share/locale/sk/LC_MESSAGES/kommander.mo share/locale/sk/LC_MESSAGES/kompare.mo +share/locale/sk/LC_MESSAGES/konqprofiles.mo share/locale/sk/LC_MESSAGES/konqueror.mo share/locale/sk/LC_MESSAGES/konquest.mo share/locale/sk/LC_MESSAGES/konsole.mo share/locale/sk/LC_MESSAGES/konsolekalendar.mo +share/locale/sk/LC_MESSAGES/konsoleprofiles.mo share/locale/sk/LC_MESSAGES/kontact.mo share/locale/sk/LC_MESSAGES/kontactinterfaces.mo share/locale/sk/LC_MESSAGES/kopete.mo @@ -387,11 +391,6 @@ share/locale/sk/LC_MESSAGES/krunner.mo share/locale/sk/LC_MESSAGES/ksaneplugin.mo share/locale/sk/LC_MESSAGES/kscd.mo share/locale/sk/LC_MESSAGES/kscreensaver.mo -share/locale/sk/LC_MESSAGES/ksecrets_kio.mo -share/locale/sk/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sk/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sk/LC_MESSAGES/ksecretsserviced.mo -share/locale/sk/LC_MESSAGES/ksecretsync.mo share/locale/sk/LC_MESSAGES/ksendemail.mo share/locale/sk/LC_MESSAGES/kshellcmdplugin.mo share/locale/sk/LC_MESSAGES/kshisen.mo @@ -413,7 +412,6 @@ share/locale/sk/LC_MESSAGES/ksysguard.mo share/locale/sk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sk/LC_MESSAGES/ksystemlog.mo share/locale/sk/LC_MESSAGES/ksystraycmd.mo -share/locale/sk/LC_MESSAGES/kte_acomment.mo share/locale/sk/LC_MESSAGES/kteatime.mo share/locale/sk/LC_MESSAGES/ktesnippets_editor.mo share/locale/sk/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -421,6 +419,7 @@ share/locale/sk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sk/LC_MESSAGES/ktimer.mo share/locale/sk/LC_MESSAGES/ktimetracker.mo +share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/ktouch.mo share/locale/sk/LC_MESSAGES/ktraderclient.mo share/locale/sk/LC_MESSAGES/ktron.mo @@ -441,7 +440,6 @@ share/locale/sk/LC_MESSAGES/kwin_clients.mo share/locale/sk/LC_MESSAGES/kwin_effects.mo share/locale/sk/LC_MESSAGES/kwinshutdown.mo share/locale/sk/LC_MESSAGES/kwinstartmenu.mo -share/locale/sk/LC_MESSAGES/kwl2kss.mo share/locale/sk/LC_MESSAGES/kwordquiz.mo share/locale/sk/LC_MESSAGES/kwrite.mo share/locale/sk/LC_MESSAGES/kwriteconfig.mo @@ -489,6 +487,7 @@ share/locale/sk/LC_MESSAGES/libkworkspace.mo share/locale/sk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sk/LC_MESSAGES/libmailcommon.mo +share/locale/sk/LC_MESSAGES/libmailimporter.mo share/locale/sk/LC_MESSAGES/libmailtransport.mo share/locale/sk/LC_MESSAGES/libmessagecomposer.mo share/locale/sk/LC_MESSAGES/libmessagecore.mo @@ -497,6 +496,7 @@ share/locale/sk/LC_MESSAGES/libmessageviewer.mo share/locale/sk/LC_MESSAGES/liboktetacore.mo share/locale/sk/LC_MESSAGES/liboktetagui.mo share/locale/sk/LC_MESSAGES/liboktetakasten.mo +share/locale/sk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sk/LC_MESSAGES/libphonon.mo share/locale/sk/LC_MESSAGES/libplasma.mo share/locale/sk/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -507,7 +507,6 @@ share/locale/sk/LC_MESSAGES/libtaskmanager.mo share/locale/sk/LC_MESSAGES/libtemplateparser.mo share/locale/sk/LC_MESSAGES/lokalize.mo share/locale/sk/LC_MESSAGES/lskat.mo -share/locale/sk/LC_MESSAGES/mailfilteragent.mo share/locale/sk/LC_MESSAGES/mailreader.mo share/locale/sk/LC_MESSAGES/marble.mo share/locale/sk/LC_MESSAGES/marble_qt.mo @@ -548,6 +547,7 @@ share/locale/sk/LC_MESSAGES/okular_plucker.mo share/locale/sk/LC_MESSAGES/okular_poppler.mo share/locale/sk/LC_MESSAGES/okular_tiff.mo share/locale/sk/LC_MESSAGES/okular_xps.mo +share/locale/sk/LC_MESSAGES/pairs.mo share/locale/sk/LC_MESSAGES/palapeli.mo share/locale/sk/LC_MESSAGES/parley.mo share/locale/sk/LC_MESSAGES/phonon_gstreamer.mo @@ -609,6 +609,7 @@ share/locale/sk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sk/LC_MESSAGES/plasma_applet_pager.mo share/locale/sk/LC_MESSAGES/plasma_applet_panel.mo share/locale/sk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -624,7 +625,6 @@ share/locale/sk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sk/LC_MESSAGES/plasma_applet_sal.mo share/locale/sk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sk/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_skapplet.mo @@ -652,6 +652,7 @@ share/locale/sk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sk/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sk/LC_MESSAGES/plasma_engine_network.mo share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sk/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -659,6 +660,8 @@ share/locale/sk/LC_MESSAGES/plasma_engine_rss.mo share/locale/sk/LC_MESSAGES/plasma_engine_share.mo share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_activities.mo @@ -692,6 +695,7 @@ share/locale/sk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -708,6 +712,7 @@ share/locale/sk/LC_MESSAGES/plasmagenericshell.mo share/locale/sk/LC_MESSAGES/plasmapkg.mo share/locale/sk/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/sk/LC_MESSAGES/plasmoidviewer.mo +share/locale/sk/LC_MESSAGES/pothumbnail.mo share/locale/sk/LC_MESSAGES/powerdevil.mo share/locale/sk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sk/LC_MESSAGES/powerdevilglobalconfig.mo @@ -725,7 +730,6 @@ share/locale/sk/LC_MESSAGES/solid-network.mo share/locale/sk/LC_MESSAGES/solid_qt.mo share/locale/sk/LC_MESSAGES/solidcontrol.mo share/locale/sk/LC_MESSAGES/soliduiserver.mo -share/locale/sk/LC_MESSAGES/spy.mo share/locale/sk/LC_MESSAGES/step.mo share/locale/sk/LC_MESSAGES/step_qt.mo share/locale/sk/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-sl/Makefile b/misc/kde4-l10n-sl/Makefile index e245c97dd855..77cafe899a4f 100644 --- a/misc/kde4-l10n-sl/Makefile +++ b/misc/kde4-l10n-sl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-sl -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Slovenian messages and documentation for KDE4 KDE4_L10N= sl .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-sl/distinfo b/misc/kde4-l10n-sl/distinfo index dd965de699e5..aaebf558b52c 100644 --- a/misc/kde4-l10n-sl/distinfo +++ b/misc/kde4-l10n-sl/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sl-4.8.4.tar.xz) = bc0c44e779a5e61c2e969387cf1dced9684df4fcd9bbcb7290aafdf1a140130f -SIZE (KDE/kde-l10n/kde-l10n-sl-4.8.4.tar.xz) = 3319592 +SHA256 (KDE/kde-l10n/kde-l10n-sl-4.9.5.tar.xz) = 0c4274a56c3c24676b928f64264d74260f1427db920611f86602d1c8a4068e4a +SIZE (KDE/kde-l10n/kde-l10n-sl-4.9.5.tar.xz) = 3475060 diff --git a/misc/kde4-l10n-sl/pkg-plist b/misc/kde4-l10n-sl/pkg-plist index d4083ffe013c..75f71e797d94 100644 --- a/misc/kde4-l10n-sl/pkg-plist +++ b/misc/kde4-l10n-sl/pkg-plist @@ -94,30 +94,56 @@ share/doc/HTML/sl/common/gpl-translated.html share/doc/HTML/sl/common/kde-localised.css share/doc/HTML/sl/common/lgpl-translated.html share/locale/sl/LC_MESSAGES/accountwizard.mo +share/locale/sl/LC_MESSAGES/accountwizard_ical.mo share/locale/sl/LC_MESSAGES/accountwizard_imap.mo +share/locale/sl/LC_MESSAGES/accountwizard_kolab.mo share/locale/sl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sl/LC_MESSAGES/accountwizard_maildir.mo share/locale/sl/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sl/LC_MESSAGES/accountwizard_tine20.mo share/locale/sl/LC_MESSAGES/adblock.mo +share/locale/sl/LC_MESSAGES/akonadi-filestore.mo +share/locale/sl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sl/LC_MESSAGES/akonadi_contacts_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_google_resource.mo share/locale/sl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sl/LC_MESSAGES/akonadi_imap_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_invitations_agent.mo +share/locale/sl/LC_MESSAGES/akonadi_kabc_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_kalarm_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_kcal_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_knut_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_kolabproxy_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sl/LC_MESSAGES/akonadi_maildir_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sl/LC_MESSAGES/akonadi_mailfilter_agent.mo +share/locale/sl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sl/LC_MESSAGES/akonadi_microblog_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_nepomukfeeder.mo share/locale/sl/LC_MESSAGES/akonadi_nepomuktag_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_next.mo share/locale/sl/LC_MESSAGES/akonadi_nntp_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sl/LC_MESSAGES/akonadi_pop3_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sl/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/sl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sl/LC_MESSAGES/akonadicontact.mo +share/locale/sl/LC_MESSAGES/akonadinotes.mo share/locale/sl/LC_MESSAGES/akonaditray.mo share/locale/sl/LC_MESSAGES/akregator.mo share/locale/sl/LC_MESSAGES/akregator_konqplugin.mo share/locale/sl/LC_MESSAGES/amor.mo +share/locale/sl/LC_MESSAGES/analitza.mo share/locale/sl/LC_MESSAGES/ark.mo share/locale/sl/LC_MESSAGES/attica_kde.mo share/locale/sl/LC_MESSAGES/audiocd_encoder_lame.mo @@ -125,6 +151,7 @@ share/locale/sl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sl/LC_MESSAGES/audiorename_plugin.mo share/locale/sl/LC_MESSAGES/autorefresh.mo share/locale/sl/LC_MESSAGES/babelfish.mo +share/locale/sl/LC_MESSAGES/backupmail.mo share/locale/sl/LC_MESSAGES/blinken.mo share/locale/sl/LC_MESSAGES/blogilo.mo share/locale/sl/LC_MESSAGES/bomber.mo @@ -132,6 +159,7 @@ share/locale/sl/LC_MESSAGES/bovo.mo share/locale/sl/LC_MESSAGES/calendarsupport.mo share/locale/sl/LC_MESSAGES/cantor.mo share/locale/sl/LC_MESSAGES/cervisia.mo +share/locale/sl/LC_MESSAGES/cryptopageplugin.mo share/locale/sl/LC_MESSAGES/cvsservice.mo share/locale/sl/LC_MESSAGES/dirfilterplugin.mo share/locale/sl/LC_MESSAGES/display.mo @@ -141,12 +169,17 @@ share/locale/sl/LC_MESSAGES/dragonplayer.mo share/locale/sl/LC_MESSAGES/drkonqi.mo share/locale/sl/LC_MESSAGES/filelight.mo share/locale/sl/LC_MESSAGES/filetypes.mo +share/locale/sl/LC_MESSAGES/fileviewbazaarplugin.mo +share/locale/sl/LC_MESSAGES/fileviewgitplugin.mo +share/locale/sl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/sl/LC_MESSAGES/freespacenotifier.mo share/locale/sl/LC_MESSAGES/fsview.mo +share/locale/sl/LC_MESSAGES/granatier.mo share/locale/sl/LC_MESSAGES/gwenview.mo share/locale/sl/LC_MESSAGES/htmlsearch.mo share/locale/sl/LC_MESSAGES/imagerename_plugin.mo share/locale/sl/LC_MESSAGES/imgalleryplugin.mo +share/locale/sl/LC_MESSAGES/importwizard.mo share/locale/sl/LC_MESSAGES/jovie.mo share/locale/sl/LC_MESSAGES/joystick.mo share/locale/sl/LC_MESSAGES/juk.mo @@ -159,11 +192,16 @@ share/locale/sl/LC_MESSAGES/kabc_net.mo share/locale/sl/LC_MESSAGES/kabcclient.mo share/locale/sl/LC_MESSAGES/kabcformat_binary.mo share/locale/sl/LC_MESSAGES/kaccess.mo +share/locale/sl/LC_MESSAGES/kaccessibleapp.mo share/locale/sl/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sl/LC_MESSAGES/kaddressbook.mo +share/locale/sl/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/sl/LC_MESSAGES/kajongg.mo share/locale/sl/LC_MESSAGES/kalarm.mo share/locale/sl/LC_MESSAGES/kalgebra.mo share/locale/sl/LC_MESSAGES/kalzium.mo +share/locale/sl/LC_MESSAGES/kanagram-harmattan.mo share/locale/sl/LC_MESSAGES/kanagram.mo share/locale/sl/LC_MESSAGES/kapman.mo share/locale/sl/LC_MESSAGES/kate-ctags-plugin.mo @@ -203,6 +241,7 @@ share/locale/sl/LC_MESSAGES/kcal_akonadi.mo share/locale/sl/LC_MESSAGES/kcalc.mo share/locale/sl/LC_MESSAGES/kcertpart.mo share/locale/sl/LC_MESSAGES/kcharselect.mo +share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sl/LC_MESSAGES/kcm_akonadi.mo share/locale/sl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sl/LC_MESSAGES/kcm_attica.mo @@ -273,7 +312,6 @@ share/locale/sl/LC_MESSAGES/kcmstyle.mo share/locale/sl/LC_MESSAGES/kcmusb.mo share/locale/sl/LC_MESSAGES/kcmview1394.mo share/locale/sl/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sl/LC_MESSAGES/kcmxinerama.mo share/locale/sl/LC_MESSAGES/kcolorchooser.mo share/locale/sl/LC_MESSAGES/kcron.mo share/locale/sl/LC_MESSAGES/kde-menu.mo @@ -283,10 +321,12 @@ share/locale/sl/LC_MESSAGES/kdecalendarsystems.mo share/locale/sl/LC_MESSAGES/kdelibs4.mo share/locale/sl/LC_MESSAGES/kdelibs_colors4.mo share/locale/sl/LC_MESSAGES/kdepasswd.mo +share/locale/sl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sl/LC_MESSAGES/kdeqt.mo share/locale/sl/LC_MESSAGES/kdesu.mo share/locale/sl/LC_MESSAGES/kdesud.mo share/locale/sl/LC_MESSAGES/kdf.mo +share/locale/sl/LC_MESSAGES/kdgantt2.mo share/locale/sl/LC_MESSAGES/kdialog.mo share/locale/sl/LC_MESSAGES/kdiamond.mo share/locale/sl/LC_MESSAGES/kdmconfig.mo @@ -294,23 +334,16 @@ share/locale/sl/LC_MESSAGES/kdmgreet.mo share/locale/sl/LC_MESSAGES/kdontchangethehostname.mo share/locale/sl/LC_MESSAGES/keditbookmarks.mo share/locale/sl/LC_MESSAGES/kfile.mo -share/locale/sl/LC_MESSAGES/kfile_avi.mo share/locale/sl/LC_MESSAGES/kfile_dds.mo share/locale/sl/LC_MESSAGES/kfile_drgeo.mo share/locale/sl/LC_MESSAGES/kfile_exr.mo -share/locale/sl/LC_MESSAGES/kfile_flac.mo share/locale/sl/LC_MESSAGES/kfile_kig.mo -share/locale/sl/LC_MESSAGES/kfile_mp3.mo -share/locale/sl/LC_MESSAGES/kfile_mpc.mo -share/locale/sl/LC_MESSAGES/kfile_ogg.mo +share/locale/sl/LC_MESSAGES/kfile_mail.mo share/locale/sl/LC_MESSAGES/kfile_pnm.mo share/locale/sl/LC_MESSAGES/kfile_raw.mo share/locale/sl/LC_MESSAGES/kfile_rgb.mo share/locale/sl/LC_MESSAGES/kfile_rpm.mo -share/locale/sl/LC_MESSAGES/kfile_sid.mo -share/locale/sl/LC_MESSAGES/kfile_theora.mo share/locale/sl/LC_MESSAGES/kfile_tiff.mo -share/locale/sl/LC_MESSAGES/kfile_wav.mo share/locale/sl/LC_MESSAGES/kfile_xps.mo share/locale/sl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sl/LC_MESSAGES/kfilereplace.mo @@ -337,11 +370,13 @@ share/locale/sl/LC_MESSAGES/khtmlkttsd.mo share/locale/sl/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sl/LC_MESSAGES/kiconfinder.mo share/locale/sl/LC_MESSAGES/kig.mo +share/locale/sl/LC_MESSAGES/kigo.mo share/locale/sl/LC_MESSAGES/killbots.mo share/locale/sl/LC_MESSAGES/kimagemapeditor.mo share/locale/sl/LC_MESSAGES/kinetd.mo share/locale/sl/LC_MESSAGES/kinfocenter.mo share/locale/sl/LC_MESSAGES/kio4.mo +share/locale/sl/LC_MESSAGES/kio_activities.mo share/locale/sl/LC_MESSAGES/kio_akonadi.mo share/locale/sl/LC_MESSAGES/kio_applications.mo share/locale/sl/LC_MESSAGES/kio_archive.mo @@ -362,6 +397,7 @@ share/locale/sl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sl/LC_MESSAGES/kio_nfs.mo share/locale/sl/LC_MESSAGES/kio_nntp.mo share/locale/sl/LC_MESSAGES/kio_pop3.mo +share/locale/sl/LC_MESSAGES/kio_recentdocuments.mo share/locale/sl/LC_MESSAGES/kio_remote.mo share/locale/sl/LC_MESSAGES/kio_sftp.mo share/locale/sl/LC_MESSAGES/kio_sieve.mo @@ -377,9 +413,11 @@ share/locale/sl/LC_MESSAGES/kioexec.mo share/locale/sl/LC_MESSAGES/kiriki.mo share/locale/sl/LC_MESSAGES/kiten.mo share/locale/sl/LC_MESSAGES/kjots.mo +share/locale/sl/LC_MESSAGES/kjotsmigrator.mo share/locale/sl/LC_MESSAGES/kjumpingcube.mo share/locale/sl/LC_MESSAGES/kleopatra.mo share/locale/sl/LC_MESSAGES/klettres.mo +share/locale/sl/LC_MESSAGES/klickety.mo share/locale/sl/LC_MESSAGES/klines.mo share/locale/sl/LC_MESSAGES/klinkstatus.mo share/locale/sl/LC_MESSAGES/klipper.mo @@ -387,6 +425,7 @@ share/locale/sl/LC_MESSAGES/klock.mo share/locale/sl/LC_MESSAGES/kmag.mo share/locale/sl/LC_MESSAGES/kmahjongg.mo share/locale/sl/LC_MESSAGES/kmail-migrator.mo +share/locale/sl/LC_MESSAGES/kmail-mobile.mo share/locale/sl/LC_MESSAGES/kmail.mo share/locale/sl/LC_MESSAGES/kmailcvt.mo share/locale/sl/LC_MESSAGES/kmenuedit.mo @@ -404,11 +443,14 @@ share/locale/sl/LC_MESSAGES/knotify4.mo share/locale/sl/LC_MESSAGES/kolf.mo share/locale/sl/LC_MESSAGES/kollision.mo share/locale/sl/LC_MESSAGES/kolourpaint.mo +share/locale/sl/LC_MESSAGES/kommander.mo share/locale/sl/LC_MESSAGES/kompare.mo +share/locale/sl/LC_MESSAGES/konqprofiles.mo share/locale/sl/LC_MESSAGES/konqueror.mo share/locale/sl/LC_MESSAGES/konquest.mo share/locale/sl/LC_MESSAGES/konsole.mo share/locale/sl/LC_MESSAGES/konsolekalendar.mo +share/locale/sl/LC_MESSAGES/konsoleprofiles.mo share/locale/sl/LC_MESSAGES/kontact.mo share/locale/sl/LC_MESSAGES/kontactinterfaces.mo share/locale/sl/LC_MESSAGES/kopete.mo @@ -424,8 +466,10 @@ share/locale/sl/LC_MESSAGES/krandr.mo share/locale/sl/LC_MESSAGES/krdb.mo share/locale/sl/LC_MESSAGES/krdc.mo share/locale/sl/LC_MESSAGES/kreadconfig.mo +share/locale/sl/LC_MESSAGES/kres-migrator.mo share/locale/sl/LC_MESSAGES/kres_blog.mo share/locale/sl/LC_MESSAGES/kres_remote.mo +share/locale/sl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sl/LC_MESSAGES/kreversi.mo share/locale/sl/LC_MESSAGES/krfb.mo share/locale/sl/LC_MESSAGES/kruler.mo @@ -438,6 +482,7 @@ share/locale/sl/LC_MESSAGES/kshellcmdplugin.mo share/locale/sl/LC_MESSAGES/kshisen.mo share/locale/sl/LC_MESSAGES/kshorturifilter.mo share/locale/sl/LC_MESSAGES/ksirk.mo +share/locale/sl/LC_MESSAGES/ksirkskineditor.mo share/locale/sl/LC_MESSAGES/ksmserver.mo share/locale/sl/LC_MESSAGES/ksnapshot.mo share/locale/sl/LC_MESSAGES/kspaceduel.mo @@ -451,8 +496,8 @@ share/locale/sl/LC_MESSAGES/kstyle_phase_config.mo share/locale/sl/LC_MESSAGES/ksudoku.mo share/locale/sl/LC_MESSAGES/ksysguard.mo share/locale/sl/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/sl/LC_MESSAGES/ksystemlog.mo share/locale/sl/LC_MESSAGES/ksystraycmd.mo -share/locale/sl/LC_MESSAGES/kte_acomment.mo share/locale/sl/LC_MESSAGES/kteatime.mo share/locale/sl/LC_MESSAGES/ktesnippets_editor.mo share/locale/sl/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -460,8 +505,10 @@ share/locale/sl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sl/LC_MESSAGES/ktimer.mo share/locale/sl/LC_MESSAGES/ktimetracker.mo +share/locale/sl/LC_MESSAGES/ktnef.mo share/locale/sl/LC_MESSAGES/ktouch.mo share/locale/sl/LC_MESSAGES/ktraderclient.mo +share/locale/sl/LC_MESSAGES/ktron.mo share/locale/sl/LC_MESSAGES/ktuberling.mo share/locale/sl/LC_MESSAGES/kturtle.mo share/locale/sl/LC_MESSAGES/ktux.mo @@ -486,7 +533,10 @@ share/locale/sl/LC_MESSAGES/kxkb.mo share/locale/sl/LC_MESSAGES/kxsconfig.mo share/locale/sl/LC_MESSAGES/lancelot.mo share/locale/sl/LC_MESSAGES/libakonadi-calendar.mo +share/locale/sl/LC_MESSAGES/libakonadi-kmime.mo share/locale/sl/LC_MESSAGES/libakonadi.mo +share/locale/sl/LC_MESSAGES/libeventviews.mo +share/locale/sl/LC_MESSAGES/libincidenceeditors.mo share/locale/sl/LC_MESSAGES/libkalarmcal.mo share/locale/sl/LC_MESSAGES/libkasten.mo share/locale/sl/LC_MESSAGES/libkblog.mo @@ -499,6 +549,7 @@ share/locale/sl/LC_MESSAGES/libkdecorations.mo share/locale/sl/LC_MESSAGES/libkdeedu.mo share/locale/sl/LC_MESSAGES/libkdegames.mo share/locale/sl/LC_MESSAGES/libkdepim.mo +share/locale/sl/LC_MESSAGES/libkdepimmobileui.mo share/locale/sl/LC_MESSAGES/libkexiv2.mo share/locale/sl/LC_MESSAGES/libkholidays.mo share/locale/sl/LC_MESSAGES/libkimap.mo @@ -520,12 +571,16 @@ share/locale/sl/LC_MESSAGES/libkunitconversion.mo share/locale/sl/LC_MESSAGES/libkworkspace.mo share/locale/sl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sl/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/sl/LC_MESSAGES/libmailcommon.mo +share/locale/sl/LC_MESSAGES/libmailimporter.mo share/locale/sl/LC_MESSAGES/libmailtransport.mo +share/locale/sl/LC_MESSAGES/libmessagecomposer.mo share/locale/sl/LC_MESSAGES/libmessagecore.mo share/locale/sl/LC_MESSAGES/libmessagelist.mo share/locale/sl/LC_MESSAGES/libmessageviewer.mo share/locale/sl/LC_MESSAGES/liboktetacore.mo share/locale/sl/LC_MESSAGES/liboktetakasten.mo +share/locale/sl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sl/LC_MESSAGES/libphonon.mo share/locale/sl/LC_MESSAGES/libplasma.mo share/locale/sl/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -533,11 +588,13 @@ share/locale/sl/LC_MESSAGES/libplasmaclock.mo share/locale/sl/LC_MESSAGES/libplasmaweather.mo share/locale/sl/LC_MESSAGES/librtm.mo share/locale/sl/LC_MESSAGES/libtaskmanager.mo +share/locale/sl/LC_MESSAGES/libtemplateparser.mo share/locale/sl/LC_MESSAGES/lokalize.mo share/locale/sl/LC_MESSAGES/lskat.mo share/locale/sl/LC_MESSAGES/mailreader.mo share/locale/sl/LC_MESSAGES/marble.mo share/locale/sl/LC_MESSAGES/marble_qt.mo +share/locale/sl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo @@ -552,19 +609,29 @@ share/locale/sl/LC_MESSAGES/nepomukqueryservice.mo share/locale/sl/LC_MESSAGES/nepomukserver.mo share/locale/sl/LC_MESSAGES/nepomukservicestub.mo share/locale/sl/LC_MESSAGES/nepomukstorage.mo +share/locale/sl/LC_MESSAGES/newmailnotifieragent.mo +share/locale/sl/LC_MESSAGES/notes-mobile.mo share/locale/sl/LC_MESSAGES/nsplugin.mo share/locale/sl/LC_MESSAGES/okteta.mo share/locale/sl/LC_MESSAGES/oktetapart.mo share/locale/sl/LC_MESSAGES/okular.mo share/locale/sl/LC_MESSAGES/okular_chm.mo +share/locale/sl/LC_MESSAGES/okular_comicbook.mo share/locale/sl/LC_MESSAGES/okular_djvu.mo share/locale/sl/LC_MESSAGES/okular_dvi.mo +share/locale/sl/LC_MESSAGES/okular_epub.mo share/locale/sl/LC_MESSAGES/okular_fax.mo +share/locale/sl/LC_MESSAGES/okular_fictionbook.mo share/locale/sl/LC_MESSAGES/okular_ghostview.mo share/locale/sl/LC_MESSAGES/okular_kimgio.mo +share/locale/sl/LC_MESSAGES/okular_mobi.mo share/locale/sl/LC_MESSAGES/okular_ooo.mo +share/locale/sl/LC_MESSAGES/okular_plucker.mo share/locale/sl/LC_MESSAGES/okular_poppler.mo share/locale/sl/LC_MESSAGES/okular_tiff.mo +share/locale/sl/LC_MESSAGES/okular_xps.mo +share/locale/sl/LC_MESSAGES/pairs.mo +share/locale/sl/LC_MESSAGES/palapeli.mo share/locale/sl/LC_MESSAGES/parley.mo share/locale/sl/LC_MESSAGES/phonon_gstreamer.mo share/locale/sl/LC_MESSAGES/phonon_kde.mo @@ -577,6 +644,8 @@ share/locale/sl/LC_MESSAGES/plasma-remote-helper.mo share/locale/sl/LC_MESSAGES/plasma-windowed.mo share/locale/sl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/sl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo +share/locale/sl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/sl/LC_MESSAGES/plasma_applet_battery.mo share/locale/sl/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sl/LC_MESSAGES/plasma_applet_bookmarks.mo @@ -584,6 +653,7 @@ share/locale/sl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_clock.mo share/locale/sl/LC_MESSAGES/plasma_applet_comic.mo +share/locale/sl/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sl/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sl/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo @@ -591,10 +661,13 @@ share/locale/sl/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sl/LC_MESSAGES/plasma_applet_frame.mo share/locale/sl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_icon.mo +share/locale/sl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sl/LC_MESSAGES/plasma_applet_kalgebra.mo +share/locale/sl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sl/LC_MESSAGES/plasma_applet_kget.mo @@ -616,8 +689,10 @@ share/locale/sl/LC_MESSAGES/plasma_applet_notes.mo share/locale/sl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sl/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/sl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sl/LC_MESSAGES/plasma_applet_pager.mo share/locale/sl/LC_MESSAGES/plasma_applet_panel.mo share/locale/sl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -633,7 +708,6 @@ share/locale/sl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sl/LC_MESSAGES/plasma_applet_sal.mo share/locale/sl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sl/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_skapplet.mo @@ -656,10 +730,12 @@ share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sl/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/sl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sl/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sl/LC_MESSAGES/plasma_engine_network.mo share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sl/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -667,6 +743,8 @@ share/locale/sl/LC_MESSAGES/plasma_engine_rss.mo share/locale/sl/LC_MESSAGES/plasma_engine_share.mo share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_activities.mo @@ -685,6 +763,7 @@ share/locale/sl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo +share/locale/sl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_placesrunner.mo @@ -699,6 +778,7 @@ share/locale/sl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -707,6 +787,7 @@ share/locale/sl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/sl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sl/LC_MESSAGES/plasmaengineexplorer.mo @@ -731,11 +812,15 @@ share/locale/sl/LC_MESSAGES/solid-network.mo share/locale/sl/LC_MESSAGES/solid_qt.mo share/locale/sl/LC_MESSAGES/solidcontrol.mo share/locale/sl/LC_MESSAGES/soliduiserver.mo -share/locale/sl/LC_MESSAGES/spy.mo +share/locale/sl/LC_MESSAGES/step.mo +share/locale/sl/LC_MESSAGES/step_qt.mo share/locale/sl/LC_MESSAGES/strigila_diff.mo share/locale/sl/LC_MESSAGES/superkaramba.mo +share/locale/sl/LC_MESSAGES/svgpart.mo share/locale/sl/LC_MESSAGES/sweeper.mo +share/locale/sl/LC_MESSAGES/system-config-printer-kde.mo share/locale/sl/LC_MESSAGES/systemsettings.mo +share/locale/sl/LC_MESSAGES/tasks-mobile.mo share/locale/sl/LC_MESSAGES/timezones4.mo share/locale/sl/LC_MESSAGES/uachangerplugin.mo share/locale/sl/LC_MESSAGES/umbrello.mo diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index 591dbb724940..dfe4f28dfcfc 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-sr -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -17,4 +13,4 @@ MANLANG= ${KDE4_L10N} sr@latin .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-sr/Makefile.man b/misc/kde4-l10n-sr/Makefile.man index eb9ed8743320..05d2e8d2a33e 100644 --- a/misc/kde4-l10n-sr/Makefile.man +++ b/misc/kde4-l10n-sr/Makefile.man @@ -1,4 +1,5 @@ MAN1+= ark.1 +MAN1+= dragon.1 MAN1+= kbookmarkmerger.1 MAN1+= kdesu.1 MAN1+= kfind.1 diff --git a/misc/kde4-l10n-sr/distinfo b/misc/kde4-l10n-sr/distinfo index 918ab605541b..1e73ee416a71 100644 --- a/misc/kde4-l10n-sr/distinfo +++ b/misc/kde4-l10n-sr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sr-4.8.4.tar.xz) = 8a8c307a38e2da97aa8644b4d248eaf64e17ddf5572a639842551f78d864e2b7 -SIZE (KDE/kde-l10n/kde-l10n-sr-4.8.4.tar.xz) = 6158140 +SHA256 (KDE/kde-l10n/kde-l10n-sr-4.9.5.tar.xz) = 4d974ed6e32ae1e478aebf3a20c4ee048f49c049941890f2025200daefda12d0 +SIZE (KDE/kde-l10n/kde-l10n-sr-4.9.5.tar.xz) = 5554948 diff --git a/misc/kde4-l10n-sr/pkg-plist b/misc/kde4-l10n-sr/pkg-plist index ddfa19a90e5d..d6bdc4cb1dd1 100644 --- a/misc/kde4-l10n-sr/pkg-plist +++ b/misc/kde4-l10n-sr/pkg-plist @@ -60,6 +60,7 @@ share/doc/HTML/sr/dolphin/index.docbook share/doc/HTML/sr/dragonplayer/common share/doc/HTML/sr/dragonplayer/index.cache.bz2 share/doc/HTML/sr/dragonplayer/index.docbook +share/doc/HTML/sr/dragonplayer/man-dragon.1.docbook share/doc/HTML/sr/gwenview/common share/doc/HTML/sr/gwenview/index.cache.bz2 share/doc/HTML/sr/gwenview/index.docbook @@ -364,9 +365,6 @@ share/doc/HTML/sr/ktimer/index.docbook share/doc/HTML/sr/kwallet/common share/doc/HTML/sr/kwallet/index.cache.bz2 share/doc/HTML/sr/kwallet/index.docbook -share/doc/HTML/sr/kwrite/common -share/doc/HTML/sr/kwrite/index.cache.bz2 -share/doc/HTML/sr/kwrite/index.docbook share/doc/HTML/sr/lokalize/common share/doc/HTML/sr/lokalize/glossary.png share/doc/HTML/sr/lokalize/index.cache.bz2 @@ -393,13 +391,10 @@ share/doc/HTML/sr@latin/dolphin/index.docbook share/doc/HTML/sr@latin/dragonplayer/common share/doc/HTML/sr@latin/dragonplayer/index.cache.bz2 share/doc/HTML/sr@latin/dragonplayer/index.docbook +share/doc/HTML/sr@latin/dragonplayer/man-dragon.1.docbook share/doc/HTML/sr@latin/gwenview/common share/doc/HTML/sr@latin/gwenview/index.cache.bz2 share/doc/HTML/sr@latin/gwenview/index.docbook -share/doc/HTML/sr@latin/gwenview/interface.docbook -share/doc/HTML/sr@latin/gwenview/introduction.docbook -share/doc/HTML/sr@latin/gwenview/keybindings.docbook -share/doc/HTML/sr@latin/gwenview/mouse.docbook share/doc/HTML/sr@latin/juk/common share/doc/HTML/sr@latin/juk/index.cache.bz2 share/doc/HTML/sr@latin/juk/index.docbook @@ -701,9 +696,6 @@ share/doc/HTML/sr@latin/ktimer/index.docbook share/doc/HTML/sr@latin/kwallet/common share/doc/HTML/sr@latin/kwallet/index.cache.bz2 share/doc/HTML/sr@latin/kwallet/index.docbook -share/doc/HTML/sr@latin/kwrite/common -share/doc/HTML/sr@latin/kwrite/index.cache.bz2 -share/doc/HTML/sr@latin/kwrite/index.docbook share/doc/HTML/sr@latin/lokalize/common share/doc/HTML/sr@latin/lokalize/index.cache.bz2 share/doc/HTML/sr@latin/lokalize/index.docbook @@ -837,11 +829,14 @@ share/locale/sr/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sr/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr/LC_MESSAGES/adblock.mo share/locale/sr/LC_MESSAGES/akonadi-filestore.mo +share/locale/sr/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sr/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr/LC_MESSAGES/akonadi_invitations_agent.mo @@ -855,6 +850,7 @@ share/locale/sr/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sr/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr/LC_MESSAGES/akonadi_microblog_resource.mo @@ -881,6 +877,7 @@ share/locale/sr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr/LC_MESSAGES/audiorename_plugin.mo share/locale/sr/LC_MESSAGES/autorefresh.mo share/locale/sr/LC_MESSAGES/babelfish.mo +share/locale/sr/LC_MESSAGES/backupmail.mo share/locale/sr/LC_MESSAGES/blogilo.mo share/locale/sr/LC_MESSAGES/bomber.mo share/locale/sr/LC_MESSAGES/bovo.mo @@ -913,9 +910,11 @@ share/locale/sr/LC_MESSAGES/kabcformat_binary.mo share/locale/sr/LC_MESSAGES/kaccess.mo share/locale/sr/LC_MESSAGES/kaccessibleapp.mo share/locale/sr/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr/LC_MESSAGES/kaddressbook.mo share/locale/sr/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/sr/LC_MESSAGES/kalarm.mo share/locale/sr/LC_MESSAGES/kapman.mo share/locale/sr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr/LC_MESSAGES/kate.mo @@ -952,6 +951,7 @@ share/locale/sr/LC_MESSAGES/kcal_akonadi.mo share/locale/sr/LC_MESSAGES/kcalc.mo share/locale/sr/LC_MESSAGES/kcertpart.mo share/locale/sr/LC_MESSAGES/kcharselect.mo +share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr/LC_MESSAGES/kcm_akonadi.mo share/locale/sr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr/LC_MESSAGES/kcm_attica.mo @@ -1021,7 +1021,6 @@ share/locale/sr/LC_MESSAGES/kcmstyle.mo share/locale/sr/LC_MESSAGES/kcmusb.mo share/locale/sr/LC_MESSAGES/kcmview1394.mo share/locale/sr/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sr/LC_MESSAGES/kcmxinerama.mo share/locale/sr/LC_MESSAGES/kcolorchooser.mo share/locale/sr/LC_MESSAGES/kcron.mo share/locale/sr/LC_MESSAGES/kde-menu.mo @@ -1043,15 +1042,7 @@ share/locale/sr/LC_MESSAGES/kdmgreet.mo share/locale/sr/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr/LC_MESSAGES/keditbookmarks.mo share/locale/sr/LC_MESSAGES/kfile.mo -share/locale/sr/LC_MESSAGES/kfile_avi.mo -share/locale/sr/LC_MESSAGES/kfile_flac.mo share/locale/sr/LC_MESSAGES/kfile_mail.mo -share/locale/sr/LC_MESSAGES/kfile_mp3.mo -share/locale/sr/LC_MESSAGES/kfile_mpc.mo -share/locale/sr/LC_MESSAGES/kfile_ogg.mo -share/locale/sr/LC_MESSAGES/kfile_sid.mo -share/locale/sr/LC_MESSAGES/kfile_theora.mo -share/locale/sr/LC_MESSAGES/kfile_wav.mo share/locale/sr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr/LC_MESSAGES/kfileshare.mo share/locale/sr/LC_MESSAGES/kfindpart.mo @@ -1077,6 +1068,7 @@ share/locale/sr/LC_MESSAGES/killbots.mo share/locale/sr/LC_MESSAGES/kinetd.mo share/locale/sr/LC_MESSAGES/kinfocenter.mo share/locale/sr/LC_MESSAGES/kio4.mo +share/locale/sr/LC_MESSAGES/kio_activities.mo share/locale/sr/LC_MESSAGES/kio_akonadi.mo share/locale/sr/LC_MESSAGES/kio_applications.mo share/locale/sr/LC_MESSAGES/kio_archive.mo @@ -1097,6 +1089,7 @@ share/locale/sr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr/LC_MESSAGES/kio_nfs.mo share/locale/sr/LC_MESSAGES/kio_nntp.mo share/locale/sr/LC_MESSAGES/kio_pop3.mo +share/locale/sr/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr/LC_MESSAGES/kio_remote.mo share/locale/sr/LC_MESSAGES/kio_sftp.mo share/locale/sr/LC_MESSAGES/kio_sieve.mo @@ -1133,9 +1126,11 @@ share/locale/sr/LC_MESSAGES/knotify4.mo share/locale/sr/LC_MESSAGES/kolf.mo share/locale/sr/LC_MESSAGES/kollision.mo share/locale/sr/LC_MESSAGES/kompare.mo +share/locale/sr/LC_MESSAGES/konqprofiles.mo share/locale/sr/LC_MESSAGES/konqueror.mo share/locale/sr/LC_MESSAGES/konquest.mo share/locale/sr/LC_MESSAGES/konsole.mo +share/locale/sr/LC_MESSAGES/konsoleprofiles.mo share/locale/sr/LC_MESSAGES/kontactinterfaces.mo share/locale/sr/LC_MESSAGES/kopete.mo share/locale/sr/LC_MESSAGES/kpartsaver.mo @@ -1160,11 +1155,6 @@ share/locale/sr/LC_MESSAGES/kruler.mo share/locale/sr/LC_MESSAGES/krunner.mo share/locale/sr/LC_MESSAGES/kscd.mo share/locale/sr/LC_MESSAGES/kscreensaver.mo -share/locale/sr/LC_MESSAGES/ksecrets_kio.mo -share/locale/sr/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sr/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sr/LC_MESSAGES/ksecretsserviced.mo -share/locale/sr/LC_MESSAGES/ksecretsync.mo share/locale/sr/LC_MESSAGES/ksendemail.mo share/locale/sr/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr/LC_MESSAGES/kshisen.mo @@ -1184,7 +1174,6 @@ share/locale/sr/LC_MESSAGES/ksysguard.mo share/locale/sr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr/LC_MESSAGES/ksystemlog.mo share/locale/sr/LC_MESSAGES/ksystraycmd.mo -share/locale/sr/LC_MESSAGES/kte_acomment.mo share/locale/sr/LC_MESSAGES/kteatime.mo share/locale/sr/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1207,7 +1196,6 @@ share/locale/sr/LC_MESSAGES/kwin_clients.mo share/locale/sr/LC_MESSAGES/kwin_effects.mo share/locale/sr/LC_MESSAGES/kwinshutdown.mo share/locale/sr/LC_MESSAGES/kwinstartmenu.mo -share/locale/sr/LC_MESSAGES/kwl2kss.mo share/locale/sr/LC_MESSAGES/kwrite.mo share/locale/sr/LC_MESSAGES/kwriteconfig.mo share/locale/sr/LC_MESSAGES/kxkb.mo @@ -1248,6 +1236,7 @@ share/locale/sr/LC_MESSAGES/libkworkspace.mo share/locale/sr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr/LC_MESSAGES/libmailcommon.mo +share/locale/sr/LC_MESSAGES/libmailimporter.mo share/locale/sr/LC_MESSAGES/libmailtransport.mo share/locale/sr/LC_MESSAGES/libmessagecomposer.mo share/locale/sr/LC_MESSAGES/libmessagecore.mo @@ -1256,6 +1245,7 @@ share/locale/sr/LC_MESSAGES/libmessageviewer.mo share/locale/sr/LC_MESSAGES/liboktetacore.mo share/locale/sr/LC_MESSAGES/liboktetagui.mo share/locale/sr/LC_MESSAGES/liboktetakasten.mo +share/locale/sr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr/LC_MESSAGES/libphonon.mo share/locale/sr/LC_MESSAGES/libplasma.mo share/locale/sr/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1266,7 +1256,6 @@ share/locale/sr/LC_MESSAGES/libtaskmanager.mo share/locale/sr/LC_MESSAGES/libtemplateparser.mo share/locale/sr/LC_MESSAGES/lokalize.mo share/locale/sr/LC_MESSAGES/lskat.mo -share/locale/sr/LC_MESSAGES/mailfilteragent.mo share/locale/sr/LC_MESSAGES/mailreader.mo share/locale/sr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -1356,6 +1345,7 @@ share/locale/sr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1371,7 +1361,6 @@ share/locale/sr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sr/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1398,6 +1387,7 @@ share/locale/sr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr/LC_MESSAGES/plasma_engine_network.mo share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1405,6 +1395,8 @@ share/locale/sr/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr/LC_MESSAGES/plasma_engine_share.mo share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_activities.mo @@ -1437,6 +1429,7 @@ share/locale/sr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1490,11 +1483,14 @@ share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@ijekavian/LC_MESSAGES/adblock.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi-filestore.mo +share/locale/sr@ijekavian/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sr@ijekavian/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1508,6 +1504,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1534,6 +1531,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavian/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavian/LC_MESSAGES/babelfish.mo +share/locale/sr@ijekavian/LC_MESSAGES/backupmail.mo share/locale/sr@ijekavian/LC_MESSAGES/blogilo.mo share/locale/sr@ijekavian/LC_MESSAGES/bomber.mo share/locale/sr@ijekavian/LC_MESSAGES/bovo.mo @@ -1566,9 +1564,11 @@ share/locale/sr@ijekavian/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavian/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@ijekavian/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sr@ijekavian/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbook.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/sr@ijekavian/LC_MESSAGES/kalarm.mo share/locale/sr@ijekavian/LC_MESSAGES/kapman.mo share/locale/sr@ijekavian/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kate.mo @@ -1605,6 +1605,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavian/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavian/LC_MESSAGES/kcharselect.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_attica.mo @@ -1674,7 +1675,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmview1394.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmxinerama.mo share/locale/sr@ijekavian/LC_MESSAGES/kcolorchooser.mo share/locale/sr@ijekavian/LC_MESSAGES/kcron.mo share/locale/sr@ijekavian/LC_MESSAGES/kde-menu.mo @@ -1696,15 +1696,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kdmgreet.mo share/locale/sr@ijekavian/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@ijekavian/LC_MESSAGES/keditbookmarks.mo share/locale/sr@ijekavian/LC_MESSAGES/kfile.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_avi.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_flac.mo share/locale/sr@ijekavian/LC_MESSAGES/kfile_mail.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_sid.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_theora.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfile_wav.mo share/locale/sr@ijekavian/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@ijekavian/LC_MESSAGES/kfileshare.mo share/locale/sr@ijekavian/LC_MESSAGES/kfindpart.mo @@ -1730,6 +1722,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/killbots.mo share/locale/sr@ijekavian/LC_MESSAGES/kinetd.mo share/locale/sr@ijekavian/LC_MESSAGES/kinfocenter.mo share/locale/sr@ijekavian/LC_MESSAGES/kio4.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_applications.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_archive.mo @@ -1750,6 +1743,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nfs.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nntp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_pop3.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_remote.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_sieve.mo @@ -1786,9 +1780,11 @@ share/locale/sr@ijekavian/LC_MESSAGES/knotify4.mo share/locale/sr@ijekavian/LC_MESSAGES/kolf.mo share/locale/sr@ijekavian/LC_MESSAGES/kollision.mo share/locale/sr@ijekavian/LC_MESSAGES/kompare.mo +share/locale/sr@ijekavian/LC_MESSAGES/konqprofiles.mo share/locale/sr@ijekavian/LC_MESSAGES/konqueror.mo share/locale/sr@ijekavian/LC_MESSAGES/konquest.mo share/locale/sr@ijekavian/LC_MESSAGES/konsole.mo +share/locale/sr@ijekavian/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@ijekavian/LC_MESSAGES/kontactinterfaces.mo share/locale/sr@ijekavian/LC_MESSAGES/kopete.mo share/locale/sr@ijekavian/LC_MESSAGES/kpartsaver.mo @@ -1813,11 +1809,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kruler.mo share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo share/locale/sr@ijekavian/LC_MESSAGES/kscd.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreensaver.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksecrets_kio.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksecretsserviced.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksecretsync.mo share/locale/sr@ijekavian/LC_MESSAGES/ksendemail.mo share/locale/sr@ijekavian/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kshisen.mo @@ -1837,7 +1828,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavian/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/ksystemlog.mo share/locale/sr@ijekavian/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@ijekavian/LC_MESSAGES/kte_acomment.mo share/locale/sr@ijekavian/LC_MESSAGES/kteatime.mo share/locale/sr@ijekavian/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1860,7 +1850,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavian/LC_MESSAGES/kwinshutdown.mo share/locale/sr@ijekavian/LC_MESSAGES/kwinstartmenu.mo -share/locale/sr@ijekavian/LC_MESSAGES/kwl2kss.mo share/locale/sr@ijekavian/LC_MESSAGES/kwrite.mo share/locale/sr@ijekavian/LC_MESSAGES/kwriteconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/kxkb.mo @@ -1901,6 +1890,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavian/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@ijekavian/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@ijekavian/LC_MESSAGES/libmailcommon.mo +share/locale/sr@ijekavian/LC_MESSAGES/libmailimporter.mo share/locale/sr@ijekavian/LC_MESSAGES/libmailtransport.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessagecore.mo @@ -1909,6 +1899,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/libmessageviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetakasten.mo +share/locale/sr@ijekavian/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/libphonon.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1919,7 +1910,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavian/LC_MESSAGES/lokalize.mo share/locale/sr@ijekavian/LC_MESSAGES/lskat.mo -share/locale/sr@ijekavian/LC_MESSAGES/mailfilteragent.mo share/locale/sr@ijekavian/LC_MESSAGES/mailreader.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -2009,6 +1999,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2024,7 +2015,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2051,6 +2041,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2058,6 +2049,8 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_activities.mo @@ -2090,6 +2083,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2143,11 +2137,14 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/adblock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi-filestore.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_invitations_agent.mo @@ -2161,6 +2158,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_microblog_resource.mo @@ -2187,6 +2185,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/babelfish.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/backupmail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/blogilo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bomber.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bovo.mo @@ -2219,9 +2218,11 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kalarm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kapman.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate.mo @@ -2258,6 +2259,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcharselect.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_attica.mo @@ -2327,7 +2329,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmview1394.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmxinerama.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcolorchooser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcron.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kde-menu.mo @@ -2349,15 +2350,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kdmgreet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/keditbookmarks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_avi.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_flac.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_mail.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_sid.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_theora.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_wav.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfileshare.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfindpart.mo @@ -2383,6 +2376,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/killbots.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kinetd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kinfocenter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio4.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_applications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_archive.mo @@ -2403,6 +2397,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nfs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nntp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_pop3.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_remote.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sieve.mo @@ -2439,9 +2434,11 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/knotify4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kolf.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kollision.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kompare.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/konqprofiles.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konqueror.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konquest.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konsole.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kontactinterfaces.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kopete.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kpartsaver.mo @@ -2466,11 +2463,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kruler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreensaver.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksecrets_kio.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksecretsserviced.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksecretsync.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksendemail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshisen.mo @@ -2490,7 +2482,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksystemlog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kte_acomment.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kteatime.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -2513,7 +2504,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwinshutdown.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwinstartmenu.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kwl2kss.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwrite.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwriteconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kxkb.mo @@ -2554,6 +2544,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailcommon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailimporter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailtransport.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessagecore.mo @@ -2562,6 +2553,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessageviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetakasten.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libphonon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -2572,7 +2564,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lokalize.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lskat.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/mailfilteragent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mailreader.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -2662,6 +2653,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2677,7 +2669,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2704,6 +2695,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2711,6 +2703,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_activities.mo @@ -2743,6 +2737,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2796,11 +2791,14 @@ share/locale/sr@latin/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sr@latin/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@latin/LC_MESSAGES/adblock.mo share/locale/sr@latin/LC_MESSAGES/akonadi-filestore.mo +share/locale/sr@latin/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sr@latin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_invitations_agent.mo @@ -2814,6 +2812,7 @@ share/locale/sr@latin/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@latin/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sr@latin/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_microblog_resource.mo @@ -2840,6 +2839,7 @@ share/locale/sr@latin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@latin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@latin/LC_MESSAGES/autorefresh.mo share/locale/sr@latin/LC_MESSAGES/babelfish.mo +share/locale/sr@latin/LC_MESSAGES/backupmail.mo share/locale/sr@latin/LC_MESSAGES/blogilo.mo share/locale/sr@latin/LC_MESSAGES/bomber.mo share/locale/sr@latin/LC_MESSAGES/bovo.mo @@ -2872,9 +2872,11 @@ share/locale/sr@latin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@latin/LC_MESSAGES/kaccess.mo share/locale/sr@latin/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@latin/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sr@latin/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@latin/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@latin/LC_MESSAGES/kaddressbook.mo share/locale/sr@latin/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/sr@latin/LC_MESSAGES/kalarm.mo share/locale/sr@latin/LC_MESSAGES/kapman.mo share/locale/sr@latin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@latin/LC_MESSAGES/kate.mo @@ -2911,6 +2913,7 @@ share/locale/sr@latin/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kcalc.mo share/locale/sr@latin/LC_MESSAGES/kcertpart.mo share/locale/sr@latin/LC_MESSAGES/kcharselect.mo +share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_attica.mo @@ -2980,7 +2983,6 @@ share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo share/locale/sr@latin/LC_MESSAGES/kcmusb.mo share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo share/locale/sr@latin/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sr@latin/LC_MESSAGES/kcmxinerama.mo share/locale/sr@latin/LC_MESSAGES/kcolorchooser.mo share/locale/sr@latin/LC_MESSAGES/kcron.mo share/locale/sr@latin/LC_MESSAGES/kde-menu.mo @@ -3002,15 +3004,7 @@ share/locale/sr@latin/LC_MESSAGES/kdmgreet.mo share/locale/sr@latin/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@latin/LC_MESSAGES/keditbookmarks.mo share/locale/sr@latin/LC_MESSAGES/kfile.mo -share/locale/sr@latin/LC_MESSAGES/kfile_avi.mo -share/locale/sr@latin/LC_MESSAGES/kfile_flac.mo share/locale/sr@latin/LC_MESSAGES/kfile_mail.mo -share/locale/sr@latin/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@latin/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@latin/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@latin/LC_MESSAGES/kfile_sid.mo -share/locale/sr@latin/LC_MESSAGES/kfile_theora.mo -share/locale/sr@latin/LC_MESSAGES/kfile_wav.mo share/locale/sr@latin/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@latin/LC_MESSAGES/kfileshare.mo share/locale/sr@latin/LC_MESSAGES/kfindpart.mo @@ -3036,6 +3030,7 @@ share/locale/sr@latin/LC_MESSAGES/killbots.mo share/locale/sr@latin/LC_MESSAGES/kinetd.mo share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo share/locale/sr@latin/LC_MESSAGES/kio4.mo +share/locale/sr@latin/LC_MESSAGES/kio_activities.mo share/locale/sr@latin/LC_MESSAGES/kio_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kio_applications.mo share/locale/sr@latin/LC_MESSAGES/kio_archive.mo @@ -3056,6 +3051,7 @@ share/locale/sr@latin/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@latin/LC_MESSAGES/kio_nfs.mo share/locale/sr@latin/LC_MESSAGES/kio_nntp.mo share/locale/sr@latin/LC_MESSAGES/kio_pop3.mo +share/locale/sr@latin/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@latin/LC_MESSAGES/kio_remote.mo share/locale/sr@latin/LC_MESSAGES/kio_sftp.mo share/locale/sr@latin/LC_MESSAGES/kio_sieve.mo @@ -3092,9 +3088,11 @@ share/locale/sr@latin/LC_MESSAGES/knotify4.mo share/locale/sr@latin/LC_MESSAGES/kolf.mo share/locale/sr@latin/LC_MESSAGES/kollision.mo share/locale/sr@latin/LC_MESSAGES/kompare.mo +share/locale/sr@latin/LC_MESSAGES/konqprofiles.mo share/locale/sr@latin/LC_MESSAGES/konqueror.mo share/locale/sr@latin/LC_MESSAGES/konquest.mo share/locale/sr@latin/LC_MESSAGES/konsole.mo +share/locale/sr@latin/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@latin/LC_MESSAGES/kontactinterfaces.mo share/locale/sr@latin/LC_MESSAGES/kopete.mo share/locale/sr@latin/LC_MESSAGES/kpartsaver.mo @@ -3119,11 +3117,6 @@ share/locale/sr@latin/LC_MESSAGES/kruler.mo share/locale/sr@latin/LC_MESSAGES/krunner.mo share/locale/sr@latin/LC_MESSAGES/kscd.mo share/locale/sr@latin/LC_MESSAGES/kscreensaver.mo -share/locale/sr@latin/LC_MESSAGES/ksecrets_kio.mo -share/locale/sr@latin/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sr@latin/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sr@latin/LC_MESSAGES/ksecretsserviced.mo -share/locale/sr@latin/LC_MESSAGES/ksecretsync.mo share/locale/sr@latin/LC_MESSAGES/ksendemail.mo share/locale/sr@latin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@latin/LC_MESSAGES/kshisen.mo @@ -3143,7 +3136,6 @@ share/locale/sr@latin/LC_MESSAGES/ksysguard.mo share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@latin/LC_MESSAGES/ksystemlog.mo share/locale/sr@latin/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@latin/LC_MESSAGES/kte_acomment.mo share/locale/sr@latin/LC_MESSAGES/kteatime.mo share/locale/sr@latin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -3166,7 +3158,6 @@ share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo share/locale/sr@latin/LC_MESSAGES/kwinshutdown.mo share/locale/sr@latin/LC_MESSAGES/kwinstartmenu.mo -share/locale/sr@latin/LC_MESSAGES/kwl2kss.mo share/locale/sr@latin/LC_MESSAGES/kwrite.mo share/locale/sr@latin/LC_MESSAGES/kwriteconfig.mo share/locale/sr@latin/LC_MESSAGES/kxkb.mo @@ -3207,6 +3198,7 @@ share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo share/locale/sr@latin/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@latin/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@latin/LC_MESSAGES/libmailcommon.mo +share/locale/sr@latin/LC_MESSAGES/libmailimporter.mo share/locale/sr@latin/LC_MESSAGES/libmailtransport.mo share/locale/sr@latin/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@latin/LC_MESSAGES/libmessagecore.mo @@ -3215,6 +3207,7 @@ share/locale/sr@latin/LC_MESSAGES/libmessageviewer.mo share/locale/sr@latin/LC_MESSAGES/liboktetacore.mo share/locale/sr@latin/LC_MESSAGES/liboktetagui.mo share/locale/sr@latin/LC_MESSAGES/liboktetakasten.mo +share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@latin/LC_MESSAGES/libphonon.mo share/locale/sr@latin/LC_MESSAGES/libplasma.mo share/locale/sr@latin/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -3225,7 +3218,6 @@ share/locale/sr@latin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@latin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@latin/LC_MESSAGES/lokalize.mo share/locale/sr@latin/LC_MESSAGES/lskat.mo -share/locale/sr@latin/LC_MESSAGES/mailfilteragent.mo share/locale/sr@latin/LC_MESSAGES/mailreader.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_text_calendar_plugin.mo @@ -3315,6 +3307,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -3330,7 +3323,6 @@ share/locale/sr@latin/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_skapplet.mo @@ -3357,6 +3349,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -3364,6 +3357,8 @@ share/locale/sr@latin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sr@latin/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sr@latin/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@latin/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_activities.mo @@ -3396,6 +3391,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@latin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -3553,7 +3549,6 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr@latin/onlinehelp @dirrm share/doc/HTML/sr@latin/okteta @dirrm share/doc/HTML/sr@latin/lokalize -@dirrm share/doc/HTML/sr@latin/kwrite @dirrm share/doc/HTML/sr@latin/kwallet @dirrm share/doc/HTML/sr@latin/ktimer @dirrm share/doc/HTML/sr@latin/krfb @@ -3654,7 +3649,6 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr/onlinehelp @dirrm share/doc/HTML/sr/okteta @dirrm share/doc/HTML/sr/lokalize -@dirrm share/doc/HTML/sr/kwrite @dirrm share/doc/HTML/sr/kwallet @dirrm share/doc/HTML/sr/ktimer @dirrm share/doc/HTML/sr/krfb diff --git a/misc/kde4-l10n-sv/Makefile b/misc/kde4-l10n-sv/Makefile index 344f866dc5b2..4ac64c174566 100644 --- a/misc/kde4-l10n-sv/Makefile +++ b/misc/kde4-l10n-sv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-sv -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-sv/Makefile.man b/misc/kde4-l10n-sv/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/misc/kde4-l10n-sv/Makefile.man +++ b/misc/kde4-l10n-sv/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/misc/kde4-l10n-sv/distinfo b/misc/kde4-l10n-sv/distinfo index 66b28e820b5b..4a061cdee364 100644 --- a/misc/kde4-l10n-sv/distinfo +++ b/misc/kde4-l10n-sv/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-sv-4.8.4.tar.xz) = c519d7098a85df6d800757919f6f910a77014751f1731ac5a2327ab05a90d667 -SIZE (KDE/kde-l10n/kde-l10n-sv-4.8.4.tar.xz) = 16859876 +SHA256 (KDE/kde-l10n/kde-l10n-sv-4.9.5.tar.xz) = 8a02f40c1ba4399505617a42c59169cb40348b578df43e706060492ac4ed1f34 +SIZE (KDE/kde-l10n/kde-l10n-sv-4.9.5.tar.xz) = 16473804 diff --git a/misc/kde4-l10n-sv/pkg-plist b/misc/kde4-l10n-sv/pkg-plist index 19d756ce04cc..c60aacbc94a8 100644 --- a/misc/kde4-l10n-sv/pkg-plist +++ b/misc/kde4-l10n-sv/pkg-plist @@ -122,9 +122,17 @@ share/doc/HTML/sv/dragonplayer/common share/doc/HTML/sv/dragonplayer/index.cache.bz2 share/doc/HTML/sv/dragonplayer/index.docbook share/doc/HTML/sv/dragonplayer/main.png +share/doc/HTML/sv/dragonplayer/man-dragon.1.docbook share/doc/HTML/sv/filelight/common share/doc/HTML/sv/filelight/index.cache.bz2 share/doc/HTML/sv/filelight/index.docbook +share/doc/HTML/sv/fundamentals/common +share/doc/HTML/sv/fundamentals/config.docbook +share/doc/HTML/sv/fundamentals/index.cache.bz2 +share/doc/HTML/sv/fundamentals/index.docbook +share/doc/HTML/sv/fundamentals/install.docbook +share/doc/HTML/sv/fundamentals/tasks.docbook +share/doc/HTML/sv/fundamentals/ui.docbook share/doc/HTML/sv/granatier/common share/doc/HTML/sv/granatier/index.cache.bz2 share/doc/HTML/sv/granatier/index.docbook @@ -221,19 +229,15 @@ share/doc/HTML/sv/kapptemplate/index.cache.bz2 share/doc/HTML/sv/kapptemplate/index.docbook share/doc/HTML/sv/kate/advanced.docbook share/doc/HTML/sv/kate/common -share/doc/HTML/sv/kate/configdialog01.png -share/doc/HTML/sv/kate/configdialog02.png share/doc/HTML/sv/kate/configuring-part.docbook share/doc/HTML/sv/kate/configuring.docbook share/doc/HTML/sv/kate/fundamentals.docbook share/doc/HTML/sv/kate/highlighting.docbook share/doc/HTML/sv/kate/index.cache.bz2 share/doc/HTML/sv/kate/index.docbook -share/doc/HTML/sv/kate/kate.png share/doc/HTML/sv/kate/man-kate.1.docbook share/doc/HTML/sv/kate/mdi.docbook share/doc/HTML/sv/kate/menus.docbook -share/doc/HTML/sv/kate/mimetypechooser.png share/doc/HTML/sv/kate/part.docbook share/doc/HTML/sv/kate/plugins.docbook share/doc/HTML/sv/kate/regular-expressions.docbook @@ -429,9 +433,6 @@ share/doc/HTML/sv/kcontrol/language/index.docbook share/doc/HTML/sv/kcontrol/mouse/common share/doc/HTML/sv/kcontrol/mouse/index.cache.bz2 share/doc/HTML/sv/kcontrol/mouse/index.docbook -share/doc/HTML/sv/kcontrol/multiplemonitors/common -share/doc/HTML/sv/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/sv/kcontrol/multiplemonitors/index.docbook share/doc/HTML/sv/kcontrol/nepomuk/common share/doc/HTML/sv/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/sv/kcontrol/nepomuk/index.docbook @@ -1130,7 +1131,6 @@ share/doc/HTML/sv/kstars/calc-julian.png share/doc/HTML/sv/kstars/calc-julianday.docbook share/doc/HTML/sv/kstars/calc-planetcoords.docbook share/doc/HTML/sv/kstars/calc-planetcoords.png -share/doc/HTML/sv/kstars/calc-precess.docbook share/doc/HTML/sv/kstars/calc-precess.png share/doc/HTML/sv/kstars/calc-sidereal.docbook share/doc/HTML/sv/kstars/calc-sidereal.png @@ -1229,6 +1229,9 @@ share/doc/HTML/sv/ktimetracker/idle-detect.png share/doc/HTML/sv/ktimetracker/index.cache.bz2 share/doc/HTML/sv/ktimetracker/index.docbook share/doc/HTML/sv/ktimetracker/karm.png +share/doc/HTML/sv/ktnef/common +share/doc/HTML/sv/ktnef/index.cache.bz2 +share/doc/HTML/sv/ktnef/index.docbook share/doc/HTML/sv/ktouch/color_options.png share/doc/HTML/sv/ktouch/common share/doc/HTML/sv/ktouch/general_options.png @@ -1380,6 +1383,9 @@ share/doc/HTML/sv/step/tutorials.docbook share/doc/HTML/sv/sweeper/common share/doc/HTML/sv/sweeper/index.cache.bz2 share/doc/HTML/sv/sweeper/index.docbook +share/doc/HTML/sv/system-config-printer-kde/common +share/doc/HTML/sv/system-config-printer-kde/index.cache.bz2 +share/doc/HTML/sv/system-config-printer-kde/index.docbook share/doc/HTML/sv/systemsettings/common share/doc/HTML/sv/systemsettings/index.cache.bz2 share/doc/HTML/sv/systemsettings/index.docbook @@ -1415,11 +1421,14 @@ share/locale/sv/LC_MESSAGES/accountwizard_kolab.mo share/locale/sv/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sv/LC_MESSAGES/accountwizard_maildir.mo share/locale/sv/LC_MESSAGES/accountwizard_pop3.mo +share/locale/sv/LC_MESSAGES/accountwizard_tine20.mo share/locale/sv/LC_MESSAGES/adblock.mo share/locale/sv/LC_MESSAGES/akonadi-filestore.mo +share/locale/sv/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sv/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/sv/LC_MESSAGES/akonadi_google_resource.mo share/locale/sv/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sv/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sv/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1433,6 +1442,7 @@ share/locale/sv/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sv/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sv/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sv/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/sv/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sv/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sv/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1462,6 +1472,7 @@ share/locale/sv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sv/LC_MESSAGES/audiorename_plugin.mo share/locale/sv/LC_MESSAGES/autorefresh.mo share/locale/sv/LC_MESSAGES/babelfish.mo +share/locale/sv/LC_MESSAGES/backupmail.mo share/locale/sv/LC_MESSAGES/blinken.mo share/locale/sv/LC_MESSAGES/blogilo.mo share/locale/sv/LC_MESSAGES/bomber.mo @@ -1490,6 +1501,7 @@ share/locale/sv/LC_MESSAGES/gwenview.mo share/locale/sv/LC_MESSAGES/htmlsearch.mo share/locale/sv/LC_MESSAGES/imagerename_plugin.mo share/locale/sv/LC_MESSAGES/imgalleryplugin.mo +share/locale/sv/LC_MESSAGES/importwizard.mo share/locale/sv/LC_MESSAGES/jovie.mo share/locale/sv/LC_MESSAGES/joystick.mo share/locale/sv/LC_MESSAGES/juk.mo @@ -1504,6 +1516,7 @@ share/locale/sv/LC_MESSAGES/kabcformat_binary.mo share/locale/sv/LC_MESSAGES/kaccess.mo share/locale/sv/LC_MESSAGES/kaccessibleapp.mo share/locale/sv/LC_MESSAGES/kactivitymanagerd.mo +share/locale/sv/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sv/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sv/LC_MESSAGES/kaddressbook.mo share/locale/sv/LC_MESSAGES/kaddressbookmigrator.mo @@ -1511,6 +1524,7 @@ share/locale/sv/LC_MESSAGES/kajongg.mo share/locale/sv/LC_MESSAGES/kalarm.mo share/locale/sv/LC_MESSAGES/kalgebra.mo share/locale/sv/LC_MESSAGES/kalzium.mo +share/locale/sv/LC_MESSAGES/kanagram-harmattan.mo share/locale/sv/LC_MESSAGES/kanagram.mo share/locale/sv/LC_MESSAGES/kapman.mo share/locale/sv/LC_MESSAGES/kapptemplate.mo @@ -1552,6 +1566,7 @@ share/locale/sv/LC_MESSAGES/kcal_akonadi.mo share/locale/sv/LC_MESSAGES/kcalc.mo share/locale/sv/LC_MESSAGES/kcertpart.mo share/locale/sv/LC_MESSAGES/kcharselect.mo +share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sv/LC_MESSAGES/kcm_akonadi.mo share/locale/sv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sv/LC_MESSAGES/kcm_attica.mo @@ -1623,7 +1638,6 @@ share/locale/sv/LC_MESSAGES/kcmstyle.mo share/locale/sv/LC_MESSAGES/kcmusb.mo share/locale/sv/LC_MESSAGES/kcmview1394.mo share/locale/sv/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/sv/LC_MESSAGES/kcmxinerama.mo share/locale/sv/LC_MESSAGES/kcolorchooser.mo share/locale/sv/LC_MESSAGES/kcron.mo share/locale/sv/LC_MESSAGES/kde-menu.mo @@ -1646,24 +1660,16 @@ share/locale/sv/LC_MESSAGES/kdmgreet.mo share/locale/sv/LC_MESSAGES/kdontchangethehostname.mo share/locale/sv/LC_MESSAGES/keditbookmarks.mo share/locale/sv/LC_MESSAGES/kfile.mo -share/locale/sv/LC_MESSAGES/kfile_avi.mo share/locale/sv/LC_MESSAGES/kfile_dds.mo share/locale/sv/LC_MESSAGES/kfile_drgeo.mo share/locale/sv/LC_MESSAGES/kfile_exr.mo -share/locale/sv/LC_MESSAGES/kfile_flac.mo share/locale/sv/LC_MESSAGES/kfile_kig.mo share/locale/sv/LC_MESSAGES/kfile_mail.mo -share/locale/sv/LC_MESSAGES/kfile_mp3.mo -share/locale/sv/LC_MESSAGES/kfile_mpc.mo -share/locale/sv/LC_MESSAGES/kfile_ogg.mo share/locale/sv/LC_MESSAGES/kfile_pnm.mo share/locale/sv/LC_MESSAGES/kfile_raw.mo share/locale/sv/LC_MESSAGES/kfile_rgb.mo share/locale/sv/LC_MESSAGES/kfile_rpm.mo -share/locale/sv/LC_MESSAGES/kfile_sid.mo -share/locale/sv/LC_MESSAGES/kfile_theora.mo share/locale/sv/LC_MESSAGES/kfile_tiff.mo -share/locale/sv/LC_MESSAGES/kfile_wav.mo share/locale/sv/LC_MESSAGES/kfile_xps.mo share/locale/sv/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sv/LC_MESSAGES/kfilereplace.mo @@ -1696,6 +1702,7 @@ share/locale/sv/LC_MESSAGES/kimagemapeditor.mo share/locale/sv/LC_MESSAGES/kinetd.mo share/locale/sv/LC_MESSAGES/kinfocenter.mo share/locale/sv/LC_MESSAGES/kio4.mo +share/locale/sv/LC_MESSAGES/kio_activities.mo share/locale/sv/LC_MESSAGES/kio_akonadi.mo share/locale/sv/LC_MESSAGES/kio_applications.mo share/locale/sv/LC_MESSAGES/kio_archive.mo @@ -1717,6 +1724,7 @@ share/locale/sv/LC_MESSAGES/kio_nfs.mo share/locale/sv/LC_MESSAGES/kio_nntp.mo share/locale/sv/LC_MESSAGES/kio_perldoc.mo share/locale/sv/LC_MESSAGES/kio_pop3.mo +share/locale/sv/LC_MESSAGES/kio_recentdocuments.mo share/locale/sv/LC_MESSAGES/kio_remote.mo share/locale/sv/LC_MESSAGES/kio_sftp.mo share/locale/sv/LC_MESSAGES/kio_sieve.mo @@ -1764,10 +1772,12 @@ share/locale/sv/LC_MESSAGES/kollision.mo share/locale/sv/LC_MESSAGES/kolourpaint.mo share/locale/sv/LC_MESSAGES/kommander.mo share/locale/sv/LC_MESSAGES/kompare.mo +share/locale/sv/LC_MESSAGES/konqprofiles.mo share/locale/sv/LC_MESSAGES/konqueror.mo share/locale/sv/LC_MESSAGES/konquest.mo share/locale/sv/LC_MESSAGES/konsole.mo share/locale/sv/LC_MESSAGES/konsolekalendar.mo +share/locale/sv/LC_MESSAGES/konsoleprofiles.mo share/locale/sv/LC_MESSAGES/kontact.mo share/locale/sv/LC_MESSAGES/kontactinterfaces.mo share/locale/sv/LC_MESSAGES/kopete.mo @@ -1797,11 +1807,6 @@ share/locale/sv/LC_MESSAGES/krunner.mo share/locale/sv/LC_MESSAGES/ksaneplugin.mo share/locale/sv/LC_MESSAGES/kscd.mo share/locale/sv/LC_MESSAGES/kscreensaver.mo -share/locale/sv/LC_MESSAGES/ksecrets_kio.mo -share/locale/sv/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/sv/LC_MESSAGES/ksecretsservice_api.mo -share/locale/sv/LC_MESSAGES/ksecretsserviced.mo -share/locale/sv/LC_MESSAGES/ksecretsync.mo share/locale/sv/LC_MESSAGES/ksendemail.mo share/locale/sv/LC_MESSAGES/kshellcmdplugin.mo share/locale/sv/LC_MESSAGES/kshisen.mo @@ -1823,7 +1828,6 @@ share/locale/sv/LC_MESSAGES/ksysguard.mo share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sv/LC_MESSAGES/ksystemlog.mo share/locale/sv/LC_MESSAGES/ksystraycmd.mo -share/locale/sv/LC_MESSAGES/kte_acomment.mo share/locale/sv/LC_MESSAGES/kteatime.mo share/locale/sv/LC_MESSAGES/ktesnippets_editor.mo share/locale/sv/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1831,6 +1835,7 @@ share/locale/sv/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sv/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sv/LC_MESSAGES/ktimer.mo share/locale/sv/LC_MESSAGES/ktimetracker.mo +share/locale/sv/LC_MESSAGES/ktnef.mo share/locale/sv/LC_MESSAGES/ktouch.mo share/locale/sv/LC_MESSAGES/ktraderclient.mo share/locale/sv/LC_MESSAGES/ktron.mo @@ -1851,7 +1856,6 @@ share/locale/sv/LC_MESSAGES/kwin_clients.mo share/locale/sv/LC_MESSAGES/kwin_effects.mo share/locale/sv/LC_MESSAGES/kwinshutdown.mo share/locale/sv/LC_MESSAGES/kwinstartmenu.mo -share/locale/sv/LC_MESSAGES/kwl2kss.mo share/locale/sv/LC_MESSAGES/kwordquiz.mo share/locale/sv/LC_MESSAGES/kwrite.mo share/locale/sv/LC_MESSAGES/kwriteconfig.mo @@ -1899,6 +1903,7 @@ share/locale/sv/LC_MESSAGES/libkworkspace.mo share/locale/sv/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sv/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sv/LC_MESSAGES/libmailcommon.mo +share/locale/sv/LC_MESSAGES/libmailimporter.mo share/locale/sv/LC_MESSAGES/libmailtransport.mo share/locale/sv/LC_MESSAGES/libmessagecomposer.mo share/locale/sv/LC_MESSAGES/libmessagecore.mo @@ -1907,6 +1912,7 @@ share/locale/sv/LC_MESSAGES/libmessageviewer.mo share/locale/sv/LC_MESSAGES/liboktetacore.mo share/locale/sv/LC_MESSAGES/liboktetagui.mo share/locale/sv/LC_MESSAGES/liboktetakasten.mo +share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sv/LC_MESSAGES/libphonon.mo share/locale/sv/LC_MESSAGES/libplasma.mo share/locale/sv/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1917,7 +1923,6 @@ share/locale/sv/LC_MESSAGES/libtaskmanager.mo share/locale/sv/LC_MESSAGES/libtemplateparser.mo share/locale/sv/LC_MESSAGES/lokalize.mo share/locale/sv/LC_MESSAGES/lskat.mo -share/locale/sv/LC_MESSAGES/mailfilteragent.mo share/locale/sv/LC_MESSAGES/mailreader.mo share/locale/sv/LC_MESSAGES/marble.mo share/locale/sv/LC_MESSAGES/marble_qt.mo @@ -1958,6 +1963,7 @@ share/locale/sv/LC_MESSAGES/okular_plucker.mo share/locale/sv/LC_MESSAGES/okular_poppler.mo share/locale/sv/LC_MESSAGES/okular_tiff.mo share/locale/sv/LC_MESSAGES/okular_xps.mo +share/locale/sv/LC_MESSAGES/pairs.mo share/locale/sv/LC_MESSAGES/palapeli.mo share/locale/sv/LC_MESSAGES/parley.mo share/locale/sv/LC_MESSAGES/phonon_gstreamer.mo @@ -2019,6 +2025,7 @@ share/locale/sv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sv/LC_MESSAGES/plasma_applet_pager.mo share/locale/sv/LC_MESSAGES/plasma_applet_panel.mo share/locale/sv/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2034,7 +2041,6 @@ share/locale/sv/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sv/LC_MESSAGES/plasma_applet_sal.mo share/locale/sv/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/sv/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/sv/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sv/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2062,6 +2068,7 @@ share/locale/sv/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sv/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sv/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sv/LC_MESSAGES/plasma_engine_network.mo share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sv/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2069,6 +2076,8 @@ share/locale/sv/LC_MESSAGES/plasma_engine_rss.mo share/locale/sv/LC_MESSAGES/plasma_engine_share.mo share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo +share/locale/sv/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/sv/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_activities.mo @@ -2102,6 +2111,7 @@ share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo +share/locale/sv/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sv/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sv/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sv/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2118,6 +2128,7 @@ share/locale/sv/LC_MESSAGES/plasmagenericshell.mo share/locale/sv/LC_MESSAGES/plasmapkg.mo share/locale/sv/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/sv/LC_MESSAGES/plasmoidviewer.mo +share/locale/sv/LC_MESSAGES/pothumbnail.mo share/locale/sv/LC_MESSAGES/powerdevil.mo share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo @@ -2135,7 +2146,6 @@ share/locale/sv/LC_MESSAGES/solid-network.mo share/locale/sv/LC_MESSAGES/solid_qt.mo share/locale/sv/LC_MESSAGES/solidcontrol.mo share/locale/sv/LC_MESSAGES/soliduiserver.mo -share/locale/sv/LC_MESSAGES/spy.mo share/locale/sv/LC_MESSAGES/step.mo share/locale/sv/LC_MESSAGES/step_qt.mo share/locale/sv/LC_MESSAGES/strigila_diff.mo @@ -2158,6 +2168,7 @@ share/locale/sv/entry.desktop @dirrm share/locale/sv/LC_SCRIPTS @dirrm share/doc/HTML/sv/umbrello @dirrm share/doc/HTML/sv/systemsettings +@dirrm share/doc/HTML/sv/system-config-printer-kde @dirrm share/doc/HTML/sv/sweeper @dirrm share/doc/HTML/sv/step @dirrm share/doc/HTML/sv/sonnet @@ -2182,6 +2193,7 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/ktuberling @dirrm share/doc/HTML/sv/ktron @dirrm share/doc/HTML/sv/ktouch +@dirrm share/doc/HTML/sv/ktnef @dirrm share/doc/HTML/sv/ktimetracker @dirrm share/doc/HTML/sv/ktimer @dirrm share/doc/HTML/sv/kteatime @@ -2317,7 +2329,6 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kcontrol/paths @dirrm share/doc/HTML/sv/kcontrol/netpref @dirrm share/doc/HTML/sv/kcontrol/nepomuk -@dirrm share/doc/HTML/sv/kcontrol/multiplemonitors @dirrm share/doc/HTML/sv/kcontrol/mouse @dirrm share/doc/HTML/sv/kcontrol/language @dirrm share/doc/HTML/sv/kcontrol/kwintabbox @@ -2392,6 +2403,7 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/jovie @dirrm share/doc/HTML/sv/gwenview @dirrm share/doc/HTML/sv/granatier +@dirrm share/doc/HTML/sv/fundamentals @dirrm share/doc/HTML/sv/filelight @dirrm share/doc/HTML/sv/dragonplayer @dirrm share/doc/HTML/sv/dolphin diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile index 8490d75fd844..8d9c1363df1e 100644 --- a/misc/kde4-l10n-tg/Makefile +++ b/misc/kde4-l10n-tg/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: misc/kde4-l10n-tg -# Date created: 2009-01-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Tajik messages and documentation for KDE4 KDE4_L10N= tg .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-tg/distinfo b/misc/kde4-l10n-tg/distinfo index 507135fa252a..e28b23728fd9 100644 --- a/misc/kde4-l10n-tg/distinfo +++ b/misc/kde4-l10n-tg/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-tg-4.8.4.tar.xz) = 3f61f9ee3f75f4d65bd2fb400747b7bc4d695615165c98ece6783ab3c8bae868 -SIZE (KDE/kde-l10n/kde-l10n-tg-4.8.4.tar.xz) = 2002000 +SHA256 (KDE/kde-l10n/kde-l10n-tg-4.9.5.tar.xz) = c4086841cb78d80b7708a0084b145dfbb4d8cacee5ba4f6d64bd1673c87d4992 +SIZE (KDE/kde-l10n/kde-l10n-tg-4.9.5.tar.xz) = 1970988 diff --git a/misc/kde4-l10n-tg/pkg-plist b/misc/kde4-l10n-tg/pkg-plist index b8452f150bbc..06d85c6f3867 100644 --- a/misc/kde4-l10n-tg/pkg-plist +++ b/misc/kde4-l10n-tg/pkg-plist @@ -122,7 +122,6 @@ share/locale/tg/LC_MESSAGES/kcmstyle.mo share/locale/tg/LC_MESSAGES/kcmusb.mo share/locale/tg/LC_MESSAGES/kcmview1394.mo share/locale/tg/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/tg/LC_MESSAGES/kcmxinerama.mo share/locale/tg/LC_MESSAGES/kcron.mo share/locale/tg/LC_MESSAGES/kde-menu.mo share/locale/tg/LC_MESSAGES/kdebugdialog.mo @@ -140,19 +139,13 @@ share/locale/tg/LC_MESSAGES/kdmgreet.mo share/locale/tg/LC_MESSAGES/kdontchangethehostname.mo share/locale/tg/LC_MESSAGES/keditbookmarks.mo share/locale/tg/LC_MESSAGES/kfile.mo -share/locale/tg/LC_MESSAGES/kfile_avi.mo share/locale/tg/LC_MESSAGES/kfile_drgeo.mo share/locale/tg/LC_MESSAGES/kfile_exr.mo -share/locale/tg/LC_MESSAGES/kfile_flac.mo share/locale/tg/LC_MESSAGES/kfile_kig.mo -share/locale/tg/LC_MESSAGES/kfile_mp3.mo -share/locale/tg/LC_MESSAGES/kfile_ogg.mo share/locale/tg/LC_MESSAGES/kfile_pnm.mo share/locale/tg/LC_MESSAGES/kfile_rgb.mo share/locale/tg/LC_MESSAGES/kfile_rpm.mo -share/locale/tg/LC_MESSAGES/kfile_sid.mo share/locale/tg/LC_MESSAGES/kfile_tiff.mo -share/locale/tg/LC_MESSAGES/kfile_wav.mo share/locale/tg/LC_MESSAGES/kfileaudiopreview4.mo share/locale/tg/LC_MESSAGES/kfilereplace.mo share/locale/tg/LC_MESSAGES/kfileshare.mo @@ -312,6 +305,7 @@ share/locale/tg/LC_MESSAGES/libkonq.mo share/locale/tg/LC_MESSAGES/libkscreensaver.mo share/locale/tg/LC_MESSAGES/libksieve.mo share/locale/tg/LC_MESSAGES/libkworkspace.mo +share/locale/tg/LC_MESSAGES/libmailimporter.mo share/locale/tg/LC_MESSAGES/libmessagelist.mo share/locale/tg/LC_MESSAGES/libmessageviewer.mo share/locale/tg/LC_MESSAGES/libplasma.mo @@ -377,7 +371,6 @@ share/locale/tg/LC_MESSAGES/solid-hardware.mo share/locale/tg/LC_MESSAGES/solid-network.mo share/locale/tg/LC_MESSAGES/solidcontrol.mo share/locale/tg/LC_MESSAGES/soliduiserver.mo -share/locale/tg/LC_MESSAGES/spy.mo share/locale/tg/LC_MESSAGES/strigila_diff.mo share/locale/tg/LC_MESSAGES/sweeper.mo share/locale/tg/LC_MESSAGES/systemsettings.mo diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 9f6411aa41e8..8fee3eb20e66 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-th -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Thai messages and documentation for KDE4 KDE4_L10N= th .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-th/distinfo b/misc/kde4-l10n-th/distinfo index 43c9e8589801..1fa8c0e0a504 100644 --- a/misc/kde4-l10n-th/distinfo +++ b/misc/kde4-l10n-th/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-th-4.8.4.tar.xz) = 38139bf920e872279e39f1b0f7f3daaed9b296b61a32316a517c4a6fbb21c675 -SIZE (KDE/kde-l10n/kde-l10n-th-4.8.4.tar.xz) = 1723152 +SHA256 (KDE/kde-l10n/kde-l10n-th-4.9.5.tar.xz) = 706f3ea066317aececb99198a794189a0c246130b7c01ac0e2604962f1daa630 +SIZE (KDE/kde-l10n/kde-l10n-th-4.9.5.tar.xz) = 1691568 diff --git a/misc/kde4-l10n-th/pkg-plist b/misc/kde4-l10n-th/pkg-plist index e3cc0f9ee96f..85d5ec4ece2a 100644 --- a/misc/kde4-l10n-th/pkg-plist +++ b/misc/kde4-l10n-th/pkg-plist @@ -138,7 +138,6 @@ share/locale/th/LC_MESSAGES/kcmstyle.mo share/locale/th/LC_MESSAGES/kcmusb.mo share/locale/th/LC_MESSAGES/kcmview1394.mo share/locale/th/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/th/LC_MESSAGES/kcmxinerama.mo share/locale/th/LC_MESSAGES/kcolorchooser.mo share/locale/th/LC_MESSAGES/kcron.mo share/locale/th/LC_MESSAGES/kde-menu.mo @@ -158,23 +157,15 @@ share/locale/th/LC_MESSAGES/kdmgreet.mo share/locale/th/LC_MESSAGES/kdontchangethehostname.mo share/locale/th/LC_MESSAGES/keditbookmarks.mo share/locale/th/LC_MESSAGES/kfile.mo -share/locale/th/LC_MESSAGES/kfile_avi.mo share/locale/th/LC_MESSAGES/kfile_dds.mo share/locale/th/LC_MESSAGES/kfile_drgeo.mo share/locale/th/LC_MESSAGES/kfile_exr.mo -share/locale/th/LC_MESSAGES/kfile_flac.mo share/locale/th/LC_MESSAGES/kfile_kig.mo -share/locale/th/LC_MESSAGES/kfile_mp3.mo -share/locale/th/LC_MESSAGES/kfile_mpc.mo -share/locale/th/LC_MESSAGES/kfile_ogg.mo share/locale/th/LC_MESSAGES/kfile_pnm.mo share/locale/th/LC_MESSAGES/kfile_raw.mo share/locale/th/LC_MESSAGES/kfile_rgb.mo share/locale/th/LC_MESSAGES/kfile_rpm.mo -share/locale/th/LC_MESSAGES/kfile_sid.mo -share/locale/th/LC_MESSAGES/kfile_theora.mo share/locale/th/LC_MESSAGES/kfile_tiff.mo -share/locale/th/LC_MESSAGES/kfile_wav.mo share/locale/th/LC_MESSAGES/kfile_xps.mo share/locale/th/LC_MESSAGES/kfileaudiopreview4.mo share/locale/th/LC_MESSAGES/kfilereplace.mo @@ -335,6 +326,7 @@ share/locale/th/LC_MESSAGES/libksane.mo share/locale/th/LC_MESSAGES/libkscreensaver.mo share/locale/th/LC_MESSAGES/libkunitconversion.mo share/locale/th/LC_MESSAGES/libkworkspace.mo +share/locale/th/LC_MESSAGES/libmailimporter.mo share/locale/th/LC_MESSAGES/libmailtransport.mo share/locale/th/LC_MESSAGES/libmessagecore.mo share/locale/th/LC_MESSAGES/libmessagelist.mo @@ -510,7 +502,6 @@ share/locale/th/LC_MESSAGES/solid-network.mo share/locale/th/LC_MESSAGES/solid_qt.mo share/locale/th/LC_MESSAGES/solidcontrol.mo share/locale/th/LC_MESSAGES/soliduiserver.mo -share/locale/th/LC_MESSAGES/spy.mo share/locale/th/LC_MESSAGES/step.mo share/locale/th/LC_MESSAGES/step_qt.mo share/locale/th/LC_MESSAGES/superkaramba.mo diff --git a/misc/kde4-l10n-tr/Makefile b/misc/kde4-l10n-tr/Makefile index 198bc5936bc0..0e382754605b 100644 --- a/misc/kde4-l10n-tr/Makefile +++ b/misc/kde4-l10n-tr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-tr -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -14,5 +10,8 @@ COMMENT= Turkish messages and documentation for KDE4 KDE4_L10N= tr +MANLANG= ${KDE4_L10N} +.include <${.CURDIR}/Makefile.man> + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-tr/Makefile.man b/misc/kde4-l10n-tr/Makefile.man new file mode 100644 index 000000000000..f2aeba8b6e95 --- /dev/null +++ b/misc/kde4-l10n-tr/Makefile.man @@ -0,0 +1,4 @@ +MAN1+= checkXML.1 +MAN1+= dragon.1 +MAN7+= kdeoptions.7 +MAN7+= qtoptions.7 diff --git a/misc/kde4-l10n-tr/distinfo b/misc/kde4-l10n-tr/distinfo index 0793cc18724d..76ade6c2c5e4 100644 --- a/misc/kde4-l10n-tr/distinfo +++ b/misc/kde4-l10n-tr/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-tr-4.8.4.tar.xz) = 2f615eabdb379c10812be9040a17710272c557e2c0278359c0c7a5cb02e3ca2d -SIZE (KDE/kde-l10n/kde-l10n-tr-4.8.4.tar.xz) = 2510044 +SHA256 (KDE/kde-l10n/kde-l10n-tr-4.9.5.tar.xz) = d0f9f77f0ac28448770cdba74fc19c9f248e2a70d2f6dac03bec358edd563ab3 +SIZE (KDE/kde-l10n/kde-l10n-tr-4.9.5.tar.xz) = 4039448 diff --git a/misc/kde4-l10n-tr/pkg-plist b/misc/kde4-l10n-tr/pkg-plist index 69c618dd6d40..b5542e04fda4 100644 --- a/misc/kde4-l10n-tr/pkg-plist +++ b/misc/kde4-l10n-tr/pkg-plist @@ -7,6 +7,107 @@ share/doc/HTML/tr/common/fdl-translated.html share/doc/HTML/tr/common/gpl-translated.html share/doc/HTML/tr/common/kde-localised.css share/doc/HTML/tr/common/lgpl-translated.html +share/doc/HTML/tr/dragonplayer/common +share/doc/HTML/tr/dragonplayer/index.cache.bz2 +share/doc/HTML/tr/dragonplayer/index.docbook +share/doc/HTML/tr/dragonplayer/man-dragon.1.docbook +share/doc/HTML/tr/fundamentals/colors.png +share/doc/HTML/tr/fundamentals/common +share/doc/HTML/tr/fundamentals/config.docbook +share/doc/HTML/tr/fundamentals/files-locationbar-breadcrumb.png +share/doc/HTML/tr/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/tr/fundamentals/files-locationbar-editable.png +share/doc/HTML/tr/fundamentals/files-open.png +share/doc/HTML/tr/fundamentals/files-save.png +share/doc/HTML/tr/fundamentals/find-find.png +share/doc/HTML/tr/fundamentals/find-found.png +share/doc/HTML/tr/fundamentals/find-replace.png +share/doc/HTML/tr/fundamentals/fonts.png +share/doc/HTML/tr/fundamentals/index.cache.bz2 +share/doc/HTML/tr/fundamentals/index.docbook +share/doc/HTML/tr/fundamentals/install.docbook +share/doc/HTML/tr/fundamentals/menus.png +share/doc/HTML/tr/fundamentals/shortcuts-schemes.png +share/doc/HTML/tr/fundamentals/shortcuts-search.png +share/doc/HTML/tr/fundamentals/shortcuts-set.png +share/doc/HTML/tr/fundamentals/spellcheck-check.png +share/doc/HTML/tr/fundamentals/tasks.docbook +share/doc/HTML/tr/fundamentals/toolbars-configure.png +share/doc/HTML/tr/fundamentals/toolbars-toolbar.png +share/doc/HTML/tr/fundamentals/ui.docbook +share/doc/HTML/tr/kcontrol/kresources/common +share/doc/HTML/tr/kcontrol/kresources/index.cache.bz2 +share/doc/HTML/tr/kcontrol/kresources/index.docbook +share/doc/HTML/tr/khelpcenter/documentationnotfound/common +share/doc/HTML/tr/khelpcenter/documentationnotfound/index.cache.bz2 +share/doc/HTML/tr/khelpcenter/documentationnotfound/index.docbook +share/doc/HTML/tr/kioslave/data/common +share/doc/HTML/tr/kioslave/data/index.cache.bz2 +share/doc/HTML/tr/kioslave/data/index.docbook +share/doc/HTML/tr/kioslave/file/common +share/doc/HTML/tr/kioslave/file/index.cache.bz2 +share/doc/HTML/tr/kioslave/file/index.docbook +share/doc/HTML/tr/kioslave/ftp/common +share/doc/HTML/tr/kioslave/ftp/index.cache.bz2 +share/doc/HTML/tr/kioslave/ftp/index.docbook +share/doc/HTML/tr/kioslave/help/common +share/doc/HTML/tr/kioslave/help/index.cache.bz2 +share/doc/HTML/tr/kioslave/help/index.docbook +share/doc/HTML/tr/kioslave/http/common +share/doc/HTML/tr/kioslave/http/index.cache.bz2 +share/doc/HTML/tr/kioslave/http/index.docbook +share/doc/HTML/tr/kioslave/imap/common +share/doc/HTML/tr/kioslave/imap/index.cache.bz2 +share/doc/HTML/tr/kioslave/imap/index.docbook +share/doc/HTML/tr/kioslave/ldap/common +share/doc/HTML/tr/kioslave/ldap/index.cache.bz2 +share/doc/HTML/tr/kioslave/ldap/index.docbook +share/doc/HTML/tr/kioslave/mailto/common +share/doc/HTML/tr/kioslave/mailto/index.cache.bz2 +share/doc/HTML/tr/kioslave/mailto/index.docbook +share/doc/HTML/tr/kioslave/mbox/common +share/doc/HTML/tr/kioslave/mbox/index.cache.bz2 +share/doc/HTML/tr/kioslave/mbox/index.docbook +share/doc/HTML/tr/kioslave/news/common +share/doc/HTML/tr/kioslave/news/index.cache.bz2 +share/doc/HTML/tr/kioslave/news/index.docbook +share/doc/HTML/tr/kioslave/nntp/common +share/doc/HTML/tr/kioslave/nntp/index.cache.bz2 +share/doc/HTML/tr/kioslave/nntp/index.docbook +share/doc/HTML/tr/kioslave/pop3/common +share/doc/HTML/tr/kioslave/pop3/index.cache.bz2 +share/doc/HTML/tr/kioslave/pop3/index.docbook +share/doc/HTML/tr/kioslave/rlogin/common +share/doc/HTML/tr/kioslave/rlogin/index.cache.bz2 +share/doc/HTML/tr/kioslave/rlogin/index.docbook +share/doc/HTML/tr/kioslave/sieve/common +share/doc/HTML/tr/kioslave/sieve/index.cache.bz2 +share/doc/HTML/tr/kioslave/sieve/index.docbook +share/doc/HTML/tr/kioslave/smtp/common +share/doc/HTML/tr/kioslave/smtp/index.cache.bz2 +share/doc/HTML/tr/kioslave/smtp/index.docbook +share/doc/HTML/tr/kioslave/telnet/common +share/doc/HTML/tr/kioslave/telnet/index.cache.bz2 +share/doc/HTML/tr/kioslave/telnet/index.docbook +share/doc/HTML/tr/kioslave/webdav/common +share/doc/HTML/tr/kioslave/webdav/index.cache.bz2 +share/doc/HTML/tr/kioslave/webdav/index.docbook +share/doc/HTML/tr/onlinehelp/common +share/doc/HTML/tr/onlinehelp/index.cache.bz2 +share/doc/HTML/tr/onlinehelp/index.docbook +share/doc/HTML/tr/plasma-desktop/add-widgets.png +share/doc/HTML/tr/plasma-desktop/common +share/doc/HTML/tr/plasma-desktop/desktop-settings.png +share/doc/HTML/tr/plasma-desktop/device_notifier_widget.png +share/doc/HTML/tr/plasma-desktop/device_notifier_widget_actions.png +share/doc/HTML/tr/plasma-desktop/index.cache.bz2 +share/doc/HTML/tr/plasma-desktop/index.docbook +share/doc/HTML/tr/plasma-desktop/panel-settings.png +share/doc/HTML/tr/plasma-desktop/system-tray-settings.png +share/doc/HTML/tr/plasma-desktop/taskbar-settings.png +share/doc/HTML/tr/sonnet/common +share/doc/HTML/tr/sonnet/index.cache.bz2 +share/doc/HTML/tr/sonnet/index.docbook share/locale/tr/LC_MESSAGES/accountwizard.mo share/locale/tr/LC_MESSAGES/accountwizard_ical.mo share/locale/tr/LC_MESSAGES/accountwizard_imap.mo @@ -14,15 +115,18 @@ share/locale/tr/LC_MESSAGES/accountwizard_kolab.mo share/locale/tr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/tr/LC_MESSAGES/accountwizard_maildir.mo share/locale/tr/LC_MESSAGES/accountwizard_pop3.mo +share/locale/tr/LC_MESSAGES/accountwizard_tine20.mo share/locale/tr/LC_MESSAGES/adblock.mo share/locale/tr/LC_MESSAGES/akonadi-filestore.mo share/locale/tr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/tr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/tr/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/tr/LC_MESSAGES/akonadi_google_resource.mo share/locale/tr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/tr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/tr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/tr/LC_MESSAGES/akonadi_kabc_resource.mo +share/locale/tr/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/tr/LC_MESSAGES/akonadi_knut_resource.mo @@ -47,6 +151,7 @@ share/locale/tr/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/tr/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/tr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/tr/LC_MESSAGES/akonadicontact.mo +share/locale/tr/LC_MESSAGES/akonadinotes.mo share/locale/tr/LC_MESSAGES/akonaditray.mo share/locale/tr/LC_MESSAGES/akregator.mo share/locale/tr/LC_MESSAGES/akregator_konqplugin.mo @@ -75,7 +180,9 @@ share/locale/tr/LC_MESSAGES/dragonplayer.mo share/locale/tr/LC_MESSAGES/drkonqi.mo share/locale/tr/LC_MESSAGES/filelight.mo share/locale/tr/LC_MESSAGES/filetypes.mo +share/locale/tr/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/tr/LC_MESSAGES/fileviewgitplugin.mo +share/locale/tr/LC_MESSAGES/fileviewhgplugin.mo share/locale/tr/LC_MESSAGES/fileviewsvnplugin.mo share/locale/tr/LC_MESSAGES/freespacenotifier.mo share/locale/tr/LC_MESSAGES/fsview.mo @@ -123,6 +230,7 @@ share/locale/tr/LC_MESSAGES/katemailfilesplugin.mo share/locale/tr/LC_MESSAGES/kateopenheader.mo share/locale/tr/LC_MESSAGES/katepart4.mo share/locale/tr/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/tr/LC_MESSAGES/katesearch.mo share/locale/tr/LC_MESSAGES/katesnippets_tng.mo share/locale/tr/LC_MESSAGES/katesql.mo share/locale/tr/LC_MESSAGES/katesymbolviewer.mo @@ -145,6 +253,7 @@ share/locale/tr/LC_MESSAGES/kcal_akonadi.mo share/locale/tr/LC_MESSAGES/kcalc.mo share/locale/tr/LC_MESSAGES/kcertpart.mo share/locale/tr/LC_MESSAGES/kcharselect.mo +share/locale/tr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/tr/LC_MESSAGES/kcm_akonadi.mo share/locale/tr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/tr/LC_MESSAGES/kcm_attica.mo @@ -216,7 +325,6 @@ share/locale/tr/LC_MESSAGES/kcmstyle.mo share/locale/tr/LC_MESSAGES/kcmusb.mo share/locale/tr/LC_MESSAGES/kcmview1394.mo share/locale/tr/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/tr/LC_MESSAGES/kcmxinerama.mo share/locale/tr/LC_MESSAGES/kcolorchooser.mo share/locale/tr/LC_MESSAGES/kcron.mo share/locale/tr/LC_MESSAGES/kde-menu.mo @@ -226,6 +334,7 @@ share/locale/tr/LC_MESSAGES/kdecalendarsystems.mo share/locale/tr/LC_MESSAGES/kdelibs4.mo share/locale/tr/LC_MESSAGES/kdelibs_colors4.mo share/locale/tr/LC_MESSAGES/kdepasswd.mo +share/locale/tr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/tr/LC_MESSAGES/kdeqt.mo share/locale/tr/LC_MESSAGES/kdesu.mo share/locale/tr/LC_MESSAGES/kdesud.mo @@ -238,24 +347,16 @@ share/locale/tr/LC_MESSAGES/kdmgreet.mo share/locale/tr/LC_MESSAGES/kdontchangethehostname.mo share/locale/tr/LC_MESSAGES/keditbookmarks.mo share/locale/tr/LC_MESSAGES/kfile.mo -share/locale/tr/LC_MESSAGES/kfile_avi.mo share/locale/tr/LC_MESSAGES/kfile_dds.mo share/locale/tr/LC_MESSAGES/kfile_drgeo.mo share/locale/tr/LC_MESSAGES/kfile_exr.mo -share/locale/tr/LC_MESSAGES/kfile_flac.mo share/locale/tr/LC_MESSAGES/kfile_kig.mo share/locale/tr/LC_MESSAGES/kfile_mail.mo -share/locale/tr/LC_MESSAGES/kfile_mp3.mo -share/locale/tr/LC_MESSAGES/kfile_mpc.mo -share/locale/tr/LC_MESSAGES/kfile_ogg.mo share/locale/tr/LC_MESSAGES/kfile_pnm.mo share/locale/tr/LC_MESSAGES/kfile_raw.mo share/locale/tr/LC_MESSAGES/kfile_rgb.mo share/locale/tr/LC_MESSAGES/kfile_rpm.mo -share/locale/tr/LC_MESSAGES/kfile_sid.mo -share/locale/tr/LC_MESSAGES/kfile_theora.mo share/locale/tr/LC_MESSAGES/kfile_tiff.mo -share/locale/tr/LC_MESSAGES/kfile_wav.mo share/locale/tr/LC_MESSAGES/kfile_xps.mo share/locale/tr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/tr/LC_MESSAGES/kfilereplace.mo @@ -288,6 +389,7 @@ share/locale/tr/LC_MESSAGES/kimagemapeditor.mo share/locale/tr/LC_MESSAGES/kinetd.mo share/locale/tr/LC_MESSAGES/kinfocenter.mo share/locale/tr/LC_MESSAGES/kio4.mo +share/locale/tr/LC_MESSAGES/kio_activities.mo share/locale/tr/LC_MESSAGES/kio_akonadi.mo share/locale/tr/LC_MESSAGES/kio_applications.mo share/locale/tr/LC_MESSAGES/kio_archive.mo @@ -309,6 +411,7 @@ share/locale/tr/LC_MESSAGES/kio_nfs.mo share/locale/tr/LC_MESSAGES/kio_nntp.mo share/locale/tr/LC_MESSAGES/kio_perldoc.mo share/locale/tr/LC_MESSAGES/kio_pop3.mo +share/locale/tr/LC_MESSAGES/kio_recentdocuments.mo share/locale/tr/LC_MESSAGES/kio_remote.mo share/locale/tr/LC_MESSAGES/kio_sftp.mo share/locale/tr/LC_MESSAGES/kio_sieve.mo @@ -356,10 +459,12 @@ share/locale/tr/LC_MESSAGES/kollision.mo share/locale/tr/LC_MESSAGES/kolourpaint.mo share/locale/tr/LC_MESSAGES/kommander.mo share/locale/tr/LC_MESSAGES/kompare.mo +share/locale/tr/LC_MESSAGES/konqprofiles.mo share/locale/tr/LC_MESSAGES/konqueror.mo share/locale/tr/LC_MESSAGES/konquest.mo share/locale/tr/LC_MESSAGES/konsole.mo share/locale/tr/LC_MESSAGES/konsolekalendar.mo +share/locale/tr/LC_MESSAGES/konsoleprofiles.mo share/locale/tr/LC_MESSAGES/kontact.mo share/locale/tr/LC_MESSAGES/kontactinterfaces.mo share/locale/tr/LC_MESSAGES/kopete.mo @@ -389,9 +494,6 @@ share/locale/tr/LC_MESSAGES/krunner.mo share/locale/tr/LC_MESSAGES/ksaneplugin.mo share/locale/tr/LC_MESSAGES/kscd.mo share/locale/tr/LC_MESSAGES/kscreensaver.mo -share/locale/tr/LC_MESSAGES/ksecrets_kio.mo -share/locale/tr/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/tr/LC_MESSAGES/ksecretsync.mo share/locale/tr/LC_MESSAGES/ksendemail.mo share/locale/tr/LC_MESSAGES/kshellcmdplugin.mo share/locale/tr/LC_MESSAGES/kshisen.mo @@ -440,7 +542,6 @@ share/locale/tr/LC_MESSAGES/kwin_clients.mo share/locale/tr/LC_MESSAGES/kwin_effects.mo share/locale/tr/LC_MESSAGES/kwinshutdown.mo share/locale/tr/LC_MESSAGES/kwinstartmenu.mo -share/locale/tr/LC_MESSAGES/kwl2kss.mo share/locale/tr/LC_MESSAGES/kwordquiz.mo share/locale/tr/LC_MESSAGES/kwrite.mo share/locale/tr/LC_MESSAGES/kwriteconfig.mo @@ -488,6 +589,7 @@ share/locale/tr/LC_MESSAGES/libkworkspace.mo share/locale/tr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/tr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/tr/LC_MESSAGES/libmailcommon.mo +share/locale/tr/LC_MESSAGES/libmailimporter.mo share/locale/tr/LC_MESSAGES/libmailtransport.mo share/locale/tr/LC_MESSAGES/libmessagecomposer.mo share/locale/tr/LC_MESSAGES/libmessagecore.mo @@ -578,6 +680,7 @@ share/locale/tr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/tr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_icon.mo +share/locale/tr/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/tr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/tr/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/tr/LC_MESSAGES/plasma_applet_kalzium.mo @@ -605,6 +708,7 @@ share/locale/tr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/tr/LC_MESSAGES/plasma_applet_pager.mo share/locale/tr/LC_MESSAGES/plasma_applet_panel.mo share/locale/tr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -620,7 +724,6 @@ share/locale/tr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/tr/LC_MESSAGES/plasma_applet_sal.mo share/locale/tr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/tr/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/tr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/tr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_skapplet.mo @@ -648,6 +751,7 @@ share/locale/tr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/tr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/tr/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/tr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/tr/LC_MESSAGES/plasma_engine_network.mo share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tr/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -655,6 +759,8 @@ share/locale/tr/LC_MESSAGES/plasma_engine_rss.mo share/locale/tr/LC_MESSAGES/plasma_engine_share.mo share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo +share/locale/tr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/tr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/tr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/tr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_activities.mo @@ -687,6 +793,7 @@ share/locale/tr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/tr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/tr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/tr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/tr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/tr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -695,6 +802,7 @@ share/locale/tr/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/tr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/tr/LC_MESSAGES/plasmaengineexplorer.mo @@ -702,6 +810,7 @@ share/locale/tr/LC_MESSAGES/plasmagenericshell.mo share/locale/tr/LC_MESSAGES/plasmapkg.mo share/locale/tr/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/tr/LC_MESSAGES/plasmoidviewer.mo +share/locale/tr/LC_MESSAGES/pothumbnail.mo share/locale/tr/LC_MESSAGES/powerdevil.mo share/locale/tr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/tr/LC_MESSAGES/powerdevilglobalconfig.mo @@ -719,7 +828,6 @@ share/locale/tr/LC_MESSAGES/solid-network.mo share/locale/tr/LC_MESSAGES/solid_qt.mo share/locale/tr/LC_MESSAGES/solidcontrol.mo share/locale/tr/LC_MESSAGES/soliduiserver.mo -share/locale/tr/LC_MESSAGES/spy.mo share/locale/tr/LC_MESSAGES/step.mo share/locale/tr/LC_MESSAGES/step_qt.mo share/locale/tr/LC_MESSAGES/strigila_diff.mo @@ -737,7 +845,37 @@ share/locale/tr/LC_MESSAGES/validatorsplugin.mo share/locale/tr/LC_MESSAGES/webarchiver.mo share/locale/tr/LC_MESSAGES/xml_mimetypes.mo share/locale/tr/entry.desktop +@dirrm share/doc/HTML/tr/sonnet +@dirrm share/doc/HTML/tr/plasma-desktop +@dirrm share/doc/HTML/tr/onlinehelp +@dirrm share/doc/HTML/tr/kioslave/webdav +@dirrm share/doc/HTML/tr/kioslave/telnet +@dirrm share/doc/HTML/tr/kioslave/smtp +@dirrm share/doc/HTML/tr/kioslave/sieve +@dirrm share/doc/HTML/tr/kioslave/rlogin +@dirrm share/doc/HTML/tr/kioslave/pop3 +@dirrm share/doc/HTML/tr/kioslave/nntp +@dirrm share/doc/HTML/tr/kioslave/news +@dirrm share/doc/HTML/tr/kioslave/mbox +@dirrm share/doc/HTML/tr/kioslave/mailto +@dirrm share/doc/HTML/tr/kioslave/ldap +@dirrm share/doc/HTML/tr/kioslave/imap +@dirrm share/doc/HTML/tr/kioslave/http +@dirrm share/doc/HTML/tr/kioslave/help +@dirrm share/doc/HTML/tr/kioslave/ftp +@dirrm share/doc/HTML/tr/kioslave/file +@dirrm share/doc/HTML/tr/kioslave/data +@dirrm share/doc/HTML/tr/kioslave +@dirrm share/doc/HTML/tr/khelpcenter/documentationnotfound +@dirrm share/doc/HTML/tr/khelpcenter +@dirrm share/doc/HTML/tr/kcontrol/kresources +@dirrm share/doc/HTML/tr/kcontrol +@dirrm share/doc/HTML/tr/fundamentals +@dirrm share/doc/HTML/tr/dragonplayer @dirrm share/doc/HTML/tr/common @dirrm share/apps/kvtml/tr @dirrm share/apps/kvtml @dirrm share/apps/khangman +@dirrmtry man/tr/man7 +@dirrmtry man/tr/man1 +@dirrmtry man/tr diff --git a/misc/kde4-l10n-ug/Makefile b/misc/kde4-l10n-ug/Makefile index 58a66d5a1a41..d901a0886b50 100644 --- a/misc/kde4-l10n-ug/Makefile +++ b/misc/kde4-l10n-ug/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n-ug -# Date created: 11 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Uighur messages and documentation for KDE4 KDE4_L10N= ug .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-ug/distinfo b/misc/kde4-l10n-ug/distinfo index 5ba7c69bc542..1c1204d994cf 100644 --- a/misc/kde4-l10n-ug/distinfo +++ b/misc/kde4-l10n-ug/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ug-4.8.4.tar.xz) = cdc864ffdf640814d177507b79e21f834f0d25e9ffceab338bd54ce9aa9c47d2 -SIZE (KDE/kde-l10n/kde-l10n-ug-4.8.4.tar.xz) = 1755688 +SHA256 (KDE/kde-l10n/kde-l10n-ug-4.9.5.tar.xz) = 11f564a1df74509156b0d8181e0670f5dcb16e7a908fba30e0dec1cfad235796 +SIZE (KDE/kde-l10n/kde-l10n-ug-4.9.5.tar.xz) = 1724840 diff --git a/misc/kde4-l10n-ug/pkg-plist b/misc/kde4-l10n-ug/pkg-plist index 9aa9721cb8ea..6797a6c476e1 100644 --- a/misc/kde4-l10n-ug/pkg-plist +++ b/misc/kde4-l10n-ug/pkg-plist @@ -208,7 +208,6 @@ share/locale/ug/LC_MESSAGES/kcmstyle.mo share/locale/ug/LC_MESSAGES/kcmusb.mo share/locale/ug/LC_MESSAGES/kcmview1394.mo share/locale/ug/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ug/LC_MESSAGES/kcmxinerama.mo share/locale/ug/LC_MESSAGES/kcolorchooser.mo share/locale/ug/LC_MESSAGES/kcron.mo share/locale/ug/LC_MESSAGES/kde-menu.mo @@ -231,24 +230,16 @@ share/locale/ug/LC_MESSAGES/kdmgreet.mo share/locale/ug/LC_MESSAGES/kdontchangethehostname.mo share/locale/ug/LC_MESSAGES/keditbookmarks.mo share/locale/ug/LC_MESSAGES/kfile.mo -share/locale/ug/LC_MESSAGES/kfile_avi.mo share/locale/ug/LC_MESSAGES/kfile_dds.mo share/locale/ug/LC_MESSAGES/kfile_drgeo.mo share/locale/ug/LC_MESSAGES/kfile_exr.mo -share/locale/ug/LC_MESSAGES/kfile_flac.mo share/locale/ug/LC_MESSAGES/kfile_kig.mo share/locale/ug/LC_MESSAGES/kfile_mail.mo -share/locale/ug/LC_MESSAGES/kfile_mp3.mo -share/locale/ug/LC_MESSAGES/kfile_mpc.mo -share/locale/ug/LC_MESSAGES/kfile_ogg.mo share/locale/ug/LC_MESSAGES/kfile_pnm.mo share/locale/ug/LC_MESSAGES/kfile_raw.mo share/locale/ug/LC_MESSAGES/kfile_rgb.mo share/locale/ug/LC_MESSAGES/kfile_rpm.mo -share/locale/ug/LC_MESSAGES/kfile_sid.mo -share/locale/ug/LC_MESSAGES/kfile_theora.mo share/locale/ug/LC_MESSAGES/kfile_tiff.mo -share/locale/ug/LC_MESSAGES/kfile_wav.mo share/locale/ug/LC_MESSAGES/kfile_xps.mo share/locale/ug/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ug/LC_MESSAGES/kfilereplace.mo @@ -382,11 +373,6 @@ share/locale/ug/LC_MESSAGES/krunner.mo share/locale/ug/LC_MESSAGES/ksaneplugin.mo share/locale/ug/LC_MESSAGES/kscd.mo share/locale/ug/LC_MESSAGES/kscreensaver.mo -share/locale/ug/LC_MESSAGES/ksecrets_kio.mo -share/locale/ug/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ug/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ug/LC_MESSAGES/ksecretsserviced.mo -share/locale/ug/LC_MESSAGES/ksecretsync.mo share/locale/ug/LC_MESSAGES/ksendemail.mo share/locale/ug/LC_MESSAGES/kshellcmdplugin.mo share/locale/ug/LC_MESSAGES/kshisen.mo @@ -435,7 +421,6 @@ share/locale/ug/LC_MESSAGES/kwin_clients.mo share/locale/ug/LC_MESSAGES/kwin_effects.mo share/locale/ug/LC_MESSAGES/kwinshutdown.mo share/locale/ug/LC_MESSAGES/kwinstartmenu.mo -share/locale/ug/LC_MESSAGES/kwl2kss.mo share/locale/ug/LC_MESSAGES/kwordquiz.mo share/locale/ug/LC_MESSAGES/kwrite.mo share/locale/ug/LC_MESSAGES/kwriteconfig.mo @@ -483,6 +468,7 @@ share/locale/ug/LC_MESSAGES/libkworkspace.mo share/locale/ug/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ug/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ug/LC_MESSAGES/libmailcommon.mo +share/locale/ug/LC_MESSAGES/libmailimporter.mo share/locale/ug/LC_MESSAGES/libmailtransport.mo share/locale/ug/LC_MESSAGES/libmessagecomposer.mo share/locale/ug/LC_MESSAGES/libmessagecore.mo @@ -600,6 +586,7 @@ share/locale/ug/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ug/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ug/LC_MESSAGES/plasma_applet_pager.mo share/locale/ug/LC_MESSAGES/plasma_applet_panel.mo share/locale/ug/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -615,7 +602,6 @@ share/locale/ug/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ug/LC_MESSAGES/plasma_applet_sal.mo share/locale/ug/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ug/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ug/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ug/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_skapplet.mo @@ -698,6 +684,7 @@ share/locale/ug/LC_MESSAGES/plasmapkg.mo share/locale/ug/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/ug/LC_MESSAGES/plasmoidviewer.mo share/locale/ug/LC_MESSAGES/powerdevil.mo +share/locale/ug/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ug/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ug/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ug/LC_MESSAGES/printer-applet.mo @@ -713,7 +700,6 @@ share/locale/ug/LC_MESSAGES/solid-network.mo share/locale/ug/LC_MESSAGES/solid_qt.mo share/locale/ug/LC_MESSAGES/solidcontrol.mo share/locale/ug/LC_MESSAGES/soliduiserver.mo -share/locale/ug/LC_MESSAGES/spy.mo share/locale/ug/LC_MESSAGES/step.mo share/locale/ug/LC_MESSAGES/step_qt.mo share/locale/ug/LC_MESSAGES/strigila_diff.mo diff --git a/misc/kde4-l10n-wa/Makefile b/misc/kde4-l10n-wa/Makefile index fbc3ccc3edae..2006675aed92 100644 --- a/misc/kde4-l10n-wa/Makefile +++ b/misc/kde4-l10n-wa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-wa -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +11,4 @@ COMMENT= Walloon messages and documentation for KDE4 KDE4_L10N= wa .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kde4-l10n-wa/distinfo b/misc/kde4-l10n-wa/distinfo index a950468c0c66..b110ab563035 100644 --- a/misc/kde4-l10n-wa/distinfo +++ b/misc/kde4-l10n-wa/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-wa-4.8.4.tar.xz) = 8b25ff50d084e97f0c6c8766b8060ee5a8d6290085cec3fd1fee8980a8e02e1b -SIZE (KDE/kde-l10n/kde-l10n-wa-4.8.4.tar.xz) = 1752044 +SHA256 (KDE/kde-l10n/kde-l10n-wa-4.9.5.tar.xz) = 868effab1af1e8d964d2a5971753eeb08210568a3a6baa5b615e2667efd8b211 +SIZE (KDE/kde-l10n/kde-l10n-wa-4.9.5.tar.xz) = 1730164 diff --git a/misc/kde4-l10n-wa/pkg-plist b/misc/kde4-l10n-wa/pkg-plist index e399da8d5dd0..d097dea55de5 100644 --- a/misc/kde4-l10n-wa/pkg-plist +++ b/misc/kde4-l10n-wa/pkg-plist @@ -96,6 +96,7 @@ share/locale/wa/LC_MESSAGES/fsview.mo share/locale/wa/LC_MESSAGES/gwenview.mo share/locale/wa/LC_MESSAGES/htmlsearch.mo share/locale/wa/LC_MESSAGES/imagerename_plugin.mo +share/locale/wa/LC_MESSAGES/imgalleryplugin.mo share/locale/wa/LC_MESSAGES/joystick.mo share/locale/wa/LC_MESSAGES/kaccess.mo share/locale/wa/LC_MESSAGES/kactivitymanagerd.mo @@ -171,7 +172,6 @@ share/locale/wa/LC_MESSAGES/kcmstyle.mo share/locale/wa/LC_MESSAGES/kcmusb.mo share/locale/wa/LC_MESSAGES/kcmview1394.mo share/locale/wa/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/wa/LC_MESSAGES/kcmxinerama.mo share/locale/wa/LC_MESSAGES/kcolorchooser.mo share/locale/wa/LC_MESSAGES/kcron.mo share/locale/wa/LC_MESSAGES/kde-menu.mo @@ -188,18 +188,10 @@ share/locale/wa/LC_MESSAGES/kdmgreet.mo share/locale/wa/LC_MESSAGES/kdontchangethehostname.mo share/locale/wa/LC_MESSAGES/keditbookmarks.mo share/locale/wa/LC_MESSAGES/kfile.mo -share/locale/wa/LC_MESSAGES/kfile_avi.mo -share/locale/wa/LC_MESSAGES/kfile_flac.mo -share/locale/wa/LC_MESSAGES/kfile_mp3.mo -share/locale/wa/LC_MESSAGES/kfile_mpc.mo -share/locale/wa/LC_MESSAGES/kfile_ogg.mo share/locale/wa/LC_MESSAGES/kfile_pnm.mo share/locale/wa/LC_MESSAGES/kfile_raw.mo share/locale/wa/LC_MESSAGES/kfile_rgb.mo share/locale/wa/LC_MESSAGES/kfile_rpm.mo -share/locale/wa/LC_MESSAGES/kfile_sid.mo -share/locale/wa/LC_MESSAGES/kfile_theora.mo -share/locale/wa/LC_MESSAGES/kfile_wav.mo share/locale/wa/LC_MESSAGES/kfileaudiopreview4.mo share/locale/wa/LC_MESSAGES/kfindpart.mo share/locale/wa/LC_MESSAGES/kfloppy.mo diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 7b89217e2c6b..a92ff5037449 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n -# Date created: 21 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -19,7 +15,7 @@ NO_BUILD= yes USE_KDE4= kdeprefix KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu fa \ - fi fr ga gl he hr hu ia id is it ja kk km ko lt lv nb nds \ + fi fr ga gl he hi hr hu ia is it ja kk km ko lt lv nb nds \ nl nn pa pl pt pt_BR ro ru si sk sl sr sv tg th tr ug uk \ vi wa zh_CN zh_TW @@ -41,23 +37,32 @@ zh_CN_PORT= chinese/kde4-l10n-zh_CN zh_TW_PORT= chinese/kde4-l10n-zh_TW .include <${.CURDIR}/files/kde4-lang-names> +# kde4-lang-names is encoded in UTF, override with plain ASCII: nb_NAME= Norwegian Bokmal -OPTIONS= ALL "All localizations" on +OPTIONS_DEFINE= ALL ${LANG_OPT_ALL} +OPTIONS_DEFAULT= ALL + +ALL_DESC= All localizations + .for lang in ${KDE4_LANG_ALL} ${lang}_DETECT?= ${KDE4_PREFIX}/share/locale/${lang}/entry.desktop ${lang}_PORT?= misc/kde4-l10n-${lang} ${lang}_NAME?= ${lang} -${lang}_OPTION= ${lang:S/@/_/} -OPTIONS+= ${${lang}_OPTION} "${${lang}_NAME} localization" off + +${lang}_OPT= ${lang:S/@/_/} +LANG_OPT_ALL+= ${${lang}_OPT} +${${lang}_OPT}_DESC= ${${lang}_NAME} localization + +${${lang}_OPT}_DEP= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} .endfor .include <bsd.port.options.mk> -.for lang in ${KDE4_LANG_ALL} -.if defined(WITH_ALL) || defined(WITH_${${lang}_OPTION}) -RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} -.endif +.for opt in ${LANG_OPT_ALL} +. if ${PORT_OPTIONS:M${opt}} || ${PORT_OPTIONS:MALL} +RUN_DEPENDS+= ${${opt}_DEP} +. endif .endfor do-install: diff --git a/misc/kde4-l10n/files/bsd.l10n.mk b/misc/kde4-l10n/files/bsd.l10n.mk index e0e63e695df2..720254d1af9c 100644 --- a/misc/kde4-l10n/files/bsd.l10n.mk +++ b/misc/kde4-l10n/files/bsd.l10n.mk @@ -1,4 +1,3 @@ -.if defined(KDE4_L10N) MASTER_SITES?= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR?= ${KDE4_BRANCH}/${PORTVERSION}/src/kde-l10n/ PKGNAMEPREFIX= ${KDE4_L10N:S/@/_/}- @@ -13,4 +12,67 @@ USE_CMAKE= yes MAKE_JOBS_SAFE= yes +# Support for spelling dictionaries + +${KDE4_L10N}_CATEGORY?= textproc +ar_CATEGORY= arabic +de_CATEGORY= german +fr_CATEGORY= french +he_CATEGORY= hebrew +hu_CATEGORY= hungarian +ko_CATEGORY= korean +pl_CATEGORY= polish +pt_BR_CATEGORY= portuguese +pt_CATEGORY= portuguese +ru_CATEGORY= russian +uk_CATEGORY= ukrainian +vi_CATEGORY= vietnamese + +ca@valencia_aspell_PORT_PREFIX= ca- +ca@valencia_aspell_DETECT_PREFIX= ca- + +pt_BR_aspell_PORT_SUFFIX= -pt_BR +pt_BR_hunspell_DETECT_PREFIX= pt- + +pt_aspell_PORT_SUFFIX= -pt_PT +pt_aspell_DETECT_PREFIX= pt_PT- + +.for i in ar de fr he hu ko pl pt_BR pt ru uk vi +${i}_aspell_PORT_PREFIX= # +${i}_hunspell_PORT_PREFIX= # +.endfor + +.for i in aspell hunspell +${KDE4_L10N}_${i}_DETECT_PREFIX?= ${KDE4_L10N}- +${KDE4_L10N}_${i}_DETECT_SUFFIX?= # +${KDE4_L10N}_${i}_DETECT?= ${${KDE4_L10N}_${i}_DETECT_PREFIX}${i}${${KDE4_L10N}_${i}_DETECT_SUFFIX}>=0 + +${KDE4_L10N}_${i}_PORT_PREFIX?= ${KDE4_L10N}- +${KDE4_L10N}_${i}_PORT_SUFFIX?= # +${KDE4_L10N}_${i}_PORT?= ${${KDE4_L10N}_CATEGORY}/${${KDE4_L10N}_${i}_PORT_PREFIX}${i}${${KDE4_L10N}_${i}_PORT_SUFFIX} +.endfor + +.include <bsd.port.pre.mk> + +OPTIONS_DEFINE= # +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +.if exists(${PORTSDIR}/${${KDE4_L10N}_aspell_PORT}/Makefile) +OPTIONS_DEFINE+= ASPELL +ASPELL_DESC= Install aspell dictionary +.endif + +.if exists(${PORTSDIR}/${${KDE4_L10N}_hunspell_PORT}/Makefile) +OPTIONS_DEFINE+= HUNSPELL +HUNSPELL_DESC= Install hunspell dictionary +.endif + +.include <bsd.port.options.mk> + +.if ${OPTIONS_DEFINE:MASPELL} && ${PORT_OPTIONS:MASPELL} +RUN_DEPENDS+= ${${KDE4_L10N}_aspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_aspell_PORT} +.endif + +.if ${OPTIONS_DEFINE:MHUNSPELL} && ${PORT_OPTIONS:MHUNSPELL} +RUN_DEPENDS+= ${${KDE4_L10N}_hunspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_hunspell_PORT} .endif diff --git a/misc/kde4-shared-mime-info/Makefile b/misc/kde4-shared-mime-info/Makefile index 0456b53e3d44..4f5e7d37684d 100644 --- a/misc/kde4-shared-mime-info/Makefile +++ b/misc/kde4-shared-mime-info/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-shared-mime-info -# Date created: 2008-07-07 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= shared-mime-info PORTVERSION= 1.2 diff --git a/misc/kde4-xdg-env/Makefile b/misc/kde4-xdg-env/Makefile index d123221bcff9..00226d10ac92 100644 --- a/misc/kde4-xdg-env/Makefile +++ b/misc/kde4-xdg-env/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-xdg-env -# Date created: 2008-06-30 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= xdg PORTVERSION= 1.0.1 diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 4af218e84f76..978329a96d2d 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeedu -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdeedu @@ -18,106 +15,116 @@ LATEST_LINK= ${PORTNAME}4 USE_KDE4= kdeprefix NO_BUILD= yes -OPTIONS= BLINKEN "Memory enhancement game" on \ - CANTOR "Frontend to mathematical software" on \ - KALGEBRA "Graph calculator" on \ - KALZIUM "Periodic table of elements (requires GCC 4.5+)" off \ - KANAGRAM "Letter order game" on \ - KBRUCH "Application to exercise fractions" on \ - KGEOGRAPHY "Geography trainer" on \ - KHANGMAN "Hangman game" on \ - KIG "Interactive geometry application" on \ - KITEN "Japanese reference/study tool" on \ - KLETTRES "Alphabet learning tool" on \ - KMPLOT "Mathematical function plotter" on \ - KSTARS "Desktop planetarium" on \ - KTOUCH "Touch typing tutor" on \ - KTURTLE "Educational programming environment" on \ - KWORDQUIZ "Flash card trainer" on \ - MARBLE "Virtual globe and world atlas" on \ - PARLEY "Vocabulary trainer" on \ - ROCS "Graph teory IDE" on \ - STEP "Interactive physics simulator" on +OPTIONS_DEFINE= BLINKEN CANTOR KALGEBRA KALZIUM KANAGRAM KBRUCH KGEOGRAPHY \ + KHANGMAN KIG KITEN KLETTRES KMPLOT KSTARS KTOUCH KTURTLE \ + KWORDQUIZ MARBLE PAIRS PARLEY ROCS STEP +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NKALZIUM} + +BLINKEN_DESC= Memory enhancement game +CANTOR_DESC= Frontend to mathematical software +KALGEBRA_DESC= Graph calculator +KALZIUM_DESC= Periodic table of elements (requires GCC 4.5+) +KANAGRAM_DESC= Letter order game +KBRUCH_DESC= Application to exercise fractions +KGEOGRAPHY_DESC= Geography trainer +KHANGMAN_DESC= Hangman game +KIG_DESC= Interactive geometry application +KITEN_DESC= Japanese reference/study tool +KLETTRES_DESC= Alphabet learning tool +KMPLOT_DESC= Mathematical function plotter +KSTARS_DESC= Desktop planetarium +KTOUCH_DESC= Touch typing tutor +KTURTLE_DESC= Educational programming environment +KWORDQUIZ_DESC= Flash card trainer +MARBLE_DESC= Virtual globe and world atlas +PAIRS_DESC= Memory and pairs game +PARLEY_DESC= Vocabulary trainer +ROCS_DESC= Graph teory IDE +STEP_DESC= Interactive physics simulator .include <bsd.port.options.mk> -.ifndef(WITHOUT_BLINKEN) +.if ${PORT_OPTIONS:MBLINKEN} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/blinken:${PORTSDIR}/games/blinken .endif -.ifndef(WITHOUT_CANTOR) +.if ${PORT_OPTIONS:MCANTOR} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/cantor:${PORTSDIR}/math/cantor .endif -.ifndef(WITHOUT_KALGEBRA) +.if ${PORT_OPTIONS:MKALGEBRA} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kalgebra:${PORTSDIR}/math/kalgebra .endif -.ifndef(WITHOUT_KALZIUM) +.if ${PORT_OPTIONS:MKALZIUM} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kalzium:${PORTSDIR}/science/kalzium .endif -.ifndef(WITHOUT_KANAGRAM) +.if ${PORT_OPTIONS:MKANAGRAM} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kanagram:${PORTSDIR}/games/kanagram .endif -.ifndef(WITHOUT_KBRUCH) +.if ${PORT_OPTIONS:MKBRUCH} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kbruch:${PORTSDIR}/math/kbruch .endif -.ifndef(WITHOUT_KGEOGRAPHY) +.if ${PORT_OPTIONS:MKGEOGRAPHY} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kgeography:${PORTSDIR}/misc/kgeography .endif -.ifndef(WITHOUT_KHANGMAN) +.if ${PORT_OPTIONS:MKHANGMAN} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/khangman:${PORTSDIR}/games/khangman .endif -.ifndef(WITHOUT_KIG) +.if ${PORT_OPTIONS:MKIG} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kig:${PORTSDIR}/math/kig .endif -.ifndef(WITHOUT_KITEN) +.if ${PORT_OPTIONS:MKITEN} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kiten:${PORTSDIR}/japanese/kiten .endif -.ifndef(WITHOUT_KLETTRES) +.if ${PORT_OPTIONS:MKLETTRES} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/klettres:${PORTSDIR}/misc/klettres .endif -.ifndef(WITHOUT_KMPLOT) +.if ${PORT_OPTIONS:MKMPLOT} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmplot:${PORTSDIR}/math/kmplot .endif -.ifndef(WITHOUT_KSTARS) +.if ${PORT_OPTIONS:MKSTARS} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kstars:${PORTSDIR}/astro/kstars .endif -.ifndef(WITHOUT_KTOUCH) +.if ${PORT_OPTIONS:MKTOUCH} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktouch:${PORTSDIR}/misc/ktouch .endif -.ifndef(WITHOUT_KTURTLE) +.if ${PORT_OPTIONS:MKTURTLE} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kturtle:${PORTSDIR}/lang/kturtle .endif -.ifndef(WITHOUT_KWORDQUIZ) +.if ${PORT_OPTIONS:MKWORDQUIZ} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kwordquiz:${PORTSDIR}/misc/kwordquiz .endif -.ifndef(WITHOUT_MARBLE) +.if ${PORT_OPTIONS:MMARBLE} USE_KDE4+= marble_run .endif -.ifndef(WITHOUT_PARLEY) +.if ${PORT_OPTIONS:MPAIRS} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/pairs:${PORTSDIR}/games/pairs +.endif + +.if ${PORT_OPTIONS:MPARLEY} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/parley:${PORTSDIR}/misc/parley .endif -.ifndef(WITHOUT_ROCS) +.if ${PORT_OPTIONS:MROCS} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/rocs:${PORTSDIR}/math/rocs .endif -.ifndef(WITHOUT_STEP) +.if ${PORT_OPTIONS:MSTEP} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/step:${PORTSDIR}/science/step .endif diff --git a/misc/kdehier4/Makefile b/misc/kdehier4/Makefile index b96d6ea2ad42..14b2f17d919c 100644 --- a/misc/kdehier4/Makefile +++ b/misc/kdehier4/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: kdehier4 -# Date created: 2008-07-03 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= kdehier4 -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.11 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -47,15 +42,16 @@ do-install: ${MKDIR} ${LOCALBASE}/etc/dbus-1 ${INSTALL_DATA} ${WRKDIR}/session-kde4.conf ${LOCALBASE}/etc/dbus-1 ${INSTALL_DATA} ${WRKDIR}/system-kde4.conf ${LOCALBASE}/etc/dbus-1 - ${LN} -sf ${LOCALBASE}/etc/pam.d ${KDE4_PREFIX}/etc/ - ${LN} -sf ${LOCALBASE}/etc/rc.d ${KDE4_PREFIX}/etc/ +. for dir in pam.d polkit-1 rc.d + ${LN} -sf ${LOCALBASE}/etc/${dir} ${KDE4_PREFIX}/etc/ +. endfor ${LN} -sf ${LOCALBASE}/${LDCONFIG_DIR} ${KDE4_PREFIX}/libdata/ ${ECHO_CMD} ${KDE4_PREFIX}/lib > ${LOCALBASE}/${LDCONFIG_DIR}/kdehier4 ${LN} -sf ${LOCALBASE}/${LDCONFIG32_DIR} ${KDE4_PREFIX}/libdata/ ${LN} -sf ${LOCALBASE}/libdata/pkgconfig ${KDE4_PREFIX}/libdata/ -.for dir in services system-services +. for dir in services system-services ${LN} -sf ${LOCALBASE}/share/dbus-1/${dir} ${KDE4_PREFIX}/share/dbus-1/ -.endfor +. endfor ${LN} -sf ${LOCALBASE}/share/polkit-1/actions ${KDE4_PREFIX}/share/polkit-1/ .endif diff --git a/misc/kdehier4/files/dirlist b/misc/kdehier4/files/dirlist index 4627b41a001b..76410f0e4f6f 100644 --- a/misc/kdehier4/files/dirlist +++ b/misc/kdehier4/files/dirlist @@ -288,6 +288,32 @@ share/icons/hicolor/24x24/stock/net share/icons/hicolor/24x24/stock/object share/icons/hicolor/24x24/stock/table share/icons/hicolor/24x24/stock/text +share/icons/hicolor/256x256 +share/icons/hicolor/256x256/actions +share/icons/hicolor/256x256/animations +share/icons/hicolor/256x256/apps +share/icons/hicolor/256x256/categories +share/icons/hicolor/256x256/devices +share/icons/hicolor/256x256/emblems +share/icons/hicolor/256x256/emotes +share/icons/hicolor/256x256/filesystems +share/icons/hicolor/256x256/intl +share/icons/hicolor/256x256/mimetypes +share/icons/hicolor/256x256/places +share/icons/hicolor/256x256/status +share/icons/hicolor/256x256/stock +share/icons/hicolor/256x256/stock/chart +share/icons/hicolor/256x256/stock/code +share/icons/hicolor/256x256/stock/data +share/icons/hicolor/256x256/stock/form +share/icons/hicolor/256x256/stock/image +share/icons/hicolor/256x256/stock/io +share/icons/hicolor/256x256/stock/media +share/icons/hicolor/256x256/stock/navigation +share/icons/hicolor/256x256/stock/net +share/icons/hicolor/256x256/stock/object +share/icons/hicolor/256x256/stock/table +share/icons/hicolor/256x256/stock/text share/icons/hicolor/32x32 share/icons/hicolor/32x32/actions share/icons/hicolor/32x32/animations diff --git a/misc/kdehier4/files/make-plist.sh b/misc/kdehier4/files/make-plist.sh index ef632cbb457f..ec92240efe62 100644 --- a/misc/kdehier4/files/make-plist.sh +++ b/misc/kdehier4/files/make-plist.sh @@ -16,6 +16,7 @@ echo "%%MTREE%%@cwd %%LOCALBASE%% %%MTREE%%@cwd %%KDE4_PREFIX%%" >> ../pkg-plist echo "%%MTREE%%etc/pam.d +%%MTREE%%etc/polkit-1 %%MTREE%%etc/rc.d %%MTREE%%%%LDCONFIG_DIR%% %%MTREE%%%%LDCONFIG32_DIR%% diff --git a/misc/kdehier4/pkg-plist b/misc/kdehier4/pkg-plist index 71b40814cee6..3df8aa53b010 100644 --- a/misc/kdehier4/pkg-plist +++ b/misc/kdehier4/pkg-plist @@ -6,6 +6,7 @@ %%MTREE%%@dirrmtry etc/dbus-1 %%MTREE%%@cwd %%KDE4_PREFIX%% %%MTREE%%etc/pam.d +%%MTREE%%etc/polkit-1 %%MTREE%%etc/rc.d %%MTREE%%%%LDCONFIG_DIR%% %%MTREE%%%%LDCONFIG32_DIR%% @@ -768,6 +769,32 @@ @exec mkdir -p %D/share/icons/hicolor/24x24/stock/object @exec mkdir -p %D/share/icons/hicolor/24x24/stock/table @exec mkdir -p %D/share/icons/hicolor/24x24/stock/text +@exec mkdir -p %D/share/icons/hicolor/256x256 +@exec mkdir -p %D/share/icons/hicolor/256x256/actions +@exec mkdir -p %D/share/icons/hicolor/256x256/animations +@exec mkdir -p %D/share/icons/hicolor/256x256/apps +@exec mkdir -p %D/share/icons/hicolor/256x256/categories +@exec mkdir -p %D/share/icons/hicolor/256x256/devices +@exec mkdir -p %D/share/icons/hicolor/256x256/emblems +@exec mkdir -p %D/share/icons/hicolor/256x256/emotes +@exec mkdir -p %D/share/icons/hicolor/256x256/filesystems +@exec mkdir -p %D/share/icons/hicolor/256x256/intl +@exec mkdir -p %D/share/icons/hicolor/256x256/mimetypes +@exec mkdir -p %D/share/icons/hicolor/256x256/places +@exec mkdir -p %D/share/icons/hicolor/256x256/status +@exec mkdir -p %D/share/icons/hicolor/256x256/stock +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/chart +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/code +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/data +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/form +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/image +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/io +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/media +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/navigation +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/net +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/object +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/table +@exec mkdir -p %D/share/icons/hicolor/256x256/stock/text @exec mkdir -p %D/share/icons/hicolor/32x32 @exec mkdir -p %D/share/icons/hicolor/32x32/actions @exec mkdir -p %D/share/icons/hicolor/32x32/animations @@ -1490,6 +1517,32 @@ @dirrmtry share/icons/hicolor/32x32/animations @dirrmtry share/icons/hicolor/32x32/actions @dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/stock/text +@dirrmtry share/icons/hicolor/256x256/stock/table +@dirrmtry share/icons/hicolor/256x256/stock/object +@dirrmtry share/icons/hicolor/256x256/stock/net +@dirrmtry share/icons/hicolor/256x256/stock/navigation +@dirrmtry share/icons/hicolor/256x256/stock/media +@dirrmtry share/icons/hicolor/256x256/stock/io +@dirrmtry share/icons/hicolor/256x256/stock/image +@dirrmtry share/icons/hicolor/256x256/stock/form +@dirrmtry share/icons/hicolor/256x256/stock/data +@dirrmtry share/icons/hicolor/256x256/stock/code +@dirrmtry share/icons/hicolor/256x256/stock/chart +@dirrmtry share/icons/hicolor/256x256/stock +@dirrmtry share/icons/hicolor/256x256/status +@dirrmtry share/icons/hicolor/256x256/places +@dirrmtry share/icons/hicolor/256x256/mimetypes +@dirrmtry share/icons/hicolor/256x256/intl +@dirrmtry share/icons/hicolor/256x256/filesystems +@dirrmtry share/icons/hicolor/256x256/emotes +@dirrmtry share/icons/hicolor/256x256/emblems +@dirrmtry share/icons/hicolor/256x256/devices +@dirrmtry share/icons/hicolor/256x256/categories +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256/animations +@dirrmtry share/icons/hicolor/256x256/actions +@dirrmtry share/icons/hicolor/256x256 @dirrmtry share/icons/hicolor/24x24/stock/text @dirrmtry share/icons/hicolor/24x24/stock/table @dirrmtry share/icons/hicolor/24x24/stock/object diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index e704a98daec0..6f80fce07f72 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdeutils @@ -18,71 +15,76 @@ LATEST_LINK= ${PORTNAME}4 USE_KDE4= kdeprefix NO_BUILD= yes -OPTIONS= ARK "Install archiving tool Ark" on \ - FILELIGHT "Install file system viewer Filelight" on \ - KCALC "Install scientific calculator KCalc" on \ - KCHARSELECT "Install character selector KCharSelect" on \ - KDF "Install disk usage tool KDiskFree" on \ - KFLOPPY "Install floppy formatter KFloppy" on \ - KGPG "Install encryption tool KGpg" on \ - KREMOTECONTROL "Install KRemoteControl" on \ - KTIMER "Install countdown launcher KTimer" on \ - KWALLET "Install password manager KWallet" on \ - PRINTER_APPLET "Install printer system tray utility" on \ - SUPERKARAMBA "Install widget framework SuperKaramba" on \ - SWEEPER "Install system cleaner Sweeper" on +OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDF KFLOPPY KGPG \ + KREMOTECONTROL KTIMER KWALLET PRINTER_APPLET \ + SUPERKARAMBA SWEEPER +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +ARK_DESC= Install archiving tool Ark +FILELIGHT_DESC= Install file system viewer Filelight +KCALC_DESC= Install scientific calculator KCalc +KCHARSELECT_DESC= Install character selector KCharSelect +KDF_DESC= Install disk usage tool KDiskFree +KFLOPPY_DESC= Install floppy formatter KFloppy +KGPG_DESC= Install encryption tool KGpg +KREMOTECONTROL_DESC= Install KRemoteControl +KTIMER_DESC= Install countdown launcher KTimer +KWALLET_DESC= Install password manager KWallet +PRINTER_APPLET_DESC= Install printer system tray utility +SUPERKARAMBA_DESC= Install widget framework SuperKaramba +SWEEPER_DESC= Install system cleaner Sweeper .include <bsd.port.options.mk> -.ifdef(WITH_ARK) +.if ${PORT_OPTIONS:MARK} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ark:${PORTSDIR}/archivers/ark .endif -.ifdef(WITH_FILELIGHT) +.if ${PORT_OPTIONS:MFILELIGHT} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/filelight:${PORTSDIR}/sysutils/filelight-kde4 .endif -.ifdef(WITH_KCALC) +.if ${PORT_OPTIONS:MKCALC} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcalc:${PORTSDIR}/math/kcalc .endif -.ifdef(WITH_KCHARSELECT) +.if ${PORT_OPTIONS:MKCHARSELECT} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcharselect:${PORTSDIR}/deskutils/kcharselect .endif -.ifdef(WITH_KDF) +.if ${PORT_OPTIONS:MKDF} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kdf:${PORTSDIR}/sysutils/kdf .endif -.ifdef(WITH_KFLOPPY) +.if ${PORT_OPTIONS:MKFLOPPY} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kfloppy:${PORTSDIR}/sysutils/kfloppy .endif -.ifdef(WITH_KGPG) +.if ${PORT_OPTIONS:MKGPG} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kgpg:${PORTSDIR}/security/kgpg-kde4 .endif -.ifdef(WITH_KREMOTECONTROL) +.if ${PORT_OPTIONS:MKREMOTECONTROL} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krcdnotifieritem:${PORTSDIR}/comms/kremotecontrol .endif -.ifdef(WITH_KTIMER) +.if ${PORT_OPTIONS:MKTIMER} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktimer:${PORTSDIR}/x11-clocks/ktimer .endif -.ifdef(WITH_KWALLET) +.if ${PORT_OPTIONS:MKWALLET} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kwalletmanager:${PORTSDIR}/security/kwallet .endif -.ifdef(WITH_PRINTER_APPLET) +.if ${PORT_OPTIONS:MPRINTER_APPLET} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet .endif -.ifdef(WITH_SUPERKARAMBA) +.if ${PORT_OPTIONS:MSUPERKARAMBA} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/superkaramba:${PORTSDIR}/deskutils/superkaramba .endif -.ifdef(WITH_SWEEPER) +.if ${PORT_OPTIONS:MSWEEPER} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/sweeper:${PORTSDIR}/sysutils/sweeper .endif diff --git a/misc/kgeography/Makefile b/misc/kgeography/Makefile index 2a986820b1bb..2cc79249dcf5 100644 --- a/misc/kgeography/Makefile +++ b/misc/kgeography/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kgeography -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kgeography PORTVERSION= ${KDE4_VERSION} diff --git a/misc/kgeography/distinfo b/misc/kgeography/distinfo index 5b59134916ee..a614299e8c56 100644 --- a/misc/kgeography/distinfo +++ b/misc/kgeography/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgeography-4.8.4.tar.xz) = ee989ca05e2d49d87edfe4842896c9f345d18a25db3b4e65afa79d972fc67472 -SIZE (KDE/kgeography-4.8.4.tar.xz) = 6768292 +SHA256 (KDE/kgeography-4.9.5.tar.xz) = 9ca461f1b5ea2ff28a0ad23048b0ecfa67d78048e2fd4cef5602b4044ab66940 +SIZE (KDE/kgeography-4.9.5.tar.xz) = 6750944 diff --git a/misc/klettres/Makefile b/misc/klettres/Makefile index 7200ec05ba7d..dc7a3b58c76c 100644 --- a/misc/klettres/Makefile +++ b/misc/klettres/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: klettres -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= klettres PORTVERSION= ${KDE4_VERSION} diff --git a/misc/klettres/distinfo b/misc/klettres/distinfo index 8e064d56bfd9..81f79a025797 100644 --- a/misc/klettres/distinfo +++ b/misc/klettres/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/klettres-4.8.4.tar.xz) = b4eb95513f3d051b4df4e9ba32744e8a3cad337782034f7796fbfb7f391cad6b -SIZE (KDE/klettres-4.8.4.tar.xz) = 2657820 +SHA256 (KDE/klettres-4.9.5.tar.xz) = 44f67b687703526a2e7711152da04c7563d94787bfb677fc5ffd1d4997f76920 +SIZE (KDE/klettres-4.9.5.tar.xz) = 2655092 diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index 6f99d58d63ad..1a7119fa6fdf 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: ktouch -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= ktouch PORTVERSION= ${KDE4_VERSION} diff --git a/misc/ktouch/distinfo b/misc/ktouch/distinfo index 08503f20e164..6196f80d5340 100644 --- a/misc/ktouch/distinfo +++ b/misc/ktouch/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ktouch-4.8.4.tar.xz) = 30b68e6bda2c5ad1b0131bb86a336fd6cf90e4c5a7256d8792c990f9d1901102 -SIZE (KDE/ktouch-4.8.4.tar.xz) = 1726028 +SHA256 (KDE/ktouch-4.9.5.tar.xz) = b6a1595360ea8d5e5a891108d7fab9a978b97fe886e3f112f2e6ab36088568bc +SIZE (KDE/ktouch-4.9.5.tar.xz) = 1724896 diff --git a/misc/ktouch/pkg-plist b/misc/ktouch/pkg-plist index 63cb75cfc6c3..80fbd73f77ef 100644 --- a/misc/ktouch/pkg-plist +++ b/misc/ktouch/pkg-plist @@ -48,6 +48,7 @@ share/apps/ktouch/Lecture/Turkish/tr.ktouch.xml share/apps/ktouch/Lecture/Ukrainian/uk.ktouch.xml share/apps/ktouch/down.wav share/apps/ktouch/error.wav +share/apps/ktouch/keyboard/Turkish/tr.f.keyboard.xml share/apps/ktouch/keyboard/arabic/ar.keyboard.xml share/apps/ktouch/keyboard/brazilian/pt.br.keyboard.xml share/apps/ktouch/keyboard/bulgarian/bg.keyboard.xml @@ -76,6 +77,7 @@ share/apps/ktouch/keyboard/latin/lat.keyboard.xml share/apps/ktouch/keyboard/lithuanian/lt.keyboard.xml share/apps/ktouch/keyboard/norwegian/no.keyboard.xml share/apps/ktouch/keyboard/quebec/qc.keyboard.xml +share/apps/ktouch/keyboard/portuguese/pt.keyboard.xml share/apps/ktouch/keyboard/russian/ru.keyboard.xml share/apps/ktouch/keyboard/russian/ru.winkeys.keyboard.xml share/apps/ktouch/keyboard/slovak/sk.qwerty.keyboard.xml @@ -122,6 +124,7 @@ share/icons/hicolor/scalable/apps/ktouch.svgz @dirrm share/apps/ktouch/keyboard/slovenian @dirrm share/apps/ktouch/keyboard/slovak @dirrm share/apps/ktouch/keyboard/russian +@dirrm share/apps/ktouch/keyboard/portuguese @dirrm share/apps/ktouch/keyboard/quebec @dirrm share/apps/ktouch/keyboard/norwegian @dirrm share/apps/ktouch/keyboard/lithuanian @@ -141,6 +144,7 @@ share/icons/hicolor/scalable/apps/ktouch.svgz @dirrm share/apps/ktouch/keyboard/bulgarian @dirrm share/apps/ktouch/keyboard/brazilian @dirrm share/apps/ktouch/keyboard/arabic +@dirrm share/apps/ktouch/keyboard/Turkish @dirrm share/apps/ktouch/keyboard @dirrm share/apps/ktouch/Lecture/Ukrainian @dirrm share/apps/ktouch/Lecture/Turkish diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile index 7119a0babcad..be4d897ab9fd 100644 --- a/misc/kwordquiz/Makefile +++ b/misc/kwordquiz/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: kwordquiz -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kwordquiz PORTVERSION= ${KDE4_VERSION} diff --git a/misc/kwordquiz/distinfo b/misc/kwordquiz/distinfo index fc1f18d51778..0169b610d041 100644 --- a/misc/kwordquiz/distinfo +++ b/misc/kwordquiz/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kwordquiz-4.8.4.tar.xz) = 509ce27b010131afe4e30cb125320f15b853df46c05ef232a855aef1b1e35df0 -SIZE (KDE/kwordquiz-4.8.4.tar.xz) = 1217404 +SHA256 (KDE/kwordquiz-4.9.5.tar.xz) = c4183156e2f0809162f8b65e22c370ec503a3dfdda82843353a3d74032049272 +SIZE (KDE/kwordquiz-4.9.5.tar.xz) = 1214992 diff --git a/misc/kwordquiz/pkg-plist b/misc/kwordquiz/pkg-plist index 188da18c5200..e34c731f6e56 100644 --- a/misc/kwordquiz/pkg-plist +++ b/misc/kwordquiz/pkg-plist @@ -4,159 +4,154 @@ share/apps/kwordquiz/examples/example.kvtml share/apps/kwordquiz/examples/fill_in_the_blank.kvtml share/apps/kwordquiz/examples/french_verbs.kvtml share/apps/kwordquiz/examples/us_states_and_capitals.kvtml -share/apps/kwordquiz/icons/hicolor/128x128/mimetypes/kwordquiz_doc.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/answer.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/delete-table-row.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/editor.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/error.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/flash.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/insert-table-row.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/languages.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/qa.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/question.png +share/apps/kwordquiz/icons/hicolor/128x128/actions/rowcol.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/answer.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/delete-table-row.png share/apps/kwordquiz/icons/hicolor/16x16/actions/dontknow.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/editor.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/error.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/flash.png share/apps/kwordquiz/icons/hicolor/16x16/actions/hint.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/insert-table-row.png share/apps/kwordquiz/icons/hicolor/16x16/actions/know.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/languages.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/markasblank.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/qa.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/question.png share/apps/kwordquiz/icons/hicolor/16x16/actions/repeat.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/rowcol.png share/apps/kwordquiz/icons/hicolor/16x16/actions/shuffle.png share/apps/kwordquiz/icons/hicolor/16x16/actions/sort_incr.png share/apps/kwordquiz/icons/hicolor/16x16/actions/start-over.png -share/apps/kwordquiz/icons/hicolor/16x16/mimetypes/kwordquiz_doc.png +share/apps/kwordquiz/icons/hicolor/16x16/actions/unmarkasblank.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/answer.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/delete-table-row.png share/apps/kwordquiz/icons/hicolor/22x22/actions/dontknow.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/editor.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/error.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/flash.png share/apps/kwordquiz/icons/hicolor/22x22/actions/hint.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/insert-table-row.png share/apps/kwordquiz/icons/hicolor/22x22/actions/know.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/languages.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/markasblank.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/qa.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/question.png share/apps/kwordquiz/icons/hicolor/22x22/actions/repeat.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/rowcol.png share/apps/kwordquiz/icons/hicolor/22x22/actions/shuffle.png share/apps/kwordquiz/icons/hicolor/22x22/actions/sort_incr.png share/apps/kwordquiz/icons/hicolor/22x22/actions/start-over.png -share/apps/kwordquiz/icons/hicolor/22x22/mimetypes/kwordquiz_doc.png +share/apps/kwordquiz/icons/hicolor/22x22/actions/unmarkasblank.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/answer.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/delete-table-row.png share/apps/kwordquiz/icons/hicolor/32x32/actions/dontknow.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/editor.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/error.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/flash.png share/apps/kwordquiz/icons/hicolor/32x32/actions/hint.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/insert-table-row.png share/apps/kwordquiz/icons/hicolor/32x32/actions/know.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/languages.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/markasblank.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/qa.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/question.png share/apps/kwordquiz/icons/hicolor/32x32/actions/question_mark.png share/apps/kwordquiz/icons/hicolor/32x32/actions/repeat.png +share/apps/kwordquiz/icons/hicolor/32x32/actions/rowcol.png share/apps/kwordquiz/icons/hicolor/32x32/actions/shuffle.png share/apps/kwordquiz/icons/hicolor/32x32/actions/sort_incr.png share/apps/kwordquiz/icons/hicolor/32x32/actions/start-over.png -share/apps/kwordquiz/icons/hicolor/32x32/mimetypes/kwordquiz_doc.png -share/apps/kwordquiz/icons/hicolor/48x48/mimetypes/kwordquiz_doc.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/answer.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/editor.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/error.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/flash.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/languages.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/qa.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/question.png -share/apps/kwordquiz/icons/oxygen/128x128/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/answer.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/editor.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/error.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/flash.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/languages.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/markasblank.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/qa.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/question.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/16x16/actions/unmarkasblank.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/answer.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/editor.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/error.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/flash.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/languages.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/markasblank.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/qa.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/question.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/22x22/actions/unmarkasblank.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/answer.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/editor.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/error.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/flash.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/languages.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/markasblank.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/qa.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/question.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/32x32/actions/unmarkasblank.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/answer.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/editor.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/error.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/flash.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/languages.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/qa.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/question.png -share/apps/kwordquiz/icons/oxygen/48x48/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/answer-correct.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/answer.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/delete-table-row.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/editor.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/error.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/flash.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/insert-table-row.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/languages.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/mode1.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/mode2.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/mode3.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/mode4.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/mode5.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/multiple.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/qa.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/question.png -share/apps/kwordquiz/icons/oxygen/64x64/actions/rowcol.png -share/apps/kwordquiz/icons/oxygen/scalable/actions/answer-correct.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/answer.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/delete-table-row.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/editor.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/error.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/flash.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/insert-table-row.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/languages.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/markasblank.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/mode1.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/mode2.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/mode3.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/mode4.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/mode5.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/multiple.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/qa.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/question.svgz -share/apps/kwordquiz/icons/oxygen/scalable/actions/unmarkasblank.svgz +share/apps/kwordquiz/icons/hicolor/32x32/actions/unmarkasblank.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/answer.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/delete-table-row.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/editor.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/error.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/flash.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/insert-table-row.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/languages.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/qa.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/question.png +share/apps/kwordquiz/icons/hicolor/48x48/actions/rowcol.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/answer-correct.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/answer.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/delete-table-row.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/editor.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/error.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/flash.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/insert-table-row.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/languages.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/mode1.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/mode2.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/mode3.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/mode4.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/mode5.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/multiple.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/qa.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/question.png +share/apps/kwordquiz/icons/hicolor/64x64/actions/rowcol.png +share/apps/kwordquiz/icons/hicolor/scalable/actions/answer-correct.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/answer.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/delete-table-row.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/editor.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/error.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/flash.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/insert-table-row.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/languages.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/markasblank.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/mode1.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/mode2.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/mode3.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/mode4.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/mode5.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/multiple.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/qa.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/question.svgz +share/apps/kwordquiz/icons/hicolor/scalable/actions/unmarkasblank.svgz share/apps/kwordquiz/kwordquiz.notifyrc share/apps/kwordquiz/kwordquizui.rc share/config.kcfg/kwordquiz.kcfg @@ -186,39 +181,30 @@ share/doc/HTML/en/kwordquiz/kwq-tutor-settings.png share/doc/HTML/en/kwordquiz/kwq-tutor-shortcuts.png share/doc/HTML/en/kwordquiz/kwq-tutor-welcome.png share/icons/hicolor/128x128/apps/kwordquiz.png +share/icons/hicolor/128x128/mimetypes/application-x-kwordquiz.png share/icons/hicolor/16x16/apps/kwordquiz.png +share/icons/hicolor/16x16/mimetypes/application-x-kwordquiz.png share/icons/hicolor/22x22/apps/kwordquiz.png +share/icons/hicolor/22x22/mimetypes/application-x-kwordquiz.png share/icons/hicolor/32x32/apps/kwordquiz.png +share/icons/hicolor/32x32/mimetypes/application-x-kwordquiz.png share/icons/hicolor/48x48/apps/kwordquiz.png +share/icons/hicolor/48x48/mimetypes/application-x-kwordquiz.png share/icons/hicolor/64x64/apps/kwordquiz.png @dirrm share/doc/HTML/en/kwordquiz -@dirrm share/apps/kwordquiz/icons/oxygen/scalable/actions -@dirrm share/apps/kwordquiz/icons/oxygen/scalable -@dirrm share/apps/kwordquiz/icons/oxygen/64x64/actions -@dirrm share/apps/kwordquiz/icons/oxygen/64x64 -@dirrm share/apps/kwordquiz/icons/oxygen/48x48/actions -@dirrm share/apps/kwordquiz/icons/oxygen/48x48 -@dirrm share/apps/kwordquiz/icons/oxygen/32x32/actions -@dirrm share/apps/kwordquiz/icons/oxygen/32x32 -@dirrm share/apps/kwordquiz/icons/oxygen/22x22/actions -@dirrm share/apps/kwordquiz/icons/oxygen/22x22 -@dirrm share/apps/kwordquiz/icons/oxygen/16x16/actions -@dirrm share/apps/kwordquiz/icons/oxygen/16x16 -@dirrm share/apps/kwordquiz/icons/oxygen/128x128/actions -@dirrm share/apps/kwordquiz/icons/oxygen/128x128 -@dirrm share/apps/kwordquiz/icons/oxygen -@dirrm share/apps/kwordquiz/icons/hicolor/48x48/mimetypes +@dirrm share/apps/kwordquiz/icons/hicolor/scalable/actions +@dirrm share/apps/kwordquiz/icons/hicolor/scalable +@dirrm share/apps/kwordquiz/icons/hicolor/64x64/actions +@dirrm share/apps/kwordquiz/icons/hicolor/64x64 +@dirrm share/apps/kwordquiz/icons/hicolor/48x48/actions @dirrm share/apps/kwordquiz/icons/hicolor/48x48 -@dirrm share/apps/kwordquiz/icons/hicolor/32x32/mimetypes @dirrm share/apps/kwordquiz/icons/hicolor/32x32/actions @dirrm share/apps/kwordquiz/icons/hicolor/32x32 -@dirrm share/apps/kwordquiz/icons/hicolor/22x22/mimetypes @dirrm share/apps/kwordquiz/icons/hicolor/22x22/actions @dirrm share/apps/kwordquiz/icons/hicolor/22x22 -@dirrm share/apps/kwordquiz/icons/hicolor/16x16/mimetypes @dirrm share/apps/kwordquiz/icons/hicolor/16x16/actions @dirrm share/apps/kwordquiz/icons/hicolor/16x16 -@dirrm share/apps/kwordquiz/icons/hicolor/128x128/mimetypes +@dirrm share/apps/kwordquiz/icons/hicolor/128x128/actions @dirrm share/apps/kwordquiz/icons/hicolor/128x128 @dirrm share/apps/kwordquiz/icons/hicolor @dirrm share/apps/kwordquiz/icons diff --git a/misc/libkdeedu/Makefile b/misc/libkdeedu/Makefile index 4ddc65dbb0de..f1fc5c3d106e 100644 --- a/misc/libkdeedu/Makefile +++ b/misc/libkdeedu/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: libkdeedu -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libkdeedu PORTVERSION= ${KDE4_VERSION} diff --git a/misc/libkdeedu/distinfo b/misc/libkdeedu/distinfo index a3c832722500..f436b07566cb 100644 --- a/misc/libkdeedu/distinfo +++ b/misc/libkdeedu/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/libkdeedu-4.8.4.tar.xz) = e333543bbc356064a0b540692b38d83d3792a6f92ef371e64e1d9156e51ee5db -SIZE (KDE/libkdeedu-4.8.4.tar.xz) = 214240 +SHA256 (KDE/libkdeedu-4.9.5.tar.xz) = 4637b5792ace3848d31bdbe0d897e9a9ee789ed82529feb71948f9cc0904ed75 +SIZE (KDE/libkdeedu-4.9.5.tar.xz) = 213124 diff --git a/misc/parley/Makefile b/misc/parley/Makefile index 98898abef190..3025ac9d2cd3 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: parley -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= parley PORTVERSION= ${KDE4_VERSION} diff --git a/misc/parley/distinfo b/misc/parley/distinfo index f39bc7022de4..5c9113998955 100644 --- a/misc/parley/distinfo +++ b/misc/parley/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/parley-4.8.4.tar.xz) = cd2707fe3920bfca13a65fb1a7d549d6a37637a1cc69ca2c6561e54ffbace5d5 -SIZE (KDE/parley-4.8.4.tar.xz) = 8222924 +SHA256 (KDE/parley-4.9.5.tar.xz) = b357c17836337df76a8a321e9a3e1c3f06d0af6c95b1ed0ab427c4bc48117e61 +SIZE (KDE/parley-4.9.5.tar.xz) = 8208116 diff --git a/multimedia/Makefile b/multimedia/Makefile index ec0037e15873..527bf734dc56 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -40,6 +40,7 @@ SUBDIR += despotify SUBDIR += devede SUBDIR += dirac + SUBDIR += dragon SUBDIR += dtv SUBDIR += dumpmpeg SUBDIR += dv2jpg @@ -134,6 +135,8 @@ SUBDIR += kaffeine SUBDIR += kdemultimedia3 SUBDIR += kdemultimedia4 + SUBDIR += kdemultimedia4-ffmpegthumbs + SUBDIR += kdemultimedia4-mplayerthumbs SUBDIR += kdenlive SUBDIR += kino SUBDIR += kissdx diff --git a/multimedia/dragon/Makefile b/multimedia/dragon/Makefile new file mode 100644 index 000000000000..4daebdf04176 --- /dev/null +++ b/multimedia/dragon/Makefile @@ -0,0 +1,30 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dragon +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= multimedia kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= A KDE multimedia player with a focus on simplicity instead of features + +LICENSE= GPLv2 + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= dbus phonon \ + moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +MAN1= dragon.1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/multimedia/dragon/distinfo b/multimedia/dragon/distinfo new file mode 100644 index 000000000000..ad63b9ecb716 --- /dev/null +++ b/multimedia/dragon/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/dragon-4.9.5.tar.xz) = a3a23c6b4ced8098240f91837247b1b799fdf3a2a70d157ef10d3b6521d1dadd +SIZE (KDE/dragon-4.9.5.tar.xz) = 394388 diff --git a/multimedia/dragon/pkg-descr b/multimedia/dragon/pkg-descr new file mode 100644 index 000000000000..f048c1ea7fa3 --- /dev/null +++ b/multimedia/dragon/pkg-descr @@ -0,0 +1,7 @@ +Dragon Player is a multimedia player where the focus is on simplicity, +instead of features. Dragon Player does one thing, and only one thing, +which is playing multimedia files. It's simple interface is designed +not to get in your way and instead empower you to simply play +multimedia files. + +WWW: http://www.kde.org/applications/multimedia/dragonplayer/ diff --git a/multimedia/kdemultimedia4/pkg-message b/multimedia/dragon/pkg-message index 6202fcc48cfb..6202fcc48cfb 100644 --- a/multimedia/kdemultimedia4/pkg-message +++ b/multimedia/dragon/pkg-message diff --git a/multimedia/dragon/pkg-plist b/multimedia/dragon/pkg-plist new file mode 100644 index 000000000000..23512b1a927a --- /dev/null +++ b/multimedia/dragon/pkg-plist @@ -0,0 +1,29 @@ +bin/dragon +lib/kde4/dragonpart.so +share/applications/kde4/dragonplayer.desktop +share/apps/dragonplayer/dragonlogo.png +share/apps/dragonplayer/dragonplayerui.rc +share/apps/solid/actions/dragonplayer-opendvd.desktop +share/config/dragonplayerrc +share/doc/HTML/en/dragonplayer/common +share/doc/HTML/en/dragonplayer/index.cache.bz2 +share/doc/HTML/en/dragonplayer/index.docbook +share/doc/HTML/en/dragonplayer/main.png +share/doc/HTML/en/dragonplayer/man-dragon.1.docbook +share/doc/HTML/en/dragonplayer/playmedia.png +share/icons/hicolor/128x128/apps/dragonplayer.png +share/icons/hicolor/16x16/apps/dragonplayer.png +share/icons/hicolor/22x22/apps/dragonplayer.png +share/icons/hicolor/32x32/apps/dragonplayer.png +share/icons/hicolor/48x48/apps/dragonplayer.png +share/icons/hicolor/64x64/apps/dragonplayer.png +share/icons/hicolor/scalable/apps/dragonplayer.svgz +share/icons/oxygen/16x16/actions/player-volume-muted.png +share/icons/oxygen/22x22/actions/player-volume-muted.png +share/icons/oxygen/32x32/actions/player-volume-muted.png +share/icons/oxygen/48x48/actions/player-volume-muted.png +share/icons/oxygen/scalable/actions/player-volume-muted.svgz +share/kde4/services/ServiceMenus/dragonplayer_play_dvd.desktop +share/kde4/services/dragonplayer_part.desktop +@dirrm share/doc/HTML/en/dragonplayer +@dirrm share/apps/dragonplayer diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/Makefile b/multimedia/kdemultimedia4-ffmpegthumbs/Makefile new file mode 100644 index 000000000000..9cc579442984 --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/Makefile @@ -0,0 +1,27 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ffmpegthumbs +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= multimedia kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +PKGNAMEPREFIX= kdemultimedia- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= ffmpeg-based thumbnail creator for video files + +LICENSE= GPLv2 + +LIB_DEPENDS= swscale.1:${PORTSDIR}/multimedia/ffmpeg + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/distinfo b/multimedia/kdemultimedia4-ffmpegthumbs/distinfo new file mode 100644 index 000000000000..d29981875168 --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/ffmpegthumbs-4.9.5.tar.xz) = 32efd9b83c569aafaae64cb9f5cc78943adf54fb4061a131749cb921a5ac0e46 +SIZE (KDE/ffmpegthumbs-4.9.5.tar.xz) = 20788 diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/pkg-descr b/multimedia/kdemultimedia4-ffmpegthumbs/pkg-descr new file mode 100644 index 000000000000..c5d495cdfb98 --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/pkg-descr @@ -0,0 +1,3 @@ +ffmpeg-based thumbnail creator for video files. + +WWW: http://www.kde.org/ diff --git a/multimedia/kdemultimedia4-ffmpegthumbs/pkg-plist b/multimedia/kdemultimedia4-ffmpegthumbs/pkg-plist new file mode 100644 index 000000000000..812a259d967c --- /dev/null +++ b/multimedia/kdemultimedia4-ffmpegthumbs/pkg-plist @@ -0,0 +1,2 @@ +lib/kde4/ffmpegthumbs.so +share/kde4/services/ffmpegthumbs.desktop diff --git a/multimedia/kdemultimedia4-mplayerthumbs/Makefile b/multimedia/kdemultimedia4-mplayerthumbs/Makefile new file mode 100644 index 000000000000..c8fe86caa45f --- /dev/null +++ b/multimedia/kdemultimedia4-mplayerthumbs/Makefile @@ -0,0 +1,27 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mplayerthumbs +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= multimedia kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +PKGNAMEPREFIX= kdemultimedia- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= MPlayer-based thumbnail generator for video files + +LICENSE= LGPL21 + +RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer + +CONFLICTS_INSTALL= kdemultimedia-4.[1-8].* + +MAKE_JOBS_SAFE= yes +KDE4_BUILDENV= yes +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= phonon moc_build qmake_build rcc_build uic_build +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/multimedia/kdemultimedia4-mplayerthumbs/distinfo b/multimedia/kdemultimedia4-mplayerthumbs/distinfo new file mode 100644 index 000000000000..24c8c8871697 --- /dev/null +++ b/multimedia/kdemultimedia4-mplayerthumbs/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/mplayerthumbs-4.9.5.tar.xz) = fbb6dfd2c283ff37279564241397d2806b7ec3e42c570fc269d2d925a201b074 +SIZE (KDE/mplayerthumbs-4.9.5.tar.xz) = 28104 diff --git a/multimedia/kdemultimedia4-mplayerthumbs/pkg-descr b/multimedia/kdemultimedia4-mplayerthumbs/pkg-descr new file mode 100644 index 000000000000..b57a25f56202 --- /dev/null +++ b/multimedia/kdemultimedia4-mplayerthumbs/pkg-descr @@ -0,0 +1,3 @@ +MPlayer-based thumbnail generator for video files. + +WWW: http://www.kde.org/ diff --git a/multimedia/kdemultimedia4-mplayerthumbs/pkg-plist b/multimedia/kdemultimedia4-mplayerthumbs/pkg-plist new file mode 100644 index 000000000000..cf2392d9b779 --- /dev/null +++ b/multimedia/kdemultimedia4-mplayerthumbs/pkg-plist @@ -0,0 +1,8 @@ +bin/mplayerthumbsconfig +lib/kde4/videopreview.so +share/apps/videothumbnail/sprocket-large.png +share/apps/videothumbnail/sprocket-medium.png +share/apps/videothumbnail/sprocket-small.png +share/config.kcfg/mplayerthumbs.kcfg +share/kde4/services/videopreview.desktop +@dirrm share/apps/videothumbnail diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 7bd81f8c98bc..5bd2a054473f 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -1,62 +1,61 @@ -# New ports collection Makefile for: kdemultimedia -# Date created: 2008-01-30 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdemultimedia PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 -CATEGORIES= multimedia kde ipv6 -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE +CATEGORIES= multimedia kde +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Multimedia applications - -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ - ogg:${PORTSDIR}/audio/libogg \ - tag.1:${PORTSDIR}/audio/taglib \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - swscale.1:${PORTSDIR}/multimedia/ffmpeg - -.if !defined(PACKAGE_BUILDING) -RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -.endif +COMMENT= KDE Multimedia applications (meta-port) LATEST_LINK= ${PORTNAME}4 -USE_KDE4= automoc4 kdehier kdelibs kdeprefix -KDE4_BUILDENV= yes -USE_QT4= dbus qt3support svg xml \ - moc_build qmake_build rcc_build uic_build -USE_XZ= yes -MAKE_JOBS_SAFE= yes -CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF +NO_BUILD= yes +USE_KDE4= kdeprefix -OPTIONS= ALSA "Build with ALSA compatibility library" off \ - PULSEAUDIO "KMix control for PulseAudio" off +OPTIONS_DEFINE= DRAGON FFMPEG JUK KIO_AUDIOCD KMIX KSCD MPLAYER +OPTIONS_DEFAULT= DRAGON FFMPEG JUK KIO_AUDIOCD KMIX KSCD +DRAGON_DESC= Simple video player +FFMPEG_DESC= FFMPEG-based video thumbnailer +JUK_DESC= Audio player +KIO_AUDIOCD_DESC= Audio CD IOSlave +KMIX_DESC= Audio mixer +KSCD_DESC= CD Player +MPLAYER_DESC= MPlayer-based video thumbnailer .include <bsd.port.options.mk> -.if !defined(WITH_ALSA) -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no_alsa -.else -LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +.if ${PORT_OPTIONS:MDRAGON} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/dragon:${PORTSDIR}/multimedia/dragon +.endif + +.if ${PORT_OPTIONS:MFFMPEG} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/ffmpegthumbs.so:${PORTSDIR}/multimedia/kdemultimedia4-ffmpegthumbs +.endif + +.if ${PORT_OPTIONS:MJUK} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/juk:${PORTSDIR}/audio/juk +.endif + +.if ${PORT_OPTIONS:MKIO_AUDIOCD} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/libaudiocdplugins.so.5:${PORTSDIR}/audio/kio-audiocd +.endif + +.if ${PORT_OPTIONS:MKMIX} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmix:${PORTSDIR}/audio/kmix +.endif + +.if ${PORT_OPTIONS:MKSCD} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kscd:${PORTSDIR}/audio/kscd .endif -.if defined(WITH_PULSEAUDIO) -CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=ON -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -USE_GNOME= glib20 -.else -CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF +.if ${PORT_OPTIONS:MMPLAYER} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/mplayerthumbsconfig:${PORTSDIR}/multimedia/kdemultimedia4-mplayerthumbs .endif -post-install: - @${CAT} ${PKGMESSAGE} +do-install: + ${DO_NADA} .include <bsd.port.mk> diff --git a/multimedia/kdemultimedia4/distinfo b/multimedia/kdemultimedia4/distinfo deleted file mode 100644 index 24a0836138fe..000000000000 --- a/multimedia/kdemultimedia4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdemultimedia-4.8.4.tar.xz) = 845e30056e48eef00e966b9d64d1a0fc2ed9877c82a8bbc7253aac7984dfa640 -SIZE (KDE/kdemultimedia-4.8.4.tar.xz) = 1500644 diff --git a/multimedia/kdemultimedia4/files/extrapatch-no_alsa b/multimedia/kdemultimedia4/files/extrapatch-no_alsa deleted file mode 100644 index fdb9b466b253..000000000000 --- a/multimedia/kdemultimedia4/files/extrapatch-no_alsa +++ /dev/null @@ -1,40 +0,0 @@ ---- ./CMakeLists.txt.orig 2012-05-13 11:39:57.594807250 +0200 -+++ ./CMakeLists.txt 2012-05-13 11:40:43.204991538 +0200 -@@ -6,7 +6,6 @@ - find_package(KDE4 REQUIRED) - include(KDE4Defaults) - include(MacroLibrary) --find_package(Alsa) - - set(PULSEAUDIO_MINIMUM_VERSION "0.9.12") - macro_optional_find_package(PulseAudio) -@@ -15,7 +14,8 @@ - macro_optional_find_package(MusicBrainz3) - macro_log_feature(MUSICBRAINZ3_FOUND "MusicBrainz3" "A library that provides access to metadata lookup on the MusicBrainz server" "http://www.musicbrainz.org" FALSE "" "Music metadata lookup for KDE multimedia applications. You need version 3.x of libmusicbrainz, otherwise kscd will not be compiled.") - --alsa_configure_file(${CMAKE_BINARY_DIR}/config-alsa.h) -+find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) -+configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) - - macro_optional_find_package(FFmpeg COMPONENTS AVCODEC AVFORMAT SWSCALE) - macro_log_feature(FFMPEG_FOUND "FFmpeg" "FFmpeg libraries" "FFmpeg" FALSE "http://www.ffmpeg.org" "FFmpeg required for FFMpegVideoPreview backend") ---- ./kmix/CMakeLists.txt.orig 2012-05-13 11:40:48.034926108 +0200 -+++ ./kmix/CMakeLists.txt 2012-05-13 11:41:22.134856828 +0200 -@@ -4,7 +4,6 @@ - include(KDE4Defaults) - include(MacroLibrary) - --find_package(Alsa) - - macro_optional_find_package(PulseAudio "0.9.12") - macro_log_feature(PULSEAUDIO_FOUND "PulseAudio" "PulseAudio Audio Server" "http://www.pulseaudio.org/" FALSE "0.9.12" "libpulse is needed to let KMix control PulseAudio") -@@ -12,7 +11,8 @@ - pkg_check_modules(CANBERRA libcanberra) - macro_log_feature(CANBERRA_FOUND "libcanberra" "libcanberra audio library" "http://0pointer.de/lennart/projects/libcanberra/" FALSE "" "libcanberra is needed for kmix sound feedback") - --alsa_configure_file(${CMAKE_BINARY_DIR}/config-alsa.h) -+find_file(CONFIG_ALSA_H_CMAKE config-alsa.h.cmake ${CMAKE_MODULE_PATH}) -+configure_file(${CONFIG_ALSA_H_CMAKE} ${CMAKE_BINARY_DIR}/config-alsa.h) - - - add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS} ) diff --git a/multimedia/kdemultimedia4/pkg-descr b/multimedia/kdemultimedia4/pkg-descr index 47c201e69156..af1709e61978 100644 --- a/multimedia/kdemultimedia4/pkg-descr +++ b/multimedia/kdemultimedia4/pkg-descr @@ -1 +1,3 @@ Multimedia tools for KDE4. + +WWW: http://multimedia.kde.org diff --git a/multimedia/kdemultimedia4/pkg-plist b/multimedia/kdemultimedia4/pkg-plist deleted file mode 100644 index af3129e8d034..000000000000 --- a/multimedia/kdemultimedia4/pkg-plist +++ /dev/null @@ -1,195 +0,0 @@ -bin/dragon -bin/juk -bin/kmix -bin/kmixctrl -bin/kscd -bin/mplayerthumbsconfig -include/audiocdencoder.h -include/libkcddb/cdinfo.h -include/libkcddb/cdinfodialog.h -include/libkcddb/client.h -include/libkcddb/configbase.h -include/libkcddb/genres.h -include/libkcddb/kcddb.h -include/libkcddb/kcddb_export.h -include/libkcddb/kcddbconfig.h -include/libkcompactdisc/kcompactdisc.h -lib/kde4/dragonpart.so -lib/kde4/ffmpegthumbs.so -lib/kde4/kcm_audiocd.so -lib/kde4/kcm_cddb.so -lib/kde4/kded_kmixd.so -lib/kde4/kio_audiocd.so -lib/kde4/libaudiocd_encoder_flac.so -lib/kde4/libaudiocd_encoder_lame.so -lib/kde4/libaudiocd_encoder_vorbis.so -lib/kde4/libaudiocd_encoder_wav.so -lib/kde4/plasma_engine_mixer.so -lib/kde4/videopreview.so -lib/libaudiocdplugins.so -lib/libaudiocdplugins.so.5 -lib/libaudiocdplugins.so.5.0.1 -lib/libkcddb.so -lib/libkcddb.so.5 -lib/libkcddb.so.5.0.1 -lib/libkcompactdisc.so -lib/libkcompactdisc.so.5 -lib/libkcompactdisc.so.5.0.1 -lib/libkdeinit4_kmix.so -lib/libkdeinit4_kmixctrl.so -share/applications/kde4/dragonplayer.desktop -share/applications/kde4/juk.desktop -share/applications/kde4/kmix.desktop -share/applications/kde4/kscd.desktop -share/apps/dragonplayer/dragonlogo.png -share/apps/dragonplayer/dragonplayerui.rc -share/apps/juk/juk.notifyrc -share/apps/juk/jukui-rtl.rc -share/apps/juk/jukui.rc -share/apps/juk/pics/playing.png -share/apps/juk/pics/splash.png -share/apps/juk/pics/theme.svg -share/apps/juk/pics/yahoo_credit.png -share/apps/kconf_update/audiocd.upd -share/apps/kconf_update/kcmcddb-emailsettings.upd -share/apps/kconf_update/upgrade-metadata.sh -share/apps/kmix/kmixui.rc -share/apps/kmix/pics/kmixdocked.png -share/apps/kmix/pics/kmixdocked_error.png -share/apps/kmix/pics/kmixdocked_mute.png -share/apps/kmix/pics/mixer-ac97.png -share/apps/kmix/pics/mixer-capture.png -share/apps/kmix/pics/mixer-cd.png -share/apps/kmix/pics/mixer-digital.png -share/apps/kmix/pics/mixer-front.png -share/apps/kmix/pics/mixer-headset.png -share/apps/kmix/pics/mixer-lfe.png -share/apps/kmix/pics/mixer-line.png -share/apps/kmix/pics/mixer-master.png -share/apps/kmix/pics/mixer-microphone.png -share/apps/kmix/pics/mixer-midi.png -share/apps/kmix/pics/mixer-pcm-default.png -share/apps/kmix/pics/mixer-pcm.png -share/apps/kmix/pics/mixer-surround.png -share/apps/kmix/pics/mixer-video.png -share/apps/kmix/profiles/ALSA.TerraTec_DMX6Fire.1.default.xml -share/apps/kmix/profiles/ALSA.capture.xml -share/apps/kmix/profiles/ALSA.default.xml -share/apps/kmix/profiles/ALSA.playback.xml -share/apps/kmix/profiles/OSS.default.xml -share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop -share/apps/kscd/skin/Chrome.svg -share/apps/kscd/skin/Obsidian-Coast.svg -share/apps/kscd/skin/Steel.svg -share/apps/kscd/skin/default.svg -share/apps/plasma/services/mixer.operations -share/apps/solid/actions/dragonplayer-opendvd.desktop -share/apps/solid/actions/kscd-play-audiocd.desktop -share/apps/solid/actions/solid_audiocd.desktop -share/apps/videothumbnail/sprocket-large.png -share/apps/videothumbnail/sprocket-medium.png -share/apps/videothumbnail/sprocket-small.png -share/autostart/kmix_autostart.desktop -share/autostart/restore_kmix_volumes.desktop -share/config.kcfg/audiocd_lame_encoder.kcfg -share/config.kcfg/audiocd_vorbis_encoder.kcfg -share/config.kcfg/kscd.kcfg -share/config.kcfg/libkcddb.kcfg -share/config.kcfg/mplayerthumbs.kcfg -share/config/dragonplayerrc -share/dbus-1/interfaces/org.kde.juk.collection.xml -share/dbus-1/interfaces/org.kde.juk.player.xml -share/dbus-1/interfaces/org.kde.juk.search.xml -share/dbus-1/interfaces/org.kde.kmix.control.xml -share/dbus-1/interfaces/org.kde.kmix.mixer.xml -share/dbus-1/interfaces/org.kde.kmix.mixset.xml -share/dbus-1/interfaces/org.kde.kscd.cdplayer.xml -share/doc/HTML/en/dragonplayer/common -share/doc/HTML/en/dragonplayer/index.cache.bz2 -share/doc/HTML/en/dragonplayer/index.docbook -share/doc/HTML/en/dragonplayer/main.png -share/doc/HTML/en/dragonplayer/playmedia.png -share/doc/HTML/en/juk/common -share/doc/HTML/en/juk/history-playlist.png -share/doc/HTML/en/juk/index.cache.bz2 -share/doc/HTML/en/juk/index.docbook -share/doc/HTML/en/juk/juk-adv-search.png -share/doc/HTML/en/juk/juk-file-renamer.png -share/doc/HTML/en/juk/juk-main.png -share/doc/HTML/en/juk/juk-tag-guesser.png -share/doc/HTML/en/juk/normal-playlist.png -share/doc/HTML/en/juk/search-playlist.png -share/doc/HTML/en/juk/toolbar.png -share/doc/HTML/en/kcontrol/cddbretrieval/common -share/doc/HTML/en/kcontrol/cddbretrieval/index.cache.bz2 -share/doc/HTML/en/kcontrol/cddbretrieval/index.docbook -share/doc/HTML/en/kcontrol/cddbretrieval/kscd13.png -share/doc/HTML/en/kcontrol/cddbretrieval/kscd14.png -share/doc/HTML/en/kcontrol/cddbretrieval/kscd16.png -share/doc/HTML/en/kioslave/audiocd/common -share/doc/HTML/en/kioslave/audiocd/index.cache.bz2 -share/doc/HTML/en/kioslave/audiocd/index.docbook -share/doc/HTML/en/kmix/common -share/doc/HTML/en/kmix/index.cache.bz2 -share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kmix/kmix-channels.png -share/doc/HTML/en/kmix/kmix-configure.png -share/doc/HTML/en/kmix/kmix-file.png -share/doc/HTML/en/kmix/kmix-master.png -share/doc/HTML/en/kmix/kmix-options.png -share/doc/HTML/en/kmix/kmix.png -share/icons/hicolor/128x128/apps/dragonplayer.png -share/icons/hicolor/128x128/apps/juk.png -share/icons/hicolor/128x128/apps/kmix.png -share/icons/hicolor/128x128/apps/kscd.png -share/icons/hicolor/16x16/apps/dragonplayer.png -share/icons/hicolor/16x16/apps/juk.png -share/icons/hicolor/16x16/apps/kmix.png -share/icons/hicolor/16x16/apps/kscd.png -share/icons/hicolor/22x22/apps/dragonplayer.png -share/icons/hicolor/32x32/apps/dragonplayer.png -share/icons/hicolor/32x32/apps/juk.png -share/icons/hicolor/32x32/apps/kmix.png -share/icons/hicolor/32x32/apps/kscd.png -share/icons/hicolor/48x48/apps/dragonplayer.png -share/icons/hicolor/48x48/apps/juk.png -share/icons/hicolor/48x48/apps/kmix.png -share/icons/hicolor/48x48/apps/kscd.png -share/icons/hicolor/64x64/apps/dragonplayer.png -share/icons/hicolor/64x64/apps/juk.png -share/icons/hicolor/64x64/apps/kmix.png -share/icons/hicolor/64x64/apps/kscd.png -share/icons/hicolor/scalable/apps/dragonplayer.svgz -share/icons/oxygen/16x16/actions/player-volume-muted.png -share/icons/oxygen/22x22/actions/kscd-dock.png -share/icons/oxygen/22x22/actions/player-volume-muted.png -share/icons/oxygen/32x32/actions/player-volume-muted.png -share/icons/oxygen/48x48/actions/player-volume-muted.png -share/icons/oxygen/scalable/actions/player-volume-muted.svgz -share/kde4/services/ServiceMenus/dragonplayer_play_dvd.desktop -share/kde4/services/ServiceMenus/jukservicemenu.desktop -share/kde4/services/audiocd.desktop -share/kde4/services/audiocd.protocol -share/kde4/services/dragonplayer_part.desktop -share/kde4/services/ffmpegthumbs.desktop -share/kde4/services/kded/kmixd.desktop -share/kde4/services/kmixctrl_restore.desktop -share/kde4/services/libkcddb.desktop -share/kde4/services/plasma-engine-mixer.desktop -share/kde4/services/videopreview.desktop -@dirrm share/doc/HTML/en/kmix -@dirrm share/doc/HTML/en/kioslave/audiocd -@dirrm share/doc/HTML/en/kcontrol/cddbretrieval -@dirrm share/doc/HTML/en/juk -@dirrm share/doc/HTML/en/dragonplayer -@dirrm share/apps/videothumbnail -@dirrm share/apps/kscd/skin -@dirrm share/apps/kscd -@dirrm share/apps/kmix/profiles -@dirrm share/apps/kmix/pics -@dirrm share/apps/kmix -@dirrm share/apps/juk/pics -@dirrm share/apps/juk -@dirrm share/apps/dragonplayer -@dirrm include/libkcompactdisc -@dirrm include/libkcddb diff --git a/net-im/Makefile b/net-im/Makefile index a47518d1d12a..1d0f1b0fa608 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -55,6 +55,7 @@ SUBDIR += komclean SUBDIR += konverse SUBDIR += kopete + SUBDIR += kopete-kde4 SUBDIR += kpopup SUBDIR += libjingle SUBDIR += libjreen diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile new file mode 100644 index 000000000000..b7ac8ea070e2 --- /dev/null +++ b/net-im/kopete-kde4/Makefile @@ -0,0 +1,79 @@ +# $FreeBSD$ + +PORTNAME= kopete +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= net-im kde ipv6 +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DISTNAME= kdenetwork-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE multi-protocol instant messenger + +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ + qca.2:${PORTSDIR}/devel/qca \ + otr.4:${PORTSDIR}/security/libotr3 \ + msn.0:${PORTSDIR}/net-im/libmsn \ + gadu.3:${PORTSDIR}/polish/libgadu \ + ortp.8:${PORTSDIR}/net/linphone-base \ + mediastreamer.0:${PORTSDIR}/net/linphone-base \ + speex.1:${PORTSDIR}/audio/speex \ + expat.6:${PORTSDIR}/textproc/expat2 \ + meanwhile.1:${PORTSDIR}/net-im/meanwhile \ + v4l2.0:${PORTSDIR}/multimedia/libv4l \ + jasper.4:${PORTSDIR}/graphics/jasper \ + gif.5:${PORTSDIR}/graphics/giflib \ + jpeg.11:${PORTSDIR}/graphics/jpeg +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \ + ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc +RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ + ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc + +LATEST_LINK= ${PORTNAME}4 +DISTINFO_FILE= ${.CURDIR}/../../net/kdenetwork4/distinfo + +CONFLICTS_INSTALL= kdenetwork-4.[1-8].* + +USE_CMAKE= yes +USE_GNOME= libxml2 libxslt +USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ + automoc4 qimageblitz +USE_OPENSSL= yes +USE_QT4= moc_build qmake_build rcc_build uic_build uic3_build +USE_SQLITE= yes +USE_XORG= x11 xdamage xext xscrnsaver xtst +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +CMAKE_OUTSOURCE= yes +CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME} + +USE_WEBPLUGINS= native +WEBPLUGINS_NAME= # empty +WEBPLUGINS_FILES= skypebuttons.so + +# Explicitly disable ALSA, as it's not used (Jabber Jingle support is +# not built). +CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF + +# Route Mozilla plugin by standard path. +CMAKE_ARGS+= -DMOZPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}" + +# Fix build with fresh multimedia/v4l_compat installed. +CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES=1 + +OPTIONS_DEFINE= XMMS +XMMS_DESC= XMMS Kopete nowlistening plugin + +.include <bsd.port.options.mk> +.include "${PORTSDIR}/www/firefox/Makefile.webplugins" + +.if ${PORT_OPTIONS:MXMMS} +CMAKE_ARGS+= -DWITH_Xmms:BOOL=ON +LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +.else +CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF +.endif + +.include <bsd.port.mk> diff --git a/net/kdenetwork4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__httpcommon.cc b/net-im/kopete-kde4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__httpcommon.cc index 5aebcd5d4a19..5aebcd5d4a19 100644 --- a/net/kdenetwork4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__httpcommon.cc +++ b/net-im/kopete-kde4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__httpcommon.cc diff --git a/net/kdenetwork4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__stringencode.cc b/net-im/kopete-kde4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__stringencode.cc index 3679a3e12031..3679a3e12031 100644 --- a/net/kdenetwork4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__stringencode.cc +++ b/net-im/kopete-kde4/files/patch-kopete__protocols__jabber__googletalk__libjingle__talk__base__stringencode.cc diff --git a/net-im/kopete-kde4/pkg-descr b/net-im/kopete-kde4/pkg-descr new file mode 100644 index 000000000000..3f435b9c441a --- /dev/null +++ b/net-im/kopete-kde4/pkg-descr @@ -0,0 +1,6 @@ +Kopete is an instant messenger supporting AIM, ICQ, Windows Live +Messenger, Yahoo, Jabber, Gadu-Gadu, Novell GroupWise Messenger, +and more. It is designed to be a flexible and extensible multi-protocol +system suitable for personal and enterprise use. + +WWW: http://kopete.kde.org/ diff --git a/net-im/kopete-kde4/pkg-plist b/net-im/kopete-kde4/pkg-plist new file mode 100644 index 000000000000..782b40552418 --- /dev/null +++ b/net-im/kopete-kde4/pkg-plist @@ -0,0 +1,897 @@ +bin/googletalk-call +bin/kopete +bin/kopete_latexconvert.sh +bin/winpopup-install +bin/winpopup-send +include/kopete/kabcpersistence.h +include/kopete/kopete_export.h +include/kopete/kopeteaccount.h +include/kopete/kopeteaccountmanager.h +include/kopete/kopeteaddedinfoevent.h +include/kopete/kopeteappearancesettings.h +include/kopete/kopeteavatarmanager.h +include/kopete/kopetebehaviorsettings.h +include/kopete/kopeteblacklister.h +include/kopete/kopetechatsession.h +include/kopete/kopetechatsessionmanager.h +include/kopete/kopetecommand.h +include/kopete/kopetecommandhandler.h +include/kopete/kopetecontact.h +include/kopete/kopetecontactlist.h +include/kopete/kopetecontactlistelement.h +include/kopete/kopetecontacttaskbase.h +include/kopete/kopetedeletecontacttask.h +include/kopete/kopeteemoticons.h +include/kopete/kopeteglobal.h +include/kopete/kopetegroup.h +include/kopete/kopeteidentity.h +include/kopete/kopeteidentitymanager.h +include/kopete/kopeteinfoevent.h +include/kopete/kopetemessage.h +include/kopete/kopetemessageevent.h +include/kopete/kopetemessagehandler.h +include/kopete/kopetemessagehandlerchain.h +include/kopete/kopetemetacontact.h +include/kopete/kopetemimetypehandler.h +include/kopete/kopeteonlinestatus.h +include/kopete/kopeteonlinestatusmanager.h +include/kopete/kopetepassword.h +include/kopete/kopetepasswordedaccount.h +include/kopete/kopetepicture.h +include/kopete/kopeteplugin.h +include/kopete/kopetepluginmanager.h +include/kopete/kopeteproperty.h +include/kopete/kopetepropertycontainer.h +include/kopete/kopeteprotocol.h +include/kopete/kopetesimplemessagehandler.h +include/kopete/kopetestatusmanager.h +include/kopete/kopetestatusmessage.h +include/kopete/kopetestatussettings.h +include/kopete/kopetetask.h +include/kopete/kopetetransfermanager.h +include/kopete/kopeteuiglobal.h +include/kopete/kopeteutils.h +include/kopete/kopeteversion.h +include/kopete/ui/accountselector.h +include/kopete/ui/addcontactpage.h +include/kopete/ui/addressbookselectordialog.h +include/kopete/ui/addressbookselectorwidget.h +include/kopete/ui/avatardialog.h +include/kopete/ui/avatarselectorwidget.h +include/kopete/ui/contactaddednotifydialog.h +include/kopete/ui/editaccountwidget.h +include/kopete/ui/kopetecontactaction.h +include/kopete/ui/kopeteinfodialog.h +include/kopete/ui/kopetelistview.h +include/kopete/ui/kopetelistviewitem.h +include/kopete/ui/kopetelistviewsearchline.h +include/kopete/ui/kopetepasswordwidget.h +include/kopete/ui/kopetestdaction.h +include/kopete/ui/kopeteview.h +include/kopete/ui/kopeteviewplugin.h +include/kopete/ui/ui_kopeteawaydialogbase.h +include/kopete/ui/ui_kopetepasswordwidgetbase.h +%%WEBPLUGINS_DIR%%/skypebuttons.so +lib/kde4/kcm_kopete_accountconfig.so +lib/kde4/kcm_kopete_addbookmarks.so +lib/kde4/kcm_kopete_appearanceconfig.so +lib/kde4/kcm_kopete_autoreplace.so +lib/kde4/kcm_kopete_avdeviceconfig.so +lib/kde4/kcm_kopete_behaviorconfig.so +lib/kde4/kcm_kopete_chatwindowconfig.so +lib/kde4/kcm_kopete_highlight.so +lib/kde4/kcm_kopete_history.so +lib/kde4/kcm_kopete_latex.so +lib/kde4/kcm_kopete_nowlistening.so +lib/kde4/kcm_kopete_otr.so +lib/kde4/kcm_kopete_pipes.so +lib/kde4/kcm_kopete_pluginconfig.so +lib/kde4/kcm_kopete_privacy.so +lib/kde4/kcm_kopete_statusconfig.so +lib/kde4/kcm_kopete_texteffect.so +lib/kde4/kcm_kopete_translator.so +lib/kde4/kcm_kopete_urlpicpreview.so +lib/kde4/kcm_kopete_webpresence.so +lib/kde4/kopete_addbookmarks.so +lib/kde4/kopete_aim.so +lib/kde4/kopete_autoreplace.so +lib/kde4/kopete_bonjour.so +lib/kde4/kopete_chatwindow.so +lib/kde4/kopete_contactnotes.so +lib/kde4/kopete_emailwindow.so +lib/kde4/kopete_gadu.so +lib/kde4/kopete_groupwise.so +lib/kde4/kopete_highlight.so +lib/kde4/kopete_history.so +lib/kde4/kopete_icq.so +lib/kde4/kopete_jabber.so +lib/kde4/kopete_latex.so +lib/kde4/kopete_meanwhile.so +lib/kde4/kopete_nowlistening.so +lib/kde4/kopete_otr.so +lib/kde4/kopete_pipes.so +lib/kde4/kopete_privacy.so +lib/kde4/kopete_qq.so +lib/kde4/kopete_skype.so +lib/kde4/kopete_sms.so +lib/kde4/kopete_statistics.so +lib/kde4/kopete_testbed.so +lib/kde4/kopete_texteffect.so +lib/kde4/kopete_translator.so +lib/kde4/kopete_urlpicpreview.so +lib/kde4/kopete_webpresence.so +lib/kde4/kopete_wlm.so +lib/kde4/kopete_wp.so +lib/kde4/kopete_yahoo.so +lib/kde4/libchattexteditpart.so +lib/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so +lib/libkopete.so +lib/libkopete.so.5 +lib/libkopete.so.5.0.1 +lib/libkopete_oscar.so +lib/libkopete_oscar.so.5 +lib/libkopete_oscar.so.5.0.1 +lib/libkopete_otr_shared.so +lib/libkopete_otr_shared.so.1 +lib/libkopete_otr_shared.so.1.0.0 +lib/libkopete_videodevice.so +lib/libkopete_videodevice.so.5 +lib/libkopete_videodevice.so.5.0.1 +lib/libkopeteaddaccountwizard.so +lib/libkopeteaddaccountwizard.so.1 +lib/libkopeteaddaccountwizard.so.1.0.0 +lib/libkopetechatwindow_shared.so +lib/libkopetechatwindow_shared.so.1 +lib/libkopetechatwindow_shared.so.1.0.0 +lib/libkopetecontactlist.so +lib/libkopetecontactlist.so.1 +lib/libkopetecontactlist.so.1.0.0 +lib/libkopeteidentity.so +lib/libkopeteidentity.so.1 +lib/libkopeteidentity.so.1.0.0 +lib/libkopeteprivacy.so +lib/libkopeteprivacy.so.1 +lib/libkopeteprivacy.so.1.0.0 +lib/libkopetestatusmenu.so +lib/libkopetestatusmenu.so.1 +lib/libkopetestatusmenu.so.1.0.0 +lib/libkyahoo.so +lib/libkyahoo.so.1 +lib/libkyahoo.so.1.0.0 +lib/liboscar.so +lib/liboscar.so.1 +lib/liboscar.so.1.0.0 +lib/libqgroupwise.so +share/applications/kde4/kopete.desktop +share/apps/kconf_update/kopete-account-0.10.pl +share/apps/kconf_update/kopete-account-kconf_update.sh +share/apps/kconf_update/kopete-account-kconf_update.upd +share/apps/kconf_update/kopete-gaim_to_pidgin_style.pl +share/apps/kconf_update/kopete-gaim_to_pidgin_style.upd +share/apps/kconf_update/kopete-initialstatus.pl +share/apps/kconf_update/kopete-initialstatus.upd +share/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.sh +share/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.upd +share/apps/kconf_update/kopete-jabberproxytype-kconf_update.sh +share/apps/kconf_update/kopete-jabberproxytype-kconf_update.upd +share/apps/kconf_update/kopete-nameTracking.upd +share/apps/kconf_update/kopete-pluginloader.pl +share/apps/kconf_update/kopete-pluginloader.upd +share/apps/kconf_update/kopete-pluginloader2.sh +share/apps/kconf_update/kopete-pluginloader2.upd +share/apps/kconf_update/kopete-update_icq_server.pl +share/apps/kconf_update/kopete-update_icq_server.upd +share/apps/kconf_update/kopete-update_yahoo_server.pl +share/apps/kconf_update/kopete-update_yahoo_server.upd +share/apps/kopete/CompactContactListLayouts.xml +share/apps/kopete/DefaultContactListLayouts.xml +share/apps/kopete/icons/crystalsvg/16x16/actions/aim_connecting.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/gg_con.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/groupwise_connecting.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/icq_connecting.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/jabber_connecting.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/qq_connecting.mng +share/apps/kopete/icons/crystalsvg/16x16/actions/yahoo_connecting.mng +share/apps/kopete/icons/crystalsvg/22x22/actions/qq_connecting.mng +share/apps/kopete/icons/crystalsvg/32x32/actions/qq_connecting.mng +share/apps/kopete/icons/crystalsvg/48x48/actions/qq_connecting.mng +share/apps/kopete/icons/crystalsvg/64x64/actions/qq_connecting.mng +share/apps/kopete/icons/hicolor/16x16/actions/aim_away.png +share/apps/kopete/icons/hicolor/16x16/actions/aim_connecting.mng +share/apps/kopete/icons/hicolor/16x16/actions/aim_offline.png +share/apps/kopete/icons/hicolor/16x16/actions/aim_online.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_away.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_connecting.mng +share/apps/kopete/icons/hicolor/16x16/actions/icq_dnd.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_ffc.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_invisible.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_na.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_occupied.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_offline.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_online.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus0.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus1.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus10.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus11.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus12.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus13.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus14.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus15.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus16.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus17.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus18.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus19.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus2.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus20.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus21.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus22.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus23.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus24.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus25.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus26.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus27.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus28.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus29.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus3.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus30.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus31.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus4.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus5.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus6.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus7.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus8.png +share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus9.png +share/apps/kopete/icons/hicolor/16x16/actions/jabber_connecting.mng +share/apps/kopete/icons/hicolor/16x16/apps/aim_protocol.png +share/apps/kopete/icons/hicolor/16x16/apps/icq_protocol.png +share/apps/kopete/icons/hicolor/32x32/apps/aim_protocol.png +share/apps/kopete/icons/hicolor/32x32/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/kopete_avdevice.png +share/apps/kopete/icons/oxygen/128x128/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/skype_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/sms_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/testbed_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/wp_protocol.png +share/apps/kopete/icons/oxygen/128x128/apps/yahoo_protocol.png +share/apps/kopete/icons/oxygen/16x16/actions/aim_away.png +share/apps/kopete/icons/oxygen/16x16/actions/aim_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/aim_online.png +share/apps/kopete/icons/oxygen/16x16/actions/aim_overlay.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_away.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_busy.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_busy_d.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_connecting.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_ignored.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_invi.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_invi_d.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_offline_d.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_online.png +share/apps/kopete/icons/oxygen/16x16/actions/gg_online_d.png +share/apps/kopete/icons/oxygen/16x16/actions/groupwise_away.png +share/apps/kopete/icons/oxygen/16x16/actions/groupwise_busy.png +share/apps/kopete/icons/oxygen/16x16/actions/groupwise_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/groupwise_online.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_away.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_dnd.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_ffc.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_na.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_occupied.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_online.png +share/apps/kopete/icons/oxygen/16x16/actions/icq_overlay.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_away.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_chatty.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_group.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_na.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_online.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_original.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_raw.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_off.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_on.png +share/apps/kopete/icons/oxygen/16x16/actions/jabber_xa.png +share/apps/kopete/icons/oxygen/16x16/actions/logging.png +share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_away.png +share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_dnd.png +share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_idle.png +share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_unknown.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_blockcontact.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_call.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.mng +share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_away.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_dnd.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_not_available.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_online.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeme.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeout.png +share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_unknown.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_away.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_blocked.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_brb.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_busy.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_fakefriend.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_lunch.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_na.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_newmsg.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_offline.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_online.png +share/apps/kopete/icons/oxygen/16x16/actions/wlm_phone.png +share/apps/kopete/icons/oxygen/16x16/actions/wp_away.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_away.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_busy.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_idle.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_invisible.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_mobile.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_stealthed.png +share/apps/kopete/icons/oxygen/16x16/actions/yahoo_tea.png +share/apps/kopete/icons/oxygen/16x16/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/gadu_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/groupwise_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_aim.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_gadu.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_http-ws.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_icq.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_irc.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_msn.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_qq.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_sms.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_smtp.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_tlen.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_yahoo.png +share/apps/kopete/icons/oxygen/16x16/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/skype_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/sms_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/testbed_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/wp_protocol.png +share/apps/kopete/icons/oxygen/16x16/apps/yahoo_protocol.png +share/apps/kopete/icons/oxygen/22x22/actions/logging.png +share/apps/kopete/icons/oxygen/22x22/actions/skype_blockcontact.png +share/apps/kopete/icons/oxygen/22x22/actions/skype_call.png +share/apps/kopete/icons/oxygen/22x22/actions/skype_contact_skypeout.png +share/apps/kopete/icons/oxygen/22x22/actions/yahoo_stealthed.png +share/apps/kopete/icons/oxygen/22x22/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/groupwise_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/kopete_avdevice.png +share/apps/kopete/icons/oxygen/22x22/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/skype_protocol.png +share/apps/kopete/icons/oxygen/22x22/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/32x32/actions/logging.png +share/apps/kopete/icons/oxygen/32x32/actions/skype_blockcontact.png +share/apps/kopete/icons/oxygen/32x32/actions/skype_call.png +share/apps/kopete/icons/oxygen/32x32/actions/skype_contact_skypeout.png +share/apps/kopete/icons/oxygen/32x32/actions/yahoo_stealthed.png +share/apps/kopete/icons/oxygen/32x32/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/gadu_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/groupwise_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/kopete_avdevice.png +share/apps/kopete/icons/oxygen/32x32/apps/latex.png +share/apps/kopete/icons/oxygen/32x32/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/preferences-plugin-text-effect-kopete.png +share/apps/kopete/icons/oxygen/32x32/apps/preferences-text-autocorrection-kopete.png +share/apps/kopete/icons/oxygen/32x32/apps/preferences-text-highlighting-kopete.png +share/apps/kopete/icons/oxygen/32x32/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/skype_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/sms_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/testbed_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/wp_protocol.png +share/apps/kopete/icons/oxygen/32x32/apps/yahoo_protocol.png +share/apps/kopete/icons/oxygen/48x48/actions/logging.png +share/apps/kopete/icons/oxygen/48x48/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/groupwise_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/skype_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/sms_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/testbed_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/wp_protocol.png +share/apps/kopete/icons/oxygen/48x48/apps/yahoo_protocol.png +share/apps/kopete/icons/oxygen/64x64/actions/logging.png +share/apps/kopete/icons/oxygen/64x64/apps/aim_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/bonjour_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/groupwise_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/icq_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/jabber_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/kopete_avdevice.png +share/apps/kopete/icons/oxygen/64x64/apps/meanwhile_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/qq_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/sms_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/testbed_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/wlm_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/wp_protocol.png +share/apps/kopete/icons/oxygen/64x64/apps/yahoo_protocol.png +share/apps/kopete/icons/oxygen/scalable/apps/meanwhile_protocol.svgz +share/apps/kopete/kopete.notifyrc +share/apps/kopete/kopetechatwindow.rc +share/apps/kopete/kopetecommandui.rc +share/apps/kopete/kopeteemailwindow.rc +share/apps/kopete/kopeteui.rc +share/apps/kopete/nowlisteningchatui.rc +share/apps/kopete/nowlisteningui.rc +share/apps/kopete/styles/Clean/Contents/Resources/Footer.html +share/apps/kopete/styles/Clean/Contents/Resources/Header.html +share/apps/kopete/styles/Clean/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Clean/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Clean/Contents/Resources/Incoming/buddy_icon.png +share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/buddy_icon.png +share/apps/kopete/styles/Clean/Contents/Resources/Status.html +share/apps/kopete/styles/Clean/Contents/Resources/images/action.png +share/apps/kopete/styles/Clean/Contents/Resources/images/important.png +share/apps/kopete/styles/Clean/Contents/Resources/images/internal.png +share/apps/kopete/styles/Clean/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Clean/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Clean/Contents/Resources/main.css +share/apps/kopete/styles/Clear/Contents/Resources/Footer.html +share/apps/kopete/styles/Clear/Contents/Resources/Header.html +share/apps/kopete/styles/Clear/Contents/Resources/Incoming/Action.html +share/apps/kopete/styles/Clear/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Clear/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Clear/Contents/Resources/Incoming/buddy_icon.png +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Action.html +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/buddy_icon.png +share/apps/kopete/styles/Clear/Contents/Resources/Status.html +share/apps/kopete/styles/Clear/Contents/Resources/Variants/No_avatars.css +share/apps/kopete/styles/Clear/Contents/Resources/images/body-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-arrow.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-avatar.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-arrow.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-avatar.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-background.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-left.png +share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-right.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-action.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-highlighted.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-internal.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-me.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-time.png +share/apps/kopete/styles/Clear/Contents/Resources/images/icon-you.png +share/apps/kopete/styles/Clear/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Clear/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Clear/Contents/Resources/main.css +share/apps/kopete/styles/Hacker/COPYRIGHT +share/apps/kopete/styles/Hacker/Contents/Info.plist +share/apps/kopete/styles/Hacker/Contents/Resources/Footer.html +share/apps/kopete/styles/Hacker/Contents/Resources/Header.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Action.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Context.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContext.html +share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/buddy_icon.png +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Action.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Context.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContext.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/buddy_icon.png +share/apps/kopete/styles/Hacker/Contents/Resources/Status.html +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark-Noback.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2-Noback.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light-Noback.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2-Noback.css +share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2.css +share/apps/kopete/styles/Hacker/Contents/Resources/images/background.png +share/apps/kopete/styles/Hacker/Contents/Resources/images/background2.png +share/apps/kopete/styles/Hacker/Contents/Resources/images/kopete.png +share/apps/kopete/styles/Hacker/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending-white.gif +share/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Hacker/Contents/Resources/main.css +share/apps/kopete/styles/Hacker/README +share/apps/kopete/styles/Hacker/gpl.txt +share/apps/kopete/styles/Konqi/Contents/Resources/Footer.html +share/apps/kopete/styles/Konqi/Contents/Resources/Header.html +share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/buddy_icon.png +share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/buddy_icon.png +share/apps/kopete/styles/Konqi/Contents/Resources/Status.html +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png +share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg +share/apps/kopete/styles/Konqi/Contents/Resources/main.css +share/apps/kopete/styles/Konqi/Contents/Resources/puce.png +share/apps/kopete/styles/Kopete/Contents/Resources/Footer.html +share/apps/kopete/styles/Kopete/Contents/Resources/Header.html +share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Action.html +share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/buddy_icon.png +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Action.html +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/buddy_icon.png +share/apps/kopete/styles/Kopete/Contents/Resources/Status.html +share/apps/kopete/styles/Kopete/Contents/Resources/Variants/Big_pictures.css +share/apps/kopete/styles/Kopete/Contents/Resources/Variants/Contact_color.css +share/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_.css +share/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_Contact_color.css +share/apps/kopete/styles/Kopete/Contents/Resources/images/action.png +share/apps/kopete/styles/Kopete/Contents/Resources/images/important.png +share/apps/kopete/styles/Kopete/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Kopete/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Kopete/Contents/Resources/images/system.png +share/apps/kopete/styles/Kopete/Contents/Resources/main.css +share/apps/kopete/styles/Pidgin/Contents/Info.plist +share/apps/kopete/styles/Pidgin/Contents/Resources/Footer.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Header.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Action.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Action.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Status.html +share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Contact-Colors.css +share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Name-Colors.css +share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/No-Colors.css +share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Status-Colors.css +share/apps/kopete/styles/Pidgin/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Pidgin/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Pidgin/Contents/Resources/main.css +share/apps/kopete/styles/Retropete/Contents/Resources/Footer.html +share/apps/kopete/styles/Retropete/Contents/Resources/Header.html +share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Action.html +share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Content.html +share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/NextContent.html +share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Action.html +share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Content.html +share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/NextContent.html +share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateError.html +share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateSending.html +share/apps/kopete/styles/Retropete/Contents/Resources/Status.html +share/apps/kopete/styles/Retropete/Contents/Resources/images/state-error.png +share/apps/kopete/styles/Retropete/Contents/Resources/images/state-sending.gif +share/apps/kopete/styles/Retropete/Contents/Resources/main.css +share/apps/kopete/webpresence/webpresence_html.xsl +share/apps/kopete/webpresence/webpresence_html_images.xsl +share/apps/kopete/webpresence/webpresence_xhtml.xsl +share/apps/kopete/webpresence/webpresence_xhtml_images.xsl +share/apps/kopete_contactnotes/contactnotesui.rc +share/apps/kopete_groupwise/gwchatui.rc +share/apps/kopete_history/historychatui.rc +share/apps/kopete_history/historyui.rc +share/apps/kopete_jabber/jabberchatui.rc +share/apps/kopete_latex/latexchatui.rc +share/apps/kopete_otr/otrchatui.rc +share/apps/kopete_otr/otrui.rc +share/apps/kopete_privacy/privacychatui.rc +share/apps/kopete_privacy/privacyui.rc +share/apps/kopete_skype/skypechatui.rc +share/apps/kopete_skype/skypeui.rc +share/apps/kopete_statistics/statisticsui.rc +share/apps/kopete_translator/translatorchatui.rc +share/apps/kopete_translator/translatorui.rc +share/apps/kopete_wlm/wlmchatui.rc +share/apps/kopete_yahoo/yahoochatui.rc +share/apps/kopete_yahoo/yahooconferenceui.rc +share/apps/kopete_yahoo/yahooimui.rc +share/apps/kopeterichtexteditpart/kopeterichtexteditpartfull.rc +share/config.kcfg/historyconfig.kcfg +share/config.kcfg/kopete_otr.kcfg +share/config.kcfg/kopeteappearancesettings.kcfg +share/config.kcfg/kopetebehaviorsettings.kcfg +share/config.kcfg/kopetestatussettings.kcfg +share/config.kcfg/latexconfig.kcfg +share/config.kcfg/nowlisteningconfig.kcfg +share/config.kcfg/translatorconfig.kcfg +share/config.kcfg/urlpicpreview.kcfg +share/config.kcfg/webpresenceconfig.kcfg +share/config/kopeterc +share/dbus-1/interfaces/org.kde.Kopete.xml +share/dbus-1/interfaces/org.kde.kopete.Client.xml +share/dbus-1/interfaces/org.kde.kopete.Statistics.xml +share/icons/hicolor/128x128/apps/kopete-offline.png +share/icons/hicolor/128x128/apps/kopete.png +share/icons/hicolor/16x16/apps/kopete-offline.png +share/icons/hicolor/16x16/apps/kopete.png +share/icons/hicolor/22x22/apps/kopete-offline.png +share/icons/hicolor/22x22/apps/kopete.png +share/icons/hicolor/32x32/apps/kopete-offline.png +share/icons/hicolor/32x32/apps/kopete.png +share/icons/hicolor/48x48/apps/kopete-offline.png +share/icons/hicolor/48x48/apps/kopete.png +share/icons/hicolor/64x64/apps/kopete-offline.png +share/icons/hicolor/64x64/apps/kopete.png +share/icons/hicolor/scalable/apps/kopete-offline.svgz +share/icons/hicolor/scalable/apps/kopete.svgz +share/icons/oxygen/128x128/actions/voicecall.png +share/icons/oxygen/128x128/actions/webcamreceive.png +share/icons/oxygen/128x128/actions/webcamsend.png +share/icons/oxygen/16x16/actions/account_offline_overlay.png +share/icons/oxygen/16x16/actions/contact_away_overlay.png +share/icons/oxygen/16x16/actions/contact_busy_overlay.png +share/icons/oxygen/16x16/actions/contact_food_overlay.png +share/icons/oxygen/16x16/actions/contact_invisible_overlay.png +share/icons/oxygen/16x16/actions/contact_phone_overlay.png +share/icons/oxygen/16x16/actions/contact_xa_overlay.png +share/icons/oxygen/16x16/actions/emoticon.png +share/icons/oxygen/16x16/actions/im-status-message-edit.png +share/icons/oxygen/16x16/actions/metacontact_unknown.png +share/icons/oxygen/16x16/actions/status_unknown.png +share/icons/oxygen/16x16/actions/status_unknown_overlay.png +share/icons/oxygen/16x16/actions/view-user-offline-kopete.png +share/icons/oxygen/16x16/actions/voicecall.png +share/icons/oxygen/16x16/actions/webcamreceive.png +share/icons/oxygen/16x16/actions/webcamsend.png +share/icons/oxygen/22x22/actions/account_offline_overlay.png +share/icons/oxygen/22x22/actions/im-status-message-edit.png +share/icons/oxygen/22x22/actions/view-user-offline-kopete.png +share/icons/oxygen/22x22/actions/voicecall.png +share/icons/oxygen/22x22/actions/webcamreceive.png +share/icons/oxygen/22x22/actions/webcamsend.png +share/icons/oxygen/22x22/status/object-locked-finished.png +share/icons/oxygen/22x22/status/object-locked-unverified.png +share/icons/oxygen/22x22/status/object-locked-verified.png +share/icons/oxygen/32x32/actions/account_offline_overlay.png +share/icons/oxygen/32x32/actions/im-status-message-edit.png +share/icons/oxygen/32x32/actions/metacontact_unknown.png +share/icons/oxygen/32x32/actions/newmessage.mng +share/icons/oxygen/32x32/actions/view-user-offline-kopete.png +share/icons/oxygen/32x32/actions/voicecall.png +share/icons/oxygen/32x32/actions/webcamreceive.png +share/icons/oxygen/32x32/actions/webcamsend.png +share/icons/oxygen/48x48/actions/im-status-message-edit.png +share/icons/oxygen/48x48/actions/mail-encrypt.png +share/icons/oxygen/48x48/actions/view-user-offline-kopete.png +share/icons/oxygen/48x48/actions/voicecall.png +share/icons/oxygen/48x48/actions/webcamreceive.png +share/icons/oxygen/48x48/actions/webcamsend.png +share/icons/oxygen/64x64/actions/voicecall.png +share/icons/oxygen/64x64/actions/webcamreceive.png +share/icons/oxygen/64x64/actions/webcamsend.png +share/icons/oxygen/scalable/actions/account_offline_overlay.svgz +share/icons/oxygen/scalable/actions/im-status-message-edit.svgz +share/icons/oxygen/scalable/actions/mail-encrypt.svgz +share/icons/oxygen/scalable/actions/view-user-offline-kopete.svgz +share/icons/oxygen/scalable/actions/voicecall.svgz +share/icons/oxygen/scalable/actions/webcamreceive.svgz +share/icons/oxygen/scalable/actions/webcamsend.svgz +share/icons/oxygen/scalable/status/object-locked-finished.svgz +share/icons/oxygen/scalable/status/object-locked-unverified.svgz +share/icons/oxygen/scalable/status/object-locked-verified.svgz +share/kde4/services/aim.protocol +share/kde4/services/callto.protocol +share/kde4/services/chatwindow.desktop +share/kde4/services/emailwindow.desktop +share/kde4/services/kconfiguredialog/kopete_addbookmarks_config.desktop +share/kde4/services/kconfiguredialog/kopete_autoreplace_config.desktop +share/kde4/services/kconfiguredialog/kopete_highlight_config.desktop +share/kde4/services/kconfiguredialog/kopete_history_config.desktop +share/kde4/services/kconfiguredialog/kopete_latex_config.desktop +share/kde4/services/kconfiguredialog/kopete_nowlistening_config.desktop +share/kde4/services/kconfiguredialog/kopete_otr_config.desktop +share/kde4/services/kconfiguredialog/kopete_pipes_config.desktop +share/kde4/services/kconfiguredialog/kopete_privacy_config.desktop +share/kde4/services/kconfiguredialog/kopete_texteffect_config.desktop +share/kde4/services/kconfiguredialog/kopete_translator_config.desktop +share/kde4/services/kconfiguredialog/kopete_urlpicpreview_config.desktop +share/kde4/services/kconfiguredialog/kopete_webpresence_config.desktop +share/kde4/services/kopete_accountconfig.desktop +share/kde4/services/kopete_addbookmarks.desktop +share/kde4/services/kopete_aim.desktop +share/kde4/services/kopete_appearanceconfig.desktop +share/kde4/services/kopete_autoreplace.desktop +share/kde4/services/kopete_avdeviceconfig.desktop +share/kde4/services/kopete_behaviorconfig.desktop +share/kde4/services/kopete_bonjour.desktop +share/kde4/services/kopete_chatwindowconfig.desktop +share/kde4/services/kopete_contactnotes.desktop +share/kde4/services/kopete_gadu.desktop +share/kde4/services/kopete_groupwise.desktop +share/kde4/services/kopete_highlight.desktop +share/kde4/services/kopete_history.desktop +share/kde4/services/kopete_icq.desktop +share/kde4/services/kopete_jabber.desktop +share/kde4/services/kopete_latex.desktop +share/kde4/services/kopete_meanwhile.desktop +share/kde4/services/kopete_nowlistening.desktop +share/kde4/services/kopete_otr.desktop +share/kde4/services/kopete_pipes.desktop +share/kde4/services/kopete_pluginconfig.desktop +share/kde4/services/kopete_privacy.desktop +share/kde4/services/kopete_qq.desktop +share/kde4/services/kopete_skype.desktop +share/kde4/services/kopete_sms.desktop +share/kde4/services/kopete_statistics.desktop +share/kde4/services/kopete_statusconfig.desktop +share/kde4/services/kopete_testbed.desktop +share/kde4/services/kopete_texteffect.desktop +share/kde4/services/kopete_translator.desktop +share/kde4/services/kopete_urlpicpreview.desktop +share/kde4/services/kopete_webpresence.desktop +share/kde4/services/kopete_wlm.desktop +share/kde4/services/kopete_wp.desktop +share/kde4/services/kopete_yahoo.desktop +share/kde4/services/skype.protocol +share/kde4/services/tel.protocol +share/kde4/services/xmpp.protocol +share/kde4/servicetypes/kopeteplugin.desktop +share/kde4/servicetypes/kopeteprotocol.desktop +share/kde4/servicetypes/kopeteui.desktop +share/sounds/KDE-Im-Phone-Ring.wav +share/sounds/Kopete_Event.ogg +share/sounds/Kopete_Received.ogg +share/sounds/Kopete_Sent.ogg +share/sounds/Kopete_User_is_Online.ogg +@dirrm share/kde4/services/kconfiguredialog +@dirrm share/apps/kopeterichtexteditpart +@dirrm share/apps/kopete_yahoo +@dirrm share/apps/kopete_wlm +@dirrm share/apps/kopete_translator +@dirrm share/apps/kopete_statistics +@dirrm share/apps/kopete_skype +@dirrm share/apps/kopete_privacy +@dirrm share/apps/kopete_otr +@dirrm share/apps/kopete_latex +@dirrm share/apps/kopete_jabber +@dirrm share/apps/kopete_history +@dirrm share/apps/kopete_groupwise +@dirrm share/apps/kopete_contactnotes +@dirrm share/apps/kopete/webpresence +@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/images +@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Retropete/Contents/Resources +@dirrm share/apps/kopete/styles/Retropete/Contents +@dirrm share/apps/kopete/styles/Retropete +@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/images +@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Variants +@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources +@dirrm share/apps/kopete/styles/Pidgin/Contents +@dirrm share/apps/kopete/styles/Pidgin +@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/images +@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Variants +@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Kopete/Contents/Resources +@dirrm share/apps/kopete/styles/Kopete/Contents +@dirrm share/apps/kopete/styles/Kopete +@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui +@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Variants +@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Konqi/Contents/Resources +@dirrm share/apps/kopete/styles/Konqi/Contents +@dirrm share/apps/kopete/styles/Konqi +@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/images +@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Variants +@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Hacker/Contents/Resources +@dirrm share/apps/kopete/styles/Hacker/Contents +@dirrm share/apps/kopete/styles/Hacker +@dirrm share/apps/kopete/styles/Clear/Contents/Resources/images +@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Variants +@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Clear/Contents/Resources +@dirrm share/apps/kopete/styles/Clear/Contents +@dirrm share/apps/kopete/styles/Clear +@dirrm share/apps/kopete/styles/Clean/Contents/Resources/images +@dirrm share/apps/kopete/styles/Clean/Contents/Resources/Outgoing +@dirrm share/apps/kopete/styles/Clean/Contents/Resources/Incoming +@dirrm share/apps/kopete/styles/Clean/Contents/Resources +@dirrm share/apps/kopete/styles/Clean/Contents +@dirrm share/apps/kopete/styles/Clean +@dirrm share/apps/kopete/styles +@dirrm share/apps/kopete/icons/oxygen/scalable/apps +@dirrm share/apps/kopete/icons/oxygen/scalable +@dirrm share/apps/kopete/icons/oxygen/64x64/apps +@dirrm share/apps/kopete/icons/oxygen/64x64/actions +@dirrm share/apps/kopete/icons/oxygen/64x64 +@dirrm share/apps/kopete/icons/oxygen/48x48/apps +@dirrm share/apps/kopete/icons/oxygen/48x48/actions +@dirrm share/apps/kopete/icons/oxygen/48x48 +@dirrm share/apps/kopete/icons/oxygen/32x32/apps +@dirrm share/apps/kopete/icons/oxygen/32x32/actions +@dirrm share/apps/kopete/icons/oxygen/32x32 +@dirrm share/apps/kopete/icons/oxygen/22x22/apps +@dirrm share/apps/kopete/icons/oxygen/22x22/actions +@dirrm share/apps/kopete/icons/oxygen/22x22 +@dirrm share/apps/kopete/icons/oxygen/16x16/apps +@dirrm share/apps/kopete/icons/oxygen/16x16/actions +@dirrm share/apps/kopete/icons/oxygen/16x16 +@dirrm share/apps/kopete/icons/oxygen/128x128/apps +@dirrm share/apps/kopete/icons/oxygen/128x128 +@dirrm share/apps/kopete/icons/oxygen +@dirrm share/apps/kopete/icons/hicolor/32x32/apps +@dirrm share/apps/kopete/icons/hicolor/32x32 +@dirrm share/apps/kopete/icons/hicolor/16x16/apps +@dirrm share/apps/kopete/icons/hicolor/16x16/actions +@dirrm share/apps/kopete/icons/hicolor/16x16 +@dirrm share/apps/kopete/icons/hicolor +@dirrm share/apps/kopete/icons/crystalsvg/64x64/actions +@dirrm share/apps/kopete/icons/crystalsvg/64x64 +@dirrm share/apps/kopete/icons/crystalsvg/48x48/actions +@dirrm share/apps/kopete/icons/crystalsvg/48x48 +@dirrm share/apps/kopete/icons/crystalsvg/32x32/actions +@dirrm share/apps/kopete/icons/crystalsvg/32x32 +@dirrm share/apps/kopete/icons/crystalsvg/22x22/actions +@dirrm share/apps/kopete/icons/crystalsvg/22x22 +@dirrm share/apps/kopete/icons/crystalsvg/16x16/actions +@dirrm share/apps/kopete/icons/crystalsvg/16x16 +@dirrm share/apps/kopete/icons/crystalsvg +@dirrm share/apps/kopete/icons +@dirrm share/apps/kopete +@dirrmtry lib/kde4/plugins/accessible +@dirrmtry %%WEBPLUGINS_DIR%% +@dirrm include/kopete/ui +@dirrm include/kopete diff --git a/net/Makefile b/net/Makefile index 0f595420ba7a..3e3a555d1b24 100644 --- a/net/Makefile +++ b/net/Makefile @@ -288,7 +288,9 @@ SUBDIR += knemo-kde4 SUBDIR += kojoney SUBDIR += kphone + SUBDIR += krdc SUBDIR += krdesktop + SUBDIR += krfb SUBDIR += kwooty SUBDIR += l2tpd SUBDIR += l4ip diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 56ffd1914326..1d639ff3b8b2 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -12,61 +11,37 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications -LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ - idn.17:${PORTSDIR}/dns/libidn \ - qca.2:${PORTSDIR}/devel/qca \ +LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca \ otr.4:${PORTSDIR}/security/libotr3 \ - vncserver.0:${PORTSDIR}/net/libvncserver \ - msn.0:${PORTSDIR}/net-im/libmsn \ - gadu.3:${PORTSDIR}/polish/libgadu \ - ortp.8:${PORTSDIR}/net/linphone-base \ - mediastreamer.0:${PORTSDIR}/net/linphone-base \ - speex.1:${PORTSDIR}/audio/speex \ - expat.6:${PORTSDIR}/textproc/expat2 \ - meanwhile.1:${PORTSDIR}/net-im/meanwhile \ - v4l2.0:${PORTSDIR}/multimedia/libv4l \ ktorrent:${PORTSDIR}/net-p2p/libktorrent \ - jasper.4:${PORTSDIR}/graphics/jasper \ boost_thread:${PORTSDIR}/devel/boost-libs \ - gif.5:${PORTSDIR}/graphics/giflib \ mms.0:${PORTSDIR}/net/libmms \ jpeg.11:${PORTSDIR}/graphics/jpeg - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat - RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl LATEST_LINK= ${PORTNAME}4 -USE_GNOME= glib20 libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix libkonq pimlibs workspace \ - automoc4 ontologies qimageblitz soprano strigi + automoc4 ontologies strigi KDE4_BUILDENV= yes USE_OPENSSL= yes - -# Should probably be build-only, but JIC -USE_PKGCONFIG= both - -USE_QT4= dbus gui network qt3support sql xml \ - moc_build qmake_build rcc_build uic_build uic3_build +USE_QT4= moc_build qmake_build rcc_build uic_build USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst -USE_XZ= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes -# Explicitly disable ALSA, as it's not used (Jabber Jingle support is -# not built). -CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF - -# Route Mozilla plugin by standard path. -CMAKE_ARGS+= -DMOZPLUGIN_INSTALL_DIR=${PREFIX}/lib/browser_plugins - -# Fix build with fresh multimedia/v4l_compat installed. -CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES=1 +CMAKE_ARGS+= -DBUILD_kopete=off \ + -DBUILD_krdc=off \ + -DBUILD_krfb=off -OPTIONS= XMMS "Enable XMMS Kopete nowlistening plugin" off +OPTIONS_DEFINE= KOPETE KRDC KRFB +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +KOPETE_DESC= Multi-protocol instant messenger +KRDC_DESC= RDP and VNC client for KDE +KRFB_DESC= VNC server for KDE -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${OSVERSION} >= 800074 CMAKE_ARGS+= -DBUILD_kppp:BOOL=OFF @@ -77,11 +52,16 @@ CMAKE_ARGS+= -DBUILD_kppp:BOOL=ON PLIST_SUB+= KPPP="" .endif -.if defined(WITH_XMMS) -CMAKE_ARGS+= -DWITH_Xmms:BOOL=ON -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -.else -CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF +.if ${PORT_OPTIONS:MKOPETE} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kopete:${PORTSDIR}/net-im/kopete-kde4 +.endif + +.if ${PORT_OPTIONS:MKRDC} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krdc:${PORTSDIR}/net/krdc +.endif + +.if ${PORT_OPTIONS:MKRFB} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krfb:${PORTSDIR}/net/krfb .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index bc64dcf5d2c3..3aa3d9020234 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdenetwork-4.8.4.tar.xz) = 6c2d7dfc13523854619f764baede5bbadec19a7989bf8e958f6eab119fcf9e82 -SIZE (KDE/kdenetwork-4.8.4.tar.xz) = 9268552 +SHA256 (KDE/kdenetwork-4.9.5.tar.xz) = a33b00d33335786b08a76d3f837cc59c63c570ed466ae42c1516009d18ae6f70 +SIZE (KDE/kdenetwork-4.9.5.tar.xz) = 9027808 diff --git a/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp b/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp deleted file mode 100644 index 095c5c09b79f..000000000000 --- a/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- ./kopete/protocols/wlm/wlmchatsession.cpp.orig 2012-06-03 07:53:05.000000000 -0400 -+++ ./kopete/protocols/wlm/wlmchatsession.cpp 2012-06-03 07:53:42.000000000 -0400 -@@ -546,13 +546,13 @@ - } - - if (status != GIF_OK) { -- PrintGifError(); -+ GifError(); - EGifCloseFile(GifFile); - return; - } - - if (EGifCloseFile(GifFile) != GIF_OK) { -- PrintGifError(); -+ GifError(); - return; - } - return; diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist index e5d00d393733..8e94d4429e44 100644 --- a/net/kdenetwork4/pkg-plist +++ b/net/kdenetwork4/pkg-plist @@ -1,113 +1,12 @@ -bin/googletalk-call bin/kget -bin/kopete -bin/kopete_latexconvert.sh %%KPPP%%bin/kppp %%KPPP%%bin/kppplogview -bin/krdc -bin/krfb -bin/winpopup-install -bin/winpopup-send -include/kopete/kabcpersistence.h -include/kopete/kopete_export.h -include/kopete/kopeteaccount.h -include/kopete/kopeteaccountmanager.h -include/kopete/kopeteaddedinfoevent.h -include/kopete/kopeteappearancesettings.h -include/kopete/kopeteavatarmanager.h -include/kopete/kopetebehaviorsettings.h -include/kopete/kopeteblacklister.h -include/kopete/kopetechatsession.h -include/kopete/kopetechatsessionmanager.h -include/kopete/kopetecommand.h -include/kopete/kopetecommandhandler.h -include/kopete/kopetecontact.h -include/kopete/kopetecontactlist.h -include/kopete/kopetecontactlistelement.h -include/kopete/kopetecontacttaskbase.h -include/kopete/kopetedeletecontacttask.h -include/kopete/kopeteemoticons.h -include/kopete/kopeteglobal.h -include/kopete/kopetegroup.h -include/kopete/kopeteidentity.h -include/kopete/kopeteidentitymanager.h -include/kopete/kopeteinfoevent.h -include/kopete/kopetemessage.h -include/kopete/kopetemessageevent.h -include/kopete/kopetemessagehandler.h -include/kopete/kopetemessagehandlerchain.h -include/kopete/kopetemetacontact.h -include/kopete/kopetemimetypehandler.h -include/kopete/kopeteonlinestatus.h -include/kopete/kopeteonlinestatusmanager.h -include/kopete/kopetepassword.h -include/kopete/kopetepasswordedaccount.h -include/kopete/kopetepicture.h -include/kopete/kopeteplugin.h -include/kopete/kopetepluginmanager.h -include/kopete/kopeteproperty.h -include/kopete/kopetepropertycontainer.h -include/kopete/kopeteprotocol.h -include/kopete/kopetesimplemessagehandler.h -include/kopete/kopetestatusmanager.h -include/kopete/kopetestatusmessage.h -include/kopete/kopetestatussettings.h -include/kopete/kopetetask.h -include/kopete/kopetetransfermanager.h -include/kopete/kopeteuiglobal.h -include/kopete/kopeteutils.h -include/kopete/kopeteversion.h -include/kopete/ui/accountselector.h -include/kopete/ui/addcontactpage.h -include/kopete/ui/addressbookselectordialog.h -include/kopete/ui/addressbookselectorwidget.h -include/kopete/ui/avatardialog.h -include/kopete/ui/avatarselectorwidget.h -include/kopete/ui/contactaddednotifydialog.h -include/kopete/ui/editaccountwidget.h -include/kopete/ui/kopetecontactaction.h -include/kopete/ui/kopeteinfodialog.h -include/kopete/ui/kopetelistview.h -include/kopete/ui/kopetelistviewitem.h -include/kopete/ui/kopetelistviewsearchline.h -include/kopete/ui/kopetepasswordwidget.h -include/kopete/ui/kopetestdaction.h -include/kopete/ui/kopeteview.h -include/kopete/ui/kopeteviewplugin.h -include/kopete/ui/ui_kopeteawaydialogbase.h -include/kopete/ui/ui_kopetepasswordwidgetbase.h -include/krdc/hostpreferences.h -include/krdc/remoteview.h -include/krdc/remoteviewfactory.h -lib/browser_plugins/skypebuttons.so lib/kde4/kcm_kget_bittorrentfactory.so lib/kde4/kcm_kget_checksumsearchfactory.so lib/kde4/kcm_kget_metalinkfactory.so lib/kde4/kcm_kget_mirrorsearchfactory.so lib/kde4/kcm_kget_mmsfactory.so lib/kde4/kcm_kget_multisegkiofactory.so -lib/kde4/kcm_kopete_accountconfig.so -lib/kde4/kcm_kopete_addbookmarks.so -lib/kde4/kcm_kopete_appearanceconfig.so -lib/kde4/kcm_kopete_autoreplace.so -lib/kde4/kcm_kopete_avdeviceconfig.so -lib/kde4/kcm_kopete_behaviorconfig.so -lib/kde4/kcm_kopete_chatwindowconfig.so -lib/kde4/kcm_kopete_highlight.so -lib/kde4/kcm_kopete_history.so -lib/kde4/kcm_kopete_latex.so -lib/kde4/kcm_kopete_nowlistening.so -lib/kde4/kcm_kopete_otr.so -lib/kde4/kcm_kopete_pipes.so -lib/kde4/kcm_kopete_pluginconfig.so -lib/kde4/kcm_kopete_privacy.so -lib/kde4/kcm_kopete_statusconfig.so -lib/kde4/kcm_kopete_texteffect.so -lib/kde4/kcm_kopete_translator.so -lib/kde4/kcm_kopete_urlpicpreview.so -lib/kde4/kcm_kopete_webpresence.so -lib/kde4/kcm_krdc_rdpplugin.so -lib/kde4/kcm_krdc_vncplugin.so lib/kde4/kded_dnssdwatcher.so lib/kde4/kget_bittorrentfactory.so lib/kde4/kget_browser_integration.so @@ -118,124 +17,22 @@ lib/kde4/kget_mirrorsearchfactory.so lib/kde4/kget_mmsfactory.so lib/kde4/kget_multisegkiofactory.so lib/kde4/kio_zeroconf.so -lib/kde4/kopete_addbookmarks.so -lib/kde4/kopete_aim.so -lib/kde4/kopete_autoreplace.so -lib/kde4/kopete_bonjour.so -lib/kde4/kopete_chatwindow.so -lib/kde4/kopete_contactnotes.so -lib/kde4/kopete_emailwindow.so -lib/kde4/kopete_gadu.so -lib/kde4/kopete_groupwise.so -lib/kde4/kopete_highlight.so -lib/kde4/kopete_history.so -lib/kde4/kopete_icq.so -lib/kde4/kopete_jabber.so -lib/kde4/kopete_latex.so -lib/kde4/kopete_meanwhile.so -lib/kde4/kopete_nowlistening.so -lib/kde4/kopete_otr.so -lib/kde4/kopete_pipes.so -lib/kde4/kopete_privacy.so -lib/kde4/kopete_qq.so -lib/kde4/kopete_skype.so -lib/kde4/kopete_sms.so -lib/kde4/kopete_statistics.so -lib/kde4/kopete_testbed.so -lib/kde4/kopete_texteffect.so -lib/kde4/kopete_translator.so -lib/kde4/kopete_urlpicpreview.so -lib/kde4/kopete_webpresence.so -lib/kde4/kopete_wlm.so -lib/kde4/kopete_wp.so -lib/kde4/kopete_yahoo.so -lib/kde4/krdc_rdpplugin.so -lib/kde4/krdc_testplugin.so -lib/kde4/krdc_vncplugin.so -lib/kde4/krfb_framebuffer_qt.so -lib/kde4/krfb_framebuffer_x11.so lib/kde4/krunner_kget.so -lib/kde4/libchattexteditpart.so lib/kde4/plasma_engine_kget.so lib/kde4/plasma_kget_barapplet.so lib/kde4/plasma_kget_piechart.so -lib/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so lib/kde4/sambausershareplugin.so lib/libkgetcore.so lib/libkgetcore.so.5 lib/libkgetcore.so.5.0.1 -lib/libkopete.so -lib/libkopete.so.5 -lib/libkopete.so.5.0.1 -lib/libkopete_oscar.so -lib/libkopete_oscar.so.5 -lib/libkopete_oscar.so.5.0.1 -lib/libkopete_otr_shared.so -lib/libkopete_otr_shared.so.1 -lib/libkopete_otr_shared.so.1.0.0 -lib/libkopete_videodevice.so -lib/libkopete_videodevice.so.5 -lib/libkopete_videodevice.so.5.0.1 -lib/libkopeteaddaccountwizard.so -lib/libkopeteaddaccountwizard.so.1 -lib/libkopeteaddaccountwizard.so.1.0.0 -lib/libkopetechatwindow_shared.so -lib/libkopetechatwindow_shared.so.1 -lib/libkopetechatwindow_shared.so.1.0.0 -lib/libkopetecontactlist.so -lib/libkopetecontactlist.so.1 -lib/libkopetecontactlist.so.1.0.0 -lib/libkopeteidentity.so -lib/libkopeteidentity.so.1 -lib/libkopeteidentity.so.1.0.0 -lib/libkopeteprivacy.so -lib/libkopeteprivacy.so.1 -lib/libkopeteprivacy.so.1.0.0 -lib/libkopetestatusmenu.so -lib/libkopetestatusmenu.so.1 -lib/libkopetestatusmenu.so.1.0.0 -lib/libkrdccore.so -lib/libkrdccore.so.5 -lib/libkrdccore.so.5.0.1 -lib/libkrfbprivate.so.5.0.1 -lib/libkyahoo.so -lib/libkyahoo.so.1 -lib/libkyahoo.so.1.0.0 -lib/liboscar.so -lib/liboscar.so.1 -lib/liboscar.so.1.0.0 -lib/libqgroupwise.so %%KPPP%%share/applications/kde4/Kppp.desktop share/applications/kde4/kget.desktop -share/applications/kde4/kopete.desktop %%KPPP%%share/applications/kde4/kppplogview.desktop -share/applications/kde4/krdc.desktop -share/applications/kde4/krfb.desktop share/apps/dolphinpart/kpartplugins/kget_plug_in.desktop share/apps/dolphinpart/kpartplugins/kget_plug_in.rc share/apps/kconf_update/kget.upd share/apps/kconf_update/kget_limitdownloads.pl share/apps/kconf_update/kget_sensitive.pl -share/apps/kconf_update/kopete-account-0.10.pl -share/apps/kconf_update/kopete-account-kconf_update.sh -share/apps/kconf_update/kopete-account-kconf_update.upd -share/apps/kconf_update/kopete-gaim_to_pidgin_style.pl -share/apps/kconf_update/kopete-gaim_to_pidgin_style.upd -share/apps/kconf_update/kopete-initialstatus.pl -share/apps/kconf_update/kopete-initialstatus.upd -share/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.sh -share/apps/kconf_update/kopete-jabberpriorityaddition-kconf_update.upd -share/apps/kconf_update/kopete-jabberproxytype-kconf_update.sh -share/apps/kconf_update/kopete-jabberproxytype-kconf_update.upd -share/apps/kconf_update/kopete-nameTracking.upd -share/apps/kconf_update/kopete-pluginloader.pl -share/apps/kconf_update/kopete-pluginloader.upd -share/apps/kconf_update/kopete-pluginloader2.sh -share/apps/kconf_update/kopete-pluginloader2.upd -share/apps/kconf_update/kopete-update_icq_server.pl -share/apps/kconf_update/kopete-update_icq_server.upd -share/apps/kconf_update/kopete-update_yahoo_server.pl -share/apps/kconf_update/kopete-update_yahoo_server.upd share/apps/kget/kget.notifyrc share/apps/kget/kgetui.rc share/apps/kget/pics/kget_splash.png @@ -255,465 +52,6 @@ share/apps/kget/www/title-border-bottom-settings.png share/apps/kget/www/view-refresh.png share/apps/khtml/kpartplugins/kget_plug_in.desktop share/apps/khtml/kpartplugins/kget_plug_in.rc -share/apps/kopete/CompactContactListLayouts.xml -share/apps/kopete/DefaultContactListLayouts.xml -share/apps/kopete/icons/crystalsvg/16x16/actions/aim_connecting.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/gg_con.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/groupwise_connecting.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/icq_connecting.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/jabber_connecting.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/qq_connecting.mng -share/apps/kopete/icons/crystalsvg/16x16/actions/yahoo_connecting.mng -share/apps/kopete/icons/crystalsvg/22x22/actions/qq_connecting.mng -share/apps/kopete/icons/crystalsvg/32x32/actions/qq_connecting.mng -share/apps/kopete/icons/crystalsvg/48x48/actions/qq_connecting.mng -share/apps/kopete/icons/crystalsvg/64x64/actions/qq_connecting.mng -share/apps/kopete/icons/hicolor/16x16/actions/aim_away.png -share/apps/kopete/icons/hicolor/16x16/actions/aim_connecting.mng -share/apps/kopete/icons/hicolor/16x16/actions/aim_offline.png -share/apps/kopete/icons/hicolor/16x16/actions/aim_online.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_away.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_connecting.mng -share/apps/kopete/icons/hicolor/16x16/actions/icq_dnd.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_ffc.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_invisible.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_na.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_occupied.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_offline.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_online.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus0.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus1.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus10.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus11.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus12.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus13.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus14.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus15.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus16.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus17.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus18.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus19.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus2.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus20.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus21.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus22.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus23.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus24.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus25.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus26.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus27.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus28.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus29.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus3.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus30.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus31.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus4.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus5.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus6.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus7.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus8.png -share/apps/kopete/icons/hicolor/16x16/actions/icq_xstatus9.png -share/apps/kopete/icons/hicolor/16x16/actions/jabber_connecting.mng -share/apps/kopete/icons/hicolor/16x16/apps/aim_protocol.png -share/apps/kopete/icons/hicolor/16x16/apps/icq_protocol.png -share/apps/kopete/icons/hicolor/32x32/apps/aim_protocol.png -share/apps/kopete/icons/hicolor/32x32/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/kopete_avdevice.png -share/apps/kopete/icons/oxygen/128x128/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/skype_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/sms_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/testbed_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/wp_protocol.png -share/apps/kopete/icons/oxygen/128x128/apps/yahoo_protocol.png -share/apps/kopete/icons/oxygen/16x16/actions/aim_away.png -share/apps/kopete/icons/oxygen/16x16/actions/aim_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/aim_online.png -share/apps/kopete/icons/oxygen/16x16/actions/aim_overlay.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_away.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_busy.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_busy_d.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_connecting.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_ignored.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_invi.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_invi_d.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_offline_d.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_online.png -share/apps/kopete/icons/oxygen/16x16/actions/gg_online_d.png -share/apps/kopete/icons/oxygen/16x16/actions/groupwise_away.png -share/apps/kopete/icons/oxygen/16x16/actions/groupwise_busy.png -share/apps/kopete/icons/oxygen/16x16/actions/groupwise_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/groupwise_online.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_away.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_dnd.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_ffc.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_na.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_occupied.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_online.png -share/apps/kopete/icons/oxygen/16x16/actions/icq_overlay.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_away.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_chatty.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_group.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_na.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_online.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_original.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_raw.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_off.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_serv_on.png -share/apps/kopete/icons/oxygen/16x16/actions/jabber_xa.png -share/apps/kopete/icons/oxygen/16x16/actions/logging.png -share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_away.png -share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_dnd.png -share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_idle.png -share/apps/kopete/icons/oxygen/16x16/actions/meanwhile_unknown.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_blockcontact.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_call.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.mng -share/apps/kopete/icons/oxygen/16x16/actions/skype_connecting.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_away.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_dnd.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_not_available.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_online.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeme.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_skypeout.png -share/apps/kopete/icons/oxygen/16x16/actions/skype_contact_unknown.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_away.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_blocked.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_brb.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_busy.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_fakefriend.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_lunch.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_na.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_newmsg.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_offline.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_online.png -share/apps/kopete/icons/oxygen/16x16/actions/wlm_phone.png -share/apps/kopete/icons/oxygen/16x16/actions/wp_away.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_away.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_busy.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_idle.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_invisible.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_mobile.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_stealthed.png -share/apps/kopete/icons/oxygen/16x16/actions/yahoo_tea.png -share/apps/kopete/icons/oxygen/16x16/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/gadu_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/groupwise_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_aim.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_gadu.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_http-ws.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_icq.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_irc.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_msn.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_qq.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_sms.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_smtp.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_tlen.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_gateway_yahoo.png -share/apps/kopete/icons/oxygen/16x16/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/skype_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/sms_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/testbed_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/wp_protocol.png -share/apps/kopete/icons/oxygen/16x16/apps/yahoo_protocol.png -share/apps/kopete/icons/oxygen/22x22/actions/logging.png -share/apps/kopete/icons/oxygen/22x22/actions/skype_blockcontact.png -share/apps/kopete/icons/oxygen/22x22/actions/skype_call.png -share/apps/kopete/icons/oxygen/22x22/actions/skype_contact_skypeout.png -share/apps/kopete/icons/oxygen/22x22/actions/yahoo_stealthed.png -share/apps/kopete/icons/oxygen/22x22/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/groupwise_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/kopete_avdevice.png -share/apps/kopete/icons/oxygen/22x22/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/skype_protocol.png -share/apps/kopete/icons/oxygen/22x22/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/32x32/actions/logging.png -share/apps/kopete/icons/oxygen/32x32/actions/skype_blockcontact.png -share/apps/kopete/icons/oxygen/32x32/actions/skype_call.png -share/apps/kopete/icons/oxygen/32x32/actions/skype_contact_skypeout.png -share/apps/kopete/icons/oxygen/32x32/actions/yahoo_stealthed.png -share/apps/kopete/icons/oxygen/32x32/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/gadu_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/groupwise_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/kopete_avdevice.png -share/apps/kopete/icons/oxygen/32x32/apps/latex.png -share/apps/kopete/icons/oxygen/32x32/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/preferences-plugin-text-effect-kopete.png -share/apps/kopete/icons/oxygen/32x32/apps/preferences-text-autocorrection-kopete.png -share/apps/kopete/icons/oxygen/32x32/apps/preferences-text-highlighting-kopete.png -share/apps/kopete/icons/oxygen/32x32/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/skype_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/sms_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/testbed_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/wp_protocol.png -share/apps/kopete/icons/oxygen/32x32/apps/yahoo_protocol.png -share/apps/kopete/icons/oxygen/48x48/actions/logging.png -share/apps/kopete/icons/oxygen/48x48/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/groupwise_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/skype_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/sms_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/testbed_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/wp_protocol.png -share/apps/kopete/icons/oxygen/48x48/apps/yahoo_protocol.png -share/apps/kopete/icons/oxygen/64x64/actions/logging.png -share/apps/kopete/icons/oxygen/64x64/apps/aim_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/bonjour_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/groupwise_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/icq_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/jabber_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/kopete_avdevice.png -share/apps/kopete/icons/oxygen/64x64/apps/meanwhile_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/qq_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/sms_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/testbed_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/wlm_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/wp_protocol.png -share/apps/kopete/icons/oxygen/64x64/apps/yahoo_protocol.png -share/apps/kopete/icons/oxygen/scalable/apps/meanwhile_protocol.svgz -share/apps/kopete/kopete.notifyrc -share/apps/kopete/kopetechatwindow.rc -share/apps/kopete/kopetecommandui.rc -share/apps/kopete/kopeteemailwindow.rc -share/apps/kopete/kopeteui.rc -share/apps/kopete/nowlisteningchatui.rc -share/apps/kopete/nowlisteningui.rc -share/apps/kopete/styles/Clean/Contents/Resources/Footer.html -share/apps/kopete/styles/Clean/Contents/Resources/Header.html -share/apps/kopete/styles/Clean/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Clean/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Clean/Contents/Resources/Incoming/buddy_icon.png -share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Clean/Contents/Resources/Outgoing/buddy_icon.png -share/apps/kopete/styles/Clean/Contents/Resources/Status.html -share/apps/kopete/styles/Clean/Contents/Resources/images/action.png -share/apps/kopete/styles/Clean/Contents/Resources/images/important.png -share/apps/kopete/styles/Clean/Contents/Resources/images/internal.png -share/apps/kopete/styles/Clean/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Clean/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Clean/Contents/Resources/main.css -share/apps/kopete/styles/Clear/Contents/Resources/Footer.html -share/apps/kopete/styles/Clear/Contents/Resources/Header.html -share/apps/kopete/styles/Clear/Contents/Resources/Incoming/Action.html -share/apps/kopete/styles/Clear/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Clear/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Clear/Contents/Resources/Incoming/buddy_icon.png -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Action.html -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Clear/Contents/Resources/Outgoing/buddy_icon.png -share/apps/kopete/styles/Clear/Contents/Resources/Status.html -share/apps/kopete/styles/Clear/Contents/Resources/Variants/No_avatars.css -share/apps/kopete/styles/Clear/Contents/Resources/images/body-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-arrow.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-avatar.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-inbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-arrow.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-avatar.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/body-outbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-inbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/footer-outbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-inbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-background.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-left.png -share/apps/kopete/styles/Clear/Contents/Resources/images/header-outbound-right.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-action.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-highlighted.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-internal.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-me.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-time.png -share/apps/kopete/styles/Clear/Contents/Resources/images/icon-you.png -share/apps/kopete/styles/Clear/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Clear/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Clear/Contents/Resources/main.css -share/apps/kopete/styles/Hacker/COPYRIGHT -share/apps/kopete/styles/Hacker/Contents/Info.plist -share/apps/kopete/styles/Hacker/Contents/Resources/Footer.html -share/apps/kopete/styles/Hacker/Contents/Resources/Header.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Action.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/Context.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/NextContext.html -share/apps/kopete/styles/Hacker/Contents/Resources/Incoming/buddy_icon.png -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Action.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/Context.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/NextContext.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing/buddy_icon.png -share/apps/kopete/styles/Hacker/Contents/Resources/Status.html -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark-Noback.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2-Noback.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Dark2.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light-Noback.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2-Noback.css -share/apps/kopete/styles/Hacker/Contents/Resources/Variants/Light2.css -share/apps/kopete/styles/Hacker/Contents/Resources/images/background.png -share/apps/kopete/styles/Hacker/Contents/Resources/images/background2.png -share/apps/kopete/styles/Hacker/Contents/Resources/images/kopete.png -share/apps/kopete/styles/Hacker/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending-white.gif -share/apps/kopete/styles/Hacker/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Hacker/Contents/Resources/main.css -share/apps/kopete/styles/Hacker/README -share/apps/kopete/styles/Hacker/gpl.txt -share/apps/kopete/styles/Konqi/Contents/Resources/Footer.html -share/apps/kopete/styles/Konqi/Contents/Resources/Header.html -share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Konqi/Contents/Resources/Incoming/buddy_icon.png -share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing/buddy_icon.png -share/apps/kopete/styles/Konqi/Contents/Resources/Status.html -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png -share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg -share/apps/kopete/styles/Konqi/Contents/Resources/main.css -share/apps/kopete/styles/Konqi/Contents/Resources/puce.png -share/apps/kopete/styles/Kopete/Contents/Resources/Footer.html -share/apps/kopete/styles/Kopete/Contents/Resources/Header.html -share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Action.html -share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Kopete/Contents/Resources/Incoming/buddy_icon.png -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Action.html -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing/buddy_icon.png -share/apps/kopete/styles/Kopete/Contents/Resources/Status.html -share/apps/kopete/styles/Kopete/Contents/Resources/Variants/Big_pictures.css -share/apps/kopete/styles/Kopete/Contents/Resources/Variants/Contact_color.css -share/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_.css -share/apps/kopete/styles/Kopete/Contents/Resources/Variants/_compact_Contact_color.css -share/apps/kopete/styles/Kopete/Contents/Resources/images/action.png -share/apps/kopete/styles/Kopete/Contents/Resources/images/important.png -share/apps/kopete/styles/Kopete/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Kopete/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Kopete/Contents/Resources/images/system.png -share/apps/kopete/styles/Kopete/Contents/Resources/main.css -share/apps/kopete/styles/Pidgin/Contents/Info.plist -share/apps/kopete/styles/Pidgin/Contents/Resources/Footer.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Header.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Action.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Action.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Status.html -share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Contact-Colors.css -share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Name-Colors.css -share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/No-Colors.css -share/apps/kopete/styles/Pidgin/Contents/Resources/Variants/Status-Colors.css -share/apps/kopete/styles/Pidgin/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Pidgin/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Pidgin/Contents/Resources/main.css -share/apps/kopete/styles/Retropete/Contents/Resources/Footer.html -share/apps/kopete/styles/Retropete/Contents/Resources/Header.html -share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Action.html -share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/Content.html -share/apps/kopete/styles/Retropete/Contents/Resources/Incoming/NextContent.html -share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Action.html -share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/Content.html -share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/NextContent.html -share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateError.html -share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing/StateSending.html -share/apps/kopete/styles/Retropete/Contents/Resources/Status.html -share/apps/kopete/styles/Retropete/Contents/Resources/images/state-error.png -share/apps/kopete/styles/Retropete/Contents/Resources/images/state-sending.gif -share/apps/kopete/styles/Retropete/Contents/Resources/main.css -share/apps/kopete/webpresence/webpresence_html.xsl -share/apps/kopete/webpresence/webpresence_html_images.xsl -share/apps/kopete/webpresence/webpresence_xhtml.xsl -share/apps/kopete/webpresence/webpresence_xhtml_images.xsl -share/apps/kopete_contactnotes/contactnotesui.rc -share/apps/kopete_groupwise/gwchatui.rc -share/apps/kopete_history/historychatui.rc -share/apps/kopete_history/historyui.rc -share/apps/kopete_jabber/jabberchatui.rc -share/apps/kopete_latex/latexchatui.rc -share/apps/kopete_otr/otrchatui.rc -share/apps/kopete_otr/otrui.rc -share/apps/kopete_privacy/privacychatui.rc -share/apps/kopete_privacy/privacyui.rc -share/apps/kopete_skype/skypechatui.rc -share/apps/kopete_skype/skypeui.rc -share/apps/kopete_statistics/statisticsui.rc -share/apps/kopete_translator/translatorchatui.rc -share/apps/kopete_translator/translatorui.rc -share/apps/kopete_wlm/wlmchatui.rc -share/apps/kopete_yahoo/yahoochatui.rc -share/apps/kopete_yahoo/yahooconferenceui.rc -share/apps/kopete_yahoo/yahooimui.rc -share/apps/kopeterichtexteditpart/kopeterichtexteditpartfull.rc %%KPPP%%share/apps/kppp/Provider/Austria/.directory %%KPPP%%share/apps/kppp/Provider/Austria/Simon%032Media %%KPPP%%share/apps/kppp/Provider/Belarus/.directory @@ -1201,34 +539,15 @@ share/apps/kopeterichtexteditpart/kopeterichtexteditpartfull.rc %%KPPP%%share/apps/kppp/pics/modemnone.png %%KPPP%%share/apps/kppp/pics/modemright.png %%KPPP%%share/apps/kppp/pics/phone.png -share/apps/krdc/krdcui.rc -share/apps/krdc/pics/pointcursor.png -share/apps/krdc/pics/pointcursormask.png -share/apps/krfb/krfb.notifyrc share/apps/kwebkitpart/kpartplugins/kget_plug_in.desktop share/apps/kwebkitpart/kpartplugins/kget_plug_in.rc share/apps/remoteview/zeroconf.desktop -share/config.kcfg/historyconfig.kcfg share/config.kcfg/kget.kcfg share/config.kcfg/kget_checksumsearchfactory.kcfg share/config.kcfg/kget_mirrorsearchfactory.kcfg share/config.kcfg/kget_mmsfactory.kcfg share/config.kcfg/kget_multisegkiofactory.kcfg -share/config.kcfg/kopete_otr.kcfg -share/config.kcfg/kopeteappearancesettings.kcfg -share/config.kcfg/kopetebehaviorsettings.kcfg -share/config.kcfg/kopetestatussettings.kcfg -share/config.kcfg/krdc.kcfg -share/config.kcfg/latexconfig.kcfg -share/config.kcfg/nowlisteningconfig.kcfg -share/config.kcfg/translatorconfig.kcfg -share/config.kcfg/urlpicpreview.kcfg -share/config.kcfg/webpresenceconfig.kcfg -share/config/kopeterc -share/dbus-1/interfaces/org.kde.Kopete.xml share/dbus-1/interfaces/org.kde.kdnssd.xml -share/dbus-1/interfaces/org.kde.kopete.Client.xml -share/dbus-1/interfaces/org.kde.kopete.Statistics.xml %%KPPP%%share/dbus-1/interfaces/org.kde.kppp.xml share/dbus-1/services/org.kde.kget.service share/doc/HTML/en/kget/common @@ -1250,52 +569,6 @@ share/doc/HTML/en/kget/metalink0.png share/doc/HTML/en/kget/metalink1.png share/doc/HTML/en/kget/metalink2.png share/doc/HTML/en/kget/metalink3.png -share/doc/HTML/en/kopete/Kopete_icq_account_preferences.png -share/doc/HTML/en/kopete/Kopete_icq_account_setup.png -share/doc/HTML/en/kopete/Kopete_icq_activate_new_account1.png -share/doc/HTML/en/kopete/Kopete_icq_add_contact.png -share/doc/HTML/en/kopete/Kopete_icq_added.png -share/doc/HTML/en/kopete/Kopete_icq_chat_window.png -share/doc/HTML/en/kopete/Kopete_icq_create_new_account.png -share/doc/HTML/en/kopete/Kopete_icq_first_start.png -share/doc/HTML/en/kopete/Kopete_icq_go_to_profile.png -share/doc/HTML/en/kopete/Kopete_icq_information.png -share/doc/HTML/en/kopete/Kopete_icq_log_in.png -share/doc/HTML/en/kopete/Kopete_icq_logged_in.png -share/doc/HTML/en/kopete/Kopete_icq_new_account.png -share/doc/HTML/en/kopete/Kopete_icq_search_contact.png -share/doc/HTML/en/kopete/Kopete_icq_uin.png -share/doc/HTML/en/kopete/Kopete_snap021_groupchat.png -share/doc/HTML/en/kopete/Kopeteicon.png -share/doc/HTML/en/kopete/Kopetetutoial_snap003_selectserver.png -share/doc/HTML/en/kopete/Kopetetutorial_jabbernetwork.png -share/doc/HTML/en/kopete/Kopetetutorial_snap001_emptykopete.png -share/doc/HTML/en/kopete/Kopetetutorial_snap002_configacc.png -share/doc/HTML/en/kopete/Kopetetutorial_snap004_createacc.png -share/doc/HTML/en/kopete/Kopetetutorial_snap005_enterjid.png -share/doc/HTML/en/kopete/Kopetetutorial_snap006_connection.png -share/doc/HTML/en/kopete/Kopetetutorial_snap007_conf-ready.png -share/doc/HTML/en/kopete/Kopetetutorial_snap008_goonline.png -share/doc/HTML/en/kopete/Kopetetutorial_snap009_addfriend.png -share/doc/HTML/en/kopete/Kopetetutorial_snap010_exlamationmarkfriend.png -share/doc/HTML/en/kopete/Kopetetutorial_snap011_addedbyfriend.png -share/doc/HTML/en/kopete/Kopetetutorial_snap012_fullauthorized.png -share/doc/HTML/en/kopete/Kopetetutorial_snap013_firstchat.png -share/doc/HTML/en/kopete/Kopetetutorial_snap014_setidentity.png -share/doc/HTML/en/kopete/Kopetetutorial_snap015_otrgenerate.png -share/doc/HTML/en/kopete/Kopetetutorial_snap016_otrfirstuse.png -share/doc/HTML/en/kopete/Kopetetutorial_snap017_seqretquestion.png -share/doc/HTML/en/kopete/Kopetetutorial_snap018_otrsuccess.png -share/doc/HTML/en/kopete/Kopetetutorial_snap019_otrauth.png -share/doc/HTML/en/kopete/chatstyle.docbook -share/doc/HTML/en/kopete/common -share/doc/HTML/en/kopete/icq.docbook -share/doc/HTML/en/kopete/index.cache.bz2 -share/doc/HTML/en/kopete/index.docbook -share/doc/HTML/en/kopete/jabber.docbook -share/doc/HTML/en/kopete/menus.docbook -share/doc/HTML/en/kopete/otr-auth-1.png -share/doc/HTML/en/kopete/pipes.docbook %%KPPP%%share/doc/HTML/en/kppp/accounting.docbook %%KPPP%%share/doc/HTML/en/kppp/callback.docbook %%KPPP%%share/doc/HTML/en/kppp/chap.docbook @@ -1325,129 +598,20 @@ share/doc/HTML/en/kopete/pipes.docbook %%KPPP%%share/doc/HTML/en/kppp/security.docbook %%KPPP%%share/doc/HTML/en/kppp/tricks.docbook %%KPPP%%share/doc/HTML/en/kppp/wizard.docbook -share/doc/HTML/en/krdc/address_input.png -share/doc/HTML/en/krdc/bookmarks_menu.png -share/doc/HTML/en/krdc/common -share/doc/HTML/en/krdc/general_preferences.png -share/doc/HTML/en/krdc/index.cache.bz2 -share/doc/HTML/en/krdc/index.docbook -share/doc/HTML/en/krdc/krdc_mainwindow.png -share/doc/HTML/en/krdc/password_entry.png -share/doc/HTML/en/krdc/rdp_preferences.png -share/doc/HTML/en/krdc/view-fullscreen.png -share/doc/HTML/en/krdc/view-restore.png -share/doc/HTML/en/krdc/vnc_host_configuration.png -share/doc/HTML/en/krdc/vnc_preferences.png -share/doc/HTML/en/krfb/common -share/doc/HTML/en/krfb/configuration_network.png -share/doc/HTML/en/krfb/configuration_security.png -share/doc/HTML/en/krfb/connection.png -share/doc/HTML/en/krfb/email_invitation.png -share/doc/HTML/en/krfb/index.cache.bz2 -share/doc/HTML/en/krfb/index.docbook -share/doc/HTML/en/krfb/personal_invitation.png -share/doc/HTML/en/krfb/screenshot.png share/icons/hicolor/128x128/apps/kget.png -share/icons/hicolor/128x128/apps/kopete-offline.png -share/icons/hicolor/128x128/apps/kopete.png %%KPPP%%share/icons/hicolor/128x128/apps/kppp.png share/icons/hicolor/16x16/apps/kget.png -share/icons/hicolor/16x16/apps/kopete-offline.png -share/icons/hicolor/16x16/apps/kopete.png %%KPPP%%share/icons/hicolor/16x16/apps/kppp.png share/icons/hicolor/22x22/apps/kget.png -share/icons/hicolor/22x22/apps/kopete-offline.png -share/icons/hicolor/22x22/apps/kopete.png %%KPPP%%share/icons/hicolor/22x22/apps/kppp.png share/icons/hicolor/32x32/apps/kget.png -share/icons/hicolor/32x32/apps/kopete-offline.png -share/icons/hicolor/32x32/apps/kopete.png %%KPPP%%share/icons/hicolor/32x32/apps/kppp.png share/icons/hicolor/48x48/apps/kget.png -share/icons/hicolor/48x48/apps/kopete-offline.png -share/icons/hicolor/48x48/apps/kopete.png %%KPPP%%share/icons/hicolor/48x48/apps/kppp.png share/icons/hicolor/64x64/apps/kget.png -share/icons/hicolor/64x64/apps/kopete-offline.png -share/icons/hicolor/64x64/apps/kopete.png %%KPPP%%share/icons/hicolor/64x64/apps/kppp.png share/icons/hicolor/scalable/apps/kget.svgz -share/icons/hicolor/scalable/apps/kopete-offline.svgz -share/icons/hicolor/scalable/apps/kopete.svgz -share/icons/oxygen/128x128/actions/voicecall.png -share/icons/oxygen/128x128/actions/webcamreceive.png -share/icons/oxygen/128x128/actions/webcamsend.png -share/icons/oxygen/16x16/actions/account_offline_overlay.png -share/icons/oxygen/16x16/actions/contact_away_overlay.png -share/icons/oxygen/16x16/actions/contact_busy_overlay.png -share/icons/oxygen/16x16/actions/contact_food_overlay.png -share/icons/oxygen/16x16/actions/contact_invisible_overlay.png -share/icons/oxygen/16x16/actions/contact_phone_overlay.png -share/icons/oxygen/16x16/actions/contact_xa_overlay.png -share/icons/oxygen/16x16/actions/emoticon.png -share/icons/oxygen/16x16/actions/im-status-message-edit.png -share/icons/oxygen/16x16/actions/metacontact_unknown.png -share/icons/oxygen/16x16/actions/status_unknown.png -share/icons/oxygen/16x16/actions/status_unknown_overlay.png -share/icons/oxygen/16x16/actions/view-user-offline-kopete.png -share/icons/oxygen/16x16/actions/voicecall.png -share/icons/oxygen/16x16/actions/webcamreceive.png -share/icons/oxygen/16x16/actions/webcamsend.png -share/icons/oxygen/22x22/actions/account_offline_overlay.png -share/icons/oxygen/22x22/actions/im-status-message-edit.png -share/icons/oxygen/22x22/actions/view-user-offline-kopete.png -share/icons/oxygen/22x22/actions/voicecall.png -share/icons/oxygen/22x22/actions/webcamreceive.png -share/icons/oxygen/22x22/actions/webcamsend.png -share/icons/oxygen/22x22/status/object-locked-finished.png -share/icons/oxygen/22x22/status/object-locked-unverified.png -share/icons/oxygen/22x22/status/object-locked-verified.png -share/icons/oxygen/32x32/actions/account_offline_overlay.png -share/icons/oxygen/32x32/actions/im-status-message-edit.png -share/icons/oxygen/32x32/actions/metacontact_unknown.png -share/icons/oxygen/32x32/actions/newmessage.mng -share/icons/oxygen/32x32/actions/view-user-offline-kopete.png -share/icons/oxygen/32x32/actions/voicecall.png -share/icons/oxygen/32x32/actions/webcamreceive.png -share/icons/oxygen/32x32/actions/webcamsend.png -share/icons/oxygen/48x48/actions/im-status-message-edit.png -share/icons/oxygen/48x48/actions/mail-encrypt.png -share/icons/oxygen/48x48/actions/view-user-offline-kopete.png -share/icons/oxygen/48x48/actions/voicecall.png -share/icons/oxygen/48x48/actions/webcamreceive.png -share/icons/oxygen/48x48/actions/webcamsend.png -share/icons/oxygen/64x64/actions/voicecall.png -share/icons/oxygen/64x64/actions/webcamreceive.png -share/icons/oxygen/64x64/actions/webcamsend.png -share/icons/oxygen/scalable/actions/account_offline_overlay.svgz -share/icons/oxygen/scalable/actions/im-status-message-edit.svgz -share/icons/oxygen/scalable/actions/mail-encrypt.svgz -share/icons/oxygen/scalable/actions/view-user-offline-kopete.svgz -share/icons/oxygen/scalable/actions/voicecall.svgz -share/icons/oxygen/scalable/actions/webcamreceive.svgz -share/icons/oxygen/scalable/actions/webcamsend.svgz -share/icons/oxygen/scalable/status/object-locked-finished.svgz -share/icons/oxygen/scalable/status/object-locked-unverified.svgz -share/icons/oxygen/scalable/status/object-locked-verified.svgz share/kde4/services/ServiceMenus/kget_download.desktop -share/kde4/services/ServiceMenus/smb2rdc.desktop -share/kde4/services/aim.protocol -share/kde4/services/callto.protocol -share/kde4/services/chatwindow.desktop -share/kde4/services/emailwindow.desktop -share/kde4/services/kconfiguredialog/kopete_addbookmarks_config.desktop -share/kde4/services/kconfiguredialog/kopete_autoreplace_config.desktop -share/kde4/services/kconfiguredialog/kopete_highlight_config.desktop -share/kde4/services/kconfiguredialog/kopete_history_config.desktop -share/kde4/services/kconfiguredialog/kopete_latex_config.desktop -share/kde4/services/kconfiguredialog/kopete_nowlistening_config.desktop -share/kde4/services/kconfiguredialog/kopete_otr_config.desktop -share/kde4/services/kconfiguredialog/kopete_pipes_config.desktop -share/kde4/services/kconfiguredialog/kopete_privacy_config.desktop -share/kde4/services/kconfiguredialog/kopete_texteffect_config.desktop -share/kde4/services/kconfiguredialog/kopete_translator_config.desktop -share/kde4/services/kconfiguredialog/kopete_urlpicpreview_config.desktop -share/kde4/services/kconfiguredialog/kopete_webpresence_config.desktop share/kde4/services/kded/dnssdwatcher.desktop share/kde4/services/kget_bittorrentfactory.desktop share/kde4/services/kget_bittorrentfactory_config.desktop @@ -1464,80 +628,15 @@ share/kde4/services/kget_multisegkiofactory.desktop share/kde4/services/kget_multisegkiofactory_config.desktop share/kde4/services/kgetbarapplet-default.desktop share/kde4/services/kgetpiechartapplet-default.desktop -share/kde4/services/kopete_accountconfig.desktop -share/kde4/services/kopete_addbookmarks.desktop -share/kde4/services/kopete_aim.desktop -share/kde4/services/kopete_appearanceconfig.desktop -share/kde4/services/kopete_autoreplace.desktop -share/kde4/services/kopete_avdeviceconfig.desktop -share/kde4/services/kopete_behaviorconfig.desktop -share/kde4/services/kopete_bonjour.desktop -share/kde4/services/kopete_chatwindowconfig.desktop -share/kde4/services/kopete_contactnotes.desktop -share/kde4/services/kopete_gadu.desktop -share/kde4/services/kopete_groupwise.desktop -share/kde4/services/kopete_highlight.desktop -share/kde4/services/kopete_history.desktop -share/kde4/services/kopete_icq.desktop -share/kde4/services/kopete_jabber.desktop -share/kde4/services/kopete_latex.desktop -share/kde4/services/kopete_meanwhile.desktop -share/kde4/services/kopete_nowlistening.desktop -share/kde4/services/kopete_otr.desktop -share/kde4/services/kopete_pipes.desktop -share/kde4/services/kopete_pluginconfig.desktop -share/kde4/services/kopete_privacy.desktop -share/kde4/services/kopete_qq.desktop -share/kde4/services/kopete_skype.desktop -share/kde4/services/kopete_sms.desktop -share/kde4/services/kopete_statistics.desktop -share/kde4/services/kopete_statusconfig.desktop -share/kde4/services/kopete_testbed.desktop -share/kde4/services/kopete_texteffect.desktop -share/kde4/services/kopete_translator.desktop -share/kde4/services/kopete_urlpicpreview.desktop -share/kde4/services/kopete_webpresence.desktop -share/kde4/services/kopete_wlm.desktop -share/kde4/services/kopete_wp.desktop -share/kde4/services/kopete_yahoo.desktop -share/kde4/services/krdc_rdp.desktop -share/kde4/services/krdc_rdp_config.desktop -share/kde4/services/krdc_test.desktop -share/kde4/services/krdc_vnc.desktop -share/kde4/services/krdc_vnc_config.desktop -share/kde4/services/krfb_framebuffer_qt.desktop -share/kde4/services/krfb_framebuffer_x11.desktop share/kde4/services/plasma-engine-kget.desktop share/kde4/services/plasma-runner-kget.desktop -share/kde4/services/rdp.protocol share/kde4/services/sambausershareplugin.desktop -share/kde4/services/skype.protocol -share/kde4/services/tel.protocol -share/kde4/services/vnc.protocol -share/kde4/services/xmpp.protocol share/kde4/services/zeroconf.protocol share/kde4/servicetypes/kget_plugin.desktop -share/kde4/servicetypes/kopeteplugin.desktop -share/kde4/servicetypes/kopeteprotocol.desktop -share/kde4/servicetypes/kopeteui.desktop -share/kde4/servicetypes/krdc_plugin.desktop -share/kde4/servicetypes/krfb-framebuffer.desktop -share/sounds/KDE-Im-Phone-Ring.wav -share/sounds/Kopete_Event.ogg -share/sounds/Kopete_Received.ogg -share/sounds/Kopete_Sent.ogg -share/sounds/Kopete_User_is_Online.ogg -@dirrm share/kde4/services/kconfiguredialog -@dirrm share/doc/HTML/en/krfb -@dirrm share/doc/HTML/en/krdc %%KPPP%%@dirrm share/doc/HTML/en/kppp -@dirrm share/doc/HTML/en/kopete @dirrm share/doc/HTML/en/kget @dirrmtry share/apps/kwebkitpart/kpartplugins @dirrmtry share/apps/kwebkitpart -@dirrm share/apps/krfb -@dirrm share/apps/krdc/pics -@dirrm share/apps/krdc %%KPPP%%@dirrm share/apps/kppp/pics %%KPPP%%@dirrm share/apps/kppp/Rules/Yugoslavia %%KPPP%%@dirrm share/apps/kppp/Rules/Uruguay @@ -1612,114 +711,8 @@ share/sounds/Kopete_User_is_Online.ogg %%KPPP%%@dirrm share/apps/kppp/Provider/Austria %%KPPP%%@dirrm share/apps/kppp/Provider %%KPPP%%@dirrm share/apps/kppp -@dirrm share/apps/kopeterichtexteditpart -@dirrm share/apps/kopete_yahoo -@dirrm share/apps/kopete_wlm -@dirrm share/apps/kopete_translator -@dirrm share/apps/kopete_statistics -@dirrm share/apps/kopete_skype -@dirrm share/apps/kopete_privacy -@dirrm share/apps/kopete_otr -@dirrm share/apps/kopete_latex -@dirrm share/apps/kopete_jabber -@dirrm share/apps/kopete_history -@dirrm share/apps/kopete_groupwise -@dirrm share/apps/kopete_contactnotes -@dirrm share/apps/kopete/webpresence -@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/images -@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Retropete/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Retropete/Contents/Resources -@dirrm share/apps/kopete/styles/Retropete/Contents -@dirrm share/apps/kopete/styles/Retropete -@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/images -@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Variants -@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Pidgin/Contents/Resources -@dirrm share/apps/kopete/styles/Pidgin/Contents -@dirrm share/apps/kopete/styles/Pidgin -@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/images -@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Variants -@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Kopete/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Kopete/Contents/Resources -@dirrm share/apps/kopete/styles/Kopete/Contents -@dirrm share/apps/kopete/styles/Kopete -@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Variants/konqui -@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Variants -@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Konqi/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Konqi/Contents/Resources -@dirrm share/apps/kopete/styles/Konqi/Contents -@dirrm share/apps/kopete/styles/Konqi -@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/images -@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Variants -@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Hacker/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Hacker/Contents/Resources -@dirrm share/apps/kopete/styles/Hacker/Contents -@dirrm share/apps/kopete/styles/Hacker -@dirrm share/apps/kopete/styles/Clear/Contents/Resources/images -@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Variants -@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Clear/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Clear/Contents/Resources -@dirrm share/apps/kopete/styles/Clear/Contents -@dirrm share/apps/kopete/styles/Clear -@dirrm share/apps/kopete/styles/Clean/Contents/Resources/images -@dirrm share/apps/kopete/styles/Clean/Contents/Resources/Outgoing -@dirrm share/apps/kopete/styles/Clean/Contents/Resources/Incoming -@dirrm share/apps/kopete/styles/Clean/Contents/Resources -@dirrm share/apps/kopete/styles/Clean/Contents -@dirrm share/apps/kopete/styles/Clean -@dirrm share/apps/kopete/styles -@dirrm share/apps/kopete/icons/oxygen/scalable/apps -@dirrm share/apps/kopete/icons/oxygen/scalable -@dirrm share/apps/kopete/icons/oxygen/64x64/apps -@dirrm share/apps/kopete/icons/oxygen/64x64/actions -@dirrm share/apps/kopete/icons/oxygen/64x64 -@dirrm share/apps/kopete/icons/oxygen/48x48/apps -@dirrm share/apps/kopete/icons/oxygen/48x48/actions -@dirrm share/apps/kopete/icons/oxygen/48x48 -@dirrm share/apps/kopete/icons/oxygen/32x32/apps -@dirrm share/apps/kopete/icons/oxygen/32x32/actions -@dirrm share/apps/kopete/icons/oxygen/32x32 -@dirrm share/apps/kopete/icons/oxygen/22x22/apps -@dirrm share/apps/kopete/icons/oxygen/22x22/actions -@dirrm share/apps/kopete/icons/oxygen/22x22 -@dirrm share/apps/kopete/icons/oxygen/16x16/apps -@dirrm share/apps/kopete/icons/oxygen/16x16/actions -@dirrm share/apps/kopete/icons/oxygen/16x16 -@dirrm share/apps/kopete/icons/oxygen/128x128/apps -@dirrm share/apps/kopete/icons/oxygen/128x128 -@dirrm share/apps/kopete/icons/oxygen -@dirrm share/apps/kopete/icons/hicolor/32x32/apps -@dirrm share/apps/kopete/icons/hicolor/32x32 -@dirrm share/apps/kopete/icons/hicolor/16x16/apps -@dirrm share/apps/kopete/icons/hicolor/16x16/actions -@dirrm share/apps/kopete/icons/hicolor/16x16 -@dirrm share/apps/kopete/icons/hicolor -@dirrm share/apps/kopete/icons/crystalsvg/64x64/actions -@dirrm share/apps/kopete/icons/crystalsvg/64x64 -@dirrm share/apps/kopete/icons/crystalsvg/48x48/actions -@dirrm share/apps/kopete/icons/crystalsvg/48x48 -@dirrm share/apps/kopete/icons/crystalsvg/32x32/actions -@dirrm share/apps/kopete/icons/crystalsvg/32x32 -@dirrm share/apps/kopete/icons/crystalsvg/22x22/actions -@dirrm share/apps/kopete/icons/crystalsvg/22x22 -@dirrm share/apps/kopete/icons/crystalsvg/16x16/actions -@dirrm share/apps/kopete/icons/crystalsvg/16x16 -@dirrm share/apps/kopete/icons/crystalsvg -@dirrm share/apps/kopete/icons -@dirrm share/apps/kopete @dirrm share/apps/kget/www @dirrm share/apps/kget/pics @dirrm share/apps/kget @dirrmtry share/apps/dolphinpart/kpartplugins @dirrmtry share/apps/dolphinpart -@dirrmtry lib/kde4/plugins/accessible -@dirrmtry lib/browser_plugins -@dirrm include/krdc -@dirrm include/kopete/ui -@dirrm include/kopete diff --git a/net/krdc/Makefile b/net/krdc/Makefile new file mode 100644 index 000000000000..d5fb0916e662 --- /dev/null +++ b/net/krdc/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= krdc +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= net kde ipv6 +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DISTNAME= kdenetwork-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= RDP and VNC client for KDE + +LIB_DEPENDS= vncserver.0:${PORTSDIR}/net/libvncserver \ + telepathy-qt4.2:${PORTSDIR}/net-im/telepathy-qt4 + +DISTINFO_FILE= ${.CURDIR}/../../net/kdenetwork4/distinfo + +CONFLICTS_INSTALL= kdenetwork-4.[1-8].* + +USE_CMAKE= yes +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CMAKE_OUTSOURCE= yes +CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/net/krdc/pkg-descr b/net/krdc/pkg-descr new file mode 100644 index 000000000000..360d78fcf4c1 --- /dev/null +++ b/net/krdc/pkg-descr @@ -0,0 +1,5 @@ +KRDC is a client application that allows you to view or even control +the desktop session on another machine that is running a compatible +server. VNC and RDP is supported. + +WWW: http://kde.org/applications/internet/krdc/ diff --git a/net/krdc/pkg-plist b/net/krdc/pkg-plist new file mode 100644 index 000000000000..2b5634f42665 --- /dev/null +++ b/net/krdc/pkg-plist @@ -0,0 +1,38 @@ +bin/krdc +bin/krdc_rfb_approver +include/krdc/hostpreferences.h +include/krdc/remoteview.h +include/krdc/remoteviewfactory.h +lib/kde4/kcm_krdc_rdpplugin.so +lib/kde4/kcm_krdc_vncplugin.so +lib/kde4/krdc_rdpplugin.so +lib/kde4/krdc_testplugin.so +lib/kde4/krdc_vncplugin.so +lib/libkrdccore.so +lib/libkrdccore.so.5 +lib/libkrdccore.so.5.0.1 +share/applications/kde4/krdc.desktop +share/apps/krdc/krdcui.rc +share/apps/krdc/pics/pointcursor.png +share/apps/krdc/pics/pointcursormask.png +share/apps/krdc_rfb_approver/krdc_rfb_approver.notifyrc +share/config.kcfg/krdc.kcfg +share/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_approver.service +share/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_handler.service +share/kde4/services/ServiceMenus/smb2rdc.desktop +share/kde4/services/krdc_rdp.desktop +share/kde4/services/krdc_rdp_config.desktop +share/kde4/services/krdc_test.desktop +share/kde4/services/krdc_vnc.desktop +share/kde4/services/krdc_vnc_config.desktop +share/kde4/services/rdp.protocol +share/kde4/services/vnc.protocol +share/kde4/servicetypes/krdc_plugin.desktop +share/telepathy/clients/krdc_rfb_approver.client +share/telepathy/clients/krdc_rfb_handler.client +@dirrmtry share/telepathy/clients +@dirrmtry share/telepathy +@dirrm share/apps/krdc_rfb_approver +@dirrm share/apps/krdc/pics +@dirrm share/apps/krdc +@dirrm include/krdc diff --git a/net/krfb/Makefile b/net/krfb/Makefile new file mode 100644 index 000000000000..0867774031f0 --- /dev/null +++ b/net/krfb/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= krfb +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= net kde ipv6 +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DISTNAME= kdenetwork-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= VNC server for KDE + +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ + telepathy-qt4.2:${PORTSDIR}/net-im/telepathy-qt4 + +DISTINFO_FILE= ${.CURDIR}/../../net/kdenetwork4/distinfo + +CONFLICTS_INSTALL= kdenetwork-4.[1-8].* + +USE_CMAKE= yes +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_XZ= yes +MAKE_JOBS_SAFE= yes + +CMAKE_OUTSOURCE= yes +CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/net/krfb/pkg-descr b/net/krfb/pkg-descr new file mode 100644 index 000000000000..0f87a31efe3a --- /dev/null +++ b/net/krfb/pkg-descr @@ -0,0 +1,6 @@ +KDE Desktop Sharing (krfb) is a small server for the RFB protocol, +better known as VNC. Unlike most other Unix/Linux RFB servers, KRfb +allows you to share your X11 session instead of creating a new X11 +session. + +WWW: www.kde.org diff --git a/net/krfb/pkg-plist b/net/krfb/pkg-plist new file mode 100644 index 000000000000..cb9043f082ca --- /dev/null +++ b/net/krfb/pkg-plist @@ -0,0 +1,14 @@ +bin/krfb +lib/kde4/krfb_framebuffer_qt.so +lib/kde4/krfb_framebuffer_x11.so +lib/libkrfbprivate.so.5.0.1 +share/applications/kde4/krfb.desktop +share/apps/krfb/krfb.notifyrc +share/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service +share/kde4/services/krfb_framebuffer_qt.desktop +share/kde4/services/krfb_framebuffer_x11.desktop +share/kde4/servicetypes/krfb-framebuffer.desktop +share/telepathy/clients/krfb_rfb_handler.client +@dirrmtry share/telepathy/clients +@dirrmtry share/telepathy +@dirrm share/apps/krfb diff --git a/polish/kde4-l10n/Makefile b/polish/kde4-l10n/Makefile index 583a1eaa6f22..3f7096746cd3 100644 --- a/polish/kde4-l10n/Makefile +++ b/polish/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-pl -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/polish/kde4-l10n/distinfo b/polish/kde4-l10n/distinfo index 43a68f88f760..c21cbeb5f7a4 100644 --- a/polish/kde4-l10n/distinfo +++ b/polish/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pl-4.8.4.tar.xz) = a86e59cbe52950ec28c4cfe49de1abeef1215f497783781feb1311bc669c8fed -SIZE (KDE/kde-l10n/kde-l10n-pl-4.8.4.tar.xz) = 17741280 +SHA256 (KDE/kde-l10n/kde-l10n-pl-4.9.5.tar.xz) = 0c4f757025d9f7d3fc963bf7fe7768d5660744b66d18830bc2ef90ffc3060381 +SIZE (KDE/kde-l10n/kde-l10n-pl-4.9.5.tar.xz) = 17689996 diff --git a/polish/kde4-l10n/pkg-plist b/polish/kde4-l10n/pkg-plist index 77fc62c4e4e1..e6d2e77a044b 100644 --- a/polish/kde4-l10n/pkg-plist +++ b/polish/kde4-l10n/pkg-plist @@ -56,16 +56,6 @@ share/doc/HTML/pl/dragonplayer/common share/doc/HTML/pl/dragonplayer/index.cache.bz2 share/doc/HTML/pl/dragonplayer/index.docbook share/doc/HTML/pl/dragonplayer/main.png -share/doc/HTML/pl/gwenview/browse_mode.png -share/doc/HTML/pl/gwenview/common -share/doc/HTML/pl/gwenview/fullscreen_mode.png -share/doc/HTML/pl/gwenview/index.cache.bz2 -share/doc/HTML/pl/gwenview/index.docbook -share/doc/HTML/pl/gwenview/interface.docbook -share/doc/HTML/pl/gwenview/introduction.docbook -share/doc/HTML/pl/gwenview/keybindings.docbook -share/doc/HTML/pl/gwenview/mouse.docbook -share/doc/HTML/pl/gwenview/view_mode.png share/doc/HTML/pl/juk/common share/doc/HTML/pl/juk/history-playlist.png share/doc/HTML/pl/juk/index.cache.bz2 @@ -834,11 +824,14 @@ share/locale/pl/LC_MESSAGES/accountwizard_kolab.mo share/locale/pl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pl/LC_MESSAGES/accountwizard_maildir.mo share/locale/pl/LC_MESSAGES/accountwizard_pop3.mo +share/locale/pl/LC_MESSAGES/accountwizard_tine20.mo share/locale/pl/LC_MESSAGES/adblock.mo share/locale/pl/LC_MESSAGES/akonadi-filestore.mo +share/locale/pl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/pl/LC_MESSAGES/akonadi_google_resource.mo share/locale/pl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pl/LC_MESSAGES/akonadi_invitations_agent.mo @@ -852,6 +845,7 @@ share/locale/pl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pl/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/pl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pl/LC_MESSAGES/akonadi_microblog_resource.mo @@ -881,6 +875,7 @@ share/locale/pl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pl/LC_MESSAGES/audiorename_plugin.mo share/locale/pl/LC_MESSAGES/autorefresh.mo share/locale/pl/LC_MESSAGES/babelfish.mo +share/locale/pl/LC_MESSAGES/backupmail.mo share/locale/pl/LC_MESSAGES/blinken.mo share/locale/pl/LC_MESSAGES/blogilo.mo share/locale/pl/LC_MESSAGES/bomber.mo @@ -909,6 +904,7 @@ share/locale/pl/LC_MESSAGES/gwenview.mo share/locale/pl/LC_MESSAGES/htmlsearch.mo share/locale/pl/LC_MESSAGES/imagerename_plugin.mo share/locale/pl/LC_MESSAGES/imgalleryplugin.mo +share/locale/pl/LC_MESSAGES/importwizard.mo share/locale/pl/LC_MESSAGES/jovie.mo share/locale/pl/LC_MESSAGES/joystick.mo share/locale/pl/LC_MESSAGES/juk.mo @@ -930,6 +926,7 @@ share/locale/pl/LC_MESSAGES/kajongg.mo share/locale/pl/LC_MESSAGES/kalarm.mo share/locale/pl/LC_MESSAGES/kalgebra.mo share/locale/pl/LC_MESSAGES/kalzium.mo +share/locale/pl/LC_MESSAGES/kanagram-harmattan.mo share/locale/pl/LC_MESSAGES/kanagram.mo share/locale/pl/LC_MESSAGES/kapman.mo share/locale/pl/LC_MESSAGES/kapptemplate.mo @@ -971,6 +968,7 @@ share/locale/pl/LC_MESSAGES/kcal_akonadi.mo share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcertpart.mo share/locale/pl/LC_MESSAGES/kcharselect.mo +share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pl/LC_MESSAGES/kcm_akonadi.mo share/locale/pl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pl/LC_MESSAGES/kcm_attica.mo @@ -1042,7 +1040,6 @@ share/locale/pl/LC_MESSAGES/kcmstyle.mo share/locale/pl/LC_MESSAGES/kcmusb.mo share/locale/pl/LC_MESSAGES/kcmview1394.mo share/locale/pl/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/pl/LC_MESSAGES/kcmxinerama.mo share/locale/pl/LC_MESSAGES/kcolorchooser.mo share/locale/pl/LC_MESSAGES/kcron.mo share/locale/pl/LC_MESSAGES/kde-menu.mo @@ -1065,24 +1062,16 @@ share/locale/pl/LC_MESSAGES/kdmgreet.mo share/locale/pl/LC_MESSAGES/kdontchangethehostname.mo share/locale/pl/LC_MESSAGES/keditbookmarks.mo share/locale/pl/LC_MESSAGES/kfile.mo -share/locale/pl/LC_MESSAGES/kfile_avi.mo share/locale/pl/LC_MESSAGES/kfile_dds.mo share/locale/pl/LC_MESSAGES/kfile_drgeo.mo share/locale/pl/LC_MESSAGES/kfile_exr.mo -share/locale/pl/LC_MESSAGES/kfile_flac.mo share/locale/pl/LC_MESSAGES/kfile_kig.mo share/locale/pl/LC_MESSAGES/kfile_mail.mo -share/locale/pl/LC_MESSAGES/kfile_mp3.mo -share/locale/pl/LC_MESSAGES/kfile_mpc.mo -share/locale/pl/LC_MESSAGES/kfile_ogg.mo share/locale/pl/LC_MESSAGES/kfile_pnm.mo share/locale/pl/LC_MESSAGES/kfile_raw.mo share/locale/pl/LC_MESSAGES/kfile_rgb.mo share/locale/pl/LC_MESSAGES/kfile_rpm.mo -share/locale/pl/LC_MESSAGES/kfile_sid.mo -share/locale/pl/LC_MESSAGES/kfile_theora.mo share/locale/pl/LC_MESSAGES/kfile_tiff.mo -share/locale/pl/LC_MESSAGES/kfile_wav.mo share/locale/pl/LC_MESSAGES/kfile_xps.mo share/locale/pl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pl/LC_MESSAGES/kfilereplace.mo @@ -1115,6 +1104,7 @@ share/locale/pl/LC_MESSAGES/kimagemapeditor.mo share/locale/pl/LC_MESSAGES/kinetd.mo share/locale/pl/LC_MESSAGES/kinfocenter.mo share/locale/pl/LC_MESSAGES/kio4.mo +share/locale/pl/LC_MESSAGES/kio_activities.mo share/locale/pl/LC_MESSAGES/kio_akonadi.mo share/locale/pl/LC_MESSAGES/kio_applications.mo share/locale/pl/LC_MESSAGES/kio_archive.mo @@ -1136,6 +1126,7 @@ share/locale/pl/LC_MESSAGES/kio_nfs.mo share/locale/pl/LC_MESSAGES/kio_nntp.mo share/locale/pl/LC_MESSAGES/kio_perldoc.mo share/locale/pl/LC_MESSAGES/kio_pop3.mo +share/locale/pl/LC_MESSAGES/kio_recentdocuments.mo share/locale/pl/LC_MESSAGES/kio_remote.mo share/locale/pl/LC_MESSAGES/kio_sftp.mo share/locale/pl/LC_MESSAGES/kio_sieve.mo @@ -1183,10 +1174,12 @@ share/locale/pl/LC_MESSAGES/kollision.mo share/locale/pl/LC_MESSAGES/kolourpaint.mo share/locale/pl/LC_MESSAGES/kommander.mo share/locale/pl/LC_MESSAGES/kompare.mo +share/locale/pl/LC_MESSAGES/konqprofiles.mo share/locale/pl/LC_MESSAGES/konqueror.mo share/locale/pl/LC_MESSAGES/konquest.mo share/locale/pl/LC_MESSAGES/konsole.mo share/locale/pl/LC_MESSAGES/konsolekalendar.mo +share/locale/pl/LC_MESSAGES/konsoleprofiles.mo share/locale/pl/LC_MESSAGES/kontact.mo share/locale/pl/LC_MESSAGES/kontactinterfaces.mo share/locale/pl/LC_MESSAGES/kopete.mo @@ -1216,11 +1209,6 @@ share/locale/pl/LC_MESSAGES/krunner.mo share/locale/pl/LC_MESSAGES/ksaneplugin.mo share/locale/pl/LC_MESSAGES/kscd.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo -share/locale/pl/LC_MESSAGES/ksecrets_kio.mo -share/locale/pl/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/pl/LC_MESSAGES/ksecretsservice_api.mo -share/locale/pl/LC_MESSAGES/ksecretsserviced.mo -share/locale/pl/LC_MESSAGES/ksecretsync.mo share/locale/pl/LC_MESSAGES/ksendemail.mo share/locale/pl/LC_MESSAGES/kshellcmdplugin.mo share/locale/pl/LC_MESSAGES/kshisen.mo @@ -1242,7 +1230,6 @@ share/locale/pl/LC_MESSAGES/ksysguard.mo share/locale/pl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pl/LC_MESSAGES/ksystemlog.mo share/locale/pl/LC_MESSAGES/ksystraycmd.mo -share/locale/pl/LC_MESSAGES/kte_acomment.mo share/locale/pl/LC_MESSAGES/kteatime.mo share/locale/pl/LC_MESSAGES/ktesnippets_editor.mo share/locale/pl/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1250,6 +1237,7 @@ share/locale/pl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pl/LC_MESSAGES/ktimer.mo share/locale/pl/LC_MESSAGES/ktimetracker.mo +share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pl/LC_MESSAGES/ktouch.mo share/locale/pl/LC_MESSAGES/ktraderclient.mo share/locale/pl/LC_MESSAGES/ktron.mo @@ -1270,7 +1258,6 @@ share/locale/pl/LC_MESSAGES/kwin_clients.mo share/locale/pl/LC_MESSAGES/kwin_effects.mo share/locale/pl/LC_MESSAGES/kwinshutdown.mo share/locale/pl/LC_MESSAGES/kwinstartmenu.mo -share/locale/pl/LC_MESSAGES/kwl2kss.mo share/locale/pl/LC_MESSAGES/kwordquiz.mo share/locale/pl/LC_MESSAGES/kwrite.mo share/locale/pl/LC_MESSAGES/kwriteconfig.mo @@ -1318,6 +1305,7 @@ share/locale/pl/LC_MESSAGES/libkworkspace.mo share/locale/pl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pl/LC_MESSAGES/libmailcommon.mo +share/locale/pl/LC_MESSAGES/libmailimporter.mo share/locale/pl/LC_MESSAGES/libmailtransport.mo share/locale/pl/LC_MESSAGES/libmessagecomposer.mo share/locale/pl/LC_MESSAGES/libmessagecore.mo @@ -1326,6 +1314,7 @@ share/locale/pl/LC_MESSAGES/libmessageviewer.mo share/locale/pl/LC_MESSAGES/liboktetacore.mo share/locale/pl/LC_MESSAGES/liboktetagui.mo share/locale/pl/LC_MESSAGES/liboktetakasten.mo +share/locale/pl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pl/LC_MESSAGES/libphonon.mo share/locale/pl/LC_MESSAGES/libplasma.mo share/locale/pl/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1336,7 +1325,6 @@ share/locale/pl/LC_MESSAGES/libtaskmanager.mo share/locale/pl/LC_MESSAGES/libtemplateparser.mo share/locale/pl/LC_MESSAGES/lokalize.mo share/locale/pl/LC_MESSAGES/lskat.mo -share/locale/pl/LC_MESSAGES/mailfilteragent.mo share/locale/pl/LC_MESSAGES/mailreader.mo share/locale/pl/LC_MESSAGES/marble.mo share/locale/pl/LC_MESSAGES/marble_qt.mo @@ -1377,6 +1365,7 @@ share/locale/pl/LC_MESSAGES/okular_plucker.mo share/locale/pl/LC_MESSAGES/okular_poppler.mo share/locale/pl/LC_MESSAGES/okular_tiff.mo share/locale/pl/LC_MESSAGES/okular_xps.mo +share/locale/pl/LC_MESSAGES/pairs.mo share/locale/pl/LC_MESSAGES/palapeli.mo share/locale/pl/LC_MESSAGES/parley.mo share/locale/pl/LC_MESSAGES/phonon_gstreamer.mo @@ -1438,6 +1427,7 @@ share/locale/pl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pl/LC_MESSAGES/plasma_applet_pager.mo share/locale/pl/LC_MESSAGES/plasma_applet_panel.mo share/locale/pl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1453,7 +1443,6 @@ share/locale/pl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pl/LC_MESSAGES/plasma_applet_sal.mo share/locale/pl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/pl/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/pl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1481,6 +1470,7 @@ share/locale/pl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pl/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/pl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pl/LC_MESSAGES/plasma_engine_network.mo share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pl/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1488,6 +1478,8 @@ share/locale/pl/LC_MESSAGES/plasma_engine_rss.mo share/locale/pl/LC_MESSAGES/plasma_engine_share.mo share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/pl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_activities.mo @@ -1521,6 +1513,7 @@ share/locale/pl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pl/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1537,6 +1530,7 @@ share/locale/pl/LC_MESSAGES/plasmagenericshell.mo share/locale/pl/LC_MESSAGES/plasmapkg.mo share/locale/pl/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/pl/LC_MESSAGES/plasmoidviewer.mo +share/locale/pl/LC_MESSAGES/pothumbnail.mo share/locale/pl/LC_MESSAGES/powerdevil.mo share/locale/pl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pl/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1554,7 +1548,6 @@ share/locale/pl/LC_MESSAGES/solid-network.mo share/locale/pl/LC_MESSAGES/solid_qt.mo share/locale/pl/LC_MESSAGES/solidcontrol.mo share/locale/pl/LC_MESSAGES/soliduiserver.mo -share/locale/pl/LC_MESSAGES/spy.mo share/locale/pl/LC_MESSAGES/step.mo share/locale/pl/LC_MESSAGES/step_qt.mo share/locale/pl/LC_MESSAGES/strigila_diff.mo @@ -1718,7 +1711,6 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/kanagram @dirrm share/doc/HTML/pl/kalzium @dirrm share/doc/HTML/pl/juk -@dirrm share/doc/HTML/pl/gwenview @dirrm share/doc/HTML/pl/dragonplayer @dirrm share/doc/HTML/pl/dolphin @dirrm share/doc/HTML/pl/common diff --git a/portuguese/kde4-l10n-pt_BR/Makefile b/portuguese/kde4-l10n-pt_BR/Makefile index 4ebd87e3a4d8..a374d018d8a5 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile +++ b/portuguese/kde4-l10n-pt_BR/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-pt_BR -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/portuguese/kde4-l10n-pt_BR/Makefile.man b/portuguese/kde4-l10n-pt_BR/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile.man +++ b/portuguese/kde4-l10n-pt_BR/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/portuguese/kde4-l10n-pt_BR/distinfo b/portuguese/kde4-l10n-pt_BR/distinfo index 10032f9edcef..d73a0936ad38 100644 --- a/portuguese/kde4-l10n-pt_BR/distinfo +++ b/portuguese/kde4-l10n-pt_BR/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pt_BR-4.8.4.tar.xz) = 05a1f94d8fdd5b6cce04c80104d18f4c74aee2b2560faa7d196a8d03497062ad -SIZE (KDE/kde-l10n/kde-l10n-pt_BR-4.8.4.tar.xz) = 27221672 +SHA256 (KDE/kde-l10n/kde-l10n-pt_BR-4.9.5.tar.xz) = 44661052b35e83f31e3dfb09647147da3be7ec2af35ce94595fe987444190f17 +SIZE (KDE/kde-l10n/kde-l10n-pt_BR-4.9.5.tar.xz) = 27887184 diff --git a/portuguese/kde4-l10n-pt_BR/pkg-plist b/portuguese/kde4-l10n-pt_BR/pkg-plist index c1c33cea2e68..8cf525ce50d5 100644 --- a/portuguese/kde4-l10n-pt_BR/pkg-plist +++ b/portuguese/kde4-l10n-pt_BR/pkg-plist @@ -185,12 +185,12 @@ share/doc/HTML/pt_BR/dolphin/preferences-trash.png share/doc/HTML/pt_BR/dolphin/preferences-viewmodes-icons.png share/doc/HTML/pt_BR/dolphin/toolbar-navigation.png share/doc/HTML/pt_BR/dolphin/toolbar-view-appearance.png -share/doc/HTML/pt_BR/dolphin/toolbar.png share/doc/HTML/pt_BR/dolphin/viewproperties-dialog.png share/doc/HTML/pt_BR/dragonplayer/common share/doc/HTML/pt_BR/dragonplayer/index.cache.bz2 share/doc/HTML/pt_BR/dragonplayer/index.docbook share/doc/HTML/pt_BR/dragonplayer/main.png +share/doc/HTML/pt_BR/dragonplayer/man-dragon.1.docbook share/doc/HTML/pt_BR/filelight/common share/doc/HTML/pt_BR/filelight/config_appear.png share/doc/HTML/pt_BR/filelight/config_scan.png @@ -198,6 +198,13 @@ share/doc/HTML/pt_BR/filelight/index.cache.bz2 share/doc/HTML/pt_BR/filelight/index.docbook share/doc/HTML/pt_BR/filelight/radial_map.png share/doc/HTML/pt_BR/filelight/radial_map_context_menu.png +share/doc/HTML/pt_BR/fundamentals/common +share/doc/HTML/pt_BR/fundamentals/config.docbook +share/doc/HTML/pt_BR/fundamentals/index.cache.bz2 +share/doc/HTML/pt_BR/fundamentals/index.docbook +share/doc/HTML/pt_BR/fundamentals/install.docbook +share/doc/HTML/pt_BR/fundamentals/tasks.docbook +share/doc/HTML/pt_BR/fundamentals/ui.docbook share/doc/HTML/pt_BR/granatier/common share/doc/HTML/pt_BR/granatier/index.cache.bz2 share/doc/HTML/pt_BR/granatier/index.docbook @@ -253,6 +260,7 @@ share/doc/HTML/pt_BR/kalzium/index.cache.bz2 share/doc/HTML/pt_BR/kalzium/index.docbook share/doc/HTML/pt_BR/kalzium/infodialog_bohr.png share/doc/HTML/pt_BR/kalzium/infodialog_data_overview.png +share/doc/HTML/pt_BR/kalzium/infodialog_extra.png share/doc/HTML/pt_BR/kalzium/infodialog_isotopes.png share/doc/HTML/pt_BR/kalzium/infodialog_misc.png share/doc/HTML/pt_BR/kalzium/infodialog_spectrum.png @@ -261,6 +269,15 @@ share/doc/HTML/pt_BR/kalzium/quick-1.png share/doc/HTML/pt_BR/kalzium/quick-2.png share/doc/HTML/pt_BR/kalzium/quick-3.png share/doc/HTML/pt_BR/kalzium/quick-4.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-conc.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-eq.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-gas.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-mass.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-nucl.png +share/doc/HTML/pt_BR/kalzium/screenshot-calc-titr.png +share/doc/HTML/pt_BR/kalzium/screenshot-mol-edit.png +share/doc/HTML/pt_BR/kalzium/screenshot-rs-phrases.png +share/doc/HTML/pt_BR/kalzium/screenshot-tables.png share/doc/HTML/pt_BR/kalzium/screenshot1.png share/doc/HTML/pt_BR/kalzium/screenshot2.png share/doc/HTML/pt_BR/kalzium/screenshot5.png @@ -270,6 +287,7 @@ share/doc/HTML/pt_BR/kalzium/screenshotnuclidboard.png share/doc/HTML/pt_BR/kalzium/settings1.png share/doc/HTML/pt_BR/kalzium/settings2.png share/doc/HTML/pt_BR/kalzium/settings3.png +share/doc/HTML/pt_BR/kalzium/settings4.png share/doc/HTML/pt_BR/kalzium/sidebar1.png share/doc/HTML/pt_BR/kalzium/sidebar2.png share/doc/HTML/pt_BR/kanagram/common @@ -310,9 +328,17 @@ share/doc/HTML/pt_BR/kblackbox/index.docbook share/doc/HTML/pt_BR/kblocks/common share/doc/HTML/pt_BR/kblocks/index.cache.bz2 share/doc/HTML/pt_BR/kblocks/index.docbook +share/doc/HTML/pt_BR/kbounce/button-new.png +share/doc/HTML/pt_BR/kbounce/button-pause.png share/doc/HTML/pt_BR/kbounce/common share/doc/HTML/pt_BR/kbounce/index.cache.bz2 share/doc/HTML/pt_BR/kbounce/index.docbook +share/doc/HTML/pt_BR/kbounce/kbounce_corridor1.png +share/doc/HTML/pt_BR/kbounce/kbounce_corridor2.png +share/doc/HTML/pt_BR/kbounce/menu-game.png +share/doc/HTML/pt_BR/kbounce/menu-help.png +share/doc/HTML/pt_BR/kbounce/menu-settings.png +share/doc/HTML/pt_BR/kbounce/toolbar.png share/doc/HTML/pt_BR/kbreakout/common share/doc/HTML/pt_BR/kbreakout/index.cache.bz2 share/doc/HTML/pt_BR/kbreakout/index.docbook @@ -504,9 +530,6 @@ share/doc/HTML/pt_BR/kcontrol/language/index.docbook share/doc/HTML/pt_BR/kcontrol/mouse/common share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook -share/doc/HTML/pt_BR/kcontrol/multiplemonitors/common -share/doc/HTML/pt_BR/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/multiplemonitors/index.docbook share/doc/HTML/pt_BR/kcontrol/nepomuk/common share/doc/HTML/pt_BR/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/nepomuk/index.docbook @@ -825,8 +848,6 @@ share/doc/HTML/pt_BR/kiriki/index.docbook share/doc/HTML/pt_BR/kiten/common share/doc/HTML/pt_BR/kiten/index.cache.bz2 share/doc/HTML/pt_BR/kiten/index.docbook -share/doc/HTML/pt_BR/kiten/kiten1.png -share/doc/HTML/pt_BR/kiten/kiten2.png share/doc/HTML/pt_BR/kjots/common share/doc/HTML/pt_BR/kjots/index.cache.bz2 share/doc/HTML/pt_BR/kjots/index.docbook @@ -878,6 +899,7 @@ share/doc/HTML/pt_BR/kmail/index.cache.bz2 share/doc/HTML/pt_BR/kmail/index.docbook share/doc/HTML/pt_BR/kmail/intro.docbook share/doc/HTML/pt_BR/kmail/menus.docbook +share/doc/HTML/pt_BR/kmail/troubleshooting.docbook share/doc/HTML/pt_BR/kmail/using-kmail.docbook share/doc/HTML/pt_BR/kmenuedit/common share/doc/HTML/pt_BR/kmenuedit/index.cache.bz2 @@ -1043,35 +1065,6 @@ share/doc/HTML/pt_BR/kommander/widgets.docbook share/doc/HTML/pt_BR/kompare/common share/doc/HTML/pt_BR/kompare/index.cache.bz2 share/doc/HTML/pt_BR/kompare/index.docbook -share/doc/HTML/pt_BR/konqueror/basics.docbook -share/doc/HTML/pt_BR/konqueror/bookmarks.docbook -share/doc/HTML/pt_BR/konqueror/browser.docbook -share/doc/HTML/pt_BR/konqueror/cmndline.png -share/doc/HTML/pt_BR/konqueror/commands.docbook -share/doc/HTML/pt_BR/konqueror/common -share/doc/HTML/pt_BR/konqueror/config.docbook -share/doc/HTML/pt_BR/konqueror/credits.docbook -share/doc/HTML/pt_BR/konqueror/dirtree.png -share/doc/HTML/pt_BR/konqueror/dragdrop.png -share/doc/HTML/pt_BR/konqueror/faq.docbook -share/doc/HTML/pt_BR/konqueror/filemanager.docbook -share/doc/HTML/pt_BR/konqueror/folders.png -share/doc/HTML/pt_BR/konqueror/index.cache.bz2 -share/doc/HTML/pt_BR/konqueror/index.docbook -share/doc/HTML/pt_BR/konqueror/introduction.docbook -share/doc/HTML/pt_BR/konqueror/konqorg.png -share/doc/HTML/pt_BR/konqueror/look.png -share/doc/HTML/pt_BR/konqueror/man-kbookmarkmerger.1.docbook -share/doc/HTML/pt_BR/konqueror/parts.png -share/doc/HTML/pt_BR/konqueror/path-complete.docbook -share/doc/HTML/pt_BR/konqueror/plugins.docbook -share/doc/HTML/pt_BR/konqueror/save-settings.docbook -share/doc/HTML/pt_BR/konqueror/shortcut1.png -share/doc/HTML/pt_BR/konqueror/shortcut2.png -share/doc/HTML/pt_BR/konqueror/sidebar.docbook -share/doc/HTML/pt_BR/konqueror/thumbnails.png -share/doc/HTML/pt_BR/konqueror/view-extensions.docbook -share/doc/HTML/pt_BR/konqueror/viewproperties-dialog.png share/doc/HTML/pt_BR/konquest/common share/doc/HTML/pt_BR/konquest/index.cache.bz2 share/doc/HTML/pt_BR/konquest/index.docbook @@ -1199,8 +1192,6 @@ share/doc/HTML/pt_BR/kstars/calc-julian.png share/doc/HTML/pt_BR/kstars/calc-julianday.docbook share/doc/HTML/pt_BR/kstars/calc-planetcoords.docbook share/doc/HTML/pt_BR/kstars/calc-planetcoords.png -share/doc/HTML/pt_BR/kstars/calc-precess.docbook -share/doc/HTML/pt_BR/kstars/calc-precess.png share/doc/HTML/pt_BR/kstars/calc-sidereal.docbook share/doc/HTML/pt_BR/kstars/calc-sidereal.png share/doc/HTML/pt_BR/kstars/calculator.docbook @@ -1292,9 +1283,13 @@ share/doc/HTML/pt_BR/ktimer/index.cache.bz2 share/doc/HTML/pt_BR/ktimer/index.docbook share/doc/HTML/pt_BR/ktimer/main.png share/doc/HTML/pt_BR/ktimer/running.png +share/doc/HTML/pt_BR/ktimer/two_at_once.png share/doc/HTML/pt_BR/ktimetracker/common share/doc/HTML/pt_BR/ktimetracker/index.cache.bz2 share/doc/HTML/pt_BR/ktimetracker/index.docbook +share/doc/HTML/pt_BR/ktnef/common +share/doc/HTML/pt_BR/ktnef/index.cache.bz2 +share/doc/HTML/pt_BR/ktnef/index.docbook share/doc/HTML/pt_BR/ktouch/color_options.png share/doc/HTML/pt_BR/ktouch/common share/doc/HTML/pt_BR/ktouch/general_options.png @@ -1419,6 +1414,9 @@ share/doc/HTML/pt_BR/sweeper/common share/doc/HTML/pt_BR/sweeper/index.cache.bz2 share/doc/HTML/pt_BR/sweeper/index.docbook share/doc/HTML/pt_BR/sweeper/sweeper.png +share/doc/HTML/pt_BR/system-config-printer-kde/common +share/doc/HTML/pt_BR/system-config-printer-kde/index.cache.bz2 +share/doc/HTML/pt_BR/system-config-printer-kde/index.docbook share/doc/HTML/pt_BR/systemsettings/common share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 share/doc/HTML/pt_BR/systemsettings/index.docbook @@ -1457,11 +1455,14 @@ share/locale/pt_BR/LC_MESSAGES/accountwizard_kolab.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_pop3.mo +share/locale/pt_BR/LC_MESSAGES/accountwizard_tine20.mo share/locale/pt_BR/LC_MESSAGES/adblock.mo share/locale/pt_BR/LC_MESSAGES/akonadi-filestore.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1475,6 +1476,7 @@ share/locale/pt_BR/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pt_BR/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1504,6 +1506,7 @@ share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt_BR/LC_MESSAGES/audiorename_plugin.mo share/locale/pt_BR/LC_MESSAGES/autorefresh.mo share/locale/pt_BR/LC_MESSAGES/babelfish.mo +share/locale/pt_BR/LC_MESSAGES/backupmail.mo share/locale/pt_BR/LC_MESSAGES/blinken.mo share/locale/pt_BR/LC_MESSAGES/blogilo.mo share/locale/pt_BR/LC_MESSAGES/bomber.mo @@ -1532,6 +1535,7 @@ share/locale/pt_BR/LC_MESSAGES/gwenview.mo share/locale/pt_BR/LC_MESSAGES/htmlsearch.mo share/locale/pt_BR/LC_MESSAGES/imagerename_plugin.mo share/locale/pt_BR/LC_MESSAGES/imgalleryplugin.mo +share/locale/pt_BR/LC_MESSAGES/importwizard.mo share/locale/pt_BR/LC_MESSAGES/jovie.mo share/locale/pt_BR/LC_MESSAGES/joystick.mo share/locale/pt_BR/LC_MESSAGES/juk.mo @@ -1546,6 +1550,7 @@ share/locale/pt_BR/LC_MESSAGES/kabcformat_binary.mo share/locale/pt_BR/LC_MESSAGES/kaccess.mo share/locale/pt_BR/LC_MESSAGES/kaccessibleapp.mo share/locale/pt_BR/LC_MESSAGES/kactivitymanagerd.mo +share/locale/pt_BR/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook.mo share/locale/pt_BR/LC_MESSAGES/kaddressbookmigrator.mo @@ -1553,6 +1558,7 @@ share/locale/pt_BR/LC_MESSAGES/kajongg.mo share/locale/pt_BR/LC_MESSAGES/kalarm.mo share/locale/pt_BR/LC_MESSAGES/kalgebra.mo share/locale/pt_BR/LC_MESSAGES/kalzium.mo +share/locale/pt_BR/LC_MESSAGES/kanagram-harmattan.mo share/locale/pt_BR/LC_MESSAGES/kanagram.mo share/locale/pt_BR/LC_MESSAGES/kapman.mo share/locale/pt_BR/LC_MESSAGES/kapptemplate.mo @@ -1594,6 +1600,7 @@ share/locale/pt_BR/LC_MESSAGES/kcal_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcalc.mo share/locale/pt_BR/LC_MESSAGES/kcertpart.mo share/locale/pt_BR/LC_MESSAGES/kcharselect.mo +share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_attica.mo @@ -1665,7 +1672,6 @@ share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo share/locale/pt_BR/LC_MESSAGES/kcmusb.mo share/locale/pt_BR/LC_MESSAGES/kcmview1394.mo share/locale/pt_BR/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/pt_BR/LC_MESSAGES/kcmxinerama.mo share/locale/pt_BR/LC_MESSAGES/kcolorchooser.mo share/locale/pt_BR/LC_MESSAGES/kcron.mo share/locale/pt_BR/LC_MESSAGES/kde-menu.mo @@ -1688,24 +1694,16 @@ share/locale/pt_BR/LC_MESSAGES/kdmgreet.mo share/locale/pt_BR/LC_MESSAGES/kdontchangethehostname.mo share/locale/pt_BR/LC_MESSAGES/keditbookmarks.mo share/locale/pt_BR/LC_MESSAGES/kfile.mo -share/locale/pt_BR/LC_MESSAGES/kfile_avi.mo share/locale/pt_BR/LC_MESSAGES/kfile_dds.mo share/locale/pt_BR/LC_MESSAGES/kfile_drgeo.mo share/locale/pt_BR/LC_MESSAGES/kfile_exr.mo -share/locale/pt_BR/LC_MESSAGES/kfile_flac.mo share/locale/pt_BR/LC_MESSAGES/kfile_kig.mo share/locale/pt_BR/LC_MESSAGES/kfile_mail.mo -share/locale/pt_BR/LC_MESSAGES/kfile_mp3.mo -share/locale/pt_BR/LC_MESSAGES/kfile_mpc.mo -share/locale/pt_BR/LC_MESSAGES/kfile_ogg.mo share/locale/pt_BR/LC_MESSAGES/kfile_pnm.mo share/locale/pt_BR/LC_MESSAGES/kfile_raw.mo share/locale/pt_BR/LC_MESSAGES/kfile_rgb.mo share/locale/pt_BR/LC_MESSAGES/kfile_rpm.mo -share/locale/pt_BR/LC_MESSAGES/kfile_sid.mo -share/locale/pt_BR/LC_MESSAGES/kfile_theora.mo share/locale/pt_BR/LC_MESSAGES/kfile_tiff.mo -share/locale/pt_BR/LC_MESSAGES/kfile_wav.mo share/locale/pt_BR/LC_MESSAGES/kfile_xps.mo share/locale/pt_BR/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pt_BR/LC_MESSAGES/kfilereplace.mo @@ -1738,6 +1736,7 @@ share/locale/pt_BR/LC_MESSAGES/kimagemapeditor.mo share/locale/pt_BR/LC_MESSAGES/kinetd.mo share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo share/locale/pt_BR/LC_MESSAGES/kio4.mo +share/locale/pt_BR/LC_MESSAGES/kio_activities.mo share/locale/pt_BR/LC_MESSAGES/kio_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kio_applications.mo share/locale/pt_BR/LC_MESSAGES/kio_archive.mo @@ -1759,6 +1758,7 @@ share/locale/pt_BR/LC_MESSAGES/kio_nfs.mo share/locale/pt_BR/LC_MESSAGES/kio_nntp.mo share/locale/pt_BR/LC_MESSAGES/kio_perldoc.mo share/locale/pt_BR/LC_MESSAGES/kio_pop3.mo +share/locale/pt_BR/LC_MESSAGES/kio_recentdocuments.mo share/locale/pt_BR/LC_MESSAGES/kio_remote.mo share/locale/pt_BR/LC_MESSAGES/kio_sftp.mo share/locale/pt_BR/LC_MESSAGES/kio_sieve.mo @@ -1806,10 +1806,12 @@ share/locale/pt_BR/LC_MESSAGES/kollision.mo share/locale/pt_BR/LC_MESSAGES/kolourpaint.mo share/locale/pt_BR/LC_MESSAGES/kommander.mo share/locale/pt_BR/LC_MESSAGES/kompare.mo +share/locale/pt_BR/LC_MESSAGES/konqprofiles.mo share/locale/pt_BR/LC_MESSAGES/konqueror.mo share/locale/pt_BR/LC_MESSAGES/konquest.mo share/locale/pt_BR/LC_MESSAGES/konsole.mo share/locale/pt_BR/LC_MESSAGES/konsolekalendar.mo +share/locale/pt_BR/LC_MESSAGES/konsoleprofiles.mo share/locale/pt_BR/LC_MESSAGES/kontact.mo share/locale/pt_BR/LC_MESSAGES/kontactinterfaces.mo share/locale/pt_BR/LC_MESSAGES/kopete.mo @@ -1839,11 +1841,6 @@ share/locale/pt_BR/LC_MESSAGES/krunner.mo share/locale/pt_BR/LC_MESSAGES/ksaneplugin.mo share/locale/pt_BR/LC_MESSAGES/kscd.mo share/locale/pt_BR/LC_MESSAGES/kscreensaver.mo -share/locale/pt_BR/LC_MESSAGES/ksecrets_kio.mo -share/locale/pt_BR/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/pt_BR/LC_MESSAGES/ksecretsservice_api.mo -share/locale/pt_BR/LC_MESSAGES/ksecretsserviced.mo -share/locale/pt_BR/LC_MESSAGES/ksecretsync.mo share/locale/pt_BR/LC_MESSAGES/ksendemail.mo share/locale/pt_BR/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt_BR/LC_MESSAGES/kshisen.mo @@ -1865,7 +1862,6 @@ share/locale/pt_BR/LC_MESSAGES/ksysguard.mo share/locale/pt_BR/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt_BR/LC_MESSAGES/ksystemlog.mo share/locale/pt_BR/LC_MESSAGES/ksystraycmd.mo -share/locale/pt_BR/LC_MESSAGES/kte_acomment.mo share/locale/pt_BR/LC_MESSAGES/kteatime.mo share/locale/pt_BR/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt_BR/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1873,6 +1869,7 @@ share/locale/pt_BR/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pt_BR/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt_BR/LC_MESSAGES/ktimer.mo share/locale/pt_BR/LC_MESSAGES/ktimetracker.mo +share/locale/pt_BR/LC_MESSAGES/ktnef.mo share/locale/pt_BR/LC_MESSAGES/ktouch.mo share/locale/pt_BR/LC_MESSAGES/ktraderclient.mo share/locale/pt_BR/LC_MESSAGES/ktron.mo @@ -1893,7 +1890,6 @@ share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo share/locale/pt_BR/LC_MESSAGES/kwin_effects.mo share/locale/pt_BR/LC_MESSAGES/kwinshutdown.mo share/locale/pt_BR/LC_MESSAGES/kwinstartmenu.mo -share/locale/pt_BR/LC_MESSAGES/kwl2kss.mo share/locale/pt_BR/LC_MESSAGES/kwordquiz.mo share/locale/pt_BR/LC_MESSAGES/kwrite.mo share/locale/pt_BR/LC_MESSAGES/kwriteconfig.mo @@ -1941,6 +1937,7 @@ share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo share/locale/pt_BR/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt_BR/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pt_BR/LC_MESSAGES/libmailcommon.mo +share/locale/pt_BR/LC_MESSAGES/libmailimporter.mo share/locale/pt_BR/LC_MESSAGES/libmailtransport.mo share/locale/pt_BR/LC_MESSAGES/libmessagecomposer.mo share/locale/pt_BR/LC_MESSAGES/libmessagecore.mo @@ -1949,6 +1946,7 @@ share/locale/pt_BR/LC_MESSAGES/libmessageviewer.mo share/locale/pt_BR/LC_MESSAGES/liboktetacore.mo share/locale/pt_BR/LC_MESSAGES/liboktetagui.mo share/locale/pt_BR/LC_MESSAGES/liboktetakasten.mo +share/locale/pt_BR/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt_BR/LC_MESSAGES/libphonon.mo share/locale/pt_BR/LC_MESSAGES/libplasma.mo share/locale/pt_BR/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1959,7 +1957,6 @@ share/locale/pt_BR/LC_MESSAGES/libtaskmanager.mo share/locale/pt_BR/LC_MESSAGES/libtemplateparser.mo share/locale/pt_BR/LC_MESSAGES/lokalize.mo share/locale/pt_BR/LC_MESSAGES/lskat.mo -share/locale/pt_BR/LC_MESSAGES/mailfilteragent.mo share/locale/pt_BR/LC_MESSAGES/mailreader.mo share/locale/pt_BR/LC_MESSAGES/marble.mo share/locale/pt_BR/LC_MESSAGES/marble_qt.mo @@ -2000,6 +1997,7 @@ share/locale/pt_BR/LC_MESSAGES/okular_plucker.mo share/locale/pt_BR/LC_MESSAGES/okular_poppler.mo share/locale/pt_BR/LC_MESSAGES/okular_tiff.mo share/locale/pt_BR/LC_MESSAGES/okular_xps.mo +share/locale/pt_BR/LC_MESSAGES/pairs.mo share/locale/pt_BR/LC_MESSAGES/palapeli.mo share/locale/pt_BR/LC_MESSAGES/parley.mo share/locale/pt_BR/LC_MESSAGES/phonon_gstreamer.mo @@ -2061,6 +2059,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_panel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2076,7 +2075,6 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_sal.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2104,6 +2102,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_network.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2111,6 +2110,8 @@ share/locale/pt_BR/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_share.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pt_BR/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/pt_BR/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pt_BR/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_activities.mo @@ -2144,6 +2145,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pt_BR/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2160,6 +2162,7 @@ share/locale/pt_BR/LC_MESSAGES/plasmagenericshell.mo share/locale/pt_BR/LC_MESSAGES/plasmapkg.mo share/locale/pt_BR/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/pt_BR/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt_BR/LC_MESSAGES/pothumbnail.mo share/locale/pt_BR/LC_MESSAGES/powerdevil.mo share/locale/pt_BR/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt_BR/LC_MESSAGES/powerdevilglobalconfig.mo @@ -2177,7 +2180,6 @@ share/locale/pt_BR/LC_MESSAGES/solid-network.mo share/locale/pt_BR/LC_MESSAGES/solid_qt.mo share/locale/pt_BR/LC_MESSAGES/solidcontrol.mo share/locale/pt_BR/LC_MESSAGES/soliduiserver.mo -share/locale/pt_BR/LC_MESSAGES/spy.mo share/locale/pt_BR/LC_MESSAGES/step.mo share/locale/pt_BR/LC_MESSAGES/step_qt.mo share/locale/pt_BR/LC_MESSAGES/strigila_diff.mo @@ -2197,6 +2199,7 @@ share/locale/pt_BR/LC_MESSAGES/xml_mimetypes.mo share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/umbrello @dirrm share/doc/HTML/pt_BR/systemsettings +@dirrm share/doc/HTML/pt_BR/system-config-printer-kde @dirrm share/doc/HTML/pt_BR/sweeper @dirrm share/doc/HTML/pt_BR/step @dirrm share/doc/HTML/pt_BR/sonnet @@ -2221,6 +2224,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/ktuberling @dirrm share/doc/HTML/pt_BR/ktron @dirrm share/doc/HTML/pt_BR/ktouch +@dirrm share/doc/HTML/pt_BR/ktnef @dirrm share/doc/HTML/pt_BR/ktimetracker @dirrm share/doc/HTML/pt_BR/ktimer @dirrm share/doc/HTML/pt_BR/kteatime @@ -2247,7 +2251,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/konsolekalendar @dirrm share/doc/HTML/pt_BR/konsole @dirrm share/doc/HTML/pt_BR/konquest -@dirrm share/doc/HTML/pt_BR/konqueror @dirrm share/doc/HTML/pt_BR/kompare @dirrm share/doc/HTML/pt_BR/kommander @dirrm share/doc/HTML/pt_BR/kolourpaint @@ -2356,7 +2359,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kcontrol/paths @dirrm share/doc/HTML/pt_BR/kcontrol/netpref @dirrm share/doc/HTML/pt_BR/kcontrol/nepomuk -@dirrm share/doc/HTML/pt_BR/kcontrol/multiplemonitors @dirrm share/doc/HTML/pt_BR/kcontrol/mouse @dirrm share/doc/HTML/pt_BR/kcontrol/language @dirrm share/doc/HTML/pt_BR/kcontrol/kwintabbox @@ -2431,6 +2433,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/jovie @dirrm share/doc/HTML/pt_BR/gwenview @dirrm share/doc/HTML/pt_BR/granatier +@dirrm share/doc/HTML/pt_BR/fundamentals @dirrm share/doc/HTML/pt_BR/filelight @dirrm share/doc/HTML/pt_BR/dragonplayer @dirrm share/doc/HTML/pt_BR/dolphin diff --git a/portuguese/kde4-l10n/Makefile b/portuguese/kde4-l10n/Makefile index 13c32b25f76c..d756968f6981 100644 --- a/portuguese/kde4-l10n/Makefile +++ b/portuguese/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde4-l10n-pt -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/portuguese/kde4-l10n/distinfo b/portuguese/kde4-l10n/distinfo index f2a71ca58415..9e4fc54707fe 100644 --- a/portuguese/kde4-l10n/distinfo +++ b/portuguese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-pt-4.8.4.tar.xz) = 4e80fe2637f9b1e16007c6a8b1302fc04ad941a3710c6b23670c424abbeaf212 -SIZE (KDE/kde-l10n/kde-l10n-pt-4.8.4.tar.xz) = 5825556 +SHA256 (KDE/kde-l10n/kde-l10n-pt-4.9.5.tar.xz) = fa95ccdf04b24ef13d836b2ae809f5e401569888a342d01e197b5d19abca5b99 +SIZE (KDE/kde-l10n/kde-l10n-pt-4.9.5.tar.xz) = 5693504 diff --git a/portuguese/kde4-l10n/pkg-plist b/portuguese/kde4-l10n/pkg-plist index 17d441a5f44b..012196ce94e1 100644 --- a/portuguese/kde4-l10n/pkg-plist +++ b/portuguese/kde4-l10n/pkg-plist @@ -66,6 +66,13 @@ share/doc/HTML/pt/dragonplayer/index.docbook share/doc/HTML/pt/filelight/common share/doc/HTML/pt/filelight/index.cache.bz2 share/doc/HTML/pt/filelight/index.docbook +share/doc/HTML/pt/fundamentals/common +share/doc/HTML/pt/fundamentals/config.docbook +share/doc/HTML/pt/fundamentals/index.cache.bz2 +share/doc/HTML/pt/fundamentals/index.docbook +share/doc/HTML/pt/fundamentals/install.docbook +share/doc/HTML/pt/fundamentals/tasks.docbook +share/doc/HTML/pt/fundamentals/ui.docbook share/doc/HTML/pt/granatier/common share/doc/HTML/pt/granatier/index.cache.bz2 share/doc/HTML/pt/granatier/index.docbook @@ -224,6 +231,9 @@ share/doc/HTML/pt/kcontrol/joystick/index.docbook share/doc/HTML/pt/kcontrol/kamera/common share/doc/HTML/pt/kcontrol/kamera/index.cache.bz2 share/doc/HTML/pt/kcontrol/kamera/index.docbook +share/doc/HTML/pt/kcontrol/kcm_ssl/common +share/doc/HTML/pt/kcontrol/kcm_ssl/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kcm_ssl/index.docbook share/doc/HTML/pt/kcontrol/kcmaccess/common share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook @@ -257,6 +267,9 @@ share/doc/HTML/pt/kcontrol/keys/index.docbook share/doc/HTML/pt/kcontrol/kgamma/common share/doc/HTML/pt/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/pt/kcontrol/kgamma/index.docbook +share/doc/HTML/pt/kcontrol/khotkeys/common +share/doc/HTML/pt/kcontrol/khotkeys/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khotkeys/index.docbook share/doc/HTML/pt/kcontrol/khtml-adblock/common share/doc/HTML/pt/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-adblock/index.docbook @@ -885,8 +898,11 @@ share/doc/HTML/pt/kwordquiz/common share/doc/HTML/pt/kwordquiz/index.cache.bz2 share/doc/HTML/pt/kwordquiz/index.docbook share/doc/HTML/pt/kwrite/common +share/doc/HTML/pt/kwrite/configuring.docbook +share/doc/HTML/pt/kwrite/fundamentals.docbook share/doc/HTML/pt/kwrite/index.cache.bz2 share/doc/HTML/pt/kwrite/index.docbook +share/doc/HTML/pt/kwrite/menus.docbook share/doc/HTML/pt/lokalize/common share/doc/HTML/pt/lokalize/index.cache.bz2 share/doc/HTML/pt/lokalize/index.docbook @@ -951,11 +967,14 @@ share/locale/pt/LC_MESSAGES/accountwizard_kolab.mo share/locale/pt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt/LC_MESSAGES/accountwizard_pop3.mo +share/locale/pt/LC_MESSAGES/accountwizard_tine20.mo share/locale/pt/LC_MESSAGES/adblock.mo share/locale/pt/LC_MESSAGES/akonadi-filestore.mo +share/locale/pt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pt/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/pt/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt/LC_MESSAGES/akonadi_invitations_agent.mo @@ -969,6 +988,7 @@ share/locale/pt/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pt/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pt/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pt/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/pt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt/LC_MESSAGES/akonadi_microblog_resource.mo @@ -998,6 +1018,7 @@ share/locale/pt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt/LC_MESSAGES/audiorename_plugin.mo share/locale/pt/LC_MESSAGES/autorefresh.mo share/locale/pt/LC_MESSAGES/babelfish.mo +share/locale/pt/LC_MESSAGES/backupmail.mo share/locale/pt/LC_MESSAGES/blinken.mo share/locale/pt/LC_MESSAGES/blogilo.mo share/locale/pt/LC_MESSAGES/bomber.mo @@ -1026,6 +1047,7 @@ share/locale/pt/LC_MESSAGES/gwenview.mo share/locale/pt/LC_MESSAGES/htmlsearch.mo share/locale/pt/LC_MESSAGES/imagerename_plugin.mo share/locale/pt/LC_MESSAGES/imgalleryplugin.mo +share/locale/pt/LC_MESSAGES/importwizard.mo share/locale/pt/LC_MESSAGES/jovie.mo share/locale/pt/LC_MESSAGES/joystick.mo share/locale/pt/LC_MESSAGES/juk.mo @@ -1040,6 +1062,7 @@ share/locale/pt/LC_MESSAGES/kabcformat_binary.mo share/locale/pt/LC_MESSAGES/kaccess.mo share/locale/pt/LC_MESSAGES/kaccessibleapp.mo share/locale/pt/LC_MESSAGES/kactivitymanagerd.mo +share/locale/pt/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pt/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pt/LC_MESSAGES/kaddressbook.mo share/locale/pt/LC_MESSAGES/kaddressbookmigrator.mo @@ -1047,6 +1070,7 @@ share/locale/pt/LC_MESSAGES/kajongg.mo share/locale/pt/LC_MESSAGES/kalarm.mo share/locale/pt/LC_MESSAGES/kalgebra.mo share/locale/pt/LC_MESSAGES/kalzium.mo +share/locale/pt/LC_MESSAGES/kanagram-harmattan.mo share/locale/pt/LC_MESSAGES/kanagram.mo share/locale/pt/LC_MESSAGES/kapman.mo share/locale/pt/LC_MESSAGES/kapptemplate.mo @@ -1088,6 +1112,7 @@ share/locale/pt/LC_MESSAGES/kcal_akonadi.mo share/locale/pt/LC_MESSAGES/kcalc.mo share/locale/pt/LC_MESSAGES/kcertpart.mo share/locale/pt/LC_MESSAGES/kcharselect.mo +share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt/LC_MESSAGES/kcm_akonadi.mo share/locale/pt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt/LC_MESSAGES/kcm_attica.mo @@ -1159,7 +1184,6 @@ share/locale/pt/LC_MESSAGES/kcmstyle.mo share/locale/pt/LC_MESSAGES/kcmusb.mo share/locale/pt/LC_MESSAGES/kcmview1394.mo share/locale/pt/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/pt/LC_MESSAGES/kcmxinerama.mo share/locale/pt/LC_MESSAGES/kcolorchooser.mo share/locale/pt/LC_MESSAGES/kcron.mo share/locale/pt/LC_MESSAGES/kde-menu.mo @@ -1182,24 +1206,16 @@ share/locale/pt/LC_MESSAGES/kdmgreet.mo share/locale/pt/LC_MESSAGES/kdontchangethehostname.mo share/locale/pt/LC_MESSAGES/keditbookmarks.mo share/locale/pt/LC_MESSAGES/kfile.mo -share/locale/pt/LC_MESSAGES/kfile_avi.mo share/locale/pt/LC_MESSAGES/kfile_dds.mo share/locale/pt/LC_MESSAGES/kfile_drgeo.mo share/locale/pt/LC_MESSAGES/kfile_exr.mo -share/locale/pt/LC_MESSAGES/kfile_flac.mo share/locale/pt/LC_MESSAGES/kfile_kig.mo share/locale/pt/LC_MESSAGES/kfile_mail.mo -share/locale/pt/LC_MESSAGES/kfile_mp3.mo -share/locale/pt/LC_MESSAGES/kfile_mpc.mo -share/locale/pt/LC_MESSAGES/kfile_ogg.mo share/locale/pt/LC_MESSAGES/kfile_pnm.mo share/locale/pt/LC_MESSAGES/kfile_raw.mo share/locale/pt/LC_MESSAGES/kfile_rgb.mo share/locale/pt/LC_MESSAGES/kfile_rpm.mo -share/locale/pt/LC_MESSAGES/kfile_sid.mo -share/locale/pt/LC_MESSAGES/kfile_theora.mo share/locale/pt/LC_MESSAGES/kfile_tiff.mo -share/locale/pt/LC_MESSAGES/kfile_wav.mo share/locale/pt/LC_MESSAGES/kfile_xps.mo share/locale/pt/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pt/LC_MESSAGES/kfilereplace.mo @@ -1232,6 +1248,7 @@ share/locale/pt/LC_MESSAGES/kimagemapeditor.mo share/locale/pt/LC_MESSAGES/kinetd.mo share/locale/pt/LC_MESSAGES/kinfocenter.mo share/locale/pt/LC_MESSAGES/kio4.mo +share/locale/pt/LC_MESSAGES/kio_activities.mo share/locale/pt/LC_MESSAGES/kio_akonadi.mo share/locale/pt/LC_MESSAGES/kio_applications.mo share/locale/pt/LC_MESSAGES/kio_archive.mo @@ -1253,6 +1270,7 @@ share/locale/pt/LC_MESSAGES/kio_nfs.mo share/locale/pt/LC_MESSAGES/kio_nntp.mo share/locale/pt/LC_MESSAGES/kio_perldoc.mo share/locale/pt/LC_MESSAGES/kio_pop3.mo +share/locale/pt/LC_MESSAGES/kio_recentdocuments.mo share/locale/pt/LC_MESSAGES/kio_remote.mo share/locale/pt/LC_MESSAGES/kio_sftp.mo share/locale/pt/LC_MESSAGES/kio_sieve.mo @@ -1300,10 +1318,12 @@ share/locale/pt/LC_MESSAGES/kollision.mo share/locale/pt/LC_MESSAGES/kolourpaint.mo share/locale/pt/LC_MESSAGES/kommander.mo share/locale/pt/LC_MESSAGES/kompare.mo +share/locale/pt/LC_MESSAGES/konqprofiles.mo share/locale/pt/LC_MESSAGES/konqueror.mo share/locale/pt/LC_MESSAGES/konquest.mo share/locale/pt/LC_MESSAGES/konsole.mo share/locale/pt/LC_MESSAGES/konsolekalendar.mo +share/locale/pt/LC_MESSAGES/konsoleprofiles.mo share/locale/pt/LC_MESSAGES/kontact.mo share/locale/pt/LC_MESSAGES/kontactinterfaces.mo share/locale/pt/LC_MESSAGES/kopete.mo @@ -1333,11 +1353,6 @@ share/locale/pt/LC_MESSAGES/krunner.mo share/locale/pt/LC_MESSAGES/ksaneplugin.mo share/locale/pt/LC_MESSAGES/kscd.mo share/locale/pt/LC_MESSAGES/kscreensaver.mo -share/locale/pt/LC_MESSAGES/ksecrets_kio.mo -share/locale/pt/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/pt/LC_MESSAGES/ksecretsservice_api.mo -share/locale/pt/LC_MESSAGES/ksecretsserviced.mo -share/locale/pt/LC_MESSAGES/ksecretsync.mo share/locale/pt/LC_MESSAGES/ksendemail.mo share/locale/pt/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt/LC_MESSAGES/kshisen.mo @@ -1359,7 +1374,6 @@ share/locale/pt/LC_MESSAGES/ksysguard.mo share/locale/pt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt/LC_MESSAGES/ksystemlog.mo share/locale/pt/LC_MESSAGES/ksystraycmd.mo -share/locale/pt/LC_MESSAGES/kte_acomment.mo share/locale/pt/LC_MESSAGES/kteatime.mo share/locale/pt/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -1367,6 +1381,7 @@ share/locale/pt/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt/LC_MESSAGES/ktimer.mo share/locale/pt/LC_MESSAGES/ktimetracker.mo +share/locale/pt/LC_MESSAGES/ktnef.mo share/locale/pt/LC_MESSAGES/ktouch.mo share/locale/pt/LC_MESSAGES/ktraderclient.mo share/locale/pt/LC_MESSAGES/ktron.mo @@ -1387,7 +1402,6 @@ share/locale/pt/LC_MESSAGES/kwin_clients.mo share/locale/pt/LC_MESSAGES/kwin_effects.mo share/locale/pt/LC_MESSAGES/kwinshutdown.mo share/locale/pt/LC_MESSAGES/kwinstartmenu.mo -share/locale/pt/LC_MESSAGES/kwl2kss.mo share/locale/pt/LC_MESSAGES/kwordquiz.mo share/locale/pt/LC_MESSAGES/kwrite.mo share/locale/pt/LC_MESSAGES/kwriteconfig.mo @@ -1435,6 +1449,7 @@ share/locale/pt/LC_MESSAGES/libkworkspace.mo share/locale/pt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pt/LC_MESSAGES/libmailcommon.mo +share/locale/pt/LC_MESSAGES/libmailimporter.mo share/locale/pt/LC_MESSAGES/libmailtransport.mo share/locale/pt/LC_MESSAGES/libmessagecomposer.mo share/locale/pt/LC_MESSAGES/libmessagecore.mo @@ -1443,6 +1458,7 @@ share/locale/pt/LC_MESSAGES/libmessageviewer.mo share/locale/pt/LC_MESSAGES/liboktetacore.mo share/locale/pt/LC_MESSAGES/liboktetagui.mo share/locale/pt/LC_MESSAGES/liboktetakasten.mo +share/locale/pt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt/LC_MESSAGES/libphonon.mo share/locale/pt/LC_MESSAGES/libplasma.mo share/locale/pt/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -1453,7 +1469,6 @@ share/locale/pt/LC_MESSAGES/libtaskmanager.mo share/locale/pt/LC_MESSAGES/libtemplateparser.mo share/locale/pt/LC_MESSAGES/lokalize.mo share/locale/pt/LC_MESSAGES/lskat.mo -share/locale/pt/LC_MESSAGES/mailfilteragent.mo share/locale/pt/LC_MESSAGES/mailreader.mo share/locale/pt/LC_MESSAGES/marble.mo share/locale/pt/LC_MESSAGES/marble_qt.mo @@ -1494,6 +1509,7 @@ share/locale/pt/LC_MESSAGES/okular_plucker.mo share/locale/pt/LC_MESSAGES/okular_poppler.mo share/locale/pt/LC_MESSAGES/okular_tiff.mo share/locale/pt/LC_MESSAGES/okular_xps.mo +share/locale/pt/LC_MESSAGES/pairs.mo share/locale/pt/LC_MESSAGES/palapeli.mo share/locale/pt/LC_MESSAGES/parley.mo share/locale/pt/LC_MESSAGES/phonon_gstreamer.mo @@ -1555,6 +1571,7 @@ share/locale/pt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt/LC_MESSAGES/plasma_applet_panel.mo share/locale/pt/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1570,7 +1587,6 @@ share/locale/pt/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pt/LC_MESSAGES/plasma_applet_sal.mo share/locale/pt/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/pt/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/pt/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pt/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1598,6 +1614,7 @@ share/locale/pt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/pt/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pt/LC_MESSAGES/plasma_engine_network.mo share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1605,6 +1622,8 @@ share/locale/pt/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt/LC_MESSAGES/plasma_engine_share.mo share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo +share/locale/pt/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/pt/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pt/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_activities.mo @@ -1638,6 +1657,7 @@ share/locale/pt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt/LC_MESSAGES/plasma_runner_windows.mo +share/locale/pt/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pt/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -1654,6 +1674,7 @@ share/locale/pt/LC_MESSAGES/plasmagenericshell.mo share/locale/pt/LC_MESSAGES/plasmapkg.mo share/locale/pt/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/pt/LC_MESSAGES/plasmoidviewer.mo +share/locale/pt/LC_MESSAGES/pothumbnail.mo share/locale/pt/LC_MESSAGES/powerdevil.mo share/locale/pt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt/LC_MESSAGES/powerdevilglobalconfig.mo @@ -1671,7 +1692,6 @@ share/locale/pt/LC_MESSAGES/solid-network.mo share/locale/pt/LC_MESSAGES/solid_qt.mo share/locale/pt/LC_MESSAGES/solidcontrol.mo share/locale/pt/LC_MESSAGES/soliduiserver.mo -share/locale/pt/LC_MESSAGES/spy.mo share/locale/pt/LC_MESSAGES/step.mo share/locale/pt/LC_MESSAGES/step_qt.mo share/locale/pt/LC_MESSAGES/strigila_diff.mo @@ -1863,6 +1883,7 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kcontrol/khtml-general @dirrm share/doc/HTML/pt/kcontrol/khtml-behavior @dirrm share/doc/HTML/pt/kcontrol/khtml-adblock +@dirrm share/doc/HTML/pt/kcontrol/khotkeys @dirrm share/doc/HTML/pt/kcontrol/kgamma @dirrm share/doc/HTML/pt/kcontrol/keys @dirrm share/doc/HTML/pt/kcontrol/keyboard @@ -1874,6 +1895,7 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kcontrol/kcmcss @dirrm share/doc/HTML/pt/kcontrol/kcmcgi @dirrm share/doc/HTML/pt/kcontrol/kcmaccess +@dirrm share/doc/HTML/pt/kcontrol/kcm_ssl @dirrm share/doc/HTML/pt/kcontrol/kamera @dirrm share/doc/HTML/pt/kcontrol/joystick @dirrm share/doc/HTML/pt/kcontrol/icons @@ -1922,6 +1944,7 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/jovie @dirrm share/doc/HTML/pt/gwenview @dirrm share/doc/HTML/pt/granatier +@dirrm share/doc/HTML/pt/fundamentals @dirrm share/doc/HTML/pt/filelight @dirrm share/doc/HTML/pt/dragonplayer @dirrm share/doc/HTML/pt/dolphin diff --git a/print/kdeutils4-printer-applet/Makefile b/print/kdeutils4-printer-applet/Makefile index ca827a375e6f..0a3f451ac48e 100644 --- a/print/kdeutils4-printer-applet/Makefile +++ b/print/kdeutils4-printer-applet/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kdeutils4-printer-applet -# Date created: 2009-05-04 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= printer-applet PORTVERSION= ${KDE4_VERSION} diff --git a/print/kdeutils4-printer-applet/distinfo b/print/kdeutils4-printer-applet/distinfo index e911dc9f7a52..8eef8c475d61 100644 --- a/print/kdeutils4-printer-applet/distinfo +++ b/print/kdeutils4-printer-applet/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/printer-applet-4.8.4.tar.xz) = 006e78ce28fc18ba4a67628b11570a9e78c3cea9c5e8312a9e8b00e65b1a19f9 -SIZE (KDE/printer-applet-4.8.4.tar.xz) = 37072 +SHA256 (KDE/printer-applet-4.9.5.tar.xz) = 6c7df63a98e7dc6100f1d8d1b0a4923879f5772d9e02da943df93659c7fb7f50 +SIZE (KDE/printer-applet-4.9.5.tar.xz) = 36556 diff --git a/print/system-config-printer-kde/Makefile b/print/system-config-printer-kde/Makefile index 566d87091f8d..9e16af90dd3d 100644 --- a/print/system-config-printer-kde/Makefile +++ b/print/system-config-printer-kde/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: system-config-printer-kde -# Date created: 2009-05-04 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= system-config-printer-kde PORTVERSION= ${KDE4_VERSION} diff --git a/russian/kde4-l10n/Makefile b/russian/kde4-l10n/Makefile index 64378c9c5059..c25080524cb0 100644 --- a/russian/kde4-l10n/Makefile +++ b/russian/kde4-l10n/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: kde4-l10n-ru -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES?= russian kde +CATEGORIES= russian kde MAINTAINER= kde@FreeBSD.org COMMENT= Russian messages and documentation for KDE4 @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/russian/kde4-l10n/distinfo b/russian/kde4-l10n/distinfo index e4cbf279009f..ed88b9ead296 100644 --- a/russian/kde4-l10n/distinfo +++ b/russian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-ru-4.8.4.tar.xz) = 48943d22670e7de39508d60ffdf2aa18f28e7266088d2422233ff6bff55d158e -SIZE (KDE/kde-l10n/kde-l10n-ru-4.8.4.tar.xz) = 23454028 +SHA256 (KDE/kde-l10n/kde-l10n-ru-4.9.5.tar.xz) = bab56f5076ae2c115e0f7f1d3e0b72729d5d64c203e77e8167b488882f47464f +SIZE (KDE/kde-l10n/kde-l10n-ru-4.9.5.tar.xz) = 23506612 diff --git a/russian/kde4-l10n/pkg-plist b/russian/kde4-l10n/pkg-plist index cd37502491a3..8ba8db69303c 100644 --- a/russian/kde4-l10n/pkg-plist +++ b/russian/kde4-l10n/pkg-plist @@ -902,6 +902,16 @@ share/doc/HTML/ru/ktuberling/common share/doc/HTML/ru/ktuberling/index.cache.bz2 share/doc/HTML/ru/ktuberling/index.docbook share/doc/HTML/ru/ktuberling/technical-reference.docbook +share/doc/HTML/ru/kturtle/common +share/doc/HTML/ru/kturtle/getting-started.docbook +share/doc/HTML/ru/kturtle/glossary.docbook +share/doc/HTML/ru/kturtle/index.cache.bz2 +share/doc/HTML/ru/kturtle/index.docbook +share/doc/HTML/ru/kturtle/mainwindow.png +share/doc/HTML/ru/kturtle/mainwindow_flower_nrs.png +share/doc/HTML/ru/kturtle/programming-reference.docbook +share/doc/HTML/ru/kturtle/translator-guide.docbook +share/doc/HTML/ru/kturtle/using-kturtle.docbook share/doc/HTML/ru/kuser/common share/doc/HTML/ru/kuser/index.cache.bz2 share/doc/HTML/ru/kuser/index.docbook @@ -1025,7 +1035,9 @@ share/locale/ru/LC_MESSAGES/dragonplayer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/filelight.mo share/locale/ru/LC_MESSAGES/filetypes.mo +share/locale/ru/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/ru/LC_MESSAGES/fileviewgitplugin.mo +share/locale/ru/LC_MESSAGES/fileviewhgplugin.mo share/locale/ru/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ru/LC_MESSAGES/freespacenotifier.mo share/locale/ru/LC_MESSAGES/fsview.mo @@ -1166,7 +1178,6 @@ share/locale/ru/LC_MESSAGES/kcmstyle.mo share/locale/ru/LC_MESSAGES/kcmusb.mo share/locale/ru/LC_MESSAGES/kcmview1394.mo share/locale/ru/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/ru/LC_MESSAGES/kcmxinerama.mo share/locale/ru/LC_MESSAGES/kcolorchooser.mo share/locale/ru/LC_MESSAGES/kcron.mo share/locale/ru/LC_MESSAGES/kde-menu.mo @@ -1189,24 +1200,16 @@ share/locale/ru/LC_MESSAGES/kdmgreet.mo share/locale/ru/LC_MESSAGES/kdontchangethehostname.mo share/locale/ru/LC_MESSAGES/keditbookmarks.mo share/locale/ru/LC_MESSAGES/kfile.mo -share/locale/ru/LC_MESSAGES/kfile_avi.mo share/locale/ru/LC_MESSAGES/kfile_dds.mo share/locale/ru/LC_MESSAGES/kfile_drgeo.mo share/locale/ru/LC_MESSAGES/kfile_exr.mo -share/locale/ru/LC_MESSAGES/kfile_flac.mo share/locale/ru/LC_MESSAGES/kfile_kig.mo share/locale/ru/LC_MESSAGES/kfile_mail.mo -share/locale/ru/LC_MESSAGES/kfile_mp3.mo -share/locale/ru/LC_MESSAGES/kfile_mpc.mo -share/locale/ru/LC_MESSAGES/kfile_ogg.mo share/locale/ru/LC_MESSAGES/kfile_pnm.mo share/locale/ru/LC_MESSAGES/kfile_raw.mo share/locale/ru/LC_MESSAGES/kfile_rgb.mo share/locale/ru/LC_MESSAGES/kfile_rpm.mo -share/locale/ru/LC_MESSAGES/kfile_sid.mo -share/locale/ru/LC_MESSAGES/kfile_theora.mo share/locale/ru/LC_MESSAGES/kfile_tiff.mo -share/locale/ru/LC_MESSAGES/kfile_wav.mo share/locale/ru/LC_MESSAGES/kfile_xps.mo share/locale/ru/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ru/LC_MESSAGES/kfilereplace.mo @@ -1239,6 +1242,7 @@ share/locale/ru/LC_MESSAGES/kimagemapeditor.mo share/locale/ru/LC_MESSAGES/kinetd.mo share/locale/ru/LC_MESSAGES/kinfocenter.mo share/locale/ru/LC_MESSAGES/kio4.mo +share/locale/ru/LC_MESSAGES/kio_activities.mo share/locale/ru/LC_MESSAGES/kio_akonadi.mo share/locale/ru/LC_MESSAGES/kio_applications.mo share/locale/ru/LC_MESSAGES/kio_archive.mo @@ -1305,6 +1309,7 @@ share/locale/ru/LC_MESSAGES/knotify4.mo share/locale/ru/LC_MESSAGES/kolf.mo share/locale/ru/LC_MESSAGES/kollision.mo share/locale/ru/LC_MESSAGES/kolourpaint.mo +share/locale/ru/LC_MESSAGES/kommander.mo share/locale/ru/LC_MESSAGES/kompare.mo share/locale/ru/LC_MESSAGES/konqueror.mo share/locale/ru/LC_MESSAGES/konquest.mo @@ -1434,6 +1439,7 @@ share/locale/ru/LC_MESSAGES/libkworkspace.mo share/locale/ru/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ru/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ru/LC_MESSAGES/libmailcommon.mo +share/locale/ru/LC_MESSAGES/libmailimporter.mo share/locale/ru/LC_MESSAGES/libmailtransport.mo share/locale/ru/LC_MESSAGES/libmessagecomposer.mo share/locale/ru/LC_MESSAGES/libmessagecore.mo @@ -1551,6 +1557,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ru/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ru/LC_MESSAGES/plasma_applet_pager.mo share/locale/ru/LC_MESSAGES/plasma_applet_panel.mo share/locale/ru/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -1566,7 +1573,6 @@ share/locale/ru/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ru/LC_MESSAGES/plasma_applet_sal.mo share/locale/ru/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/ru/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/ru/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ru/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_skapplet.mo @@ -1664,7 +1670,6 @@ share/locale/ru/LC_MESSAGES/solid-network.mo share/locale/ru/LC_MESSAGES/solid_qt.mo share/locale/ru/LC_MESSAGES/solidcontrol.mo share/locale/ru/LC_MESSAGES/soliduiserver.mo -share/locale/ru/LC_MESSAGES/spy.mo share/locale/ru/LC_MESSAGES/step.mo share/locale/ru/LC_MESSAGES/step_qt.mo share/locale/ru/LC_MESSAGES/strigila_diff.mo @@ -1696,6 +1701,7 @@ share/locale/ru/entry.desktop @dirrm share/doc/HTML/ru/kwatchgnupg @dirrm share/doc/HTML/ru/kwallet @dirrm share/doc/HTML/ru/kuser +@dirrm share/doc/HTML/ru/kturtle @dirrm share/doc/HTML/ru/ktuberling @dirrm share/doc/HTML/ru/ktouch @dirrm share/doc/HTML/ru/ktimetracker diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index 32bb8ed5021a..c8262e7a8db3 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -1,13 +1,7 @@ -# New ports collection Makefile for: kalzium -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kalzium PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/science/kalzium/distinfo b/science/kalzium/distinfo index f6e0388e51ed..2eff880c9ddc 100644 --- a/science/kalzium/distinfo +++ b/science/kalzium/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kalzium-4.8.4.tar.xz) = 442c6d9569f15007399652ea9b30d4d62c286b06de40400fec21def234d55d9f -SIZE (KDE/kalzium-4.8.4.tar.xz) = 3690120 +SHA256 (KDE/kalzium-4.9.5.tar.xz) = dcaabb3fe996741494f94b44f782dccf340e2d346ca0892b7b18f63b79fd2158 +SIZE (KDE/kalzium-4.9.5.tar.xz) = 3715476 diff --git a/science/kalzium/pkg-plist b/science/kalzium/pkg-plist index 640c5f382007..df8a87618069 100644 --- a/science/kalzium/pkg-plist +++ b/science/kalzium/pkg-plist @@ -192,6 +192,8 @@ share/apps/kalzium/data/molecules/2-thioethanol.cml share/apps/kalzium/data/molecules/2_2_2-trifluoroethanol.cml share/apps/kalzium/data/molecules/but-2-yne-1_4-diol.cml share/apps/kalzium/data/molecules/butane.cml +share/apps/kalzium/data/molecules/carbon_dioxide.cml +share/apps/kalzium/data/molecules/carbon_monoxide.cml share/apps/kalzium/data/molecules/ethane-1_2-diol.cml share/apps/kalzium/data/molecules/ethane.cml share/apps/kalzium/data/molecules/ethanol.cml @@ -202,6 +204,7 @@ share/apps/kalzium/data/molecules/propan-1-ol.cml share/apps/kalzium/data/molecules/propan-2-ol.cml share/apps/kalzium/data/molecules/propane.cml share/apps/kalzium/data/molecules/thiophene.cml +share/apps/kalzium/data/molecules/water.cml share/apps/kalzium/data/toolpics/abzug.jpg share/apps/kalzium/data/toolpics/becherglas.jpg share/apps/kalzium/data/toolpics/brechungsmesser.jpg diff --git a/science/step/Makefile b/science/step/Makefile index 6ae8a6c1f85c..f17f2198e2fd 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: step -# Date created: 6 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= step PORTVERSION= ${KDE4_VERSION} @@ -29,9 +24,6 @@ USE_XZ= yes MAKE_JOBS_SAFE= yes pre-configure: - # Fix GSL_INCLUDE_DIR. - ${REINPLACE_CMD} -e 's|gsl_|gsl/gsl_|g' \ - ${WRKSRC}/cmake/modules/FindGSL.cmake # Avoid building translations, should the user pass # CURRENT_LANG to CMake. ${REINPLACE_CMD} -e '/set(STEP_BUILD_TRANSLATIONS 1)/ d' \ diff --git a/science/step/distinfo b/science/step/distinfo index e8b678d57d97..316442c0beeb 100644 --- a/science/step/distinfo +++ b/science/step/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/step-4.8.4.tar.xz) = a631ed7f1f19417a36bba420e48da00adb7a81b89a30d9512588517c2e1923c4 -SIZE (KDE/step-4.8.4.tar.xz) = 377912 +SHA256 (KDE/step-4.9.5.tar.xz) = c0ea09e0c0dcf81b860da38b906648376c9c4c4fda78a631496f2dd97f0671ca +SIZE (KDE/step-4.9.5.tar.xz) = 375852 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index f1fc41734607..26313852c887 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kgpg diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo index 4eb3d0111433..5dbad2f7cd8b 100644 --- a/security/kgpg-kde4/distinfo +++ b/security/kgpg-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgpg-4.8.4.tar.xz) = b5c8320c8a90a62ca451934570f6e84d64f3a86e8dbbd053c178835d3478950c -SIZE (KDE/kgpg-4.8.4.tar.xz) = 817180 +SHA256 (KDE/kgpg-4.9.5.tar.xz) = dfa1b991256967565637b6767c9616d5b86b963b82f4d1dadaf72ee9e86eb52e +SIZE (KDE/kgpg-4.9.5.tar.xz) = 814292 diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 0c4f0ca283cf..f9dc664384c3 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kwallet diff --git a/security/kwallet/distinfo b/security/kwallet/distinfo index dde9e4c8f704..c959030e6b88 100644 --- a/security/kwallet/distinfo +++ b/security/kwallet/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kwallet-4.8.4.tar.xz) = 5fb7151920abba423b083737fb770a9a53f41b1ebf2ed0288258a3bc1fa09bd8 -SIZE (KDE/kwallet-4.8.4.tar.xz) = 283536 +SHA256 (KDE/kwallet-4.9.5.tar.xz) = cfc31635514774ebdb8d6f4cb052abe5a675ef61c13c90295e01bc86aa97087f +SIZE (KDE/kwallet-4.9.5.tar.xz) = 282000 diff --git a/security/pam_kde/Makefile b/security/pam_kde/Makefile index aef8961c54c2..0c417af44232 100644 --- a/security/pam_kde/Makefile +++ b/security/pam_kde/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: pam_kde -# Date created: 29 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pam_kde PORTVERSION= 1.0 @@ -18,17 +13,19 @@ NO_BUILD= yes PLIST_FILES= etc/pam.d/kde -OPTIONS= AUTOLOGIN "Install module for automatic login" on +OPTIONS_DEFINE= AUTOLOGIN +OPTIONS_DEFAULT= AUTOLOGIN +AUTOLOGIN_DESC= Install module for automatic login .include <bsd.port.options.mk> -.ifndef(WITHOUT_AUTOLOGIN) +.if ${PORT_OPTIONS:MAUTOLOGIN} PLIST_FILES+= etc/pam.d/kde-np .endif do-install: ${INSTALL_DATA} ${FILESDIR}/kde ${PREFIX}/etc/pam.d -.ifndef(WITHOUT_AUTOLOGIN) +.if ${PORT_OPTIONS:MAUTOLOGIN} ${INSTALL_DATA} ${FILESDIR}/kde-np ${PREFIX}/etc/pam.d .endif diff --git a/sysutils/Makefile b/sysutils/Makefile index b7783b133b1a..ff90d7735446 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -558,6 +558,7 @@ SUBDIR += nautilus-cd-burner SUBDIR += nbosd SUBDIR += ncdu + SUBDIR += nepomuk-core SUBDIR += netident SUBDIR += news SUBDIR += nitrogen diff --git a/sysutils/filelight-kde4/Makefile b/sysutils/filelight-kde4/Makefile index 85d1f7ba88c8..54c31a0cd3ba 100644 --- a/sysutils/filelight-kde4/Makefile +++ b/sysutils/filelight-kde4/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: filelight -# Date created: 2009-10-09 -# Whom: Rusty Nejdl <rnejdl@ringofsaturn.com> -# +# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com> # $FreeBSD$ -# PORTNAME= filelight PORTVERSION= ${KDE4_VERSION} diff --git a/sysutils/filelight-kde4/distinfo b/sysutils/filelight-kde4/distinfo index 87aa5d2a8dd7..0fc1b348e01d 100644 --- a/sysutils/filelight-kde4/distinfo +++ b/sysutils/filelight-kde4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/filelight-4.8.4.tar.xz) = c166022bd25e68666bc1f00df09a7bb988cdbbc37251efbe06155b72bee7f3ba -SIZE (KDE/filelight-4.8.4.tar.xz) = 296540 +SHA256 (KDE/filelight-4.9.5.tar.xz) = 72dbad648751ca6186aad810401d9b05017fbcc891e39745920c2bfe2b4566f5 +SIZE (KDE/filelight-4.9.5.tar.xz) = 295604 diff --git a/sysutils/kdeadmin4/Makefile b/sysutils/kdeadmin4/Makefile index 969d4b121bf5..da2aaf34d13c 100644 --- a/sysutils/kdeadmin4/Makefile +++ b/sysutils/kdeadmin4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeadmin -# Date created: 2008-01-30 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdeadmin @@ -26,11 +23,12 @@ MAKE_JOBS_SAFE= yes # print/system-config-printer-kde. CMAKE_ARGS+= -DBUILD_system-config-printer-kde:BOOL=Off -OPTIONS= PRINTER_CONFIG "Install printer configuration utility" off +OPTIONS_DEFINE= PRINTER_CONFIG +PRINTER_CONFIG_DESC= Install printer configuration utility .include <bsd.port.options.mk> -.if defined(WITH_PRINTER_CONFIG) +.if ${PORT_OPTIONS:MPRINTER_CONFIG} RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/system-config-printer-kde/system-config-printer-kde.py:${PORTSDIR}/print/system-config-printer-kde .endif diff --git a/sysutils/kdeadmin4/distinfo b/sysutils/kdeadmin4/distinfo index c797d191b4c6..499a55fe3864 100644 --- a/sysutils/kdeadmin4/distinfo +++ b/sysutils/kdeadmin4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeadmin-4.8.4.tar.xz) = 20531b048091c4f69bf8e115f1343aa5757ecd860ba5020cd8ba8352e3b67e63 -SIZE (KDE/kdeadmin-4.8.4.tar.xz) = 1169564 +SHA256 (KDE/kdeadmin-4.9.5.tar.xz) = d863f20a9e58e78b2cda9942a7cb1bc3417de9199b9e025e00ffc807d111f76b +SIZE (KDE/kdeadmin-4.9.5.tar.xz) = 1162496 diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index a6854b94bdde..c61c075944ae 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdf diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index cf8571296d41..b50f3f85cdc9 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdf-4.8.4.tar.xz) = fcf6a78cdda9be5c597538d17670c9f374d781e5b8c1f54a6fc895d38f4a8c2a -SIZE (KDE/kdf-4.8.4.tar.xz) = 157648 +SHA256 (KDE/kdf-4.9.5.tar.xz) = a8425a5f43f29b90a66591262fd3970f374d6693c7c9623768fe10c6da8f5ffb +SIZE (KDE/kdf-4.9.5.tar.xz) = 156924 diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 293bd9a27973..7de09e39464a 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kfloppy diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo index 9918a51b5244..11880da3802a 100644 --- a/sysutils/kfloppy/distinfo +++ b/sysutils/kfloppy/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kfloppy-4.8.4.tar.xz) = ab80a0eca109d7cd46afe799b6a8ede73db5569e7bc5273b3c985883b01f4c2a -SIZE (KDE/kfloppy-4.8.4.tar.xz) = 61860 +SHA256 (KDE/kfloppy-4.9.5.tar.xz) = 956c1728780a6d44f81d9fcbd7ac2af181c6c7c826c1bba4015ffc3df2566f90 +SIZE (KDE/kfloppy-4.9.5.tar.xz) = 61456 diff --git a/sysutils/ksysguardd/Makefile b/sysutils/ksysguardd/Makefile index 6387818d3cdd..097674614c3b 100644 --- a/sysutils/ksysguardd/Makefile +++ b/sysutils/ksysguardd/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ksysguardd -# Date created: 5 March 2011 -# Whom: avilla@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= ksysguardd PORTVERSION= ${KDE4_VERSION} diff --git a/sysutils/nepomuk-core/Makefile b/sysutils/nepomuk-core/Makefile new file mode 100644 index 000000000000..359fc567a7c9 --- /dev/null +++ b/sysutils/nepomuk-core/Makefile @@ -0,0 +1,29 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= nepomuk-core +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= sysutils kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Core Nepomuk system libraries and services for KDE + +CONFLICTS_INSTALL= kde-runtime-4.[7-8].* + +USE_XZ= yes +USE_KDE4= kdeprefix kdehier automoc4 kdelibs \ + ontologies soprano strigi +KDE4_BUILDENV= yes +USE_QT4= qmake_build moc_build rcc_build uic_build +MAKE_JOBS_SAFE= yes + +SUB_FILES= nepomuk-env.sh + +post-install: + ${MKDIR} ${PREFIX}/env + ${INSTALL_SCRIPT} ${WRKDIR}/nepomuk-env.sh ${PREFIX}/env + +.include <bsd.port.mk> diff --git a/sysutils/nepomuk-core/distinfo b/sysutils/nepomuk-core/distinfo new file mode 100644 index 000000000000..02abf50596d1 --- /dev/null +++ b/sysutils/nepomuk-core/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/nepomuk-core-4.9.5.tar.xz) = fcae27e7806b2654ba639636c59f9813b1ee9bb41559bd42d7d43061344bd851 +SIZE (KDE/nepomuk-core-4.9.5.tar.xz) = 391260 diff --git a/x11/kde4-runtime/files/nepomuk-env.sh.in b/sysutils/nepomuk-core/files/nepomuk-env.sh.in index 472cbb2580dc..472cbb2580dc 100644 --- a/x11/kde4-runtime/files/nepomuk-env.sh.in +++ b/sysutils/nepomuk-core/files/nepomuk-env.sh.in diff --git a/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp b/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp new file mode 100644 index 000000000000..811245a32ac8 --- /dev/null +++ b/sysutils/nepomuk-core/files/patch-autotests__test__querytests.cpp @@ -0,0 +1,11 @@ +--- ./autotests/test/querytests.cpp.orig 2012-11-30 09:00:24.000000000 +0100 ++++ ./autotests/test/querytests.cpp 2013-01-09 20:41:58.662772968 +0100 +@@ -295,7 +295,7 @@ + + // Resource Type Term + { +- Query::Query query( ResourceTypeTerm( NAO::Tag() ) ); ++ Query::Query query( ( ResourceTypeTerm( NAO::Tag() ) ) ); + + QSet<QUrl> uris; + NepomukStatementIterator it( RDF::type() ); diff --git a/sysutils/nepomuk-core/pkg-descr b/sysutils/nepomuk-core/pkg-descr new file mode 100644 index 000000000000..5d80678d46a9 --- /dev/null +++ b/sysutils/nepomuk-core/pkg-descr @@ -0,0 +1,7 @@ +The core Nepomuk system contains of the central services like file +indexing, file system monitoring, query, and of course storage, as +well as the corresponding client libraries. + +This is a compile time dependency for kde4-runtime. + +WWW: http://nepomuk.kde.org/ diff --git a/sysutils/nepomuk-core/pkg-plist b/sysutils/nepomuk-core/pkg-plist new file mode 100644 index 000000000000..31e7aea8bab8 --- /dev/null +++ b/sysutils/nepomuk-core/pkg-plist @@ -0,0 +1,167 @@ +bin/nepomuk-simpleresource-rcgen +bin/nepomukbackup +bin/nepomukindexer +bin/nepomukserver +bin/nepomukservicestub +env/nepomuk-env.sh +include/Nepomuk2/CreateResourceJob +include/Nepomuk2/DataManagement +include/Nepomuk2/DescribeResourcesJob +include/Nepomuk2/File +include/Nepomuk2/Query/AndTerm +include/Nepomuk2/Query/ComparisonTerm +include/Nepomuk2/Query/FileQuery +include/Nepomuk2/Query/GroupTerm +include/Nepomuk2/Query/LiteralTerm +include/Nepomuk2/Query/NegationTerm +include/Nepomuk2/Query/OptionalTerm +include/Nepomuk2/Query/OrTerm +include/Nepomuk2/Query/Query +include/Nepomuk2/Query/QueryParser +include/Nepomuk2/Query/QueryServiceClient +include/Nepomuk2/Query/ResourceTerm +include/Nepomuk2/Query/ResourceTypeTerm +include/Nepomuk2/Query/Result +include/Nepomuk2/Query/SimpleTerm +include/Nepomuk2/Query/StandardQuery +include/Nepomuk2/Query/Term +include/Nepomuk2/Resource +include/Nepomuk2/ResourceManager +include/Nepomuk2/ResourceWatcher +include/Nepomuk2/Service +include/Nepomuk2/SimpleResource +include/Nepomuk2/SimpleResourceGraph +include/Nepomuk2/StoreResourcesJob +include/Nepomuk2/Tag +include/Nepomuk2/Types/Class +include/Nepomuk2/Types/Literal +include/Nepomuk2/Types/Ontology +include/Nepomuk2/Types/Property +include/Nepomuk2/Variant +include/Nepomuk2/Vocabulary/NCAL +include/Nepomuk2/Vocabulary/NCO +include/Nepomuk2/Vocabulary/NDO +include/Nepomuk2/Vocabulary/NEXIF +include/Nepomuk2/Vocabulary/NFO +include/Nepomuk2/Vocabulary/NIE +include/Nepomuk2/Vocabulary/NMM +include/Nepomuk2/Vocabulary/NMO +include/Nepomuk2/Vocabulary/NUAO +include/Nepomuk2/Vocabulary/PIMO +include/Nepomuk2/Vocabulary/TMO +include/nepomuk2/andterm.h +include/nepomuk2/class.h +include/nepomuk2/comparisonterm.h +include/nepomuk2/createresourcejob.h +include/nepomuk2/datamanagement.h +include/nepomuk2/describeresourcesjob.h +include/nepomuk2/entity.h +include/nepomuk2/file.h +include/nepomuk2/filequery.h +include/nepomuk2/groupterm.h +include/nepomuk2/literal.h +include/nepomuk2/literalterm.h +include/nepomuk2/ncal.h +include/nepomuk2/nco.h +include/nepomuk2/ndo.h +include/nepomuk2/negationterm.h +include/nepomuk2/nepomuk_export.h +include/nepomuk2/nepomukservice.h +include/nepomuk2/nepomukversion.h +include/nepomuk2/nexif.h +include/nepomuk2/nfo.h +include/nepomuk2/nie.h +include/nepomuk2/nmm.h +include/nepomuk2/nmo.h +include/nepomuk2/nuao.h +include/nepomuk2/ontology.h +include/nepomuk2/optionalterm.h +include/nepomuk2/orterm.h +include/nepomuk2/pimo.h +include/nepomuk2/property.h +include/nepomuk2/query.h +include/nepomuk2/queryinterface.h +include/nepomuk2/queryparser.h +include/nepomuk2/queryserviceclient.h +include/nepomuk2/queryserviceinterface.h +include/nepomuk2/resource.h +include/nepomuk2/resourcemanager.h +include/nepomuk2/resourceterm.h +include/nepomuk2/resourcetypeterm.h +include/nepomuk2/resourcewatcher.h +include/nepomuk2/result.h +include/nepomuk2/simpleresource.h +include/nepomuk2/simpleresourcegraph.h +include/nepomuk2/simpleterm.h +include/nepomuk2/standardqueries.h +include/nepomuk2/storeresourcesjob.h +include/nepomuk2/tag.h +include/nepomuk2/term.h +include/nepomuk2/tmo.h +include/nepomuk2/utils.h +include/nepomuk2/variant.h +lib/cmake/NepomukCore/NepomukCoreConfig.cmake +lib/cmake/NepomukCore/NepomukCoreConfigVersion.cmake +lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix.cmake +lib/kde4/nepomukbackupsync.so +lib/kde4/nepomukfileindexer.so +lib/kde4/nepomukfilewatch.so +lib/kde4/nepomukqueryservice.so +lib/kde4/nepomukstorage.so +lib/libkdeinit4_nepomukserver.so +lib/libnepomukcommon.so +lib/libnepomukcore.so +lib/libnepomukcore.so.5 +lib/libnepomukcore.so.5.0.1 +lib/libnepomuksync.so +lib/libnepomuksync.so.5 +lib/libnepomuksync.so.5.0.1 +share/applications/kde4/nepomukbackup.desktop +share/apps/fileindexerservice/nepomukfileindexer.notifyrc +share/apps/nepomukfilewatch/nepomukfilewatch.notifyrc +share/apps/nepomukstorage/nepomukstorage.notifyrc +share/autostart/nepomukserver.desktop +share/dbus-1/interfaces/org.kde.NepomukServer.xml +share/dbus-1/interfaces/org.kde.nepomuk.BackupSync.xml +share/dbus-1/interfaces/org.kde.nepomuk.DataManagement.xml +share/dbus-1/interfaces/org.kde.nepomuk.FileIndexer.xml +share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Query.xml +share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml +share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcher.xml +share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcherConnection.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml +share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.backupmanager.xml +share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.syncmanager.xml +share/kde4/services/nepomukactivitiesservice.desktop +share/kde4/services/nepomukbackupsync.desktop +share/kde4/services/nepomukfileindexer.desktop +share/kde4/services/nepomukfilewatch.desktop +share/kde4/services/nepomukontologyloader.desktop +share/kde4/services/nepomukqueryservice.desktop +share/kde4/services/nepomukremovablestorageservice.desktop +share/kde4/services/nepomukstorage.desktop +share/kde4/services/nepomukstrigiservice.desktop +share/kde4/servicetypes/nepomukservice.desktop +share/ontology/kde/kext.ontology +share/ontology/kde/kext.trig +share/ontology/kde/kuvo.ontology +share/ontology/kde/kuvo.trig +share/ontology/kde/nrio.ontology +share/ontology/kde/nrio.trig +@dirrm share/ontology/kde +@dirrmtry share/ontology +@dirrm share/apps/nepomukstorage +@dirrm share/apps/nepomukfilewatch +@dirrm share/apps/fileindexerservice +@dirrm lib/cmake/NepomukCore +@dirrmtry lib/cmake +@dirrm include/nepomuk2 +@dirrm include/Nepomuk2/Vocabulary +@dirrm include/Nepomuk2/Types +@dirrm include/Nepomuk2/Query +@dirrm include/Nepomuk2 +@dirrmtry env diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 17ce0b47e9ed..4ec68cd1dd30 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= sweeper diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index f312924400c1..041a21a82745 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/sweeper-4.8.4.tar.xz) = ddeccf88191752eadff4958278922be91ce4285d836839666f4f5cf5bf739ebd -SIZE (KDE/sweeper-4.8.4.tar.xz) = 84892 +SHA256 (KDE/sweeper-4.9.5.tar.xz) = 7cd6a594a9030e2e269cd8b64b1e406ce35a02649835e80f141aa177d073e0f5 +SIZE (KDE/sweeper-4.9.5.tar.xz) = 84536 diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index c70625e0a5c6..8ee93737c95a 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,51 +1,45 @@ -# ex:ts=8 -# New ports collection makefile for: redland -# Date created: Nov 22, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= rasqal -PORTVERSION= 0.9.29 -PORTREVISION= 1 +PORTVERSION= 0.9.30 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= A high-level interface for RDF +COMMENT= High-level interface for RDF -LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ + pcre:${PORTSDIR}/devel/pcre -USE_GNOME= gnomehack lthack pkgconfig +USE_GNOME= gnomehack lthack USE_OPENSSL= yes -USE_GMAKE= yes +USE_PERL5_BUILD=yes +USE_PKGCONFIG= yes GNU_CONFIGURE= yes - +USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD= yes MAN1= rasqal-config.1 roqet.1 MAN3= librasqal.3 -OPTIONS+= MPFR "Use MPFR library for decimals (implies GMP)" off -OPTIONS+= GMP "Use Gnu MP library for decimals" off +OPTIONS_RADIO= DEC +OPTIONS_RADIO_DEC= GMP MPFR + +GMP_DESC= Use GMP library for decimals +MPFR_DESC= Use MPFR library for decimals .include <bsd.port.options.mk> -# Set to mpfr if MPFR is on, gmp if only GMP is on and none if neither. -# This guards against $user setting both GMP and MPFR, since we can't be -# very verbose in explaining our options. -.if defined(WITH_MPFR) -CONFIGURE_ARGS+= --with-decimal=mpfr --with-mpfr=${LOCALBASE} -LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr -.elif defined(WITH_GMP) -CONFIGURE_ARGS+= --with-decimal=gmp -LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp +.if ${PORT_OPTIONS:MMPFR} +CONFIGURE_ARGS+=--with-decimal=mpfr --with-mpfr=${LOCALBASE} +LIB_DEPENDS+= mpfr:${PORTSDIR}/math/mpfr +.elif ${PORT_OPTIONS:MGMP} +CONFIGURE_ARGS+=--with-decimal=gmp +LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp .else -CONFIGURE_ARGS+= --with-decimal=none +CONFIGURE_ARGS+=--with-decimal=none .endif .include <bsd.port.mk> diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index b1e25bd9e194..4ac19a7bcf2e 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,2 +1,2 @@ -SHA256 (rasqal-0.9.29.tar.gz) = 8b218dc51b77b99f33103a9251218a4439748f73ee30fa8ee549ab6d150e7c53 -SIZE (rasqal-0.9.29.tar.gz) = 1550144 +SHA256 (rasqal-0.9.30.tar.gz) = abf0e93d80cc79bdf383fd3e904255bf98bc729356d6cf2f673bce74b08b1cfd +SIZE (rasqal-0.9.30.tar.gz) = 1469921 diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist index 209e2bef878f..776f1dafd444 100644 --- a/textproc/rasqal/pkg-plist +++ b/textproc/rasqal/pkg-plist @@ -18,6 +18,7 @@ share/gtk-doc/html/rasqal/rasqal-changes-0-9-24-to-0-9-25.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-25-to-0-9-26.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-26-to-0-9-27.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-28-to-0-9-29.html +share/gtk-doc/html/rasqal/rasqal-changes-0-9-29-to-0-9-30.html share/gtk-doc/html/rasqal/rasqal-changes.html share/gtk-doc/html/rasqal/rasqal-section-data.html share/gtk-doc/html/rasqal/rasqal-section-expression.html diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 554e388f05d1..5680f9de89f5 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -1,83 +1,78 @@ -# New ports collection makefile for: redland-bindings -# Date created: 2004-08-10 -# Whom: Russell Cloran <russell@rucus.ru.ac.za> -# +# Created by: Russell Cloran <russell@rucus.ru.ac.za> # $FreeBSD$ -# PORTNAME= redland-bindings -PORTVERSION= 1.0.14.1 -CATEGORIES= textproc +PORTVERSION= 1.0.16.1 +CATEGORIES?= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org -COMMENT= Language bindings for the Redland package +MAINTAINER?= kde@FreeBSD.org +COMMENT?= Language bindings for the Redland package -LIB_DEPENDS= rdf.0:${PORTSDIR}/textproc/redland - -OPTIONS= PERL "Add Perl bindings" off \ - PHP "Add PHP bindings" off \ - PYTHON "Add Python bindings" on \ - RUBY "Add Ruby bindings" off +LIB_DEPENDS= rdf:${PORTSDIR}/textproc/redland GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +OPTIONS_DEFINE= PERL PHP PYTHON RUBY +OPTIONS_DEFAULT=PYTHON .include <bsd.port.options.mk> -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} USE_PERL5= yes -CONFIGURE_ARGS+= --with-perl +CONFIGURE_ARGS+=--with-perl PLIST_SUB+= WITH_PERL="" MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} -MAN3= RDF::Redland.3 \ - RDF::Redland::BlankNode.3 \ - RDF::Redland::Iterator.3 \ - RDF::Redland::LiteralNode.3 \ - RDF::Redland::Model.3 \ - RDF::Redland::Node.3 \ - RDF::Redland::Parser.3 \ - RDF::Redland::Query.3 \ - RDF::Redland::QueryResults.3 \ - RDF::Redland::RSS.3 \ - RDF::Redland::Serializer.3 \ - RDF::Redland::Statement.3 \ - RDF::Redland::Storage.3 \ - RDF::Redland::Stream.3 \ - RDF::Redland::URI.3 \ - RDF::Redland::URINode.3 \ - RDF::Redland::XMLLiteralNode.3 +MAN3= RDF::Redland.3 \ + RDF::Redland::BlankNode.3 \ + RDF::Redland::Iterator.3 \ + RDF::Redland::LiteralNode.3 \ + RDF::Redland::Model.3 \ + RDF::Redland::Node.3 \ + RDF::Redland::Parser.3 \ + RDF::Redland::Query.3 \ + RDF::Redland::QueryResults.3 \ + RDF::Redland::RSS.3 \ + RDF::Redland::Serializer.3 \ + RDF::Redland::Statement.3 \ + RDF::Redland::Storage.3 \ + RDF::Redland::Stream.3 \ + RDF::Redland::URI.3 \ + RDF::Redland::URINode.3 \ + RDF::Redland::XMLLiteralNode.3 .else PLIST_SUB+= WITH_PERL="@comment " .endif -.if defined(WITH_PHP) +.if ${PORT_OPTIONS:MPHP} USE_PHP= yes USE_PHP_BUILD= yes -CONFIGURE_ARGS+= --with-php +CONFIGURE_ARGS+=--with-php PLIST_SUB+= WITH_PHP="" .else PLIST_SUB+= WITH_PHP="@comment " .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= 2.5+ -CONFIGURE_ARGS+= --with-python +CONFIGURE_ARGS+=--with-python PLIST_SUB+= WITH_PYTHON="" .else PLIST_SUB+= WITH_PYTHON="@comment " .endif -.if defined(WITH_RUBY) +.if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes -CONFIGURE_ARGS+= --with-ruby +CONFIGURE_ARGS+=--with-ruby PLIST_SUB+= WITH_RUBY="" .else PLIST_SUB+= WITH_RUBY="@comment " .endif post-install: -. if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} -${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod -. endif +.endif .include <bsd.port.mk> diff --git a/textproc/redland-bindings/distinfo b/textproc/redland-bindings/distinfo index 52a4858ce7c2..78860ce7e290 100644 --- a/textproc/redland-bindings/distinfo +++ b/textproc/redland-bindings/distinfo @@ -1,2 +1,2 @@ -SHA256 (redland-bindings-1.0.14.1.tar.gz) = a8cc365fccf292c56d53341ecae57fe8727e5002e048ca25f6251b5e595aec40 -SIZE (redland-bindings-1.0.14.1.tar.gz) = 792557 +SHA256 (redland-bindings-1.0.16.1.tar.gz) = 065037ef61e9b78f642e75b9c2a42700eb1a87d903f2f9963d86591c7d916826 +SIZE (redland-bindings-1.0.16.1.tar.gz) = 859166 diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index fd4d18415992..ceb9b9158e8f 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,39 +1,35 @@ -# New ports collection Makefile for: soprano -# Date created: 2008-01-18 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= soprano -PORTVERSION= 2.7.6 +PORTVERSION= 2.9.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Qt4 RDF framework +COMMENT= Qt/C++ RDF framework -LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ - rdf.0:${PORTSDIR}/textproc/redland \ - iodbc.3:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ + rdf:${PORTSDIR}/textproc/redland \ + iodbc:${PORTSDIR}/databases/libiodbc -USE_BZIP2= yes USE_QT4= corelib dbus qtestlib network \ qmake_build moc_build uic_build rcc_build -USE_GNOME= pkgconfig -USE_LDCONFIG= yes +USE_PKGCONFIG= both +USE_BZIP2= yes USE_CMAKE= yes CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \ -DSOPRANO_DISABLE_SESAME2_BACKEND=yes - -.include <bsd.port.pre.mk> +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes post-patch: - ${REINPLACE_CMD} -e "s,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig," \ + @${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e "s,soprano/cmake,cmake/Modules," \ + @${REINPLACE_CMD} -e 's,soprano/cmake,cmake/Modules,' \ ${WRKSRC}/cmake/modules/CMakeLists.txt post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/soprano/distinfo b/textproc/soprano/distinfo index 76fe9060c48a..6d44c5dde72d 100644 --- a/textproc/soprano/distinfo +++ b/textproc/soprano/distinfo @@ -1,2 +1,2 @@ -SHA256 (soprano-2.7.6.tar.bz2) = 28dd05edc21eebaa6f5f2bda773455ecc010ce68026a789549747a8e58cfd732 -SIZE (soprano-2.7.6.tar.bz2) = 1954245 +SHA256 (soprano-2.9.0.tar.bz2) = b39323386ede0ed4e8e278540fb9e2725b9f486bbc3975dcaa0eb68d7368e4eb +SIZE (soprano-2.9.0.tar.bz2) = 1956448 diff --git a/textproc/soprano/pkg-descr b/textproc/soprano/pkg-descr index 17129f2af0c6..ac0500a98b2f 100644 --- a/textproc/soprano/pkg-descr +++ b/textproc/soprano/pkg-descr @@ -1,7 +1,8 @@ -Soprano (formerly known as QRDF) is a library which provides a highly usable -object-oriented C++/QT4 framework for RDF data. It uses different RDF storage -solutions as backends through a simple plugin system. Soprano is targetted at -desktop applications that need a RDF data storage solution. It has been -optimized for easy usage and simplicity. +Soprano (formerly known as QRDF) is a library which provides a highly +usable object-oriented C++/Qt framework for RDF data. It uses +different RDF storage solutions as backends through a simple plugin +system. Soprano is targeted at desktop applications that need a RDF +data storage solution. It has been optimized for easy usage and +simplicity. -WWW: http://soprano.sourceforge.net/ +WWW: http://soprano.sourceforge.net diff --git a/textproc/soprano/pkg-message b/textproc/soprano/pkg-message index f7e584379ec2..ec7d01b6bf99 100644 --- a/textproc/soprano/pkg-message +++ b/textproc/soprano/pkg-message @@ -1,4 +1,6 @@ -============================================================ -You'll have to install databases/virtuoso to use soprano's -virtuoso backend. -============================================================ +====================================================================== + +You'll have to install databases/virtuoso to use Soprano's Virtuoso +backend. + +====================================================================== diff --git a/textproc/soprano/pkg-plist b/textproc/soprano/pkg-plist index 2894f2dafda4..4c3d1bfac0f9 100644 --- a/textproc/soprano/pkg-plist +++ b/textproc/soprano/pkg-plist @@ -77,6 +77,7 @@ include/soprano/asyncquery.h include/soprano/asyncresult.h include/soprano/backend.h include/soprano/bindingset.h +include/soprano/datastream.h include/soprano/dbusclient.h include/soprano/dbusexportiterator.h include/soprano/dbusexportmodel.h diff --git a/ukrainian/kde4-l10n/Makefile b/ukrainian/kde4-l10n/Makefile index 998f3e6a93ba..a11e1d8197f6 100644 --- a/ukrainian/kde4-l10n/Makefile +++ b/ukrainian/kde4-l10n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kde-l10n-uk -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -18,4 +14,4 @@ MANLANG= ${KDE4_L10N} .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/ukrainian/kde4-l10n/Makefile.man b/ukrainian/kde4-l10n/Makefile.man index 826d880a4410..a7046f884194 100644 --- a/ukrainian/kde4-l10n/Makefile.man +++ b/ukrainian/kde4-l10n/Makefile.man @@ -11,6 +11,7 @@ MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 +MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 diff --git a/ukrainian/kde4-l10n/distinfo b/ukrainian/kde4-l10n/distinfo index 4ce147333b74..646847e465d7 100644 --- a/ukrainian/kde4-l10n/distinfo +++ b/ukrainian/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-uk-4.8.4.tar.xz) = 509f3956a64cca68ca883a72ec84e80c456d6e8a6980ba08e38e11d1bf885a27 -SIZE (KDE/kde-l10n/kde-l10n-uk-4.8.4.tar.xz) = 21961132 +SHA256 (KDE/kde-l10n/kde-l10n-uk-4.9.5.tar.xz) = a8e033a7028bf2823767e63da2fc103a3a1c19824d420063ec12cfc6b83d6728 +SIZE (KDE/kde-l10n/kde-l10n-uk-4.9.5.tar.xz) = 24249304 diff --git a/ukrainian/kde4-l10n/pkg-plist b/ukrainian/kde4-l10n/pkg-plist index 305340c49404..927e4f334995 100644 --- a/ukrainian/kde4-l10n/pkg-plist +++ b/ukrainian/kde4-l10n/pkg-plist @@ -400,6 +400,7 @@ share/doc/HTML/uk/dragonplayer/common share/doc/HTML/uk/dragonplayer/index.cache.bz2 share/doc/HTML/uk/dragonplayer/index.docbook share/doc/HTML/uk/dragonplayer/main.png +share/doc/HTML/uk/dragonplayer/man-dragon.1.docbook share/doc/HTML/uk/filelight/common share/doc/HTML/uk/filelight/config_appear.png share/doc/HTML/uk/filelight/config_scan.png @@ -407,6 +408,32 @@ share/doc/HTML/uk/filelight/index.cache.bz2 share/doc/HTML/uk/filelight/index.docbook share/doc/HTML/uk/filelight/radial_map.png share/doc/HTML/uk/filelight/radial_map_context_menu.png +share/doc/HTML/uk/fundamentals/colors.png +share/doc/HTML/uk/fundamentals/common +share/doc/HTML/uk/fundamentals/config.docbook +share/doc/HTML/uk/fundamentals/files-locationbar-breadcrumb.png +share/doc/HTML/uk/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/uk/fundamentals/files-locationbar-editable.png +share/doc/HTML/uk/fundamentals/files-locationbar-places-icon.png +share/doc/HTML/uk/fundamentals/files-open.png +share/doc/HTML/uk/fundamentals/files-save.png +share/doc/HTML/uk/fundamentals/find-find-inline.png +share/doc/HTML/uk/fundamentals/find-find.png +share/doc/HTML/uk/fundamentals/find-found.png +share/doc/HTML/uk/fundamentals/find-replace-inline.png +share/doc/HTML/uk/fundamentals/find-replace.png +share/doc/HTML/uk/fundamentals/fonts.png +share/doc/HTML/uk/fundamentals/index.cache.bz2 +share/doc/HTML/uk/fundamentals/index.docbook +share/doc/HTML/uk/fundamentals/install.docbook +share/doc/HTML/uk/fundamentals/menus.png +share/doc/HTML/uk/fundamentals/shortcuts-schemes.png +share/doc/HTML/uk/fundamentals/shortcuts-search.png +share/doc/HTML/uk/fundamentals/shortcuts-set.png +share/doc/HTML/uk/fundamentals/spellcheck-check.png +share/doc/HTML/uk/fundamentals/tasks.docbook +share/doc/HTML/uk/fundamentals/toolbars-configure.png +share/doc/HTML/uk/fundamentals/ui.docbook share/doc/HTML/uk/granatier/common share/doc/HTML/uk/granatier/config_arena.png share/doc/HTML/uk/granatier/config_general.png @@ -518,6 +545,9 @@ share/doc/HTML/uk/kate/menus.docbook share/doc/HTML/uk/kate/part.docbook share/doc/HTML/uk/kate/plugins.docbook share/doc/HTML/uk/kate/regular-expressions.docbook +share/doc/HTML/uk/kate/snippets-config.png +share/doc/HTML/uk/kate/snippets-form.png +share/doc/HTML/uk/kate/snippets-usage.png share/doc/HTML/uk/kate/vi.docbook share/doc/HTML/uk/katomic/common share/doc/HTML/uk/katomic/index.cache.bz2 @@ -619,6 +649,7 @@ share/doc/HTML/uk/kcontrol/ebrowsing/common share/doc/HTML/uk/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/uk/kcontrol/ebrowsing/index.docbook share/doc/HTML/uk/kcontrol/emoticons/common +share/doc/HTML/uk/kcontrol/emoticons/emoticons.png share/doc/HTML/uk/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/uk/kcontrol/emoticons/index.docbook share/doc/HTML/uk/kcontrol/filemanager/common @@ -640,8 +671,15 @@ share/doc/HTML/uk/kcontrol/history/common share/doc/HTML/uk/kcontrol/history/index.cache.bz2 share/doc/HTML/uk/kcontrol/history/index.docbook share/doc/HTML/uk/kcontrol/icons/common +share/doc/HTML/uk/kcontrol/icons/delete-theme.png +share/doc/HTML/uk/kcontrol/icons/effects.png +share/doc/HTML/uk/kcontrol/icons/get-new-theme.png share/doc/HTML/uk/kcontrol/icons/index.cache.bz2 share/doc/HTML/uk/kcontrol/icons/index.docbook +share/doc/HTML/uk/kcontrol/icons/install-theme.png +share/doc/HTML/uk/kcontrol/icons/main.png +share/doc/HTML/uk/kcontrol/icons/size.png +share/doc/HTML/uk/kcontrol/icons/use-of-icons.png share/doc/HTML/uk/kcontrol/joystick/common share/doc/HTML/uk/kcontrol/joystick/index.cache.bz2 share/doc/HTML/uk/kcontrol/joystick/index.docbook @@ -687,8 +725,15 @@ share/doc/HTML/uk/kcontrol/kgamma/common share/doc/HTML/uk/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/uk/kcontrol/kgamma/index.docbook share/doc/HTML/uk/kcontrol/khotkeys/common +share/doc/HTML/uk/kcontrol/khotkeys/groups-comment.png share/doc/HTML/uk/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/uk/kcontrol/khotkeys/index.docbook +share/doc/HTML/uk/kcontrol/khotkeys/manage-export.png +share/doc/HTML/uk/kcontrol/khotkeys/settings.png +share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-action-command.png +share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-action-keyboard.png +share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-trigger-keyboard.png +share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-trigger-mouse.png share/doc/HTML/uk/kcontrol/khtml-adblock/common share/doc/HTML/uk/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-adblock/index.docbook @@ -713,9 +758,12 @@ share/doc/HTML/uk/kcontrol/kresources/index.docbook share/doc/HTML/uk/kcontrol/kwincompositing/common share/doc/HTML/uk/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwincompositing/index.docbook +share/doc/HTML/uk/kcontrol/kwindecoration/buttons.png share/doc/HTML/uk/kcontrol/kwindecoration/common +share/doc/HTML/uk/kcontrol/kwindecoration/decoration.png share/doc/HTML/uk/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwindecoration/index.docbook +share/doc/HTML/uk/kcontrol/kwindecoration/main.png share/doc/HTML/uk/kcontrol/kwinscreenedges/common share/doc/HTML/uk/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook @@ -728,10 +776,6 @@ share/doc/HTML/uk/kcontrol/language/index.docbook share/doc/HTML/uk/kcontrol/mouse/common share/doc/HTML/uk/kcontrol/mouse/index.cache.bz2 share/doc/HTML/uk/kcontrol/mouse/index.docbook -share/doc/HTML/uk/kcontrol/multiplemonitors/common -share/doc/HTML/uk/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/uk/kcontrol/multiplemonitors/index.docbook -share/doc/HTML/uk/kcontrol/multiplemonitors/multiplemonitors-error.png share/doc/HTML/uk/kcontrol/nepomuk/common share/doc/HTML/uk/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/uk/kcontrol/nepomuk/index.docbook @@ -772,8 +816,10 @@ share/doc/HTML/uk/kcontrol/spellchecking/common share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/uk/kcontrol/spellchecking/index.docbook share/doc/HTML/uk/kcontrol/splashscreen/common +share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/uk/kcontrol/splashscreen/index.docbook +share/doc/HTML/uk/kcontrol/splashscreen/splash-main.png share/doc/HTML/uk/kcontrol/trash/common share/doc/HTML/uk/kcontrol/trash/index.cache.bz2 share/doc/HTML/uk/kcontrol/trash/index.docbook @@ -783,16 +829,44 @@ share/doc/HTML/uk/kcontrol/useragent/index.docbook share/doc/HTML/uk/kcontrol/windowbehaviour/common share/doc/HTML/uk/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/uk/kcontrol/windowbehaviour/index.docbook +share/doc/HTML/uk/kcontrol/windowspecific/akgregator-info.png +share/doc/HTML/uk/kcontrol/windowspecific/akregator-attributes.png share/doc/HTML/uk/kcontrol/windowspecific/common +share/doc/HTML/uk/kcontrol/windowspecific/config-win-behavior.png +share/doc/HTML/uk/kcontrol/windowspecific/emacs-attribute.png +share/doc/HTML/uk/kcontrol/windowspecific/emacs-info.png +share/doc/HTML/uk/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/uk/kcontrol/windowspecific/index.docbook +share/doc/HTML/uk/kcontrol/windowspecific/knotes-attribute.png +share/doc/HTML/uk/kcontrol/windowspecific/knotes-info.png +share/doc/HTML/uk/kcontrol/windowspecific/kopete-attribute-2.png +share/doc/HTML/uk/kcontrol/windowspecific/kopete-chat-attribute.png +share/doc/HTML/uk/kcontrol/windowspecific/kopete-chat-info.png +share/doc/HTML/uk/kcontrol/windowspecific/kopete-info.png +share/doc/HTML/uk/kcontrol/windowspecific/kwin-detect-window.png +share/doc/HTML/uk/kcontrol/windowspecific/kwin-rule-editor.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-rules-ordering.png +share/doc/HTML/uk/kcontrol/windowspecific/kwin-window-attributes.png +share/doc/HTML/uk/kcontrol/windowspecific/kwin-window-matching.png +share/doc/HTML/uk/kcontrol/windowspecific/tbird-compose-attribute.png +share/doc/HTML/uk/kcontrol/windowspecific/tbird-main-attribute.png +share/doc/HTML/uk/kcontrol/windowspecific/tbird-reminder-attribute-2.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-emacs.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-init.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-knotes.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-kopete-chat.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-kopete.png +share/doc/HTML/uk/kcontrol/windowspecific/window-matching-ready-akregator.png share/doc/HTML/uk/kcontrol/workspaceoptions/common share/doc/HTML/uk/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/uk/kcontrol/workspaceoptions/index.docbook share/doc/HTML/uk/kcron/common share/doc/HTML/uk/kcron/index.cache.bz2 share/doc/HTML/uk/kcron/index.docbook +share/doc/HTML/uk/kcron/kcronstart.png +share/doc/HTML/uk/kcron/newtask.png +share/doc/HTML/uk/kcron/newvariable.png share/doc/HTML/uk/kdebugdialog/common share/doc/HTML/uk/kdebugdialog/index.cache.bz2 share/doc/HTML/uk/kdebugdialog/index.docbook @@ -876,6 +950,10 @@ share/doc/HTML/uk/kgoldrunner/tute008.png share/doc/HTML/uk/kgpg/common share/doc/HTML/uk/kgpg/index.cache.bz2 share/doc/HTML/uk/kgpg/index.docbook +share/doc/HTML/uk/kgpg/keygen.png +share/doc/HTML/uk/kgpg/keymanage.png +share/doc/HTML/uk/kgpg/keyprop.png +share/doc/HTML/uk/kgpg/options.png share/doc/HTML/uk/khangman/common share/doc/HTML/uk/khangman/getnewstuff.png share/doc/HTML/uk/khangman/index.cache.bz2 @@ -937,6 +1015,10 @@ share/doc/HTML/uk/kimagemapeditor/mainwindow.png share/doc/HTML/uk/kinfocenter/common share/doc/HTML/uk/kinfocenter/index.cache.bz2 share/doc/HTML/uk/kinfocenter/index.docbook +share/doc/HTML/uk/kinfocenter/kinfocenter.png +share/doc/HTML/uk/kinfocenter/os_block.png +share/doc/HTML/uk/kinfocenter/pro_block.png +share/doc/HTML/uk/kinfocenter/sto_block.png share/doc/HTML/uk/kioslave/audiocd/common share/doc/HTML/uk/kioslave/audiocd/index.cache.bz2 share/doc/HTML/uk/kioslave/audiocd/index.docbook @@ -1185,6 +1267,11 @@ share/doc/HTML/uk/kmplot/using.docbook share/doc/HTML/uk/knetattach/common share/doc/HTML/uk/knetattach/index.cache.bz2 share/doc/HTML/uk/knetattach/index.docbook +share/doc/HTML/uk/knetattach/screenshot.png +share/doc/HTML/uk/knetattach/screenshot1.png +share/doc/HTML/uk/knetattach/screenshot2.png +share/doc/HTML/uk/knetattach/screenshot3.png +share/doc/HTML/uk/knetattach/screenshot4.png share/doc/HTML/uk/knetwalk/common share/doc/HTML/uk/knetwalk/index.cache.bz2 share/doc/HTML/uk/knetwalk/index.docbook @@ -1379,6 +1466,7 @@ share/doc/HTML/uk/ksnapshot/common share/doc/HTML/uk/ksnapshot/index.cache.bz2 share/doc/HTML/uk/ksnapshot/index.docbook share/doc/HTML/uk/ksnapshot/preview.png +share/doc/HTML/uk/ksnapshot/send-to-menu.png share/doc/HTML/uk/ksnapshot/window.png share/doc/HTML/uk/kspaceduel/common share/doc/HTML/uk/kspaceduel/index.cache.bz2 @@ -1490,6 +1578,7 @@ share/doc/HTML/uk/ksystemlog/common share/doc/HTML/uk/ksystemlog/index.cache.bz2 share/doc/HTML/uk/ksystemlog/index.docbook share/doc/HTML/uk/kteatime/common +share/doc/HTML/uk/kteatime/config.png share/doc/HTML/uk/kteatime/index.cache.bz2 share/doc/HTML/uk/kteatime/index.docbook share/doc/HTML/uk/ktimer/common @@ -1498,10 +1587,22 @@ share/doc/HTML/uk/ktimer/index.docbook share/doc/HTML/uk/ktimetracker/common share/doc/HTML/uk/ktimetracker/index.cache.bz2 share/doc/HTML/uk/ktimetracker/index.docbook +share/doc/HTML/uk/ktnef/common +share/doc/HTML/uk/ktnef/index.cache.bz2 +share/doc/HTML/uk/ktnef/index.docbook +share/doc/HTML/uk/ktouch/color_options.png share/doc/HTML/uk/ktouch/common +share/doc/HTML/uk/ktouch/general_options.png share/doc/HTML/uk/ktouch/index.cache.bz2 share/doc/HTML/uk/ktouch/index.docbook +share/doc/HTML/uk/ktouch/keyboard_options.png +share/doc/HTML/uk/ktouch/main_screen_default_color.png +share/doc/HTML/uk/ktouch/main_window_german.png share/doc/HTML/uk/ktouch/man-ktouch.1.docbook +share/doc/HTML/uk/ktouch/sound_options.png +share/doc/HTML/uk/ktouch/statistics_dialog.png +share/doc/HTML/uk/ktouch/statistics_dialog_chart.png +share/doc/HTML/uk/ktouch/training_options.png share/doc/HTML/uk/ktron/common share/doc/HTML/uk/ktron/index.cache.bz2 share/doc/HTML/uk/ktron/index.docbook @@ -1577,10 +1678,14 @@ share/doc/HTML/uk/kwrite/index.cache.bz2 share/doc/HTML/uk/kwrite/index.docbook share/doc/HTML/uk/kwrite/menus.docbook share/doc/HTML/uk/lokalize/common +share/doc/HTML/uk/lokalize/configure_shortcuts.png +share/doc/HTML/uk/lokalize/configure_toolbar.png +share/doc/HTML/uk/lokalize/default_editor_lokalize.png share/doc/HTML/uk/lokalize/glossary.png share/doc/HTML/uk/lokalize/index.cache.bz2 share/doc/HTML/uk/lokalize/index.docbook share/doc/HTML/uk/lokalize/original-diff.png +share/doc/HTML/uk/lokalize/project_overview.png share/doc/HTML/uk/lokalize/sync.png share/doc/HTML/uk/lokalize/tmview.png share/doc/HTML/uk/lskat/common @@ -1598,6 +1703,12 @@ share/doc/HTML/uk/marble/index.docbook share/doc/HTML/uk/marble/mapview-1.png share/doc/HTML/uk/marble/measure-1.png share/doc/HTML/uk/marble/quick-1.png +share/doc/HTML/uk/marble/routing-1.png +share/doc/HTML/uk/marble/routing-2.png +share/doc/HTML/uk/marble/routing-3.png +share/doc/HTML/uk/marble/routing-4.png +share/doc/HTML/uk/marble/routing-5.png +share/doc/HTML/uk/marble/routing-6.png share/doc/HTML/uk/marble/search-1.png share/doc/HTML/uk/marble/search-2.png share/doc/HTML/uk/okteta/common @@ -1605,7 +1716,9 @@ share/doc/HTML/uk/okteta/index.cache.bz2 share/doc/HTML/uk/okteta/index.docbook share/doc/HTML/uk/okular/annotation-properties.png share/doc/HTML/uk/okular/annotations.png +share/doc/HTML/uk/okular/bookmark-management.png share/doc/HTML/uk/okular/common +share/doc/HTML/uk/okular/configure-editor.png share/doc/HTML/uk/okular/configure.png share/doc/HTML/uk/okular/embedded-files-bar.png share/doc/HTML/uk/okular/forms-bar.png @@ -1709,11 +1822,14 @@ share/locale/uk/LC_MESSAGES/accountwizard_kolab.mo share/locale/uk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/uk/LC_MESSAGES/accountwizard_maildir.mo share/locale/uk/LC_MESSAGES/accountwizard_pop3.mo +share/locale/uk/LC_MESSAGES/accountwizard_tine20.mo share/locale/uk/LC_MESSAGES/adblock.mo share/locale/uk/LC_MESSAGES/akonadi-filestore.mo +share/locale/uk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/uk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/uk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/uk/LC_MESSAGES/akonadi_google_resource.mo share/locale/uk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/uk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/uk/LC_MESSAGES/akonadi_invitations_agent.mo @@ -1727,6 +1843,7 @@ share/locale/uk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/uk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/uk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/uk/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/uk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/uk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/uk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/uk/LC_MESSAGES/akonadi_microblog_resource.mo @@ -1756,6 +1873,7 @@ share/locale/uk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/uk/LC_MESSAGES/audiorename_plugin.mo share/locale/uk/LC_MESSAGES/autorefresh.mo share/locale/uk/LC_MESSAGES/babelfish.mo +share/locale/uk/LC_MESSAGES/backupmail.mo share/locale/uk/LC_MESSAGES/blinken.mo share/locale/uk/LC_MESSAGES/blogilo.mo share/locale/uk/LC_MESSAGES/bomber.mo @@ -1784,6 +1902,7 @@ share/locale/uk/LC_MESSAGES/gwenview.mo share/locale/uk/LC_MESSAGES/htmlsearch.mo share/locale/uk/LC_MESSAGES/imagerename_plugin.mo share/locale/uk/LC_MESSAGES/imgalleryplugin.mo +share/locale/uk/LC_MESSAGES/importwizard.mo share/locale/uk/LC_MESSAGES/jovie.mo share/locale/uk/LC_MESSAGES/joystick.mo share/locale/uk/LC_MESSAGES/juk.mo @@ -1798,6 +1917,7 @@ share/locale/uk/LC_MESSAGES/kabcformat_binary.mo share/locale/uk/LC_MESSAGES/kaccess.mo share/locale/uk/LC_MESSAGES/kaccessibleapp.mo share/locale/uk/LC_MESSAGES/kactivitymanagerd.mo +share/locale/uk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/uk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/uk/LC_MESSAGES/kaddressbook.mo share/locale/uk/LC_MESSAGES/kaddressbookmigrator.mo @@ -1805,6 +1925,7 @@ share/locale/uk/LC_MESSAGES/kajongg.mo share/locale/uk/LC_MESSAGES/kalarm.mo share/locale/uk/LC_MESSAGES/kalgebra.mo share/locale/uk/LC_MESSAGES/kalzium.mo +share/locale/uk/LC_MESSAGES/kanagram-harmattan.mo share/locale/uk/LC_MESSAGES/kanagram.mo share/locale/uk/LC_MESSAGES/kapman.mo share/locale/uk/LC_MESSAGES/kapptemplate.mo @@ -1846,6 +1967,7 @@ share/locale/uk/LC_MESSAGES/kcal_akonadi.mo share/locale/uk/LC_MESSAGES/kcalc.mo share/locale/uk/LC_MESSAGES/kcertpart.mo share/locale/uk/LC_MESSAGES/kcharselect.mo +share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/uk/LC_MESSAGES/kcm_akonadi.mo share/locale/uk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/uk/LC_MESSAGES/kcm_attica.mo @@ -1917,7 +2039,6 @@ share/locale/uk/LC_MESSAGES/kcmstyle.mo share/locale/uk/LC_MESSAGES/kcmusb.mo share/locale/uk/LC_MESSAGES/kcmview1394.mo share/locale/uk/LC_MESSAGES/kcmworkspaceoptions.mo -share/locale/uk/LC_MESSAGES/kcmxinerama.mo share/locale/uk/LC_MESSAGES/kcolorchooser.mo share/locale/uk/LC_MESSAGES/kcron.mo share/locale/uk/LC_MESSAGES/kde-menu.mo @@ -1940,24 +2061,16 @@ share/locale/uk/LC_MESSAGES/kdmgreet.mo share/locale/uk/LC_MESSAGES/kdontchangethehostname.mo share/locale/uk/LC_MESSAGES/keditbookmarks.mo share/locale/uk/LC_MESSAGES/kfile.mo -share/locale/uk/LC_MESSAGES/kfile_avi.mo share/locale/uk/LC_MESSAGES/kfile_dds.mo share/locale/uk/LC_MESSAGES/kfile_drgeo.mo share/locale/uk/LC_MESSAGES/kfile_exr.mo -share/locale/uk/LC_MESSAGES/kfile_flac.mo share/locale/uk/LC_MESSAGES/kfile_kig.mo share/locale/uk/LC_MESSAGES/kfile_mail.mo -share/locale/uk/LC_MESSAGES/kfile_mp3.mo -share/locale/uk/LC_MESSAGES/kfile_mpc.mo -share/locale/uk/LC_MESSAGES/kfile_ogg.mo share/locale/uk/LC_MESSAGES/kfile_pnm.mo share/locale/uk/LC_MESSAGES/kfile_raw.mo share/locale/uk/LC_MESSAGES/kfile_rgb.mo share/locale/uk/LC_MESSAGES/kfile_rpm.mo -share/locale/uk/LC_MESSAGES/kfile_sid.mo -share/locale/uk/LC_MESSAGES/kfile_theora.mo share/locale/uk/LC_MESSAGES/kfile_tiff.mo -share/locale/uk/LC_MESSAGES/kfile_wav.mo share/locale/uk/LC_MESSAGES/kfile_xps.mo share/locale/uk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/uk/LC_MESSAGES/kfilereplace.mo @@ -1990,6 +2103,7 @@ share/locale/uk/LC_MESSAGES/kimagemapeditor.mo share/locale/uk/LC_MESSAGES/kinetd.mo share/locale/uk/LC_MESSAGES/kinfocenter.mo share/locale/uk/LC_MESSAGES/kio4.mo +share/locale/uk/LC_MESSAGES/kio_activities.mo share/locale/uk/LC_MESSAGES/kio_akonadi.mo share/locale/uk/LC_MESSAGES/kio_applications.mo share/locale/uk/LC_MESSAGES/kio_archive.mo @@ -2011,6 +2125,7 @@ share/locale/uk/LC_MESSAGES/kio_nfs.mo share/locale/uk/LC_MESSAGES/kio_nntp.mo share/locale/uk/LC_MESSAGES/kio_perldoc.mo share/locale/uk/LC_MESSAGES/kio_pop3.mo +share/locale/uk/LC_MESSAGES/kio_recentdocuments.mo share/locale/uk/LC_MESSAGES/kio_remote.mo share/locale/uk/LC_MESSAGES/kio_sftp.mo share/locale/uk/LC_MESSAGES/kio_sieve.mo @@ -2058,10 +2173,12 @@ share/locale/uk/LC_MESSAGES/kollision.mo share/locale/uk/LC_MESSAGES/kolourpaint.mo share/locale/uk/LC_MESSAGES/kommander.mo share/locale/uk/LC_MESSAGES/kompare.mo +share/locale/uk/LC_MESSAGES/konqprofiles.mo share/locale/uk/LC_MESSAGES/konqueror.mo share/locale/uk/LC_MESSAGES/konquest.mo share/locale/uk/LC_MESSAGES/konsole.mo share/locale/uk/LC_MESSAGES/konsolekalendar.mo +share/locale/uk/LC_MESSAGES/konsoleprofiles.mo share/locale/uk/LC_MESSAGES/kontact.mo share/locale/uk/LC_MESSAGES/kontactinterfaces.mo share/locale/uk/LC_MESSAGES/kopete.mo @@ -2091,11 +2208,6 @@ share/locale/uk/LC_MESSAGES/krunner.mo share/locale/uk/LC_MESSAGES/ksaneplugin.mo share/locale/uk/LC_MESSAGES/kscd.mo share/locale/uk/LC_MESSAGES/kscreensaver.mo -share/locale/uk/LC_MESSAGES/ksecrets_kio.mo -share/locale/uk/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/uk/LC_MESSAGES/ksecretsservice_api.mo -share/locale/uk/LC_MESSAGES/ksecretsserviced.mo -share/locale/uk/LC_MESSAGES/ksecretsync.mo share/locale/uk/LC_MESSAGES/ksendemail.mo share/locale/uk/LC_MESSAGES/kshellcmdplugin.mo share/locale/uk/LC_MESSAGES/kshisen.mo @@ -2117,7 +2229,6 @@ share/locale/uk/LC_MESSAGES/ksysguard.mo share/locale/uk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/uk/LC_MESSAGES/ksystemlog.mo share/locale/uk/LC_MESSAGES/ksystraycmd.mo -share/locale/uk/LC_MESSAGES/kte_acomment.mo share/locale/uk/LC_MESSAGES/kteatime.mo share/locale/uk/LC_MESSAGES/ktesnippets_editor.mo share/locale/uk/LC_MESSAGES/ktexteditor_codesnippets_core.mo @@ -2125,6 +2236,7 @@ share/locale/uk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/uk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/uk/LC_MESSAGES/ktimer.mo share/locale/uk/LC_MESSAGES/ktimetracker.mo +share/locale/uk/LC_MESSAGES/ktnef.mo share/locale/uk/LC_MESSAGES/ktouch.mo share/locale/uk/LC_MESSAGES/ktraderclient.mo share/locale/uk/LC_MESSAGES/ktron.mo @@ -2145,7 +2257,6 @@ share/locale/uk/LC_MESSAGES/kwin_clients.mo share/locale/uk/LC_MESSAGES/kwin_effects.mo share/locale/uk/LC_MESSAGES/kwinshutdown.mo share/locale/uk/LC_MESSAGES/kwinstartmenu.mo -share/locale/uk/LC_MESSAGES/kwl2kss.mo share/locale/uk/LC_MESSAGES/kwordquiz.mo share/locale/uk/LC_MESSAGES/kwrite.mo share/locale/uk/LC_MESSAGES/kwriteconfig.mo @@ -2193,6 +2304,7 @@ share/locale/uk/LC_MESSAGES/libkworkspace.mo share/locale/uk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/uk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/uk/LC_MESSAGES/libmailcommon.mo +share/locale/uk/LC_MESSAGES/libmailimporter.mo share/locale/uk/LC_MESSAGES/libmailtransport.mo share/locale/uk/LC_MESSAGES/libmessagecomposer.mo share/locale/uk/LC_MESSAGES/libmessagecore.mo @@ -2201,6 +2313,7 @@ share/locale/uk/LC_MESSAGES/libmessageviewer.mo share/locale/uk/LC_MESSAGES/liboktetacore.mo share/locale/uk/LC_MESSAGES/liboktetagui.mo share/locale/uk/LC_MESSAGES/liboktetakasten.mo +share/locale/uk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/uk/LC_MESSAGES/libphonon.mo share/locale/uk/LC_MESSAGES/libplasma.mo share/locale/uk/LC_MESSAGES/libplasma_groupingcontainment.mo @@ -2211,7 +2324,6 @@ share/locale/uk/LC_MESSAGES/libtaskmanager.mo share/locale/uk/LC_MESSAGES/libtemplateparser.mo share/locale/uk/LC_MESSAGES/lokalize.mo share/locale/uk/LC_MESSAGES/lskat.mo -share/locale/uk/LC_MESSAGES/mailfilteragent.mo share/locale/uk/LC_MESSAGES/mailreader.mo share/locale/uk/LC_MESSAGES/marble.mo share/locale/uk/LC_MESSAGES/marble_qt.mo @@ -2252,6 +2364,7 @@ share/locale/uk/LC_MESSAGES/okular_plucker.mo share/locale/uk/LC_MESSAGES/okular_poppler.mo share/locale/uk/LC_MESSAGES/okular_tiff.mo share/locale/uk/LC_MESSAGES/okular_xps.mo +share/locale/uk/LC_MESSAGES/pairs.mo share/locale/uk/LC_MESSAGES/palapeli.mo share/locale/uk/LC_MESSAGES/parley.mo share/locale/uk/LC_MESSAGES/phonon_gstreamer.mo @@ -2313,6 +2426,7 @@ share/locale/uk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/uk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/uk/LC_MESSAGES/plasma_applet_pager.mo share/locale/uk/LC_MESSAGES/plasma_applet_panel.mo share/locale/uk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -2328,7 +2442,6 @@ share/locale/uk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/uk/LC_MESSAGES/plasma_applet_sal.mo share/locale/uk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_searchbox.mo -share/locale/uk/LC_MESSAGES/plasma_applet_showactivitymanager.mo share/locale/uk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/uk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_skapplet.mo @@ -2356,6 +2469,7 @@ share/locale/uk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/uk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/uk/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/uk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/uk/LC_MESSAGES/plasma_engine_network.mo share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/uk/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -2363,6 +2477,8 @@ share/locale/uk/LC_MESSAGES/plasma_engine_rss.mo share/locale/uk/LC_MESSAGES/plasma_engine_share.mo share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo +share/locale/uk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo +share/locale/uk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/uk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/uk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_activities.mo @@ -2396,6 +2512,7 @@ share/locale/uk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/uk/LC_MESSAGES/plasma_runner_windows.mo +share/locale/uk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/uk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/uk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/uk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo @@ -2412,6 +2529,7 @@ share/locale/uk/LC_MESSAGES/plasmagenericshell.mo share/locale/uk/LC_MESSAGES/plasmapkg.mo share/locale/uk/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/uk/LC_MESSAGES/plasmoidviewer.mo +share/locale/uk/LC_MESSAGES/pothumbnail.mo share/locale/uk/LC_MESSAGES/powerdevil.mo share/locale/uk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/uk/LC_MESSAGES/powerdevilglobalconfig.mo @@ -2429,7 +2547,6 @@ share/locale/uk/LC_MESSAGES/solid-network.mo share/locale/uk/LC_MESSAGES/solid_qt.mo share/locale/uk/LC_MESSAGES/solidcontrol.mo share/locale/uk/LC_MESSAGES/soliduiserver.mo -share/locale/uk/LC_MESSAGES/spy.mo share/locale/uk/LC_MESSAGES/step.mo share/locale/uk/LC_MESSAGES/step_qt.mo share/locale/uk/LC_MESSAGES/strigila_diff.mo @@ -2480,6 +2597,7 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/ktuberling @dirrm share/doc/HTML/uk/ktron @dirrm share/doc/HTML/uk/ktouch +@dirrm share/doc/HTML/uk/ktnef @dirrm share/doc/HTML/uk/ktimetracker @dirrm share/doc/HTML/uk/ktimer @dirrm share/doc/HTML/uk/kteatime @@ -2615,7 +2733,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kcontrol/paths @dirrm share/doc/HTML/uk/kcontrol/netpref @dirrm share/doc/HTML/uk/kcontrol/nepomuk -@dirrm share/doc/HTML/uk/kcontrol/multiplemonitors @dirrm share/doc/HTML/uk/kcontrol/mouse @dirrm share/doc/HTML/uk/kcontrol/language @dirrm share/doc/HTML/uk/kcontrol/kwintabbox @@ -2690,6 +2807,7 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/jovie @dirrm share/doc/HTML/uk/gwenview @dirrm share/doc/HTML/uk/granatier +@dirrm share/doc/HTML/uk/fundamentals @dirrm share/doc/HTML/uk/filelight @dirrm share/doc/HTML/uk/dragonplayer @dirrm share/doc/HTML/uk/dolphin diff --git a/vietnamese/kde4-l10n/Makefile b/vietnamese/kde4-l10n/Makefile index fad74dea4682..9ebb66771c11 100644 --- a/vietnamese/kde4-l10n/Makefile +++ b/vietnamese/kde4-l10n/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-l10n -# Date created: 25 january 2012 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} @@ -15,4 +10,4 @@ COMMENT= Vietnamese messages and documentation for KDE4 KDE4_L10N= vi .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/vietnamese/kde4-l10n/distinfo b/vietnamese/kde4-l10n/distinfo index 1255441c7d7a..d157151439eb 100644 --- a/vietnamese/kde4-l10n/distinfo +++ b/vietnamese/kde4-l10n/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-l10n/kde-l10n-vi-4.8.4.tar.xz) = 21e3fe26e4a1224caea0bd3a5720a6b936671f2e67323c1fa55ebf1397ac8369 -SIZE (KDE/kde-l10n/kde-l10n-vi-4.8.4.tar.xz) = 924408 +SHA256 (KDE/kde-l10n/kde-l10n-vi-4.9.5.tar.xz) = ad72d4927da376f7c9953f204c9a7d24a1f32aceb5a9dc487ad75eddb14c6a25 +SIZE (KDE/kde-l10n/kde-l10n-vi-4.9.5.tar.xz) = 923364 diff --git a/vietnamese/kde4-l10n/pkg-plist b/vietnamese/kde4-l10n/pkg-plist index 553aa779028b..fef4db27db3b 100644 --- a/vietnamese/kde4-l10n/pkg-plist +++ b/vietnamese/kde4-l10n/pkg-plist @@ -1,3 +1,4 @@ +share/locale/vi/LC_MESSAGES/akregator.mo share/locale/vi/LC_MESSAGES/akregator_konqplugin.mo share/locale/vi/LC_MESSAGES/attica_kde.mo share/locale/vi/LC_MESSAGES/audiorename_plugin.mo @@ -75,7 +76,6 @@ share/locale/vi/LC_MESSAGES/kcmsmserver.mo share/locale/vi/LC_MESSAGES/kcmstyle.mo share/locale/vi/LC_MESSAGES/kcmusb.mo share/locale/vi/LC_MESSAGES/kcmview1394.mo -share/locale/vi/LC_MESSAGES/kcmxinerama.mo share/locale/vi/LC_MESSAGES/kcron.mo share/locale/vi/LC_MESSAGES/kde-menu.mo share/locale/vi/LC_MESSAGES/kdebugdialog.mo @@ -210,12 +210,21 @@ share/locale/vi/LC_MESSAGES/nepomukstorage.mo share/locale/vi/LC_MESSAGES/nsplugin.mo share/locale/vi/LC_MESSAGES/phonon_kde.mo share/locale/vi/LC_MESSAGES/plasma-remote-helper.mo +share/locale/vi/LC_MESSAGES/plasma_applet_battery.mo +share/locale/vi/LC_MESSAGES/plasma_applet_clock.mo +share/locale/vi/LC_MESSAGES/plasma_applet_kget.mo +share/locale/vi/LC_MESSAGES/plasma_applet_launcher.mo +share/locale/vi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/vi/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/vi/LC_MESSAGES/plasma_applet_notifications.mo +share/locale/vi/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/vi/LC_MESSAGES/plasma_runner_kget.mo share/locale/vi/LC_MESSAGES/plasmapkg.mo share/locale/vi/LC_MESSAGES/rellinks.mo share/locale/vi/LC_MESSAGES/searchbarplugin.mo share/locale/vi/LC_MESSAGES/solid-hardware.mo share/locale/vi/LC_MESSAGES/soliduiserver.mo +share/locale/vi/LC_MESSAGES/systemsettings.mo share/locale/vi/LC_MESSAGES/timezones4.mo share/locale/vi/LC_MESSAGES/uachangerplugin.mo share/locale/vi/LC_MESSAGES/useraccount.mo diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index f9a7e79191a1..0c5959f1b3e2 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -3,7 +3,6 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index 7d2356e2023f..4aa30f9d4a97 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdewebdev-4.8.4.tar.xz) = bd38a168efb07255e2be26e13d036db87213956ea8cc5777b8b67caf10b665d7 -SIZE (KDE/kdewebdev-4.8.4.tar.xz) = 2603352 +SHA256 (KDE/kdewebdev-4.9.5.tar.xz) = 1dbb8cb15db4df76c958281e45fb147ea810d7ed555e504459549a53656dd9a1 +SIZE (KDE/kdewebdev-4.9.5.tar.xz) = 2588064 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 41f036f8a62e..ee78a4778488 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdetoys -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdetoys diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index 5a63da4147a1..f6685f729b4b 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdetoys-4.8.4.tar.xz) = d6ae160c8966cce7aafbb791c4144c517209380865bc79a280f57887ab33100d -SIZE (KDE/kdetoys-4.8.4.tar.xz) = 391732 +SHA256 (KDE/kdetoys-4.9.5.tar.xz) = 65aaf9931ca0b59b33c7a1bbbd3328df89bd2a6b357a64357857ae65d7cb1048 +SIZE (KDE/kdetoys-4.9.5.tar.xz) = 386420 diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile index 64a5f3f40f51..f788dd432190 100644 --- a/x11-clocks/ktimer/Makefile +++ b/x11-clocks/ktimer/Makefile @@ -1,7 +1,3 @@ -# New ports collection Makefile for: ktimer -# Date created: 2012-02-23 -# Whom: Max Brazhikov <makc@FreeBSD.org> -# # $FreeBSD$ PORTNAME= ktimer diff --git a/x11-clocks/ktimer/distinfo b/x11-clocks/ktimer/distinfo index 6d310cbf98f7..7a240bb596bc 100644 --- a/x11-clocks/ktimer/distinfo +++ b/x11-clocks/ktimer/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/ktimer-4.8.4.tar.xz) = 8adbb1bdfc0f49afedd389ce70ddf95397b22b4588b6debae049019fe8d2c0c1 -SIZE (KDE/ktimer-4.8.4.tar.xz) = 151216 +SHA256 (KDE/ktimer-4.9.5.tar.xz) = 70397638b3f6f7916023b1309713960dfbfb650b7cf98c581796215d845b87aa +SIZE (KDE/ktimer-4.9.5.tar.xz) = 150852 diff --git a/x11-themes/Makefile b/x11-themes/Makefile index b575b9096274..7fe1d66d8eda 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -130,6 +130,7 @@ SUBDIR += kde-windeco-knifty SUBDIR += kde-windeco-neos SUBDIR += kde-windeco-smoothblend + SUBDIR += kde4-base-artwork SUBDIR += kde4-icons-oxygen SUBDIR += kde4-style-bespin SUBDIR += kde4-style-nitrogen diff --git a/x11-themes/kde4-base-artwork/Makefile b/x11-themes/kde4-base-artwork/Makefile new file mode 100644 index 000000000000..b67ad48196ad --- /dev/null +++ b/x11-themes/kde4-base-artwork/Makefile @@ -0,0 +1,24 @@ +# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= kde-base-artwork +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= x11-themes kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Base artwork for the KDE4 Plasma Desktop + +LICENSE= GPLv2 + +CONFLICTS_INSTALL= kde-workspace-4.[7-8].* + +USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +KDE4_BUILDENV= yes +NO_BUILD= yes +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/x11-themes/kde4-base-artwork/distinfo b/x11-themes/kde4-base-artwork/distinfo new file mode 100644 index 000000000000..4ac8e72b7839 --- /dev/null +++ b/x11-themes/kde4-base-artwork/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/kde-base-artwork-4.9.5.tar.xz) = e5b861adc12bf5905184f8758467624f994fe30957070c12858646e5abc31f90 +SIZE (KDE/kde-base-artwork-4.9.5.tar.xz) = 16459448 diff --git a/x11-themes/kde4-base-artwork/pkg-descr b/x11-themes/kde4-base-artwork/pkg-descr new file mode 100644 index 000000000000..06dd8f994722 --- /dev/null +++ b/x11-themes/kde4-base-artwork/pkg-descr @@ -0,0 +1,3 @@ +Base artwork used by the KDE4 Plasma Desktop. + +WWW: http://www.kde.org/ diff --git a/x11-themes/kde4-base-artwork/pkg-plist b/x11-themes/kde4-base-artwork/pkg-plist new file mode 100644 index 000000000000..7b386d547f14 --- /dev/null +++ b/x11-themes/kde4-base-artwork/pkg-plist @@ -0,0 +1,31 @@ +share/apps/ksplash/Themes/Default/1024x768/background.png +share/apps/ksplash/Themes/Default/1280x1024/background.png +share/apps/ksplash/Themes/Default/1600x1200/background.png +share/apps/ksplash/Themes/Default/1600x1200/description.txt +share/apps/ksplash/Themes/Default/1600x1200/icon1.png +share/apps/ksplash/Themes/Default/1600x1200/icon1_anim.png +share/apps/ksplash/Themes/Default/1600x1200/icon2.png +share/apps/ksplash/Themes/Default/1600x1200/icon2_anim.png +share/apps/ksplash/Themes/Default/1600x1200/icon3.png +share/apps/ksplash/Themes/Default/1600x1200/icon3_anim.png +share/apps/ksplash/Themes/Default/1600x1200/icon4.png +share/apps/ksplash/Themes/Default/1600x1200/icon4_anim.png +share/apps/ksplash/Themes/Default/1600x1200/icon5.png +share/apps/ksplash/Themes/Default/1600x1200/icon5_anim.png +share/apps/ksplash/Themes/Default/1600x1200/rectangle.png +share/apps/ksplash/Themes/Default/1920x1080/background.png +share/apps/ksplash/Themes/Default/1920x1200/background.png +share/apps/ksplash/Themes/Default/600x400/background.png +share/apps/ksplash/Themes/Default/800x600/background.png +share/apps/ksplash/Themes/Default/Preview.png +share/apps/ksplash/Themes/Default/Theme.rc +@dirrm share/apps/ksplash/Themes/Default/800x600 +@dirrm share/apps/ksplash/Themes/Default/600x400 +@dirrm share/apps/ksplash/Themes/Default/1920x1200 +@dirrm share/apps/ksplash/Themes/Default/1920x1080 +@dirrm share/apps/ksplash/Themes/Default/1600x1200 +@dirrm share/apps/ksplash/Themes/Default/1280x1024 +@dirrm share/apps/ksplash/Themes/Default/1024x768 +@dirrm share/apps/ksplash/Themes/Default +@dirrmtry share/apps/ksplash/Themes +@dirrmtry share/apps/ksplash diff --git a/x11-themes/kde4-icons-oxygen/Makefile b/x11-themes/kde4-icons-oxygen/Makefile index 30e31637c861..d1ec197b709a 100644 --- a/x11-themes/kde4-icons-oxygen/Makefile +++ b/x11-themes/kde4-icons-oxygen/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde4-icons-oxygen -# Date created: 2009-03-30 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= oxygen PORTVERSION= ${KDE4_VERSION} diff --git a/x11-themes/kde4-icons-oxygen/distinfo b/x11-themes/kde4-icons-oxygen/distinfo index dd1e165783ab..e07d02541bfe 100644 --- a/x11-themes/kde4-icons-oxygen/distinfo +++ b/x11-themes/kde4-icons-oxygen/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/oxygen-icons-4.8.4.tar.xz) = e1919b74ed3e625f067044367c990690b46a519f3e22716329c93d53c89e867f -SIZE (KDE/oxygen-icons-4.8.4.tar.xz) = 310955984 +SHA256 (KDE/oxygen-icons-4.9.5.tar.xz) = 7e29b3621fa13bb36da5b17713d99875f1a6f596b96d3223520dd142c7973bb2 +SIZE (KDE/oxygen-icons-4.9.5.tar.xz) = 290333400 diff --git a/x11-themes/kde4-icons-oxygen/pkg-plist b/x11-themes/kde4-icons-oxygen/pkg-plist index e0b4e1474eb1..bbee8f7a88ea 100644 --- a/x11-themes/kde4-icons-oxygen/pkg-plist +++ b/x11-themes/kde4-icons-oxygen/pkg-plist @@ -128,6 +128,7 @@ share/icons/oxygen/128x128/apps/kig.png share/icons/oxygen/128x128/apps/kivio.png share/icons/oxygen/128x128/apps/kjournal.png share/icons/oxygen/128x128/apps/klipper.png +share/icons/oxygen/128x128/apps/kmag.png share/icons/oxygen/128x128/apps/kmail2.png share/icons/oxygen/128x128/apps/kmplayer.png share/icons/oxygen/128x128/apps/knewsticker.png @@ -163,6 +164,7 @@ share/icons/oxygen/128x128/apps/office-calendar.png share/icons/oxygen/128x128/apps/okteta.png share/icons/oxygen/128x128/apps/oxygen.png share/icons/oxygen/128x128/apps/partitionmanager.png +share/icons/oxygen/128x128/apps/picmi.png share/icons/oxygen/128x128/apps/planner.png share/icons/oxygen/128x128/apps/plasma.png share/icons/oxygen/128x128/apps/plasmagik.png @@ -305,6 +307,8 @@ share/icons/oxygen/128x128/devices/printer-laser.png share/icons/oxygen/128x128/devices/printer.png share/icons/oxygen/128x128/devices/scanner.png share/icons/oxygen/128x128/devices/secure-card.png +share/icons/oxygen/128x128/devices/smartphone.png +share/icons/oxygen/128x128/devices/tablet.png share/icons/oxygen/128x128/devices/video-display.png share/icons/oxygen/128x128/devices/video-projector.png share/icons/oxygen/128x128/devices/video-television.png @@ -581,6 +585,7 @@ share/icons/oxygen/128x128/places/bookmarks.png share/icons/oxygen/128x128/places/certificate-server.png share/icons/oxygen/128x128/places/document-multiple.png share/icons/oxygen/128x128/places/favorites.png +share/icons/oxygen/128x128/places/folder-activities.png share/icons/oxygen/128x128/places/folder-black.png share/icons/oxygen/128x128/places/folder-blue.png share/icons/oxygen/128x128/places/folder-bookmark.png @@ -1306,6 +1311,7 @@ share/icons/oxygen/16x16/apps/kig.png share/icons/oxygen/16x16/apps/kivio.png share/icons/oxygen/16x16/apps/kjournal.png share/icons/oxygen/16x16/apps/klipper.png +share/icons/oxygen/16x16/apps/kmag.png share/icons/oxygen/16x16/apps/kmplayer.png share/icons/oxygen/16x16/apps/knewsticker.png share/icons/oxygen/16x16/apps/knotes.png @@ -1338,6 +1344,7 @@ share/icons/oxygen/16x16/apps/office-calendar.png share/icons/oxygen/16x16/apps/okteta.png share/icons/oxygen/16x16/apps/oxygen.png share/icons/oxygen/16x16/apps/partitionmanager.png +share/icons/oxygen/16x16/apps/picmi.png share/icons/oxygen/16x16/apps/plasma.png share/icons/oxygen/16x16/apps/plasmagik.png share/icons/oxygen/16x16/apps/preferences-contact-list.png @@ -1480,6 +1487,8 @@ share/icons/oxygen/16x16/devices/phone.png share/icons/oxygen/16x16/devices/printer.png share/icons/oxygen/16x16/devices/scanner.png share/icons/oxygen/16x16/devices/secure-card.png +share/icons/oxygen/16x16/devices/smartphone.png +share/icons/oxygen/16x16/devices/tablet.png share/icons/oxygen/16x16/devices/video-display.png share/icons/oxygen/16x16/devices/video-projector.png share/icons/oxygen/16x16/devices/video-television.png @@ -1777,6 +1786,7 @@ share/icons/oxygen/16x16/places/bookmarks.png share/icons/oxygen/16x16/places/certificate-server.png share/icons/oxygen/16x16/places/document-multiple.png share/icons/oxygen/16x16/places/favorites.png +share/icons/oxygen/16x16/places/folder-activities.png share/icons/oxygen/16x16/places/folder-black.png share/icons/oxygen/16x16/places/folder-blue.png share/icons/oxygen/16x16/places/folder-bookmark.png @@ -2568,6 +2578,7 @@ share/icons/oxygen/22x22/apps/kgpg.png share/icons/oxygen/22x22/apps/kig.png share/icons/oxygen/22x22/apps/kjournal.png share/icons/oxygen/22x22/apps/klipper.png +share/icons/oxygen/22x22/apps/kmag.png share/icons/oxygen/22x22/apps/kmplayer.png share/icons/oxygen/22x22/apps/knotes.png share/icons/oxygen/22x22/apps/kolf.png @@ -2599,6 +2610,7 @@ share/icons/oxygen/22x22/apps/office-calendar.png share/icons/oxygen/22x22/apps/okteta.png share/icons/oxygen/22x22/apps/oxygen.png share/icons/oxygen/22x22/apps/partitionmanager.png +share/icons/oxygen/22x22/apps/picmi.png share/icons/oxygen/22x22/apps/plasma.png share/icons/oxygen/22x22/apps/plasmagik.png share/icons/oxygen/22x22/apps/preferences-contact-list.png @@ -2746,6 +2758,8 @@ share/icons/oxygen/22x22/devices/phone.png share/icons/oxygen/22x22/devices/printer.png share/icons/oxygen/22x22/devices/scanner.png share/icons/oxygen/22x22/devices/secure-card.png +share/icons/oxygen/22x22/devices/smartphone.png +share/icons/oxygen/22x22/devices/tablet.png share/icons/oxygen/22x22/devices/video-display.png share/icons/oxygen/22x22/devices/video-projector.png share/icons/oxygen/22x22/devices/video-television.png @@ -3077,6 +3091,7 @@ share/icons/oxygen/22x22/places/bookmarks.png share/icons/oxygen/22x22/places/certificate-server.png share/icons/oxygen/22x22/places/document-multiple.png share/icons/oxygen/22x22/places/favorites.png +share/icons/oxygen/22x22/places/folder-activities.png share/icons/oxygen/22x22/places/folder-black.png share/icons/oxygen/22x22/places/folder-blue.png share/icons/oxygen/22x22/places/folder-bookmark.png @@ -3244,6 +3259,7 @@ share/icons/oxygen/256x256/apps/kformula.png share/icons/oxygen/256x256/apps/kgpg.png share/icons/oxygen/256x256/apps/kig.png share/icons/oxygen/256x256/apps/kivio.png +share/icons/oxygen/256x256/apps/kmag.png share/icons/oxygen/256x256/apps/kmail2.png share/icons/oxygen/256x256/apps/konqueror.png share/icons/oxygen/256x256/apps/kontact-import-wizard.png @@ -3259,6 +3275,7 @@ share/icons/oxygen/256x256/apps/mameexecutor.png share/icons/oxygen/256x256/apps/multimedia-volume-control.png share/icons/oxygen/256x256/apps/oxygen.png share/icons/oxygen/256x256/apps/partitionmanager.png +share/icons/oxygen/256x256/apps/picmi.png share/icons/oxygen/256x256/apps/planner.png share/icons/oxygen/256x256/apps/preferences-desktop-locale.png share/icons/oxygen/256x256/apps/preferences-desktop-screensaver.png @@ -3322,6 +3339,8 @@ share/icons/oxygen/256x256/devices/network-wireless-disconnected.png share/icons/oxygen/256x256/devices/network-wireless.png share/icons/oxygen/256x256/devices/printer-laser.png share/icons/oxygen/256x256/devices/secure-card.png +share/icons/oxygen/256x256/devices/smartphone.png +share/icons/oxygen/256x256/devices/tablet.png share/icons/oxygen/256x256/devices/video-display.png share/icons/oxygen/256x256/mimetypes/application-epub+zip.png share/icons/oxygen/256x256/mimetypes/application-illustrator.png @@ -3575,6 +3594,7 @@ share/icons/oxygen/256x256/mimetypes/x-office-document.png share/icons/oxygen/256x256/mimetypes/x-office-spreadsheet.png share/icons/oxygen/256x256/places/certificate-server.png share/icons/oxygen/256x256/places/favorites.png +share/icons/oxygen/256x256/places/folder-activities.png share/icons/oxygen/256x256/places/folder-black.png share/icons/oxygen/256x256/places/folder-blue.png share/icons/oxygen/256x256/places/folder-bookmark.png @@ -4271,6 +4291,7 @@ share/icons/oxygen/32x32/apps/kig.png share/icons/oxygen/32x32/apps/kivio.png share/icons/oxygen/32x32/apps/kjournal.png share/icons/oxygen/32x32/apps/klipper.png +share/icons/oxygen/32x32/apps/kmag.png share/icons/oxygen/32x32/apps/kmplayer.png share/icons/oxygen/32x32/apps/knewsticker.png share/icons/oxygen/32x32/apps/knotes.png @@ -4303,6 +4324,7 @@ share/icons/oxygen/32x32/apps/office-calendar.png share/icons/oxygen/32x32/apps/okteta.png share/icons/oxygen/32x32/apps/oxygen.png share/icons/oxygen/32x32/apps/partitionmanager.png +share/icons/oxygen/32x32/apps/picmi.png share/icons/oxygen/32x32/apps/plasma.png share/icons/oxygen/32x32/apps/plasmagik.png share/icons/oxygen/32x32/apps/preferences-contact-list.png @@ -4454,6 +4476,8 @@ share/icons/oxygen/32x32/devices/printer-laser.png share/icons/oxygen/32x32/devices/printer.png share/icons/oxygen/32x32/devices/scanner.png share/icons/oxygen/32x32/devices/secure-card.png +share/icons/oxygen/32x32/devices/smartphone.png +share/icons/oxygen/32x32/devices/tablet.png share/icons/oxygen/32x32/devices/video-display.png share/icons/oxygen/32x32/devices/video-projector.png share/icons/oxygen/32x32/devices/video-television.png @@ -4752,6 +4776,7 @@ share/icons/oxygen/32x32/places/bookmarks.png share/icons/oxygen/32x32/places/certificate-server.png share/icons/oxygen/32x32/places/document-multiple.png share/icons/oxygen/32x32/places/favorites.png +share/icons/oxygen/32x32/places/folder-activities.png share/icons/oxygen/32x32/places/folder-black.png share/icons/oxygen/32x32/places/folder-blue.png share/icons/oxygen/32x32/places/folder-bookmark.png @@ -5501,6 +5526,7 @@ share/icons/oxygen/48x48/apps/kig.png share/icons/oxygen/48x48/apps/kivio.png share/icons/oxygen/48x48/apps/kjournal.png share/icons/oxygen/48x48/apps/klipper.png +share/icons/oxygen/48x48/apps/kmag.png share/icons/oxygen/48x48/apps/kmplayer.png share/icons/oxygen/48x48/apps/knewsticker.png share/icons/oxygen/48x48/apps/knotes.png @@ -5533,6 +5559,7 @@ share/icons/oxygen/48x48/apps/office-calendar.png share/icons/oxygen/48x48/apps/okteta.png share/icons/oxygen/48x48/apps/oxygen.png share/icons/oxygen/48x48/apps/partitionmanager.png +share/icons/oxygen/48x48/apps/picmi.png share/icons/oxygen/48x48/apps/plasma.png share/icons/oxygen/48x48/apps/plasmagik.png share/icons/oxygen/48x48/apps/preferences-contact-list.png @@ -5683,6 +5710,8 @@ share/icons/oxygen/48x48/devices/printer-laser.png share/icons/oxygen/48x48/devices/printer.png share/icons/oxygen/48x48/devices/scanner.png share/icons/oxygen/48x48/devices/secure-card.png +share/icons/oxygen/48x48/devices/smartphone.png +share/icons/oxygen/48x48/devices/tablet.png share/icons/oxygen/48x48/devices/video-display.png share/icons/oxygen/48x48/devices/video-projector.png share/icons/oxygen/48x48/devices/video-television.png @@ -5965,6 +5994,7 @@ share/icons/oxygen/48x48/places/bookmarks.png share/icons/oxygen/48x48/places/certificate-server.png share/icons/oxygen/48x48/places/document-multiple.png share/icons/oxygen/48x48/places/favorites.png +share/icons/oxygen/48x48/places/folder-activities.png share/icons/oxygen/48x48/places/folder-add.png share/icons/oxygen/48x48/places/folder-black.png share/icons/oxygen/48x48/places/folder-blue.png @@ -6216,6 +6246,7 @@ share/icons/oxygen/64x64/apps/kig.png share/icons/oxygen/64x64/apps/kivio.png share/icons/oxygen/64x64/apps/kjournal.png share/icons/oxygen/64x64/apps/klipper.png +share/icons/oxygen/64x64/apps/kmag.png share/icons/oxygen/64x64/apps/kmplayer.png share/icons/oxygen/64x64/apps/knewsticker.png share/icons/oxygen/64x64/apps/knotes.png @@ -6248,6 +6279,7 @@ share/icons/oxygen/64x64/apps/office-calendar.png share/icons/oxygen/64x64/apps/okteta.png share/icons/oxygen/64x64/apps/oxygen.png share/icons/oxygen/64x64/apps/partitionmanager.png +share/icons/oxygen/64x64/apps/picmi.png share/icons/oxygen/64x64/apps/planner.png share/icons/oxygen/64x64/apps/plasma.png share/icons/oxygen/64x64/apps/plasmagik.png @@ -6387,6 +6419,8 @@ share/icons/oxygen/64x64/devices/phone.png share/icons/oxygen/64x64/devices/printer-laser.png share/icons/oxygen/64x64/devices/printer.png share/icons/oxygen/64x64/devices/scanner.png +share/icons/oxygen/64x64/devices/smartphone.png +share/icons/oxygen/64x64/devices/tablet.png share/icons/oxygen/64x64/devices/video-display.png share/icons/oxygen/64x64/devices/video-projector.png share/icons/oxygen/64x64/devices/video-television.png @@ -6664,6 +6698,7 @@ share/icons/oxygen/64x64/places/bookmarks.png share/icons/oxygen/64x64/places/certificate-server.png share/icons/oxygen/64x64/places/document-multiple.png share/icons/oxygen/64x64/places/favorites.png +share/icons/oxygen/64x64/places/folder-activities.png share/icons/oxygen/64x64/places/folder-black.png share/icons/oxygen/64x64/places/folder-blue.png share/icons/oxygen/64x64/places/folder-bookmark.png diff --git a/x11-themes/kde4-wallpapers/Makefile b/x11-themes/kde4-wallpapers/Makefile index 014c9dd8d572..740be68a513c 100644 --- a/x11-themes/kde4-wallpapers/Makefile +++ b/x11-themes/kde4-wallpapers/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kde-wallpapers -# Date created: 10 August 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kde-wallpapers PORTVERSION= ${KDE4_VERSION} diff --git a/x11-themes/kde4-wallpapers/distinfo b/x11-themes/kde4-wallpapers/distinfo index f5e5af73aa01..067d82565922 100644 --- a/x11-themes/kde4-wallpapers/distinfo +++ b/x11-themes/kde4-wallpapers/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-wallpapers-4.8.4.tar.xz) = 05247aebbe72bf998c3b81fce168ef6a1d9477cfb9d74df446c4f9145a6a0ba2 -SIZE (KDE/kde-wallpapers-4.8.4.tar.xz) = 77372404 +SHA256 (KDE/kde-wallpapers-4.9.5.tar.xz) = 07d130e0b929b95b9ef6f0212ecf686f76ed33ae34441bbe77b6846e163b4134 +SIZE (KDE/kde-wallpapers-4.9.5.tar.xz) = 77207948 diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index 3fe5a3db386c..eab72d57991f 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: kdeartwork -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdeartwork @@ -30,11 +27,12 @@ USE_QT4= gui opengl \ USE_XORG= x11 xt MAKE_JOBS_SAFE= yes -OPTIONS= GNOME "Use Gnome screensavers" off +OPTIONS_DEFINE= GNOME +GNOME_DESC= Use Gnome screensavers .include <bsd.port.options.mk> -.if defined(WITH_GNOME) +.if ${PORT_OPTIONS:MGNOME} BUILD_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome .else diff --git a/x11-themes/kdeartwork4/distinfo b/x11-themes/kdeartwork4/distinfo index 8b1c45a11a52..b2e985f71050 100644 --- a/x11-themes/kdeartwork4/distinfo +++ b/x11-themes/kdeartwork4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdeartwork-4.8.4.tar.xz) = d5a2f45a8d455e4012b96e53db9dc3fb7e75f7eb24e99bc4923fb58206b2aaec -SIZE (KDE/kdeartwork-4.8.4.tar.xz) = 140388032 +SHA256 (KDE/kdeartwork-4.9.5.tar.xz) = cc374d88422bcb8f4fa1c1e7ae82aa4fa946e5c00a0e34271b23df6a64401501 +SIZE (KDE/kdeartwork-4.9.5.tar.xz) = 139181536 diff --git a/x11-themes/kdeartwork4/pkg-plist b/x11-themes/kdeartwork4/pkg-plist index 55da2dbd7b96..f94b7f023c46 100644 --- a/x11-themes/kdeartwork4/pkg-plist +++ b/x11-themes/kdeartwork4/pkg-plist @@ -105,11 +105,40 @@ share/apps/desktoptheme/Aya/widgets/systemtray.svgz share/apps/desktoptheme/Aya/widgets/tasks.svgz share/apps/desktoptheme/Aya/widgets/tooltip.svgz share/apps/desktoptheme/Aya/widgets/translucentbackground.svgz +share/apps/desktoptheme/Produkt/colors share/apps/desktoptheme/Produkt/dialogs/background.svgz share/apps/desktoptheme/Produkt/dialogs/kickoff.svgz share/apps/desktoptheme/Produkt/dialogs/krunner.svgz share/apps/desktoptheme/Produkt/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/Produkt/icons/amarok.svgz +share/apps/desktoptheme/Produkt/icons/audio.svgz +share/apps/desktoptheme/Produkt/icons/battery.svgz +share/apps/desktoptheme/Produkt/icons/device.svgz +share/apps/desktoptheme/Produkt/icons/edit-paste.svgz +share/apps/desktoptheme/Produkt/icons/kget.svgz +share/apps/desktoptheme/Produkt/icons/klipper.svgz +share/apps/desktoptheme/Produkt/icons/konv_message.svgz +share/apps/desktoptheme/Produkt/icons/konversation.svgz +share/apps/desktoptheme/Produkt/icons/kopete-alt.svgz +share/apps/desktoptheme/Produkt/icons/kopete.svgz +share/apps/desktoptheme/Produkt/icons/korgac.svgz +share/apps/desktoptheme/Produkt/icons/ktorrent.svgz +share/apps/desktoptheme/Produkt/icons/kubuntu-start.svgz +share/apps/desktoptheme/Produkt/icons/nepomuk.svgz +share/apps/desktoptheme/Produkt/icons/network.svgz +share/apps/desktoptheme/Produkt/icons/notification.svgz +share/apps/desktoptheme/Produkt/icons/preferences.svgz +share/apps/desktoptheme/Produkt/icons/printer.svgz +share/apps/desktoptheme/Produkt/icons/quickaccess.svgz +share/apps/desktoptheme/Produkt/icons/wallet.svgz share/apps/desktoptheme/Produkt/metadata.desktop +share/apps/desktoptheme/Produkt/translucent/dialogs/background.svgz +share/apps/desktoptheme/Produkt/translucent/dialogs/krunner.svgz +share/apps/desktoptheme/Produkt/translucent/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/Produkt/translucent/widgets/background.svgz +share/apps/desktoptheme/Produkt/translucent/widgets/clock.svgz +share/apps/desktoptheme/Produkt/translucent/widgets/panel-background.svgz +share/apps/desktoptheme/Produkt/translucent/widgets/tooltip.svgz share/apps/desktoptheme/Produkt/widgets/action-overlays.svgz share/apps/desktoptheme/Produkt/widgets/arrows.svgz share/apps/desktoptheme/Produkt/widgets/background.svgz @@ -6808,6 +6837,10 @@ share/wallpapers/Yellow_Flowers/metadata.desktop @dirrm share/apps/desktoptheme/Tibanna/dialogs @dirrmtry share/apps/desktoptheme/Tibanna @dirrmtry share/apps/desktoptheme/Produkt/widgets +@dirrm share/apps/desktoptheme/Produkt/translucent/widgets +@dirrm share/apps/desktoptheme/Produkt/translucent/dialogs +@dirrm share/apps/desktoptheme/Produkt/translucent +@dirrm share/apps/desktoptheme/Produkt/icons @dirrm share/apps/desktoptheme/Produkt/dialogs @dirrmtry share/apps/desktoptheme/Produkt @dirrmtry share/apps/desktoptheme/Aya/widgets diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile index bc08cb6d15bd..66f4d1c303c7 100644 --- a/x11-toolkits/attica/Makefile +++ b/x11-toolkits/attica/Makefile @@ -1,30 +1,28 @@ -# New ports collection Makefile for: attica -# Date created: 2009-12-05 -# Whom: fluffy -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= attica -PORTVERSION= 0.2.9 +PORTVERSION= 0.4.1 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTNAME}/ +MASTER_SITE_SUBDIR= stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Collaboration Services API library +COMMENT= Open Collaboration Services API library -USE_QT4= dbus network moc_build uic_build rcc_build qmake_build +USE_QT4= network qtestlib_build xml \ + moc_build qmake_build rcc_build uic_build USE_BZIP2= yes -USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_CMAKE= yes +CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF MAKE_JOBS_SAFE= yes post-patch: - ${MKDIR} ${WRKSRC} - ${REINPLACE_CMD} -e \ - 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ + ${REINPLACE_CMD} \ + -e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ + -e 's,.$${CMAKE_LIBATTICA_VERSION_MINOR},,' \ ${WRKSRC}/lib/CMakeLists.txt .include <bsd.port.mk> diff --git a/x11-toolkits/attica/distinfo b/x11-toolkits/attica/distinfo index 78336c4dc47e..b2276b1c5f90 100644 --- a/x11-toolkits/attica/distinfo +++ b/x11-toolkits/attica/distinfo @@ -1,2 +1,2 @@ -SHA256 (attica-0.2.9.tar.bz2) = 751162dcc1178a1a4d445286ad8a6d1257d0d1fbab6e2584749841377e772323 -SIZE (attica-0.2.9.tar.bz2) = 54954 +SHA256 (attica-0.4.1.tar.bz2) = 36d12562c11464e3111df8a36669adcd80c5f3c89ac6b08a708a1bbf8341cde6 +SIZE (attica-0.4.1.tar.bz2) = 58742 diff --git a/x11-toolkits/attica/pkg-plist b/x11-toolkits/attica/pkg-plist index 29425d353983..ebae83b50e30 100644 --- a/x11-toolkits/attica/pkg-plist +++ b/x11-toolkits/attica/pkg-plist @@ -9,11 +9,9 @@ include/attica/buildservicejob.h include/attica/buildservicejoboutput.h include/attica/category.h include/attica/comment.h -include/attica/commentparser.h include/attica/content.h include/attica/deletejob.h include/attica/distribution.h -include/attica/distributionparser.h include/attica/downloaddescription.h include/attica/downloaditem.h include/attica/event.h @@ -22,7 +20,6 @@ include/attica/forum.h include/attica/getjob.h include/attica/homepageentry.h include/attica/homepagetype.h -include/attica/homepagetypeparser.h include/attica/icon.h include/attica/itemjob.h include/attica/knowledgebaseentry.h @@ -46,6 +43,6 @@ include/attica/topic.h include/attica/version.h lib/libattica.so lib/libattica.so.0 -lib/libattica.so.0.2.9 +lib/libattica.so.0.4.1 libdata/pkgconfig/libattica.pc @dirrmtry include/attica diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index 9fdc8152485f..3a86e9b08c18 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kactivities -# Date created: 2012-02-22 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kactivities PORTVERSION= ${KDE4_VERSION} diff --git a/x11/kactivities/distinfo b/x11/kactivities/distinfo index 9bfe5e8ca3fe..030378e81ff5 100644 --- a/x11/kactivities/distinfo +++ b/x11/kactivities/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kactivities-4.8.4.tar.xz) = ae64526a07ebadb75b5e793c0fd920c4f789ddc3bbb066ff1af0a6cc1778b74f -SIZE (KDE/kactivities-4.8.4.tar.xz) = 42396 +SHA256 (KDE/kactivities-4.9.5.tar.xz) = dfe4eb835d47de3457656c907c42d117d12c3efc29986d4980abff313439178c +SIZE (KDE/kactivities-4.9.5.tar.xz) = 88600 diff --git a/x11/kactivities/files/patch-git_2d114b6 b/x11/kactivities/files/patch-git_2d114b6 deleted file mode 100644 index 2d9364848ee3..000000000000 --- a/x11/kactivities/files/patch-git_2d114b6 +++ /dev/null @@ -1,30 +0,0 @@ -From: Alberto Villa <avilla@FreeBSD.org> -Date: Sat, 07 Jul 2012 11:31:28 +0000 -Subject: Make Nepomuk code rely on NEPOMUK_INCLUDE_DIRS -X-Git-Url: http://quickgit.kde.org/?p=kactivities.git&a=commitdiff&h=2d114b655547ba26254983c1b7f48f8eea058b43 ---- -Make Nepomuk code rely on NEPOMUK_INCLUDE_DIRS - -Including only SOPRANO_INCLUDE_DIR made the build pick up KDE 3 -headers on FreeBSD, where KDE SC 4 is installed in non-default prefix -(while Soprano and KDE 3 aren't). NEPOMUK_INCLUDE_DIRS ensures that -KDE include directories come first in the inclusion order. -Additionally, it's better to rely on FindNepomuk.cmake to set the -correct include directories, instead of adding the Soprano one by hand. - -This is a backport of commit edbbe3e115b0a4806873969c808383b2926ec581. ---- - - ---- ./service/CMakeLists.txt -+++ ./service/CMakeLists.txt -@@ -31,7 +31,7 @@ - - if(Nepomuk_FOUND) - set(HAVE_NEPOMUK 1) -- include_directories(${SOPRANO_INCLUDE_DIR}) -+ include_directories(${NEPOMUK_INCLUDE_DIRS}) - set(ADDITIONAL_LINK_LIBS - ${ADDITIONAL_LINK_LIBS} - ${NEPOMUK_LIBRARIES} - diff --git a/x11/kactivities/pkg-plist b/x11/kactivities/pkg-plist index d41fe30204c9..0492626b4239 100644 --- a/x11/kactivities/pkg-plist +++ b/x11/kactivities/pkg-plist @@ -12,21 +12,38 @@ lib/cmake/KActivities/KActivitiesConfig.cmake lib/cmake/KActivities/KActivitiesConfigVersion.cmake lib/cmake/KActivities/KActivitiesLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KActivities/KActivitiesLibraryTargets.cmake -lib/kde4/activitymanager_plugin_dummy.so lib/kde4/activitymanager_plugin_globalshortcuts.so -lib/kde4/activitymanager_plugin_nepomuk.so lib/kde4/activitymanager_plugin_slc.so +lib/kde4/activitymanager_plugin_sqlite.so +lib/kde4/activitymanager_uihandler_declarative.so +lib/kde4/activitymanager_uihandler_kdialog.so +lib/kde4/kactivitymanagerd_fileitem_linking_plugin.so +lib/kde4/kio_activities.so lib/libkactivities.so lib/libkactivities.so.6 lib/libkactivities.so.6.0.0 libdata/pkgconfig/libkactivities.pc -share/kde4/services/activitymanager-plugin-dummy.desktop +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/ChoiceDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/MessageDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/NewPasswordDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/PasswordDialog.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui/uihandler.qml +share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/metadata.desktop +share/kde4/services/activities.protocol share/kde4/services/activitymanager-plugin-globalshortcuts.desktop -share/kde4/services/activitymanager-plugin-nepomuk.desktop share/kde4/services/activitymanager-plugin-slc.desktop +share/kde4/services/activitymanager-plugin-sqlite.desktop share/kde4/services/kactivitymanagerd.desktop -share/kde4/services/kded/activitymanager.desktop +share/kde4/services/kactivitymanagerd_fileitem_linking_plugin.desktop share/kde4/servicetypes/activitymanager-plugin.desktop +share/ontology/kde/kao.ontology +share/ontology/kde/kao.trig +@dirrmtry share/ontology/kde +@dirrmtry share/ontology +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents/ui +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler/contents +@dirrm share/apps/plasma/packages/org.kde.ActivityManager.UiHandler +@dirrmtry share/apps/plasma/packages @dirrm lib/cmake/KActivities @dirrmtry lib/cmake @dirrm include/kactivities diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 8281771715fc..be61034ea4be 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -1,10 +1,4 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: kdebase3.1 -# Date created: 29 November 2002 -# Whom: kde@freebsd.org -# # $FreeBSD$ -# PORTNAME= kde-baseapps PORTVERSION= ${KDE4_VERSION} @@ -36,16 +30,19 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" MAN1= kbookmarkmerger.1 \ kfind.1 -OPTIONS= KONSOLE "Install Konsole terminal emulator" on \ - KWRITE "Install KWrite text editor" on +OPTIONS_DEFINE= KONSOLE KWRITE +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +KONSOLE_DESC= Install Konsole terminal emulator +KWRITE_DESC= Install KWrite text editor .include <bsd.port.options.mk> -.ifndef(WITHOUT_KONSOLE) +.if ${PORT_OPTIONS:MKONSOLE} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/konsole:${PORTSDIR}/x11/konsole .endif -.ifndef(WITHOUT_KWRITE) +.if ${PORT_OPTIONS:MKWRITE} USE_KDE4+= kate_run .endif diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo index e11998aebed0..c134bc58116e 100644 --- a/x11/kde4-baseapps/distinfo +++ b/x11/kde4-baseapps/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-baseapps-4.8.4.tar.xz) = 71fe9c00c90a72c3b5ed0b5058230845255a1df5f9118e7c1c1135a1ac56527c -SIZE (KDE/kde-baseapps-4.8.4.tar.xz) = 2780696 +SHA256 (KDE/kde-baseapps-4.9.5.tar.xz) = 8ebd4f005874a7818d7258575f22f35cbb57a667a36bf34301fa55d695c9b74d +SIZE (KDE/kde-baseapps-4.9.5.tar.xz) = 2527344 diff --git a/x11/kde4-baseapps/pkg-plist b/x11/kde4-baseapps/pkg-plist index dca9c9c0da0c..ef13ec9bbf80 100644 --- a/x11/kde4-baseapps/pkg-plist +++ b/x11/kde4-baseapps/pkg-plist @@ -263,6 +263,7 @@ share/doc/HTML/en/konqueror/filemanager.docbook share/doc/HTML/en/konqueror/folders.png share/doc/HTML/en/konqueror/format-font-size-less.png share/doc/HTML/en/konqueror/format-font-size-more.png +share/doc/HTML/en/konqueror/grouping-view.png share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook share/doc/HTML/en/konqueror/introduction.docbook @@ -388,7 +389,7 @@ share/kde4/servicetypes/uasprovider.desktop @dirrmtry share/apps/kwebkitpart/kpartplugins @dirrmtry share/apps/kwebkitpart @dirrm share/apps/konqueror/profiles -@dirrm share/apps/konqueror/pics +@dirrmtry share/apps/konqueror/pics @dirrm share/apps/konqueror/opensearch @dirrm share/apps/konqueror/kpartplugins @dirrm share/apps/konqueror/icons/oxygen/scalable/actions diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 90e75f9172de..ccbad0cedfb4 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -1,14 +1,7 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: kdebase-runtime -# Date created: 22 Januar 2008 -# Whom: kde@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -18,26 +11,25 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - exiv2.12:${PORTSDIR}/graphics/exiv2 \ - xine.2:${PORTSDIR}/multimedia/libxine \ - slp.1:${PORTSDIR}/net/openslp \ - smbclient.0:${PORTSDIR}/net/samba-libsmbclient \ - ssh.4:${PORTSDIR}/security/libssh \ - qzeitgeist.1:${PORTSDIR}/sysutils/qzeitgeist - + jpeg:${PORTSDIR}/graphics/jpeg \ + exiv2:${PORTSDIR}/graphics/exiv2 \ + slp:${PORTSDIR}/net/openslp \ + smbclient:${PORTSDIR}/net/samba-libsmbclient \ + ssh:${PORTSDIR}/security/libssh \ + qzeitgeist:${PORTSDIR}/sysutils/qzeitgeist \ + nepomukcore:${PORTSDIR}/sysutils/nepomuk-core \ + kactivities:${PORTSDIR}/x11/kactivities # Explicitly depend on libssh to avoid interference with ssh.4 from # compat7x. BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh - RUN_DEPENDS= cagibid:${PORTSDIR}/net/cagibi CONFLICTS= kdebase-runtime-4.[0-6].* kdebase-workspace-4.5.[0-5] nepomukcontroller-0.2 -USE_XZ= yes +USE_XZ= yes USE_GETTEXT= yes -USE_KDE4= kdehier kdelibs kdeprefix \ - attica automoc4 ontologies sharedmime soprano strigi +USE_KDE4= kdehier kdelibs kdeprefix oxygen \ + attica automoc4 pimlibs sharedmime strigi KDE4_BUILDENV= yes USE_QT4= dbus declarative designer gui phonon qt3support \ script svg webkit xml \ @@ -49,11 +41,12 @@ MAKE_JOBS_SAFE= yes MAN1= kdesu.1 MAN8= nepomukserver.8 nepomukservicestub.8 -SUB_FILES= nepomuk-env.sh +OPTIONS_DEFINE= NEPOMUK PULSEAUDIO XINE ZEITGEIST -OPTIONS= NEPOMUK "Nepomuk semantic desktop (installs Virtuoso)" off \ - SPEAKER "Speaker setup GUI (requires PulseAudio)" off \ - ZEITGEIST "Event logging via Zeitgeist" off +NEPOMUK_DESC= Nepomuk semantic desktop via Virtuoso +PULSEAUDIO_DESC=Audio configuration via PulseAudio +XINE_DESC= Phonon-xine configuration via xine +ZEITGEIST_DESC= Event logging via Zeitgeist # Explicitly disable ALSA, see for details: # http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html @@ -61,27 +54,34 @@ CMAKE_ARGS+= -DWITH_ALSA:BOOL=OFF .include <bsd.port.options.mk> -.if defined(WITH_NEPOMUK) +.if ${PORT_OPTIONS:MNEPOMUK} RUN_DEPENDS+= virtuoso-t:${PORTSDIR}/databases/virtuoso .endif -.if defined(WITH_SPEAKER) -CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=ON -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio \ - canberra.0:${PORTSDIR}/audio/libcanberra -USE_GNOME= glib20 +.if ${PORT_OPTIONS:MSPEAKER} +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio \ + canberra:${PORTSDIR}/audio/libcanberra +USE_GNOME+= glib20 .else CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF .endif -.if defined(WITH_ZEITGEIST) +.if ${PORT_OPTIONS:MXINE} +LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine +PLIST_SUB+= XINE="" +.else +CMAKE_ARGS+= -DWITH_Xine:BOOL=OFF +PLIST_SUB+= XINE="@comment " +.endif + +.if ${PORT_OPTIONS:MZEITGEIST} RUN_DEPENDS+= zeitgeist-daemon:${PORTSDIR}/sysutils/zeitgeist .endif .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz +LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz .endif .if ${KDE4_PREFIX} != ${LOCALBASE} @@ -101,8 +101,4 @@ post-patch: ${PATCH_WRKSRC}/kioslave/man/man2html.cpp \ ${PATCH_WRKSRC}/cmake/modules/FindCLucene.cmake -post-install: - ${MKDIR} ${PREFIX}/env - ${INSTALL_SCRIPT} ${WRKDIR}/nepomuk-env.sh ${PREFIX}/env - .include <bsd.port.post.mk> diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index f185dffd10a6..5c0d9da7f99c 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kde-runtime-4.8.4.tar.xz) = ac3235ef85cc330fed4660d2d716f26310ac705d1088946fe8d491da5da7523c -SIZE (KDE/kde-runtime-4.8.4.tar.xz) = 6060492 +SHA256 (KDE/kde-runtime-4.9.5.tar.xz) = 1a840e1bb59ba1905d738188647e48556990142193885f4586473213b1a77ece +SIZE (KDE/kde-runtime-4.9.5.tar.xz) = 6432752 diff --git a/x11/kde4-runtime/pkg-plist b/x11/kde4-runtime/pkg-plist index 4493f2bd8cca..642be57f9798 100644 --- a/x11/kde4-runtime/pkg-plist +++ b/x11/kde4-runtime/pkg-plist @@ -24,29 +24,15 @@ bin/ktrash bin/kuiserver bin/kwalletd bin/kwriteconfig -bin/nepomuk-simpleresource-rcgen -bin/nepomukbackup bin/nepomukcontroller -bin/nepomukindexer -bin/nepomukserver -bin/nepomukservicestub bin/plasma-remote-helper bin/plasmapkg bin/solid-hardware -env/nepomuk-env.sh etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf etc/xdg/menus/kde-information.menu include/knotify_export.h include/knotifyconfig.h include/knotifyplugin.h -include/nepomuk/createresourcejob.h -include/nepomuk/datamanagement.h -include/nepomuk/describeresourcesjob.h -include/nepomuk/nepomukdatamanagement_export.h -include/nepomuk/resourcewatcher.h -include/nepomuk/simpleresource.h -include/nepomuk/simpleresourcegraph.h -include/nepomuk/storeresourcesjob.h lib/attica_kde.so lib/kconf_update_bin/phonon_devicepreference_update lib/kconf_update_bin/phonon_deviceuids_update @@ -59,56 +45,76 @@ lib/kde4/htmlthumbnail.so lib/kde4/imagethumbnail.so lib/kde4/imports/org/kde/draganddrop/libdraganddropplugin.so lib/kde4/imports/org/kde/draganddrop/qmldir -lib/kde4/imports/org/kde/plasma/components/AppManager.js +lib/kde4/imports/org/kde/locale/liblocalebindingsplugin.so +lib/kde4/imports/org/kde/locale/qmldir lib/kde4/imports/org/kde/plasma/components/BusyIndicator.qml lib/kde4/imports/org/kde/plasma/components/Button.qml lib/kde4/imports/org/kde/plasma/components/ButtonColumn.qml lib/kde4/imports/org/kde/plasma/components/ButtonGroup.js lib/kde4/imports/org/kde/plasma/components/ButtonRow.qml -lib/kde4/imports/org/kde/plasma/components/ButtonShadow.qml lib/kde4/imports/org/kde/plasma/components/CheckBox.qml lib/kde4/imports/org/kde/plasma/components/CommonDialog.qml +lib/kde4/imports/org/kde/plasma/components/ContextMenu.qml lib/kde4/imports/org/kde/plasma/components/Dialog.qml -lib/kde4/imports/org/kde/plasma/components/DualStateButton.qml lib/kde4/imports/org/kde/plasma/components/Highlight.qml -lib/kde4/imports/org/kde/plasma/components/IconLoader.qml lib/kde4/imports/org/kde/plasma/components/Label.qml lib/kde4/imports/org/kde/plasma/components/ListItem.qml lib/kde4/imports/org/kde/plasma/components/Page.qml -lib/kde4/imports/org/kde/plasma/components/PageStack.js lib/kde4/imports/org/kde/plasma/components/PageStack.qml lib/kde4/imports/org/kde/plasma/components/ProgressBar.qml lib/kde4/imports/org/kde/plasma/components/RadioButton.qml -lib/kde4/imports/org/kde/plasma/components/RoundShadow.qml lib/kde4/imports/org/kde/plasma/components/ScrollBar.qml -lib/kde4/imports/org/kde/plasma/components/ScrollBarDelegate.qml -lib/kde4/imports/org/kde/plasma/components/ScrollDecoratorDelegate.qml -lib/kde4/imports/org/kde/plasma/components/SectionScroller.js lib/kde4/imports/org/kde/plasma/components/SectionScroller.qml lib/kde4/imports/org/kde/plasma/components/SelectionDialog.qml +lib/kde4/imports/org/kde/plasma/components/Sheet.qml lib/kde4/imports/org/kde/plasma/components/Slider.qml lib/kde4/imports/org/kde/plasma/components/Switch.qml lib/kde4/imports/org/kde/plasma/components/TabBar.qml -lib/kde4/imports/org/kde/plasma/components/TabBarLayout.qml lib/kde4/imports/org/kde/plasma/components/TabButton.qml -lib/kde4/imports/org/kde/plasma/components/TabGroup.js lib/kde4/imports/org/kde/plasma/components/TabGroup.qml lib/kde4/imports/org/kde/plasma/components/TextArea.qml lib/kde4/imports/org/kde/plasma/components/TextField.qml -lib/kde4/imports/org/kde/plasma/components/TextFieldFocus.qml lib/kde4/imports/org/kde/plasma/components/ToolBar.qml lib/kde4/imports/org/kde/plasma/components/ToolBarLayout.qml lib/kde4/imports/org/kde/plasma/components/ToolButton.qml lib/kde4/imports/org/kde/plasma/components/libplasmacomponentsplugin.so +lib/kde4/imports/org/kde/plasma/components/private/AppManager.js +lib/kde4/imports/org/kde/plasma/components/private/ButtonShadow.qml +lib/kde4/imports/org/kde/plasma/components/private/Config.js +lib/kde4/imports/org/kde/plasma/components/private/DualStateButton.qml +lib/kde4/imports/org/kde/plasma/components/private/IconLoader.qml +lib/kde4/imports/org/kde/plasma/components/private/PageStack.js +lib/kde4/imports/org/kde/plasma/components/private/RoundShadow.qml +lib/kde4/imports/org/kde/plasma/components/private/ScrollBarDelegate.qml +lib/kde4/imports/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml +lib/kde4/imports/org/kde/plasma/components/private/SectionScroller.js +lib/kde4/imports/org/kde/plasma/components/private/TabBarLayout.qml +lib/kde4/imports/org/kde/plasma/components/private/TabGroup.js +lib/kde4/imports/org/kde/plasma/components/private/TextFieldFocus.qml lib/kde4/imports/org/kde/plasma/components/qmldir lib/kde4/imports/org/kde/plasma/core/libcorebindingsplugin.so lib/kde4/imports/org/kde/plasma/core/qmldir +lib/kde4/imports/org/kde/plasma/extras/App.qml +lib/kde4/imports/org/kde/plasma/extras/Heading.qml +lib/kde4/imports/org/kde/plasma/extras/Paragraph.qml +lib/kde4/imports/org/kde/plasma/extras/ScrollArea.qml +lib/kde4/imports/org/kde/plasma/extras/Title.qml +lib/kde4/imports/org/kde/plasma/extras/animations/ActivateAnimation.qml +lib/kde4/imports/org/kde/plasma/extras/animations/Animations.js +lib/kde4/imports/org/kde/plasma/extras/animations/AppearAnimation.qml +lib/kde4/imports/org/kde/plasma/extras/animations/DisappearAnimation.qml +lib/kde4/imports/org/kde/plasma/extras/animations/PressedAnimation.qml +lib/kde4/imports/org/kde/plasma/extras/animations/ReleasedAnimation.qml +lib/kde4/imports/org/kde/plasma/extras/libplasmaextracomponentsplugin.so +lib/kde4/imports/org/kde/plasma/extras/qmldir lib/kde4/imports/org/kde/plasma/graphicslayouts/libgraphicslayoutsbindingsplugin.so lib/kde4/imports/org/kde/plasma/graphicslayouts/qmldir lib/kde4/imports/org/kde/plasma/graphicswidgets/libgraphicswidgetsbindingsplugin.so lib/kde4/imports/org/kde/plasma/graphicswidgets/qmldir lib/kde4/imports/org/kde/qtextracomponents/libqtextracomponentsplugin.so lib/kde4/imports/org/kde/qtextracomponents/qmldir +lib/kde4/imports/org/kde/runnermodel/librunnermodelplugin.so +lib/kde4/imports/org/kde/runnermodel/qmldir lib/kde4/jpegthumbnail.so lib/kde4/kcm_attica.so lib/kde4/kcm_cgi.so @@ -123,7 +129,7 @@ lib/kde4/kcm_knotify.so lib/kde4/kcm_locale.so lib/kde4/kcm_nepomuk.so lib/kde4/kcm_phonon.so -lib/kde4/kcm_phononxine.so +%%XINE%%lib/kde4/kcm_phononxine.so lib/kde4/kcm_trash.so lib/kde4/kcmspellchecking.so lib/kde4/kded_desktopnotifier.so @@ -134,6 +140,7 @@ lib/kde4/kded_nepomuksearchmodule.so lib/kde4/kded_networkstatus.so lib/kde4/kded_networkwatcher.so lib/kde4/kded_phononserver.so +lib/kde4/kded_recentdocumentsnotifier.so lib/kde4/kded_remotedirnotify.so lib/kde4/kded_solidautoeject.so lib/kde4/kded_soliduiserver.so @@ -153,6 +160,7 @@ lib/kde4/kio_nepomuk.so lib/kde4/kio_nepomuksearch.so lib/kde4/kio_network.so lib/kde4/kio_nfs.so +lib/kde4/kio_recentdocuments.so lib/kde4/kio_remote.so lib/kde4/kio_settings.so lib/kde4/kio_sftp.so @@ -180,11 +188,6 @@ lib/kde4/libkmanpart.so lib/kde4/librenaudioplugin.so lib/kde4/librenimageplugin.so lib/kde4/localdomainurifilter.so -lib/kde4/nepomukbackupsync.so -lib/kde4/nepomukfileindexer.so -lib/kde4/nepomukfilewatch.so -lib/kde4/nepomukqueryservice.so -lib/kde4/nepomukstorage.so lib/kde4/plasma-kpart.so lib/kde4/plasma_appletscript_declarative.so lib/kde4/plasma_appletscript_simple_javascript.so @@ -192,43 +195,35 @@ lib/kde4/plasma_containment_newspaper.so lib/kde4/plasma_dataenginescript_javascript.so lib/kde4/plasma_packagestructure_javascriptaddon.so lib/kde4/plasma_runnerscript_javascript.so -lib/kde4/platformimports/touch/org/kde/plasma/components/AppManager.js lib/kde4/platformimports/touch/org/kde/plasma/components/BusyIndicator.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Button.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonColumn.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonGroup.js lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonRow.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/CheckBox.qml lib/kde4/platformimports/touch/org/kde/plasma/components/CommonDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Dialog.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/DualStateButton.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/EditBubble.js +lib/kde4/platformimports/touch/org/kde/plasma/components/EditBubble.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Highlight.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/IconLoader.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Label.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ListItem.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Menu.qml lib/kde4/platformimports/touch/org/kde/plasma/components/MenuItem.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Page.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/PageStack.js lib/kde4/platformimports/touch/org/kde/plasma/components/PageStack.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ProgressBar.qml lib/kde4/platformimports/touch/org/kde/plasma/components/QueryDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/RadioButton.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/RoundShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollBar.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollBarDelegate.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollDecorator.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollDecoratorDelegate.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/SectionScroller.js lib/kde4/platformimports/touch/org/kde/plasma/components/SectionScroller.qml lib/kde4/platformimports/touch/org/kde/plasma/components/SelectionDialog.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/Sheet.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Slider.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Switch.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TabBar.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/TabBarLayout.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TabButton.qml -lib/kde4/platformimports/touch/org/kde/plasma/components/TabGroup.js lib/kde4/platformimports/touch/org/kde/plasma/components/TabGroup.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TextArea.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TextField.qml @@ -238,6 +233,19 @@ lib/kde4/platformimports/touch/org/kde/plasma/components/ToolBarLayout.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ToolButton.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Window.qml lib/kde4/platformimports/touch/org/kde/plasma/components/libplasmacomponentsplugin.so +lib/kde4/platformimports/touch/org/kde/plasma/components/private/AppManager.js +lib/kde4/platformimports/touch/org/kde/plasma/components/private/ButtonShadow.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/Config.js +lib/kde4/platformimports/touch/org/kde/plasma/components/private/DualStateButton.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/IconLoader.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/PageStack.js +lib/kde4/platformimports/touch/org/kde/plasma/components/private/RoundShadow.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/ScrollBarDelegate.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/SectionScroller.js +lib/kde4/platformimports/touch/org/kde/plasma/components/private/TabBarLayout.qml +lib/kde4/platformimports/touch/org/kde/plasma/components/private/TabGroup.js +lib/kde4/platformimports/touch/org/kde/plasma/components/private/TextFieldFocus.qml lib/kde4/platformimports/touch/org/kde/plasma/components/qmldir lib/kde4/plugins/phonon_platform/kde.so lib/kde4/svgthumbnail.so @@ -249,7 +257,6 @@ lib/libkdeinit4_kglobalaccel.so lib/libkdeinit4_khelpcenter.so lib/libkdeinit4_kuiserver.so lib/libkdeinit4_kwalletd.so -lib/libkdeinit4_nepomukserver.so lib/libknotifyplugin.so lib/libkwalletbackend.so lib/libkwalletbackend.so.5 @@ -257,16 +264,8 @@ lib/libkwalletbackend.so.5.0.1 lib/libmolletnetwork.so lib/libmolletnetwork.so.5 lib/libmolletnetwork.so.5.0.1 -lib/libnepomukcommon.so -lib/libnepomukdatamanagement.so -lib/libnepomukdatamanagement.so.5 -lib/libnepomukdatamanagement.so.5.0.1 -lib/libnepomuksync.so -lib/libnepomuksync.so.5 -lib/libnepomuksync.so.5.0.1 share/applications/kde4/Help.desktop share/applications/kde4/knetattach.desktop -share/applications/kde4/nepomukbackup.desktop share/applications/kde4/nepomukcontroller.desktop share/apps/cmake/modules/FindCLucene.cmake share/apps/cmake/modules/FindSLP.cmake @@ -296,6 +295,7 @@ share/apps/desktoptheme/default/icons/notification.svgz share/apps/desktoptheme/default/icons/preferences.svgz share/apps/desktoptheme/default/icons/printer.svgz share/apps/desktoptheme/default/icons/quassel.svgz +share/apps/desktoptheme/default/icons/slc.svgz share/apps/desktoptheme/default/icons/wallet.svgz share/apps/desktoptheme/default/metadata.desktop share/apps/desktoptheme/default/opaque/dialogs/background.svgz @@ -384,6 +384,7 @@ share/apps/desktoptheme/oxygen/widgets/frame.svgz share/apps/desktoptheme/oxygen/widgets/glowbar.svgz share/apps/desktoptheme/oxygen/widgets/line.svgz share/apps/desktoptheme/oxygen/widgets/lineedit.svgz +share/apps/desktoptheme/oxygen/widgets/media-delegate.svgz share/apps/desktoptheme/oxygen/widgets/monitor.svgz share/apps/desktoptheme/oxygen/widgets/pager.svgz share/apps/desktoptheme/oxygen/widgets/panel-background.svgz @@ -405,7 +406,6 @@ share/apps/drkonqi/debuggers/internal/gdbrc share/apps/drkonqi/debuggers/internal/kdbgwinrc share/apps/drkonqi/mappings share/apps/drkonqi/pics/crash.png -share/apps/fileindexerservice/nepomukfileindexer.notifyrc share/apps/hardwarenotifications/hardwarenotifications.notifyrc share/apps/kcm_componentchooser/kcm_browser.desktop share/apps/kcm_componentchooser/kcm_filemanager.desktop @@ -416,7 +416,6 @@ share/apps/kcm_phonon/listview-background.png share/apps/kcmlocale/pics/background.png share/apps/kconf_update/devicepreference.upd share/apps/kconf_update/kuriikwsfilter.upd -share/apps/kconf_update/nepomukstrigiservice-migrate.upd share/apps/kde/kde.notifyrc share/apps/kglobalaccel/kglobalaccel.notifyrc share/apps/khelpcenter/glossary.html.in @@ -435,6 +434,7 @@ share/apps/khelpcenter/plugins/Manpages/man7.desktop share/apps/khelpcenter/plugins/Manpages/man8.desktop share/apps/khelpcenter/plugins/Scrollkeeper/.directory share/apps/khelpcenter/plugins/Scrollkeeper/scrollkeeper.desktop +share/apps/khelpcenter/plugins/fundamentals.desktop share/apps/khelpcenter/plugins/info.desktop share/apps/khelpcenter/plugins/kcontrolmodules.desktop share/apps/khelpcenter/plugins/kicmodules.desktop @@ -463,13 +463,10 @@ share/apps/ksmserver/windowmanagers/metacity.desktop share/apps/ksmserver/windowmanagers/openbox.desktop share/apps/kwalletd/kwalletd.notifyrc share/apps/libphonon/hardwaredatabase -share/apps/nepomukfilewatch/nepomukfilewatch.notifyrc -share/apps/nepomukstorage/nepomukstorage.notifyrc share/apps/phonon/phonon.notifyrc share/apps/remoteview/network.desktop share/apps/remoteview/smb-network.desktop share/autostart/nepomukcontroller.desktop -share/autostart/nepomukserver.desktop share/config.kcfg/jpegcreatorsettings.kcfg share/config.kcfg/khelpcenter.kcfg share/config/emoticons.knsrc @@ -478,21 +475,7 @@ share/config/khotnewstuff.knsrc share/config/khotnewstuff_upload.knsrc share/config/kshorturifilterrc share/dbus-1/interfaces/org.kde.KTimeZoned.xml -share/dbus-1/interfaces/org.kde.NepomukServer.xml share/dbus-1/interfaces/org.kde.khelpcenter.kcmhelpcenter.xml -share/dbus-1/interfaces/org.kde.nepomuk.BackupSync.xml -share/dbus-1/interfaces/org.kde.nepomuk.DataManagement.xml -share/dbus-1/interfaces/org.kde.nepomuk.FileIndexer.xml -share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml -share/dbus-1/interfaces/org.kde.nepomuk.Query.xml -share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml -share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcher.xml -share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcherConnection.xml -share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml -share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml -share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml -share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.backupmanager.xml -share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.syncmanager.xml share/dbus-1/interfaces/org.kde.network.kioslavenotifier.xml share/dbus-1/services/org.kde.knotify.service share/dbus-1/services/org.kde.kuiserver.service @@ -536,6 +519,33 @@ share/desktop-directories/kde-utilities-peripherals.directory share/desktop-directories/kde-utilities-pim.directory share/desktop-directories/kde-utilities-xutils.directory share/desktop-directories/kde-utilities.directory +share/doc/HTML/en/fundamentals/colors.png +share/doc/HTML/en/fundamentals/common +share/doc/HTML/en/fundamentals/config.docbook +share/doc/HTML/en/fundamentals/find-find-inline.png +share/doc/HTML/en/fundamentals/find-replace-inline.png +share/doc/HTML/en/fundamentals/files-locationbar-breadcrumb.png +share/doc/HTML/en/fundamentals/files-locationbar-context-menu.png +share/doc/HTML/en/fundamentals/files-locationbar-editable.png +share/doc/HTML/en/fundamentals/files-locationbar-places-icon.png +share/doc/HTML/en/fundamentals/files-open.png +share/doc/HTML/en/fundamentals/files-save.png +share/doc/HTML/en/fundamentals/find-find.png +share/doc/HTML/en/fundamentals/find-found.png +share/doc/HTML/en/fundamentals/find-replace.png +share/doc/HTML/en/fundamentals/fonts.png +share/doc/HTML/en/fundamentals/index.cache.bz2 +share/doc/HTML/en/fundamentals/index.docbook +share/doc/HTML/en/fundamentals/install.docbook +share/doc/HTML/en/fundamentals/menus.png +share/doc/HTML/en/fundamentals/shortcuts-schemes.png +share/doc/HTML/en/fundamentals/shortcuts-search.png +share/doc/HTML/en/fundamentals/shortcuts-set.png +share/doc/HTML/en/fundamentals/spellcheck-check.png +share/doc/HTML/en/fundamentals/tasks.docbook +share/doc/HTML/en/fundamentals/toolbars-configure.png +share/doc/HTML/en/fundamentals/toolbars-toolbar.png +share/doc/HTML/en/fundamentals/ui.docbook share/doc/HTML/en/kcontrol/attica/common share/doc/HTML/en/kcontrol/attica/index.cache.bz2 share/doc/HTML/en/kcontrol/attica/index.docbook @@ -815,7 +825,7 @@ share/kde4/services/kcm_attica.desktop share/kde4/services/kcm_kdnssd.desktop share/kde4/services/kcm_nepomuk.desktop share/kde4/services/kcm_phonon.desktop -share/kde4/services/kcm_phononxine.desktop +%%XINE%%share/kde4/services/kcm_phononxine.desktop share/kde4/services/kcmcgi.desktop share/kde4/services/kcmkded.desktop share/kde4/services/kcmnotify.desktop @@ -828,6 +838,7 @@ share/kde4/services/kded/nepomuksearchmodule.desktop share/kde4/services/kded/networkstatus.desktop share/kde4/services/kded/networkwatcher.desktop share/kde4/services/kded/phononserver.desktop +share/kde4/services/kded/recentdocumentsnotifier.desktop share/kde4/services/kded/remotedirnotify.desktop share/kde4/services/kded/solidautoeject.desktop share/kde4/services/kded/soliduiserver.desktop @@ -845,16 +856,7 @@ share/kde4/services/localdomainurifilter.desktop share/kde4/services/lzma.protocol share/kde4/services/man.protocol share/kde4/services/nepomuk.protocol -share/kde4/services/nepomukactivitiesservice.desktop -share/kde4/services/nepomukbackupsync.desktop -share/kde4/services/nepomukfileindexer.desktop -share/kde4/services/nepomukfilewatch.desktop -share/kde4/services/nepomukontologyloader.desktop -share/kde4/services/nepomukqueryservice.desktop -share/kde4/services/nepomukremovablestorageservice.desktop share/kde4/services/nepomuksearch.protocol -share/kde4/services/nepomukstorage.desktop -share/kde4/services/nepomukstrigiservice.desktop share/kde4/services/network.protocol share/kde4/services/nfs.protocol share/kde4/services/plasma-containment-newspaper.desktop @@ -865,6 +867,7 @@ share/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop share/kde4/services/plasma-scriptengine-dataengine-javascript.desktop share/kde4/services/plasma-scriptengine-runner-javascript.desktop share/kde4/services/programs.protocol +share/kde4/services/recentdocuments.protocol share/kde4/services/remote.protocol share/kde4/services/renaudiodlg.desktop share/kde4/services/renimagedlg.desktop @@ -1008,7 +1011,6 @@ share/kde4/services/windowsimagethumbnail.desktop share/kde4/services/xz.protocol share/kde4/services/zip.protocol share/kde4/servicetypes/knotifynotifymethod.desktop -share/kde4/servicetypes/nepomukservice.desktop share/kde4/servicetypes/phononbackend.desktop share/kde4/servicetypes/plasma-javascriptaddon.desktop share/kde4/servicetypes/searchprovider.desktop @@ -1816,12 +1818,6 @@ share/mime/inode/vnd.kde.service.webdavs.xml share/mime/inode/vnd.kde.service.workstation.xml share/mime/inode/vnd.kde.service.xmpp-server.xml share/mime/packages/network.xml -share/ontology/kde/kext.ontology -share/ontology/kde/kext.trig -share/ontology/kde/kuvo.ontology -share/ontology/kde/kuvo.trig -share/ontology/kde/nrio.ontology -share/ontology/kde/nrio.trig share/polkit-1/actions/org.kde.kcontrol.kcmremotewidgets.policy share/sounds/KDE-Im-Cant-Connect.ogg share/sounds/KDE-Im-Connection-Lost.ogg @@ -1872,8 +1868,6 @@ share/sounds/KDE-Window-Move-Stop.ogg share/sounds/KDE-Window-Move.ogg share/sounds/KDE-Window-Shade-Down.ogg share/sounds/KDE-Window-Shade-Up.ogg -@dirrm share/ontology/kde -@dirrmtry share/ontology @dirrm share/locale/l10n/zw @dirrm share/locale/l10n/zm @dirrm share/locale/l10n/za @@ -2176,10 +2170,9 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/cache @dirrm share/doc/HTML/en/kcontrol/bookmarks @dirrm share/doc/HTML/en/kcontrol/attica +@dirrm share/doc/HTML/en/fundamentals @dirrmtry share/desktop-directories @dirrm share/apps/phonon -@dirrm share/apps/nepomukstorage -@dirrm share/apps/nepomukfilewatch @dirrm share/apps/libphonon @dirrm share/apps/kwalletd @dirrm share/apps/ksmserver/windowmanagers @@ -2204,7 +2197,6 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/kcmlocale @dirrm share/apps/kcm_phonon @dirrm share/apps/hardwarenotifications -@dirrm share/apps/fileindexerservice @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers/internal @dirrm share/apps/drkonqi/debuggers/external @@ -2227,22 +2219,27 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/desktoptheme/appdashboard/widgets @dirrm share/apps/desktoptheme/appdashboard @dirrm lib/kde4/plugins/phonon_platform +@dirrm lib/kde4/platformimports/touch/org/kde/plasma/components/private @dirrm lib/kde4/platformimports/touch/org/kde/plasma/components @dirrm lib/kde4/platformimports/touch/org/kde/plasma @dirrm lib/kde4/platformimports/touch/org/kde @dirrm lib/kde4/platformimports/touch/org @dirrm lib/kde4/platformimports/touch @dirrm lib/kde4/platformimports +@dirrm lib/kde4/imports/org/kde/runnermodel @dirrm lib/kde4/imports/org/kde/qtextracomponents @dirrm lib/kde4/imports/org/kde/plasma/graphicswidgets @dirrm lib/kde4/imports/org/kde/plasma/graphicslayouts +@dirrm lib/kde4/imports/org/kde/plasma/extras/animations +@dirrm lib/kde4/imports/org/kde/plasma/extras @dirrm lib/kde4/imports/org/kde/plasma/core +@dirrm lib/kde4/imports/org/kde/plasma/components/private @dirrm lib/kde4/imports/org/kde/plasma/components @dirrm lib/kde4/imports/org/kde/plasma +@dirrm lib/kde4/imports/org/kde/locale @dirrm lib/kde4/imports/org/kde/draganddrop @dirrmtry lib/kde4/imports/org/kde @dirrmtry lib/kde4/imports/org @dirrmtry lib/kde4/imports @dirrmtry etc/xdg/menus @dirrmtry etc/xdg -@dirrmtry env diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 6d98888fea23..a2215dd65137 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -1,15 +1,11 @@ -# Created by: kde@FreeBSD.org # $FreeBSD$ PORTNAME= kde-workspace PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde -MASTER_SITES= ${MASTER_SITE_KDE_kde} \ - ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~avilla/distfiles/ -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src/:kde \ - avilla/ +MASTER_SITES= ${MASTER_SITE_KDE:C@$@:kde@} \ + LOCAL/avilla +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src/:kde DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kde \ stripes-freebsd-1.0.tar.bz2 DIST_SUBDIR= KDE @@ -18,22 +14,20 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit \ - pci.3:${PORTSDIR}/devel/libpci \ - hal.1:${PORTSDIR}/sysutils/hal \ - qalculate.5:${PORTSDIR}/math/libqalculate \ - prison.0:${PORTSDIR}/graphics/prison \ +LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ + ck-connector:${PORTSDIR}/sysutils/consolekit \ + pci:${PORTSDIR}/devel/libpci \ + hal:${PORTSDIR}/sysutils/hal \ + qalculate:${PORTSDIR}/math/libqalculate \ + prison:${PORTSDIR}/graphics/prison \ boost_thread:${PORTSDIR}/devel/boost-libs \ - dbusmenu-qt.2:${PORTSDIR}/devel/libdbusmenu-qt \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 \ + dbusmenu-qt:${PORTSDIR}/devel/libdbusmenu-qt \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - kactivities.6:${PORTSDIR}/x11/kactivities - + jpeg:${PORTSDIR}/graphics/jpeg \ + kactivities:${PORTSDIR}/x11/kactivities BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb - RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xprop:${PORTSDIR}/x11/xprop \ @@ -45,13 +39,12 @@ RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ ${KDE4_PREFIX}/bin/ksysguardd:${PORTSDIR}/sysutils/ksysguardd \ ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde \ - ${LOCALBASE}/etc/pam.d/kde:${PORTSDIR}/security/pam_kde + ${KDE4_PREFIX}/lib/kde4/libexec/polkitkde1helper:${PORTSDIR}/sysutils/kcm-polkit-kde \ + ${LOCALBASE}/etc/pam.d/kde:${PORTSDIR}/security/pam_kde \ + ${KDE4_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:${PORTSDIR}/x11-themes/kde4-base-artwork CONFLICTS= kdeaccessibility-4.[0-6].* kdebase-workspace-4.[0-6].* -SUB_FILES= pkg-message -USE_RC_SUBR= kdm4 -USE_XZ= yes USE_GETTEXT= yes USE_GL= glu USE_GNOME= glib20 @@ -59,21 +52,18 @@ USE_ICONV= yes USE_KDE4= kdehier kdelibs kdeprefix oxygen pimlibs \ akonadi automoc4 ontologies qimageblitz soprano strigi KDE4_BUILDENV= yes +USE_PKGCONFIG= build USE_QT4= dbus declarative gui network opengl phonon \ qt3support qtestlib script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \ xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst +USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USERS= kdm -GROUPS= kdm - -MAN1= plasmaengineexplorer.1 plasmapkg.1 plasmoidviewer.1 - -# PyKDE4, Xmms and Googlegadgets could be enabled. -CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ +# Xmms and Googlegadgets could be enabled. +CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DBUILD_python:BOOL=OFF \ -DBUILD_ruby:BOOL=OFF \ -DWITH_BlueZ:BOOL=OFF \ @@ -83,18 +73,32 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_Googlegadgets:BOOL=OFF \ -DWITH_PyKDE4:BOOL=OFF -OPTIONS= GPS "Support for GPS geolocation dataengine" on \ - PHONON_GSTREAMER "GStreamer backend for Phonon (recommended)" on \ - PHONON_VLC "VLC backend for Phonon" off \ - PLASMA_PYTHON "Support for plasmoids written in Python" off \ - PLASMA_RUBY "Support for plasmoids written in Ruby" off \ - UPOWER "Support for power management" on \ - WALLPAPERS "Official KDE wallpapers" on +SUB_FILES= pkg-message +USE_RC_SUBR= kdm4 + +USERS= kdm +GROUPS= kdm + +MAN1= plasmaengineexplorer.1 plasmapkg.1 plasmoidviewer.1 + +OPTIONS_DEFINE= GPS UPOWER WALLPAPERS +OPTIONS_GROUP= PHONON PLASMA +OPTIONS_GROUP_PHONON= GSTREAMER VLC +OPTIONS_GROUP_PLASMA= PYTHON RUBY +OPTIONS_DEFAULT=GPS GSTREAMER UPOWER WALLPAPERS + +GPS_DESC= GPS geolocation via gpsd +GSTREAMER_DESC= Multimedia via Phonon-GStreamer +PYTHON_DESC= Python plasmoids support +RUBY_DESC= Ruby plasmoids support +UPOWER_DESC= Power management via UPower +VLC_DESC= Multimedia via Phonon-VLC +WALLPAPERS_DESC=Install official KDE wallpapers .include <bsd.port.options.mk> -.if !defined(WITHOUT_GPS) -LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd +.if ${PORT_OPTIONS:MGPS} +LIB_DEPENDS+= gps:${PORTSDIR}/astro/gpsd CMAKE_ARGS+= -DWITH_libgps:BOOL=ON PLIST_SUB+= GPS="" .else @@ -102,35 +106,35 @@ CMAKE_ARGS+= -DWITH_libgps:BOOL=OFF PLIST_SUB+= GPS="@comment " .endif -.if !defined(WITHOUT_PHONON_GSTREAMER) +.if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER+= core USE_QT4+= phonon-gst_run .endif -.if defined(WITH_PHONON_VLC) -RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so:${PORTSDIR}/multimedia/phonon-vlc -.endif - -.if defined(WITH_PLASMA_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:${PORTSDIR}/x11/plasma-scriptengine-python .endif -.if defined(WITH_PLASMA_RUBY) +.if ${PORT_OPTIONS:MRUBY} RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:${PORTSDIR}/x11/plasma-scriptengine-ruby .endif -.if !defined(WITHOUT_UPOWER) +.if ${PORT_OPTIONS:MUPOWER} RUN_DEPENDS+= ${LOCALBASE}/libexec/upowerd:${PORTSDIR}/sysutils/upower .endif -.if !defined(WITHOUT_WALLPAPERS) +.if ${PORT_OPTIONS:MVLC} +RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so:${PORTSDIR}/multimedia/phonon-vlc +.endif + +.if ${PORT_OPTIONS:MWALLPAPERS} RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers .endif .include <bsd.port.pre.mk> .if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb +LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .endif .if ${OSVERSION} < 900004 @@ -150,6 +154,7 @@ post-patch: ${PATCH_WRKSRC}/kdm/backend/client.c \ ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ ${PATCH_WRKSRC}/CMakeLists.txt + @${RM} ${WRKSRC}/plasma/generic/applets/batterymonitor/contents/ui/*.orig pre-configure: ${REINPLACE_CMD} -e '/ksysguardd/ d' \ @@ -165,8 +170,8 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/05-freebsdWallpaper.js ${PREFIX}/share/apps/plasma-desktop/init cd ${WRKDIR}/stripes-freebsd-1.0 && \ ${COPYTREE_SHARE} . ${PREFIX}/share/wallpapers -.if defined(WITHOUT_PHONON_GSTREAMER) - @${CAT} ${FILESDIR}/pkg-message-phonon-gstreamer >> ${PKGMESSAGE} +.if ! ${PORT_OPTIONS:MGSTREAMER} + @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} .endif @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo index b966a4f8ad00..f31538b6a8ea 100644 --- a/x11/kde4-workspace/distinfo +++ b/x11/kde4-workspace/distinfo @@ -1,4 +1,4 @@ -SHA256 (KDE/kde-workspace-4.8.4.tar.xz) = 36c95ef05f33445e6c1f80817abe8cadb97c09e3fa6c54d6beb1e3654f08768b -SIZE (KDE/kde-workspace-4.8.4.tar.xz) = 35841792 +SHA256 (KDE/kde-workspace-4.9.5.tar.xz) = 073e495c4ef4eb4689c5c666c86fb6f24f57f2c00801f965c60bf8b32adb014a +SIZE (KDE/kde-workspace-4.9.5.tar.xz) = 22520656 SHA256 (KDE/stripes-freebsd-1.0.tar.bz2) = 6ac543c0be09df2ef89061740f4e6f8d5b807462d030dbbc3bcfd58056431127 SIZE (KDE/stripes-freebsd-1.0.tar.bz2) = 4258348 diff --git a/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml b/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml new file mode 100644 index 000000000000..a2ffa0442140 --- /dev/null +++ b/x11/kde4-workspace/files/patch-plasma__generic__applets__batterymonitor__contents__ui__batterymonitor.qml @@ -0,0 +1,50 @@ +--- ./plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml.orig 2012-08-13 10:54:40.000000000 +0200 ++++ ./plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml 2012-09-27 16:19:28.837589000 +0200 +@@ -48,7 +48,7 @@ + onClicked: plasmoid.togglePopup() + + property QtObject pmSource: plasmoid.rootItem.pmSource +- property bool hasBattery: pmSource.data["Battery"]["Has Battery"] ++ property bool hasBattery: pmSource.data["Battery"]["Has Battery"] && pmSource.data["Battery0"]["Plugged in"] + property int percent: pmSource.data["Battery0"]["Percent"] + property string batteryState: pmSource.data["Battery0"]["State"] + property bool pluggedIn: pmSource.data["AC Adapter"]["Plugged in"] +@@ -135,10 +135,10 @@ + property QtObject pmSource: PlasmaCore.DataSource { + id: pmSource + engine: "powermanagement" +- connectedSources: ["AC Adapter", "Battery", "Battery0", "PowerDevil", "Sleep States"] ++ connectedSources: sources + onDataChanged: { + var status = "PassiveStatus"; +- if (data["Battery"]["Has Battery"]) { ++ if (data["Battery"]["Has Battery"] && data["Battery0"]["Plugged in"]) { + if (data["Battery0"]["Percent"] <= 10) { + status = "NeedsAttentionStatus"; + } else if (data["Battery0"]["State"] != "NoCharge") { +@@ -147,16 +147,6 @@ + } + plasmoid.status = status; + } +- onSourceAdded: { +- if (source == "Battery0") { +- connectSource(source) +- } +- } +- onSourceRemoved: { +- if (source == "Battery0") { +- disconnectSource(source) +- } +- } + } + + function stringForState(state, percent) { +@@ -173,7 +163,7 @@ + id: dialogItem + percent: pmSource.data["Battery0"]["Percent"] + batteryState: pmSource.data["Battery0"]["State"] +- hasBattery: pmSource.data["Battery"]["Has Battery"] ++ hasBattery: pmSource.data["Battery"]["Has Battery"] && pmSource.data["Battery0"]["Plugged in"] + pluggedIn: pmSource.data["AC Adapter"]["Plugged in"] + screenBrightness: pmSource.data["PowerDevil"]["Screen Brightness"] + remainingMsec: parent.show_remaining_time ? Number(pmSource.data["Battery"]["Remaining msec"]) : 0 diff --git a/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp b/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp new file mode 100644 index 000000000000..8883b4e1c9df --- /dev/null +++ b/x11/kde4-workspace/files/patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp @@ -0,0 +1,21 @@ +--- ./powerdevil/daemon/backends/upower/xrandrbrightness.cpp.orig 2012-11-30 08:24:40.000000000 +0100 ++++ ./powerdevil/daemon/backends/upower/xrandrbrightness.cpp 2013-01-22 20:44:13.303230302 +0100 +@@ -69,6 +69,9 @@ + qWarning("No available Randr resources"); + return; + } ++ ++ if (brightness() == -1) ++ m_resources = 0; + } + + XRandrBrightness::~XRandrBrightness() +@@ -85,7 +88,7 @@ + + float XRandrBrightness::brightness() const + { +- float result = 0; ++ float result = -1; + + if (!m_resources) + return result; diff --git a/x11/kde4-workspace/files/pkg-message-phonon-gstreamer b/x11/kde4-workspace/files/pkg-message.gstreamer index f6d499b7bb95..f6d499b7bb95 100644 --- a/x11/kde4-workspace/files/pkg-message-phonon-gstreamer +++ b/x11/kde4-workspace/files/pkg-message.gstreamer diff --git a/x11/kde4-workspace/files/pkg-message.in b/x11/kde4-workspace/files/pkg-message.in index 2c56af33f302..158456987cbb 100644 --- a/x11/kde4-workspace/files/pkg-message.in +++ b/x11/kde4-workspace/files/pkg-message.in @@ -1,6 +1,8 @@ ====================================================================== To enable KDE Display Manager (KDM), add kdm4_enable="YES" to -/etc/rc.conf. To get full functionality you also need procfs(5) -mounted. +rc.conf(5). To get full functionality you also need procfs(5) mounted. + +If sysutils/upower is installed, backlight management support requires +acpi_video(4) to be loaded. diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist index 9ca14d007315..699a6bee0e4c 100644 --- a/x11/kde4-workspace/pkg-plist +++ b/x11/kde4-workspace/pkg-plist @@ -54,6 +54,7 @@ include/kdecorationbridge.h include/kdecorationfactory.h include/kgreeterplugin.h include/kscreensaver.h +include/kscreensaver_export.h include/kscreensaver_vroot.h include/ksgrd/SensorAgent.h include/ksgrd/SensorClient.h @@ -157,9 +158,9 @@ lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets.cmake lib/kconf_update_bin/krdb_clearlibrarypath lib/kconf_update_bin/kwin_update_default_rules +lib/kconf_update_bin/kwin_update_settings_49 lib/kconf_update_bin/kwin_update_tabbox_qml_settings lib/kconf_update_bin/kwin_update_tabbox_settings -lib/kconf_update_bin/kwin_update_window_settings lib/kconf_update_bin/plasma-add-shortcut-to-menu lib/kconf_update_bin/plasma-to-plasma-desktop lib/kde4/classic_mode.so @@ -192,6 +193,7 @@ lib/kde4/kcm_keys.so lib/kde4/kcm_krunner_kill.so lib/kde4/kcm_ksplashthemes.so lib/kde4/kcm_kwin4_effect_builtins.so +lib/kde4/kcm_kwin_scripts.so lib/kde4/kcm_kwincompositing.so lib/kde4/kcm_kwindecoration.so lib/kde4/kcm_kwindesktop.so @@ -217,7 +219,6 @@ lib/kde4/kcm_standard_actions.so lib/kde4/kcm_style.so lib/kde4/kcm_usb.so lib/kde4/kcm_workspaceoptions.so -lib/kde4/kcm_xinerama.so lib/kde4/kded_freespacenotifier.so lib/kde4/kded_kephal.so lib/kde4/kded_keyboard.so @@ -255,12 +256,10 @@ lib/kde4/kwin3_b2.so lib/kde4/kwin3_laptop.so lib/kde4/kwin3_oxygen.so lib/kde4/kwin3_plastik.so -lib/kde4/kwin3_tabstrip.so lib/kde4/kwin4_effect_builtins.so lib/kde4/kwin_b2_config.so lib/kde4/kwin_oxygen_config.so lib/kde4/kwin_plastik_config.so -lib/kde4/kwin_tabstrip_config.so lib/kde4/libexec/backlighthelper lib/kde4/libexec/fontinst lib/kde4/libexec/fontinst_helper @@ -277,12 +276,10 @@ lib/kde4/libexec/ksysguardprocesslist_helper lib/kde4/libexec/kwin_killer_helper lib/kde4/libexec/kwin_opengl_test lib/kde4/libexec/kwin_rules_dialog -lib/kde4/libexec/test_kcm_xinerama %%GPS%%lib/kde4/plasma-geolocation-gps.so lib/kde4/plasma-geolocation-ip.so lib/kde4/plasma_animator_default.so lib/kde4/plasma_applet_activitybar.so -lib/kde4/plasma_applet_battery.so lib/kde4/plasma_applet_calendar.so lib/kde4/plasma_applet_clock.so lib/kde4/plasma_applet_currentappcontrol.so @@ -290,16 +287,15 @@ lib/kde4/plasma_applet_dig_clock.so lib/kde4/plasma_applet_icon.so lib/kde4/plasma_applet_keyboard.so lib/kde4/plasma_applet_launcher.so -lib/kde4/plasma_applet_lockout.so lib/kde4/plasma_applet_notifications.so lib/kde4/plasma_applet_pager.so lib/kde4/plasma_applet_panelspacer_internal.so lib/kde4/plasma_applet_quicklaunch.so lib/kde4/plasma_applet_searchbox.so -lib/kde4/plasma_applet_showActivityManager.so lib/kde4/plasma_applet_simplelauncher.so lib/kde4/plasma_applet_sm_cpu.so lib/kde4/plasma_applet_sm_hdd.so +lib/kde4/plasma_applet_sm_hdd_activity.so lib/kde4/plasma_applet_sm_hwinfo.so lib/kde4/plasma_applet_sm_net.so lib/kde4/plasma_applet_sm_ram.so @@ -339,6 +335,7 @@ lib/kde4/plasma_engine_hotplug.so lib/kde4/plasma_engine_keystate.so lib/kde4/plasma_engine_metadata.so lib/kde4/plasma_engine_mouse.so +lib/kde4/plasma_engine_mpris2.so lib/kde4/plasma_engine_network.so lib/kde4/plasma_engine_notifications.so lib/kde4/plasma_engine_nowplaying.so @@ -536,32 +533,18 @@ share/apps/kconf_update/klipper-kconfigxt.upd share/apps/kconf_update/krdb_libpathwipe.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/ksmserver_shortcuts.upd -share/apps/kconf_update/kwin.upd -share/apps/kconf_update/kwin3_plugin.pl -share/apps/kconf_update/kwin3_plugin.upd -share/apps/kconf_update/kwin_focus1.sh -share/apps/kconf_update/kwin_focus1.upd -share/apps/kconf_update/kwin_focus2.sh -share/apps/kconf_update/kwin_focus2.upd share/apps/kconf_update/kwin_fsp_workarounds_1.upd -share/apps/kconf_update/kwin_on_off.upd share/apps/kconf_update/kwin_remove_delay_focus.sh share/apps/kconf_update/kwin_remove_delay_focus.upd share/apps/kconf_update/kwin_remove_effects.upd +share/apps/kconf_update/kwin_update_49.upd share/apps/kconf_update/kwin_update_tabbox_qml_settings.upd share/apps/kconf_update/kwin_update_tabbox_settings.upd -share/apps/kconf_update/kwin_window_shortcuts.sh -share/apps/kconf_update/kwin_window_shortcuts.upd -share/apps/kconf_update/kwiniconify.upd -share/apps/kconf_update/kwinsticky.upd -share/apps/kconf_update/kwinupdatewindowsettings.upd share/apps/kconf_update/mouse_cursor_theme.upd share/apps/kconf_update/move_session_config.sh -share/apps/kconf_update/on-off_to_true-false.sh share/apps/kconf_update/plasma-add-shortcut-to-menu.upd share/apps/kconf_update/plasma-to-plasmadesktop-shortcuts.upd share/apps/kconf_update/plasmarc-to-plasmadesktoprc.upd -share/apps/kconf_update/pluginlibFix.pl share/apps/kcontrol/pics/anchor.png share/apps/kcontrol/pics/logo.png share/apps/kcontrol/pics/mini-world.png @@ -732,34 +715,45 @@ share/apps/khotkeys/kde32b1.khotkeys share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/khotkeys/printscreen.khotkeys share/apps/kinfocenter/kinfocenterui.rc -share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new.png -share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new_sep.png -share/apps/kmenuedit/icons/oxygen/32x32/actions/menu_new.png -share/apps/kmenuedit/icons/oxygen/32x32/actions/menu_new_sep.png +share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png +share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new_sep.png +share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png +share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new_sep.png share/apps/kmenuedit/kmenueditui.rc share/apps/konqsidebartng/virtual_folders/services/fonts.desktop share/apps/kscreenlocker/kscreenlocker.notifyrc -share/apps/ksplash/Themes/Default/1024x768/background.png -share/apps/ksplash/Themes/Default/1280x1024/background.png -share/apps/ksplash/Themes/Default/1600x1200/background.png -share/apps/ksplash/Themes/Default/1600x1200/description.txt -share/apps/ksplash/Themes/Default/1600x1200/icon1.png -share/apps/ksplash/Themes/Default/1600x1200/icon1_anim.png -share/apps/ksplash/Themes/Default/1600x1200/icon2.png -share/apps/ksplash/Themes/Default/1600x1200/icon2_anim.png -share/apps/ksplash/Themes/Default/1600x1200/icon3.png -share/apps/ksplash/Themes/Default/1600x1200/icon3_anim.png -share/apps/ksplash/Themes/Default/1600x1200/icon4.png -share/apps/ksplash/Themes/Default/1600x1200/icon4_anim.png -share/apps/ksplash/Themes/Default/1600x1200/icon5.png -share/apps/ksplash/Themes/Default/1600x1200/icon5_anim.png -share/apps/ksplash/Themes/Default/1600x1200/rectangle.png -share/apps/ksplash/Themes/Default/1920x1080/background.png -share/apps/ksplash/Themes/Default/1920x1200/background.png -share/apps/ksplash/Themes/Default/600x400/background.png -share/apps/ksplash/Themes/Default/800x600/background.png -share/apps/ksplash/Themes/Default/Preview.png -share/apps/ksplash/Themes/Default/Theme.rc +share/apps/ksmserver/themes/contour/ContourButton.qml +share/apps/ksmserver/themes/contour/main.qml +share/apps/ksmserver/themes/contour/metadata.desktop +share/apps/ksmserver/themes/contour/screenshot.png +share/apps/ksmserver/themes/default/ContextMenu.qml +share/apps/ksmserver/themes/default/KSMButton.qml +share/apps/ksmserver/themes/default/MenuItem.qml +share/apps/ksmserver/themes/default/helper.js +share/apps/ksmserver/themes/default/main.qml +share/apps/ksmserver/themes/default/metadata.desktop +share/apps/ksmserver/themes/default/screenshot.png +share/apps/ksplash/Themes/Horos/1024x768/background.png +share/apps/ksplash/Themes/Horos/1280x1024/background.png +share/apps/ksplash/Themes/Horos/1600x1200/background.png +share/apps/ksplash/Themes/Horos/1600x1200/description.txt +share/apps/ksplash/Themes/Horos/1600x1200/icon1.png +share/apps/ksplash/Themes/Horos/1600x1200/icon1_anim.png +share/apps/ksplash/Themes/Horos/1600x1200/icon2.png +share/apps/ksplash/Themes/Horos/1600x1200/icon2_anim.png +share/apps/ksplash/Themes/Horos/1600x1200/icon3.png +share/apps/ksplash/Themes/Horos/1600x1200/icon3_anim.png +share/apps/ksplash/Themes/Horos/1600x1200/icon4.png +share/apps/ksplash/Themes/Horos/1600x1200/icon4_anim.png +share/apps/ksplash/Themes/Horos/1600x1200/icon5.png +share/apps/ksplash/Themes/Horos/1600x1200/icon5_anim.png +share/apps/ksplash/Themes/Horos/1600x1200/rectangle.png +share/apps/ksplash/Themes/Horos/1920x1080/background.png +share/apps/ksplash/Themes/Horos/1920x1200/background.png +share/apps/ksplash/Themes/Horos/600x400/background.png +share/apps/ksplash/Themes/Horos/800x600/background.png +share/apps/ksplash/Themes/Horos/Preview.png +share/apps/ksplash/Themes/Horos/Theme.rc share/apps/ksplash/Themes/Minimalistic/Preview.png share/apps/ksplash/Themes/Minimalistic/Theme.rc share/apps/ksplash/Themes/Minimalistic/images/kdegear.png @@ -815,8 +809,14 @@ share/apps/kthememanager/themes/YellowOnBlue-big/YellowOnBlue-big.preview.png share/apps/kthememanager/themes/YellowOnBlue-big/YellowOnBlue-big.xml share/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.preview.png share/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.xml -share/apps/kwin/DefaultTabBoxLayouts.xml share/apps/kwin/aurorae.desktop +share/apps/kwin/aurorae/AuroraeButton.qml +share/apps/kwin/aurorae/AuroraeButtonGroup.qml +share/apps/kwin/aurorae/AuroraeMaximizeButton.qml +share/apps/kwin/aurorae/Decoration.qml +share/apps/kwin/aurorae/DecorationButton.qml +share/apps/kwin/aurorae/MenuButton.qml +share/apps/kwin/aurorae/aurorae.qml share/apps/kwin/b2.desktop share/apps/kwin/blinking-startup-fragment.glsl share/apps/kwin/coverswitch-reflection.glsl @@ -827,10 +827,18 @@ share/apps/kwin/cylinder.frag share/apps/kwin/cylinder.vert share/apps/kwin/default_rules/fsp_workarounds_1.kwinrules share/apps/kwin/default_rules/plasma_desktop_containment.kwinrules +share/apps/kwin/effects/kwin4_effect_fade/contents/code/main.js +share/apps/kwin/effects/kwin4_effect_fade/contents/config/main.xml +share/apps/kwin/effects/kwin4_effect_fade/metadata.desktop +share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code/main.js +share/apps/kwin/effects/kwin4_effect_fadedesktop/metadata.desktop share/apps/kwin/explosion-end.png share/apps/kwin/explosion-start.png share/apps/kwin/explosion.frag share/apps/kwin/invert.frag +share/apps/kwin/kcm_kwindecoration/AuroraeDecoration.qml +share/apps/kwin/kcm_kwindecoration/AuroraePreview.qml +share/apps/kwin/kcm_kwindecoration/main.qml share/apps/kwin/kcm_kwintabbox/dolphin.png share/apps/kwin/kcm_kwintabbox/kmail.png share/apps/kwin/kcm_kwintabbox/konqueror.png @@ -838,20 +846,40 @@ share/apps/kwin/kcm_kwintabbox/main.qml share/apps/kwin/kcm_kwintabbox/systemsettings.png share/apps/kwin/kwin.notifyrc share/apps/kwin/laptop.desktop +share/apps/kwin/logout-blur.frag share/apps/kwin/lookingglass.frag share/apps/kwin/oxygenclient.desktop share/apps/kwin/plastik.desktop +share/apps/kwin/scripts/desktopchangeosd/contents/ui/main.qml +share/apps/kwin/scripts/desktopchangeosd/metadata.desktop +share/apps/kwin/scripts/synchronizeskipswitcher/contents/code/main.js +share/apps/kwin/scripts/synchronizeskipswitcher/metadata.desktop +share/apps/kwin/scripts/videowall/contents/code/main.js +share/apps/kwin/scripts/videowall/metadata.desktop share/apps/kwin/sphere.vert -share/apps/kwin/tabbox/IconTabBox.qml -share/apps/kwin/tabbox/big_icons.qml -share/apps/kwin/tabbox/compact.qml -share/apps/kwin/tabbox/informative.qml -share/apps/kwin/tabbox/small_icons.qml +share/apps/kwin/tabbox/big_icons/contents/ui/IconTabBox.qml +share/apps/kwin/tabbox/big_icons/contents/ui/main.qml +share/apps/kwin/tabbox/big_icons/metadata.desktop +share/apps/kwin/tabbox/compact/contents/ui/main.qml +share/apps/kwin/tabbox/compact/metadata.desktop +share/apps/kwin/tabbox/desktop.qml +share/apps/kwin/tabbox/informative/contents/ui/main.qml +share/apps/kwin/tabbox/informative/metadata.desktop +share/apps/kwin/tabbox/present_windows/contents/ui/main.qml +share/apps/kwin/tabbox/present_windows/metadata.desktop +share/apps/kwin/tabbox/small_icons/contents/ui/IconTabBox.qml +share/apps/kwin/tabbox/small_icons/contents/ui/main.qml +share/apps/kwin/tabbox/small_icons/metadata.desktop share/apps/kwin/tabbox/tabbox.qml -share/apps/kwin/tabbox/text.qml -share/apps/kwin/tabbox/thumbnails.qml -share/apps/kwin/tabstrip.desktop -share/apps/kwin/trackmouse.png +share/apps/kwin/tabbox/text/contents/ui/main.qml +share/apps/kwin/tabbox/text/metadata.desktop +share/apps/kwin/tabbox/thumbnails/contents/ui/main.qml +share/apps/kwin/tabbox/thumbnails/metadata.desktop +share/apps/kwin/tabbox/window_strip/contents/ui/main.qml +share/apps/kwin/tabbox/window_strip/metadata.desktop +share/apps/kwin/tm_inner.png +share/apps/kwin/tm_outer.png +share/apps/kwin/vignetting.frag share/apps/kwrited/kwrited.notifyrc share/apps/plasma-desktop/init/00-defaultLayout.js share/apps/plasma-desktop/init/05-freebsdWallpaper.js @@ -882,6 +910,27 @@ share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents/ share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/metadata.desktop +share/apps/plasma/packages/org.kde.desktop.activitymanager/Messages.sh +share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/.directory +share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/ActivityDelegate.qml +share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/main.qml +share/apps/plasma/packages/org.kde.desktop.activitymanager/metadata.desktop +share/apps/plasma/packages/org.kde.desktop.widgetexplorer/Messages.sh +share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/AppletDelegate.qml +share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/Tooltip.qml +share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/main.qml +share/apps/plasma/packages/org.kde.desktop.widgetexplorer/metadata.desktop +share/apps/plasma/plasmoids/battery/contents/config/main.xml +share/apps/plasma/plasmoids/battery/contents/ui/BatteryIcon.qml +share/apps/plasma/plasmoids/battery/contents/ui/PopupDialog.qml +share/apps/plasma/plasmoids/battery/contents/ui/batterymonitor.qml +share/apps/plasma/plasmoids/battery/contents/ui/config.ui +share/apps/plasma/plasmoids/battery/metadata.desktop +share/apps/plasma/plasmoids/lockout/contents/config/main.xml +share/apps/plasma/plasmoids/lockout/contents/ui/config.ui +share/apps/plasma/plasmoids/lockout/contents/ui/data.js +share/apps/plasma/plasmoids/lockout/contents/ui/lockout.qml +share/apps/plasma/plasmoids/lockout/metadata.desktop share/apps/plasma/plasmoids/notifier/contents/config/main.xml share/apps/plasma/plasmoids/notifier/contents/ui/ActionItem.qml share/apps/plasma/plasmoids/notifier/contents/ui/DeviceItem.qml @@ -889,11 +938,14 @@ share/apps/plasma/plasmoids/notifier/contents/ui/StatusBar.qml share/apps/plasma/plasmoids/notifier/contents/ui/config.ui share/apps/plasma/plasmoids/notifier/contents/ui/devicenotifier.qml share/apps/plasma/plasmoids/notifier/metadata.desktop +share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.showActivityManager/metadata.desktop share/apps/plasma/services/activities.operations share/apps/plasma/services/applicationjobs.operations share/apps/plasma/services/apps.operations share/apps/plasma/services/hotplug.operations share/apps/plasma/services/modifierkeystate.operations +share/apps/plasma/services/mpris2.operations share/apps/plasma/services/notifications.operations share/apps/plasma/services/nowplaying.operations share/apps/plasma/services/org.kde.places.operations @@ -965,6 +1017,8 @@ share/config/kdm.knsrc share/config/kfontinst.knsrc share/config/ksplash.knsrc share/config/ksysguard.knsrc +share/config/kwinscripts.knsrc +share/config/kwinswitcher.knsrc share/config/plasma-overlayrc share/config/plasma-themes.knsrc share/config/wallpaper.knsrc @@ -1039,6 +1093,7 @@ share/doc/HTML/en/kcontrol/khotkeys/groups-comment.png share/doc/HTML/en/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/en/kcontrol/khotkeys/index.docbook share/doc/HTML/en/kcontrol/khotkeys/manage-export.png +share/doc/HTML/en/kcontrol/khotkeys/oxygen-22x22-edit-clear-locationbar-rtl.png share/doc/HTML/en/kcontrol/khotkeys/settings.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-command.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-keyboard.png @@ -1062,11 +1117,6 @@ share/doc/HTML/en/kcontrol/kwintabbox/index.docbook share/doc/HTML/en/kcontrol/mouse/common share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 share/doc/HTML/en/kcontrol/mouse/index.docbook -share/doc/HTML/en/kcontrol/multiplemonitors/common -share/doc/HTML/en/kcontrol/multiplemonitors/index.cache.bz2 -share/doc/HTML/en/kcontrol/multiplemonitors/index.docbook -share/doc/HTML/en/kcontrol/multiplemonitors/multiplemonitors-error.png -share/doc/HTML/en/kcontrol/multiplemonitors/multiplemonitors.png share/doc/HTML/en/kcontrol/paths/common share/doc/HTML/en/kcontrol/paths/index.cache.bz2 share/doc/HTML/en/kcontrol/paths/index.docbook @@ -1656,6 +1706,9 @@ share/kde4/services/keys.desktop share/kde4/services/kfontviewpart.desktop share/kde4/services/khotkeys.desktop share/kde4/services/ksplashthememgr.desktop +share/kde4/services/kwin-script-desktopchangeosd.desktop +share/kde4/services/kwin-script-synchronizeskipswitcher.desktop +share/kde4/services/kwin-script-videowall.desktop share/kde4/services/kwin/blur.desktop share/kde4/services/kwin/blur_config.desktop share/kde4/services/kwin/boxswitch.desktop @@ -1675,8 +1728,6 @@ share/kde4/services/kwin/diminactive.desktop share/kde4/services/kwin/diminactive_config.desktop share/kde4/services/kwin/dimscreen.desktop share/kde4/services/kwin/explosion.desktop -share/kde4/services/kwin/fade.desktop -share/kde4/services/kwin/fadedesktop.desktop share/kde4/services/kwin/fallapart.desktop share/kde4/services/kwin/flipswitch.desktop share/kde4/services/kwin/flipswitch_config.desktop @@ -1685,6 +1736,16 @@ share/kde4/services/kwin/glide_config.desktop share/kde4/services/kwin/highlightwindow.desktop share/kde4/services/kwin/invert.desktop share/kde4/services/kwin/invert_config.desktop +share/kde4/services/kwin/kwin4_effect_fade.desktop +share/kde4/services/kwin/kwin4_effect_fadedesktop.desktop +share/kde4/services/kwin/kwin4_window_switcher_big_icons.desktop +share/kde4/services/kwin/kwin4_window_switcher_compact.desktop +share/kde4/services/kwin/kwin4_window_switcher_informative.desktop +share/kde4/services/kwin/kwin4_window_switcher_present_windows.desktop +share/kde4/services/kwin/kwin4_window_switcher_small_icons.desktop +share/kde4/services/kwin/kwin4_window_switcher_text.desktop +share/kde4/services/kwin/kwin4_window_switcher_thumbnails.desktop +share/kde4/services/kwin/kwin4_window_switcher_window_strip.desktop share/kde4/services/kwin/login.desktop share/kde4/services/kwin/login_config.desktop share/kde4/services/kwin/logout.desktop @@ -1735,6 +1796,7 @@ share/kde4/services/kwinmoving.desktop share/kde4/services/kwinoptions.desktop share/kde4/services/kwinrules.desktop share/kde4/services/kwinscreenedges.desktop +share/kde4/services/kwinscripts.desktop share/kde4/services/kwintabbox.desktop share/kde4/services/lostfoundcategory.desktop share/kde4/services/mouse.desktop @@ -1744,6 +1806,7 @@ share/kde4/services/opengl.desktop share/kde4/services/plasma-animator-default.desktop share/kde4/services/plasma-applet-activitybar.desktop share/kde4/services/plasma-applet-analogclock.desktop +share/kde4/services/plasma-applet-batterymonitor.desktop share/kde4/services/plasma-applet-calendar.desktop share/kde4/services/plasma-applet-currentappcontrol.desktop share/kde4/services/plasma-applet-devicenotifier.desktop @@ -1759,6 +1822,7 @@ share/kde4/services/plasma-applet-searchbox.desktop share/kde4/services/plasma-applet-simplelauncher.desktop share/kde4/services/plasma-applet-sm_cpu.desktop share/kde4/services/plasma-applet-sm_hdd.desktop +share/kde4/services/plasma-applet-sm_hdd_activity.desktop share/kde4/services/plasma-applet-sm_hwinfo.desktop share/kde4/services/plasma-applet-sm_net.desktop share/kde4/services/plasma-applet-sm_ram.desktop @@ -1768,7 +1832,6 @@ share/kde4/services/plasma-applet-systemtray.desktop share/kde4/services/plasma-applet-trash.desktop share/kde4/services/plasma-applet-webbrowser.desktop share/kde4/services/plasma-applet-windowlist.desktop -share/kde4/services/plasma-battery-default.desktop share/kde4/services/plasma-containment-desktop.desktop share/kde4/services/plasma-containment-desktopdashboard.desktop share/kde4/services/plasma-containment-netpanel.desktop @@ -1794,6 +1857,7 @@ share/kde4/services/plasma-dataengine-geolocation.desktop share/kde4/services/plasma-dataengine-hotplug.desktop share/kde4/services/plasma-dataengine-keystate.desktop share/kde4/services/plasma-dataengine-mouse.desktop +share/kde4/services/plasma-dataengine-mpris2.desktop share/kde4/services/plasma-dataengine-network.desktop share/kde4/services/plasma-dataengine-notifications.desktop share/kde4/services/plasma-dataengine-nowplaying.desktop @@ -1920,10 +1984,11 @@ share/kde4/services/solidbackends/solid_wicd.desktop share/kde4/services/standard_actions.desktop share/kde4/services/style.desktop share/kde4/services/workspaceoptions.desktop -share/kde4/services/xinerama.desktop share/kde4/services/xserver.desktop share/kde4/servicetypes/kinfocentercategory.desktop share/kde4/servicetypes/kwineffect.desktop +share/kde4/servicetypes/kwinscript.desktop +share/kde4/servicetypes/kwinwindowswitcher.desktop share/kde4/servicetypes/plasma-geolocationprovider.desktop share/kde4/servicetypes/plasma-layout-template.desktop share/kde4/servicetypes/plasma-sal-menu.desktop @@ -1999,7 +2064,6 @@ share/wallpapers/stripes.png.desktop @dirrm share/doc/HTML/en/kcontrol/screensaver @dirrm share/doc/HTML/en/kcontrol/powerdevil @dirrm share/doc/HTML/en/kcontrol/paths -@dirrm share/doc/HTML/en/kcontrol/multiplemonitors @dirrm share/doc/HTML/en/kcontrol/mouse @dirrm share/doc/HTML/en/kcontrol/kwintabbox @dirrm share/doc/HTML/en/kcontrol/kwinscreenedges @@ -2057,11 +2121,28 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/plasma/shareprovider/imgsusepasteorg/contents @dirrm share/apps/plasma/shareprovider/imgsusepasteorg @dirrmtry share/apps/plasma/shareprovider +@dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui +@dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents +@dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager @dirrm share/apps/plasma/plasmoids/notifier/contents/ui @dirrm share/apps/plasma/plasmoids/notifier/contents/config @dirrm share/apps/plasma/plasmoids/notifier/contents @dirrm share/apps/plasma/plasmoids/notifier +@dirrm share/apps/plasma/plasmoids/lockout/contents/ui +@dirrm share/apps/plasma/plasmoids/lockout/contents/config +@dirrm share/apps/plasma/plasmoids/lockout/contents +@dirrm share/apps/plasma/plasmoids/lockout +@dirrm share/apps/plasma/plasmoids/battery/contents/ui +@dirrm share/apps/plasma/plasmoids/battery/contents/config +@dirrm share/apps/plasma/plasmoids/battery/contents +@dirrm share/apps/plasma/plasmoids/battery @dirrm share/apps/plasma/plasmoids +@dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui +@dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents +@dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer +@dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui +@dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents +@dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents @@ -2088,9 +2169,53 @@ share/wallpapers/stripes.png.desktop @dirrmtry share/apps/plasma-desktop/init @dirrmtry share/apps/plasma-desktop @dirrm share/apps/kwrited +@dirrm share/apps/kwin/tabbox/window_strip/contents/ui +@dirrm share/apps/kwin/tabbox/window_strip/contents +@dirrm share/apps/kwin/tabbox/window_strip +@dirrm share/apps/kwin/tabbox/thumbnails/contents/ui +@dirrm share/apps/kwin/tabbox/thumbnails/contents +@dirrm share/apps/kwin/tabbox/thumbnails +@dirrm share/apps/kwin/tabbox/text/contents/ui +@dirrm share/apps/kwin/tabbox/text/contents +@dirrm share/apps/kwin/tabbox/text +@dirrm share/apps/kwin/tabbox/small_icons/contents/ui +@dirrm share/apps/kwin/tabbox/small_icons/contents +@dirrm share/apps/kwin/tabbox/small_icons +@dirrm share/apps/kwin/tabbox/present_windows/contents/ui +@dirrm share/apps/kwin/tabbox/present_windows/contents +@dirrm share/apps/kwin/tabbox/present_windows +@dirrm share/apps/kwin/tabbox/informative/contents/ui +@dirrm share/apps/kwin/tabbox/informative/contents +@dirrm share/apps/kwin/tabbox/informative +@dirrm share/apps/kwin/tabbox/compact/contents/ui +@dirrm share/apps/kwin/tabbox/compact/contents +@dirrm share/apps/kwin/tabbox/compact +@dirrm share/apps/kwin/tabbox/big_icons/contents/ui +@dirrm share/apps/kwin/tabbox/big_icons/contents +@dirrm share/apps/kwin/tabbox/big_icons @dirrm share/apps/kwin/tabbox +@dirrm share/apps/kwin/scripts/videowall/contents/code +@dirrm share/apps/kwin/scripts/videowall/contents +@dirrm share/apps/kwin/scripts/videowall +@dirrm share/apps/kwin/scripts/synchronizeskipswitcher/contents/code +@dirrm share/apps/kwin/scripts/synchronizeskipswitcher/contents +@dirrm share/apps/kwin/scripts/synchronizeskipswitcher +@dirrm share/apps/kwin/scripts/desktopchangeosd/contents/ui +@dirrm share/apps/kwin/scripts/desktopchangeosd/contents +@dirrm share/apps/kwin/scripts/desktopchangeosd +@dirrm share/apps/kwin/scripts @dirrm share/apps/kwin/kcm_kwintabbox +@dirrm share/apps/kwin/kcm_kwindecoration +@dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code +@dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents +@dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop +@dirrm share/apps/kwin/effects/kwin4_effect_fade/contents/config +@dirrm share/apps/kwin/effects/kwin4_effect_fade/contents/code +@dirrm share/apps/kwin/effects/kwin4_effect_fade/contents +@dirrm share/apps/kwin/effects/kwin4_effect_fade +@dirrm share/apps/kwin/effects @dirrm share/apps/kwin/default_rules +@dirrm share/apps/kwin/aurorae @dirrm share/apps/kthememanager/themes/YellowOnBlue-big @dirrm share/apps/kthememanager/themes/YellowOnBlue @dirrm share/apps/kthememanager/themes/Sunshine @@ -2113,22 +2238,26 @@ share/wallpapers/stripes.png.desktop @dirrm share/apps/ksplash/Themes/None @dirrm share/apps/ksplash/Themes/Minimalistic/images @dirrm share/apps/ksplash/Themes/Minimalistic -@dirrm share/apps/ksplash/Themes/Default/800x600 -@dirrm share/apps/ksplash/Themes/Default/600x400 -@dirrm share/apps/ksplash/Themes/Default/1920x1200 -@dirrm share/apps/ksplash/Themes/Default/1920x1080 -@dirrm share/apps/ksplash/Themes/Default/1600x1200 -@dirrm share/apps/ksplash/Themes/Default/1280x1024 -@dirrm share/apps/ksplash/Themes/Default/1024x768 -@dirrm share/apps/ksplash/Themes/Default -@dirrm share/apps/ksplash/Themes -@dirrm share/apps/ksplash +@dirrm share/apps/ksplash/Themes/Horos/800x600 +@dirrm share/apps/ksplash/Themes/Horos/600x400 +@dirrm share/apps/ksplash/Themes/Horos/1920x1200 +@dirrm share/apps/ksplash/Themes/Horos/1920x1080 +@dirrm share/apps/ksplash/Themes/Horos/1600x1200 +@dirrm share/apps/ksplash/Themes/Horos/1280x1024 +@dirrm share/apps/ksplash/Themes/Horos/1024x768 +@dirrm share/apps/ksplash/Themes/Horos +@dirrmtry share/apps/ksplash/Themes +@dirrmtry share/apps/ksplash +@dirrm share/apps/ksmserver/themes/default +@dirrm share/apps/ksmserver/themes/contour +@dirrm share/apps/ksmserver/themes +@dirrm share/apps/ksmserver @dirrm share/apps/kscreenlocker -@dirrm share/apps/kmenuedit/icons/oxygen/32x32/actions -@dirrm share/apps/kmenuedit/icons/oxygen/32x32 -@dirrm share/apps/kmenuedit/icons/oxygen/22x22/actions -@dirrm share/apps/kmenuedit/icons/oxygen/22x22 -@dirrm share/apps/kmenuedit/icons/oxygen +@dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions +@dirrm share/apps/kmenuedit/icons/hicolor/32x32 +@dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions +@dirrm share/apps/kmenuedit/icons/hicolor/22x22 +@dirrm share/apps/kmenuedit/icons/hicolor @dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit @dirrm share/apps/kinfocenter diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 32258bf29a47..6cbcaf54759e 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: KDE4 -# Date created: Sun May 14 2000 00:50:02 -# Whom: Will Andrews <will@FreeBSD.org> -# +# Created by: Will Andrews <will@FreeBSD.org> # $FreeBSD$ -# PORTNAME= kde PORTVERSION= ${KDE4_VERSION} @@ -12,89 +8,100 @@ MASTER_SITES= # empty DISTFILES= # none MAINTAINER= kde@FreeBSD.org -COMMENT= The meta-port for KDE Software Compilation 4 +COMMENT= KDE Software Compilation 4 LATEST_LINK= kde4 -USE_KDE4= baseapps_run kdelibs_run kdeprefix oxygen_run \ - pimlibs_run runtime_run workspace_run +USE_KDE4= baseapps_run kdeprefix runtime_run workspace_run NO_BUILD= yes -OPTIONS= KDEACCESSIBILITY "Accessibility applications" on \ - KDEADMIN "Administration utilities" on \ - KDEARTWORK "Additional screensavers and wallpapers" on \ - KDEBINDINGS "Bindings for programming languages" off \ - KDEEDU "Entertaining, educational programs" on \ - KDEGAMES "Collection of games" on \ - KDEGRAPHICS "Graphics utilities" on \ - KDEMULTIMEDIA "Multimedia applications" on \ - KDENETWORK "Network-related programs" on \ - KDEPIM "Personal information management" on \ - KDEPLASMA "Extra plasmoids and plugins for Plasma" on \ - KDESDK "Software development kit" on \ - KDETOYS "Miscellaneous small applications" on \ - KDEUTILS "Set of generic utilities" on \ - KDEWEBDEV "Web development environment" on +OPTIONS_DEFINE= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEBINDINGS KDEEDU \ + KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \ + KDEPLASMA KDESDK KDETOYS KDEUTILS KDEWEBDEV +OPTIONS_RADIO= PIM +OPTIONS_RADIO_PIM= KDEPIM KDEPIM44 +OPTIONS_DEFAULT=${OPTIONS_DEFINE:NKDEBINDINGS} KDEPIM44 + +KDEACCESSIBILITY_DESC= Accessibility applications +KDEADMIN_DESC= Administration utilities +KDEARTWORK_DESC= Additional screensavers and wallpapers +KDEBINDINGS_DESC= Bindings for programming languages +KDEEDU_DESC= Entertaining, educational programs +KDEGAMES_DESC= Collection of games +KDEGRAPHICS_DESC= Graphics utilities +KDEMULTIMEDIA_DESC= Multimedia applications +KDENETWORK_DESC= Network-related programs +KDEPIM_DESC= Personal information management +KDEPIM44_DESC= KDE-Pim 4.4 (legacy version) +KDEPLASMA_DESC= Extra plasmoids and plugins for Plasma +KDESDK_DESC= Software development kit +KDETOYS_DESC= Miscellaneous small applications +KDEUTILS_DESC= Set of generic utilities +KDEWEBDEV_DESC= Web development environment .include <bsd.port.options.mk> -.ifndef(WITHOUT_KDEACCESSIBILITY) +.if ${PORT_OPTIONS:MKDEACCESSIBILITY} RUN_DEPENDS+= kdeaccessibility>=4.8.0:${PORTSDIR}/accessibility/kdeaccessibility4 .endif -.ifndef(WITHOUT_KDEADMIN) +.if ${PORT_OPTIONS:MKDEADMIN} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kuser:${PORTSDIR}/sysutils/kdeadmin4 .endif -.ifndef(WITHOUT_KDEARTWORK) +.if ${PORT_OPTIONS:MKDEARTWORK} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kxsconfig:${PORTSDIR}/x11-themes/kdeartwork4 .endif -.ifdef(WITH_KDEBINDINGS) +.if ${PORT_OPTIONS:MKDEBINDINGS} RUN_DEPENDS+= kdebindings>=4.1.0:${PORTSDIR}/devel/kdebindings4 .endif -.ifndef(WITHOUT_KDEEDU) +.if ${PORT_OPTIONS:MKDEEDU} RUN_DEPENDS+= kdeedu>=4.1.0:${PORTSDIR}/misc/kdeedu4 .endif -.ifndef(WITHOUT_KDEGAMES) +.if ${PORT_OPTIONS:MKDEGAMES} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmines:${PORTSDIR}/games/kdegames4 .endif -.ifndef(WITHOUT_KDEGRAPHICS) +.if ${PORT_OPTIONS:MKDEGRAPHICS} RUN_DEPENDS+= kdegraphics>=4.1.0:${PORTSDIR}/graphics/kdegraphics4 .endif -.ifndef(WITHOUT_KDEMULTIMEDIA) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmix:${PORTSDIR}/multimedia/kdemultimedia4 +.if ${PORT_OPTIONS:MKDEMULTIMEDIA} +RUN_DEPENDS+= kdemultimedia>=4.8.95:${PORTSDIR}/multimedia/kdemultimedia4 .endif -.ifndef(WITHOUT_KDENETWORK) +.if ${PORT_OPTIONS:MKDENETWORK} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kget:${PORTSDIR}/net/kdenetwork4 .endif -.ifndef(WITHOUT_KDEPIM) +.if ${PORT_OPTIONS:MKDEPIM} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmail:${PORTSDIR}/deskutils/kdepim4 +.endif + +.if ${PORT_OPTIONS:MKDEPIM44} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmail:${PORTSDIR}/deskutils/kdepim44 .endif -.ifndef(WITHOUT_KDEPLASMA) +.if ${PORT_OPTIONS:MKDEPLASMA} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/lancelot:${PORTSDIR}/deskutils/kdeplasma-addons .endif -.ifndef(WITHOUT_KDESDK) +.if ${PORT_OPTIONS:MKDESDK} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kompare:${PORTSDIR}/devel/kdesdk4 .endif -.ifndef(WITHOUT_KDETOYS) +.if ${PORT_OPTIONS:MKDETOYS} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kteatime:${PORTSDIR}/x11-clocks/kdetoys4 .endif -.ifndef(WITHOUT_KDEUTILS) +.if ${PORT_OPTIONS:MKDEUTILS} RUN_DEPENDS+= kdeutils>=4.8.0:${PORTSDIR}/misc/kdeutils4 .endif -.ifndef(WITHOUT_KDEWEBDEV) +.if ${PORT_OPTIONS:MKDEWEBDEV} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/klinkstatus:${PORTSDIR}/www/kdewebdev4 .endif diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 6cb825475adb..72bea11bc4ce 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,14 +1,8 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: KDE libraries 4 -# Date created: 19 January 2008 -# Whom: arved@FreeBSD.org -# +# Created by: arved@FreeBSD.org # $FreeBSD$ -# PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -18,20 +12,20 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - aspell.16:${PORTSDIR}/textproc/aspell \ - jasper.4:${PORTSDIR}/graphics/jasper \ - pcre.3:${PORTSDIR}/devel/pcre \ - avahi-core.7:${PORTSDIR}/net/avahi-app \ - enchant.1:${PORTSDIR}/textproc/enchant \ - gif.5:${PORTSDIR}/graphics/giflib \ + aspell:${PORTSDIR}/textproc/aspell \ + jasper:${PORTSDIR}/graphics/jasper \ + pcre:${PORTSDIR}/devel/pcre \ + avahi-core:${PORTSDIR}/net/avahi-app \ + enchant:${PORTSDIR}/textproc/enchant \ + gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - hal.1:${PORTSDIR}/sysutils/hal \ - qca.2:${PORTSDIR}/devel/qca \ - HUpnp.1:${PORTSDIR}/net/hupnp \ - polkit-qt-core-1.1:${PORTSDIR}/sysutils/polkit-qt \ - smbclient.0:${PORTSDIR}/net/samba-libsmbclient \ - dbusmenu-qt.2:${PORTSDIR}/devel/libdbusmenu-qt + jpeg:${PORTSDIR}/graphics/jpeg \ + hal:${PORTSDIR}/sysutils/hal \ + qca:${PORTSDIR}/devel/qca \ + HUpnp:${PORTSDIR}/net/hupnp \ + polkit-qt-core-1:${PORTSDIR}/sysutils/polkit-qt \ + smbclient:${PORTSDIR}/net/samba-libsmbclient \ + dbusmenu-qt:${PORTSDIR}/devel/libdbusmenu-qt BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ @@ -40,7 +34,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell \ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xauth:${PORTSDIR}/x11/xauth \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl + ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ + ${LOCALBASE}/share/aspell/en.multi:${PORTSDIR}/textproc/en-aspell CONFLICTS= kdebase-runtime-4.5.[0-5] diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index bcfbdc0a2afb..6e8fdb00a826 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kdelibs-4.8.4.tar.xz) = 25ac8781b66ee16d551363a9a41f33e672dcbd7905c091f2c2730c569b9a20f3 -SIZE (KDE/kdelibs-4.8.4.tar.xz) = 12182912 +SHA256 (KDE/kdelibs-4.9.5.tar.xz) = fc977af4efe00e6cab1051dc7b2424b1a8aa434536c5a5f8f1f54417519b3427 +SIZE (KDE/kdelibs-4.9.5.tar.xz) = 11902204 diff --git a/x11/kdelibs4/files/patch-KDE4Defaults.cmake b/x11/kdelibs4/files/patch-KDE4Defaults.cmake index e53d2e53da57..8255113b68bc 100644 --- a/x11/kdelibs4/files/patch-KDE4Defaults.cmake +++ b/x11/kdelibs4/files/patch-KDE4Defaults.cmake @@ -1,16 +1,16 @@ ---- ./cmake/modules/KDE4Defaults.cmake.orig 2009-05-10 10:28:06.000000000 +0200 -+++ ./cmake/modules/KDE4Defaults.cmake 2009-05-10 10:29:00.000000000 +0200 -@@ -25,12 +25,12 @@ +--- ./cmake/modules/KDE4Defaults.cmake.orig 2012-11-01 23:08:00.000000000 +0000 ++++ ./cmake/modules/KDE4Defaults.cmake 2012-11-02 15:05:55.862878877 +0000 +@@ -21,12 +21,12 @@ # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes # Use this version number for libraries which are at version n in KDE version n --set(GENERIC_LIB_VERSION "4.8.0") +-set(GENERIC_LIB_VERSION "4.9.5") -set(GENERIC_LIB_SOVERSION "4") +set(GENERIC_LIB_VERSION "5.0.1") +set(GENERIC_LIB_SOVERSION "5") # Use this version number for libraries which are already at version n+1 in KDE version n --set(KDE_NON_GENERIC_LIB_VERSION "5.8.0") +-set(KDE_NON_GENERIC_LIB_VERSION "5.9.5") -set(KDE_NON_GENERIC_LIB_SOVERSION "5") +set(KDE_NON_GENERIC_LIB_VERSION "7.0.1") +set(KDE_NON_GENERIC_LIB_SOVERSION "7") diff --git a/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake b/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake index 2bcfcbadd752..5ef1320f261e 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake @@ -1,30 +1,39 @@ ---- ./cmake/modules/PythonMacros.cmake.orig 2011-03-10 07:44:37.000000000 -0500 -+++ ./cmake/modules/PythonMacros.cmake 2011-03-10 07:46:14.000000000 -0500 -@@ -35,6 +35,7 @@ +--- ./cmake/modules/PythonMacros.cmake.orig 2012-11-30 07:17:39.000000000 +0000 ++++ ./cmake/modules/PythonMacros.cmake 2013-01-03 16:30:53.706219657 +0000 +@@ -41,8 +41,10 @@ + # To get the right version for suffix + STRING(REPLACE "." "" _suffix ${PYTHON_SHORT_VERSION}) + SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${_suffix}.pyc) ++ SET(_bin_pyo ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.cpython-${_suffix}.pyo) + ELSE(PYTHON_SHORT_VERSION GREATER 3.1) + SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc) ++ SET(_bin_pyo ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyo) + ENDIF(PYTHON_SHORT_VERSION GREATER 3.1) - SET(_bin_py ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filename}) - SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc) -+ SET(_bin_pyo ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyo) + FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}) +@@ -55,6 +57,7 @@ + TARGET compile_python_files + COMMAND ${CMAKE_COMMAND} -E echo ${_message} + COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} ++ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} + DEPENDS ${_absfilename} + ) + ELSE(_abs_bin_py STREQUAL ${_absfilename}) +@@ -63,14 +66,15 @@ + COMMAND ${CMAKE_COMMAND} -E echo ${_message} + COMMAND ${CMAKE_COMMAND} -E copy ${_absfilename} ${_bin_py} + COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} ++ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} + DEPENDS ${_absfilename} + ) + ENDIF(_abs_bin_py STREQUAL ${_absfilename}) - FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}) + IF(PYTHON_SHORT_VERSION GREATER 3.1) +- INSTALL(FILES ${_bin_pyc} DESTINATION ${DESTINATION_DIR}/__pycache__/) ++ INSTALL(FILES ${_bin_pyc} ${_bin_pyo} DESTINATION ${DESTINATION_DIR}/__pycache__/) + ELSE (PYTHON_SHORT_VERSION GREATER 3.1) +- INSTALL(FILES ${_bin_pyc} DESTINATION ${DESTINATION_DIR}) ++ INSTALL(FILES ${_bin_pyc} ${_bin_pyo} DESTINATION ${DESTINATION_DIR}) + ENDIF (PYTHON_SHORT_VERSION GREATER 3.1) + ENDIF("$ENV{PYTHONDONTWRITEBYTECODE}" STREQUAL "") -@@ -46,6 +47,7 @@ - TARGET compile_python_files - COMMAND ${CMAKE_COMMAND} -E echo ${message} - COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} -+ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} - DEPENDS ${_absfilename} - ) - ELSE(_abs_bin_py STREQUAL ${_absfilename}) -@@ -54,9 +56,10 @@ - COMMAND ${CMAKE_COMMAND} -E echo ${message} - COMMAND ${CMAKE_COMMAND} -E copy ${_absfilename} ${_bin_py} - COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py} -+ COMMAND ${PYTHON_EXECUTABLE} -O ${_python_compile_py} ${_bin_py} - DEPENDS ${_absfilename} - ) - ENDIF(_abs_bin_py STREQUAL ${_absfilename}) - -- INSTALL(FILES ${_bin_pyc} DESTINATION ${DESINATION_DIR}) -+ INSTALL(FILES ${_bin_pyc} ${_bin_pyo} DESTINATION ${DESINATION_DIR}) - ENDMACRO(PYTHON_INSTALL) diff --git a/x11/kdelibs4/files/patch-git76e0376d b/x11/kdelibs4/files/patch-git76e0376d deleted file mode 100644 index f22d569d9399..000000000000 --- a/x11/kdelibs4/files/patch-git76e0376d +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/nepomuk/core/nepomukmainmodel.cpp b/nepomuk/core/nepomukmainmodel.cpp -index 8dc0b1f..be23b38 100644 ---- nepomuk/core/nepomukmainmodel.cpp -+++ nepomuk/core/nepomukmainmodel.cpp -@@ -94,10 +94,9 @@ public: - - // we may get disconnected from the server but we don't want to try - // to connect every time the model is requested -- if ( forced || (!m_socketConnectFailed && !localSocketClient.isConnected()) ) { -+ if ( !m_socketConnectFailed && !localSocketClient.isConnected() ) { - delete localSocketModel; - localSocketModel = 0; -- localSocketClient.disconnect(); - QString socketName = KGlobal::dirs()->locateLocal( "socket", "nepomuk-socket" ); - kDebug() << "Connecting to local socket" << socketName; - if ( localSocketClient.connect( socketName ) ) { diff --git a/x11/kdelibs4/files/patch-git_e405fa9 b/x11/kdelibs4/files/patch-git_e405fa9 deleted file mode 100644 index 64f3b0320dba..000000000000 --- a/x11/kdelibs4/files/patch-git_e405fa9 +++ /dev/null @@ -1,153 +0,0 @@ -commit e405fa978b3c308249a5d553b784d3f8b277fd35 -Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> -Date: Wed Jul 18 22:32:41 2012 -0300 - - HAL: Use the filtering code in HalDevice in devicesFromQuery(). - - Follow what other backends such as the UDisks one do and simply relay - the required checks for validity to each Device we are interested in. - - So far, HalDevice::queryDeviceInterface() performed some checks - depending on the DeviceInterface type being passed to it, while - HalManager::devicesFromQuery() did not filter the results it got in - the same way. What's more, some checks such as the video4linux ones - were being made in both places, leading to some needless duplication - in functionality. - - As a side-effect, this fixes a bug made visibile by a recent commit to - libktorrent: retrieving StorageAccess devices with listFromType() - would simply query HAL for devices with the "volume" capability (which - includes swap partitions and other non-mountable things), so using - Device::asDeviceInterface(Solid::DeviceInterface::StorageAccess) would - sometimes return 0 on a few of those entries retrieved earlier. - - Reviewed-by: Alberto Villa <avilla@FreeBSD.org> - REVIEW: 105615 - -diff --git a/solid/solid/backends/hal/halmanager.cpp b/solid/solid/backends/hal/halmanager.cpp -index 2c9c6c0..7238b6a 100644 ---- solid/solid/backends/hal/halmanager.cpp -+++ solid/solid/backends/hal/halmanager.cpp -@@ -147,30 +147,27 @@ bool HalManager::deviceExists(const QString &udi) - QStringList HalManager::devicesFromQuery(const QString &parentUdi, - Solid::DeviceInterface::Type type) - { -- if (!parentUdi.isEmpty()) -- { -- QStringList result = findDeviceStringMatch("info.parent", parentUdi); -+ if ((parentUdi.isEmpty()) && (type == Solid::DeviceInterface::Unknown)) { -+ return allDevices(); -+ } - -- if (type!=Solid::DeviceInterface::Unknown) { -- const QStringList matches = result; -- result.clear(); -+ QStringList result; - -- foreach (const QString &match, matches) { -- HalDevice device(match); -+ foreach (const QString &udi, allDevices()) { -+ HalDevice device(udi); - -- if (device.queryDeviceInterface(type)) { -- result << match; -- } -- } -+ if ((!parentUdi.isEmpty()) && (parentUdi != device.parentUdi())) { -+ continue; - } - -- return result; -+ if ((type != Solid::DeviceInterface::Unknown) && (!device.queryDeviceInterface(type))) { -+ continue; -+ } - -- } else if (type!=Solid::DeviceInterface::Unknown) { -- return findDeviceByDeviceInterface(type); -- } else { -- return allDevices(); -+ result << udi; - } -+ -+ return result; - } - - QObject *HalManager::createDevice(const QString &udi) -@@ -182,63 +179,6 @@ QObject *HalManager::createDevice(const QString &udi) - } - } - --QStringList HalManager::findDeviceStringMatch(const QString &key, const QString &value) --{ -- QDBusReply<QStringList> reply = d->manager.call("FindDeviceStringMatch", key, value); -- -- if (!reply.isValid()) -- { -- qWarning() << Q_FUNC_INFO << " error: " << reply.error().name() << endl; -- return QStringList(); -- } -- -- return reply; --} -- --QStringList HalManager::findDeviceByDeviceInterface(Solid::DeviceInterface::Type type) --{ -- QStringList cap_list = DeviceInterface::toStringList(type); -- QStringList result; -- -- foreach (const QString &cap, cap_list) -- { -- QDBusReply<QStringList> reply = d->manager.call("FindDeviceByCapability", cap); -- -- if (!reply.isValid()) -- { -- qWarning() << Q_FUNC_INFO << " error: " << reply.error().name() << endl; -- return QStringList(); -- } -- if ( cap == QLatin1String( "video4linux" ) ) -- { -- QStringList foundDevices ( reply ); -- QStringList filtered; -- foreach ( const QString &udi, foundDevices ) -- { -- QDBusInterface device( "org.freedesktop.Hal", udi, "org.freedesktop.Hal.Device", QDBusConnection::systemBus() ); -- QDBusReply<QString> reply = device.call( "GetProperty", "video4linux.device" ); -- if (!reply.isValid()) -- { -- qWarning() << Q_FUNC_INFO << " error getting video4linux.device: " << reply.error().name() << endl; -- continue; -- } -- if ( !reply.value().contains( "video" ) ) -- { -- continue; -- } -- filtered.append( udi ); -- } -- result += filtered; -- } -- else -- { -- result << reply; -- } -- } -- -- return result; --} -- - void HalManager::slotDeviceAdded(const QString &udi) - { - d->devicesCache.append(udi); -diff --git a/solid/solid/backends/hal/halmanager.h b/solid/solid/backends/hal/halmanager.h -index ec42fac..377b15d 100644 ---- solid/solid/backends/hal/halmanager.h -+++ solid/solid/backends/hal/halmanager.h -@@ -59,9 +59,6 @@ private Q_SLOTS: - void slotDeviceRemoved(const QString &udi); - - private: -- QStringList findDeviceStringMatch(const QString &key, const QString &value); -- QStringList findDeviceByDeviceInterface(Solid::DeviceInterface::Type type); -- - HalManagerPrivate *d; - }; - } diff --git a/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt b/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt deleted file mode 100644 index 3b2a1e56ebbe..000000000000 --- a/x11/kdelibs4/files/patch-kdecore__CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kdecore/CMakeLists.txt.orig 2012-06-07 07:54:04.000000000 +1100 -+++ ./kdecore/CMakeLists.txt 2012-06-17 05:04:23.000000000 +1100 -@@ -385,7 +385,7 @@ - set(kdecore_OPTIONAL_LIBS ${kdecore_OPTIONAL_LIBS} ${CMAKE_THREAD_LIBS_INIT}) - - set_source_files_properties(util/kshareddatacache.cpp -- PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS}) -+ PROPERTIES COMPILE_FLAGS "${KDE4_ENABLE_EXCEPTIONS}") - else(NOT WIN32) - set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp) - set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} io/kdirwatch_win.cpp) diff --git a/x11/kdelibs4/files/patch-kparts__componentfactory.h b/x11/kdelibs4/files/patch-kparts__componentfactory.h deleted file mode 100644 index 4332929cfc69..000000000000 --- a/x11/kdelibs4/files/patch-kparts__componentfactory.h +++ /dev/null @@ -1,29 +0,0 @@ ---- kparts/componentfactory.h.orig 2012-11-23 16:20:14.000000000 +0800 -+++ kparts/componentfactory.h 2012-11-23 16:20:22.000000000 +0800 -@@ -28,6 +28,8 @@ - #endif - #include <kmimetypetrader.h> - -+#include <QtCore/QFile> -+ - namespace KParts - { - namespace ComponentFactory -@@ -81,7 +83,7 @@ - const QStringList &args = QStringList(), - int *error = 0 ) - { -- KLibrary *library = KLibLoader::self()->library( QString( libraryName ) ); // compatibility hack -+ KLibrary *library = KLibLoader::self()->library( QFile::decodeName( libraryName ) ); // compatibility hack - if ( !library ) - { - if ( error ) -@@ -135,7 +137,7 @@ - return 0; - } - -- return createPartInstanceFromLibrary<T>( library.toLocal8Bit().data(), parentWidget, -+ return createPartInstanceFromLibrary<T>( QFile::encodeName( library ).constData(), parentWidget, - parent, args, error ); - } - #endif diff --git a/x11/kdelibs4/files/patch-mimetypes_kde.xml b/x11/kdelibs4/files/patch-mimetypes_kde.xml index d89a761cb0b4..c3b051f76532 100644 --- a/x11/kdelibs4/files/patch-mimetypes_kde.xml +++ b/x11/kdelibs4/files/patch-mimetypes_kde.xml @@ -1,5 +1,5 @@ ---- ./mimetypes/kde.xml.orig 2012-01-11 01:17:51.000000000 +1100 -+++ ./mimetypes/kde.xml 2012-05-14 20:50:05.000000000 +1100 +--- ./mimetypes/kde.xml.orig 2012-09-27 17:09:06.000000000 -0700 ++++ ./mimetypes/kde.xml 2012-10-26 14:22:51.802005859 -0700 @@ -13,11 +13,6 @@ the mime type there. --> @@ -27,7 +27,7 @@ <mime-type type="application/x-plasma"> <sub-class-of type="application/zip"/> <comment>plasmoid</comment> -@@ -152,9 +139,6 @@ +@@ -148,9 +135,6 @@ <glob pattern="*.pnx"/> <glob pattern="*.rdc"/> </mime-type> @@ -37,7 +37,7 @@ <mime-type type="text/x-hex"> <sub-class-of type="text/plain"/> <comment>IntelĀ® hexadecimal object file</comment> -@@ -355,28 +339,10 @@ +@@ -351,27 +335,6 @@ <glob pattern="*.wmp"/> </mime-type> @@ -45,10 +45,6 @@ - <comment>shortcut to Kexi project on database server</comment> - <glob pattern="*.kexis"/> - </mime-type> - <mime-type type="application/x-kexiproject-sqlite"> <!-- FIXED 0.70 --> - <comment>Kexi database file-based project</comment> - <glob pattern="*.kexi"/> - </mime-type> - <mime-type type="application/x-kexiproject-sqlite2"> <!-- FIXED 0.70 --> - <sub-class-of type="application/x-sqlite2"/> - <comment>Kexi database file-based project</comment> @@ -58,15 +54,18 @@ - <sub-class-of type="application/x-sqlite3"/> - <comment>Kexi database file-based project</comment> - <glob pattern="*.kexi"/> +- <alias type="application/x-kexiproject-sqlite"/> +- <alias type="application/x-vnd.kde.kexi"/> - </mime-type> - <mime-type type="application/x-kexi-connectiondata"> <!-- FIXED 0.70 --> - <comment>data for database server connection</comment> - <glob pattern="*.kexic"/> - </mime-type> - +- <!-- http://www4.wiwiss.fu-berlin.de/bizer/TriG/ --> <!-- Used in Nepomuk to encode almost all ontologies --> -@@ -398,25 +364,4 @@ + <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-trig"> <!-- fdo #18089 --> +@@ -392,25 +355,4 @@ </magic> <glob pattern="*.pic"/> </mime-type> diff --git a/x11/kdelibs4/pkg-plist b/x11/kdelibs4/pkg-plist index 4fe3015ae3dd..c4c9f5d6f527 100644 --- a/x11/kdelibs4/pkg-plist +++ b/x11/kdelibs4/pkg-plist @@ -265,6 +265,7 @@ include/KDE/KCharsets include/KDE/KCheckableProxyModel include/KDE/KCmdLineArgs include/KDE/KCmdLineOptions +include/KDE/KCodecAction include/KDE/KCodecs include/KDE/KColor include/KDE/KColorButton @@ -554,6 +555,7 @@ include/KDE/KParts/GenericFactory include/KDE/KParts/GenericFactoryBase include/KDE/KParts/HistoryProvider include/KDE/KParts/HtmlExtension +include/KDE/KParts/ListingExtension include/KDE/KParts/LiveConnectExtension include/KDE/KParts/MainWindow include/KDE/KParts/OpenUrlEvent @@ -601,6 +603,7 @@ include/KDE/KPtyProcess include/KDE/KPushButton include/KDE/KRandom include/KDE/KRandomSequence +include/KDE/KRatingPainter include/KDE/KRatingWidget include/KDE/KRecentDocument include/KDE/KRecentFilesAction @@ -1452,6 +1455,7 @@ include/kparts/genericfactory.h include/kparts/historyprovider.h include/kparts/htmlextension.h include/kparts/kparts_export.h +include/kparts/listingextension.h include/kparts/mainwindow.h include/kparts/part.h include/kparts/partmanager.h @@ -3157,6 +3161,7 @@ share/apps/ksgmltools2/customization/xh/user.entities share/apps/ksgmltools2/customization/xsl/README share/apps/ksgmltools2/customization/xsl/all-l10n.xml share/apps/ksgmltools2/customization/xsl/ca.xml +share/apps/ksgmltools2/customization/xsl/cs.xml share/apps/ksgmltools2/customization/xsl/de.xml share/apps/ksgmltools2/customization/xsl/el.xml share/apps/ksgmltools2/customization/xsl/en.xml @@ -3164,6 +3169,7 @@ share/apps/ksgmltools2/customization/xsl/es.xml share/apps/ksgmltools2/customization/xsl/et.xml share/apps/ksgmltools2/customization/xsl/fr.xml share/apps/ksgmltools2/customization/xsl/gl.xml +share/apps/ksgmltools2/customization/xsl/hu.xml share/apps/ksgmltools2/customization/xsl/it.xml share/apps/ksgmltools2/customization/xsl/lt.xml share/apps/ksgmltools2/customization/xsl/nds.xml @@ -3471,72 +3477,13 @@ share/locale/all_languages share/locale/en_US/entry.desktop share/mime/all/all.xml share/mime/all/allfiles.xml -share/mime/application/relaxng.xml -share/mime/application/vnd.kde.fontspackage.xml -share/mime/application/vnd.kde.kphotoalbum-import.xml -share/mime/application/vnd.kde.okular-archive.xml -share/mime/application/x-cabri.xml -share/mime/application/x-cda.xml -share/mime/application/x-drgeo.xml -share/mime/application/x-font-snf.xml -share/mime/application/x-icq.xml -share/mime/application/x-java-applet.xml -share/mime/application/x-kcachegrind.xml -share/mime/application/x-kcsrc.xml -share/mime/application/x-kgeo.xml -share/mime/application/x-kgetlist.xml -share/mime/application/x-khtml-adaptor.xml -share/mime/application/x-kig.xml -share/mime/application/x-kmplot.xml -share/mime/application/x-kns.xml -share/mime/application/x-kolf.xml -share/mime/application/x-kommander.xml -share/mime/application/x-konsole.xml -share/mime/application/x-kopete-emoticons.xml -share/mime/application/x-kourse.xml -share/mime/application/x-kseg.xml -share/mime/application/x-ksysguard.xml -share/mime/application/x-ktheme.xml -share/mime/application/x-kudesigner.xml -share/mime/application/x-kvtml.xml -share/mime/application/x-kwallet.xml -share/mime/application/x-kwordquiz.xml -share/mime/application/x-mimearchive.xml -share/mime/application/x-ms-shortcut.xml -share/mime/application/x-plasma.xml -share/mime/application/x-quanta.xml -share/mime/application/x-smb-server.xml -share/mime/application/x-smb-workgroup.xml -share/mime/application/x-superkaramba.xml -share/mime/application/x-trig.xml -share/mime/application/x-tuberling.xml -share/mime/application/x-turtle.xml -share/mime/application/x-uml.xml -share/mime/application/x-vnd.kde.kexi.xml -share/mime/application/x-vnd.kde.kplato.work.xml -share/mime/application/x-vnd.kde.kplato.xml -share/mime/application/x-vnd.kde.kugar.mixed.xml -share/mime/application/x-vnd.kde.plan.work.xml -share/mime/application/x-vnd.kde.plan.xml -share/mime/application/x-webarchive.xml -share/mime/application/xsd.xml -share/mime/audio/aac.xml -share/mime/audio/x-pn-realaudio-plugin.xml -share/mime/image/x-hdr.xml -share/mime/image/x-kde-raw.xml -share/mime/image/x-pic.xml share/mime/packages/kde.xml -share/mime/text/vnd.abc.xml -share/mime/text/x-hex.xml -share/mime/text/x-katefilelist.xml -share/mime/text/x-objchdr.xml share/mime/uri/mms.xml share/mime/uri/mmst.xml share/mime/uri/mmsu.xml share/mime/uri/pnm.xml share/mime/uri/rtspt.xml share/mime/uri/rtspu.xml -share/mime/video/x-ms-wmp.xml @dirrmtry share/mime/uri @dirrmtry share/mime/all @dirrm share/kde4/services/qimageioplugins diff --git a/x11/kgamma/Makefile b/x11/kgamma/Makefile index 6934a9ea9f1b..c9231f453d76 100644 --- a/x11/kgamma/Makefile +++ b/x11/kgamma/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kgamma -# Date created: 5 September 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kgamma PORTVERSION= ${KDE4_VERSION} diff --git a/x11/kgamma/distinfo b/x11/kgamma/distinfo index fcc7d6c56e36..e5d88f9131bb 100644 --- a/x11/kgamma/distinfo +++ b/x11/kgamma/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kgamma-4.8.4.tar.xz) = 83a32e1796f3fa9268a7e6de3a324a93124cbd4c571f29f75d1433f43bf271fb -SIZE (KDE/kgamma-4.8.4.tar.xz) = 27532 +SHA256 (KDE/kgamma-4.9.5.tar.xz) = d80987c73ae6c876cca26aa979582189e956cefb4941097d5bfbaf82ce52d961 +SIZE (KDE/kgamma-4.9.5.tar.xz) = 27096 diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 5a377146fcad..9edf6c8f6919 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -1,7 +1,3 @@ -# New ports collection Makefile for: konsole -# Date created: 30 July 2011 -# Whom: Alberto Villa <avilla@FreeBSD.org> -# # $FreeBSD$ PORTNAME= konsole diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 91da17bfd61b..6b4ab8a98f8a 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/konsole-4.8.4.tar.xz) = 85001aefb81c6455562847e15b99fba28aa40ffa6df8fead8ba6c826b096cf81 -SIZE (KDE/konsole-4.8.4.tar.xz) = 441968 +SHA256 (KDE/konsole-4.9.5.tar.xz) = ffac973faee273014d43c26b2891f6654031d90451db6312b562b977d4b60127 +SIZE (KDE/konsole-4.9.5.tar.xz) = 442472 diff --git a/x11/konsole/pkg-plist b/x11/konsole/pkg-plist index bb66511c0a0b..3c7a25cb83b2 100644 --- a/x11/konsole/pkg-plist +++ b/x11/konsole/pkg-plist @@ -4,16 +4,21 @@ lib/kde4/libkonsolepart.so lib/libkdeinit4_konsole.so lib/libkonsoleprivate.so share/applications/kde4/konsole.desktop -share/apps/konsole/BlackOnLightYellow.schema +share/apps/kconf_update/konsole-2.9.0-colorscheme-bold-key.sh +share/apps/kconf_update/konsole-2.9.0-global-options.sh +share/apps/kconf_update/konsole.upd +share/apps/konsole/BlackOnLightYellow.colorscheme share/apps/konsole/BlackOnRandomLight.colorscheme -share/apps/konsole/BlackOnWhite.schema +share/apps/konsole/BlackOnWhite.colorscheme +share/apps/konsole/BlueOnBlack.colorscheme share/apps/konsole/DarkPastels.colorscheme share/apps/konsole/GreenOnBlack.colorscheme share/apps/konsole/Linux.colorscheme share/apps/konsole/README.KeyTab +share/apps/konsole/RedOnBlack.colorscheme share/apps/konsole/Shell.profile share/apps/konsole/Solarized.colorscheme -share/apps/konsole/WhiteOnBlack.schema +share/apps/konsole/WhiteOnBlack.colorscheme share/apps/konsole/default.keytab share/apps/konsole/konsole.notifyrc share/apps/konsole/konsoleui.rc diff --git a/x11/libkonq/Makefile b/x11/libkonq/Makefile index 8c39a9342342..77015fc08226 100644 --- a/x11/libkonq/Makefile +++ b/x11/libkonq/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libkonq -# Date created: 2012-02-25 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libkonq PORTVERSION= ${KDE4_VERSION} diff --git a/x11/libkonq/pkg-plist b/x11/libkonq/pkg-plist index f9798c9deee9..fb80c5906743 100644 --- a/x11/libkonq/pkg-plist +++ b/x11/libkonq/pkg-plist @@ -57,5 +57,5 @@ share/templates/linkPath.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/templates/linkZIP.desktop -@dirrm share/apps/konqueror/pics +@dirrmtry share/apps/konqueror/pics @dirrm share/apps/kbookmark diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 2e50d672f2ea..8b65f019c6eb 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: plasma-scriptengine-python -# Date created: 2010-03-14 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= plasma-scriptengine-python PORTVERSION= ${KDE4_VERSION} diff --git a/x11/plasma-scriptengine-python/pkg-plist b/x11/plasma-scriptengine-python/pkg-plist index 5e184c288507..e3dc6fb49349 100644 --- a/x11/plasma-scriptengine-python/pkg-plist +++ b/x11/plasma-scriptengine-python/pkg-plist @@ -1,21 +1,21 @@ %%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.py -%%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.pyc -%%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.pyo +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%plasmascript.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%plasmascript.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/plasma_importer.py -share/apps/plasma_scriptengine_python/plasma_importer.pyc -share/apps/plasma_scriptengine_python/plasma_importer.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%plasma_importer.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%plasma_importer.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pyappletscript.py -share/apps/plasma_scriptengine_python/pyappletscript.pyc -share/apps/plasma_scriptengine_python/pyappletscript.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyappletscript.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyappletscript.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pydataengine.py -share/apps/plasma_scriptengine_python/pydataengine.pyc -share/apps/plasma_scriptengine_python/pydataengine.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pydataengine.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pydataengine.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pyrunner.py -share/apps/plasma_scriptengine_python/pyrunner.pyc -share/apps/plasma_scriptengine_python/pyrunner.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyrunner.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyrunner.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pywallpaper.py -share/apps/plasma_scriptengine_python/pywallpaper.pyc -share/apps/plasma_scriptengine_python/pywallpaper.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pywallpaper.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pywallpaper.%%PYO_SUFFIX%% share/kde4/services/plasma-scriptengine-applet-python.desktop share/kde4/services/plasma-scriptengine-dataengine-python.desktop share/kde4/services/plasma-scriptengine-runner-python.desktop diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index 2a4c3be0e910..f52ff8e77cfa 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: plasma-scriptengine-ruby -# Date created: 2010-03-30 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= plasma-scriptengine-ruby PORTVERSION= ${KDE4_VERSION} |