diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 19:41:12 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 19:41:12 +0000 |
commit | f64c6af4f4d0803346188ad60d5055ea8b8d63dc (patch) | |
tree | a4ccebaea6c27a0834589e8629dbcdc5ee328c8b | |
parent | e96188d0c88794161a4508f2a16698da04fbba36 (diff) |
Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Notes
Notes:
svn path=/head/; revision=103453
635 files changed, 6267 insertions, 5898 deletions
@@ -805,7 +805,6 @@ devel/p5-GTop||2004-02-06|Obsolete and no longer maintained www/p5-Apache-VMonitor||2004-02-06|Depends on obsolete libgtop deskutils/loserjabber|deskutils/logjam2|2004-02-07|Renamed to Logjam x11/wmbsdbatt|sysutils/wmbsdbatt|2004-02-09|Moved to more appropriate category -mail/ksig|misc/kdeaddons3|2004-02-09|ksig is now included in kdeaddons converters/ktnef|deskutils/kdepim3|2004-02-09|ktnef is now included in kdepim lang/g95|lang/gfortran|2004-02-11|change to appropreate name www/mozilla-firebird|www/firefox|2004-02-11|Project changed names @@ -972,3 +971,5 @@ japanese/vfxdvi600||2004-03-04|removed (obsolate) games/gcompris|games/gcompris2|2004-03-05|removed, obsoleted, successor is gcompris2 devel/pear||2004-03-06|removed, obsolete graphics/filmgimp|graphics/cinepaint|2004-03-06|renamed +x11-toolkits/qt32|x11-toolkits/qt33|2004-03-09|qt32 replaced by qt33 +mail/ksig|misc/ksig|2004-03-09|ksig is now a part of the kdeaddons ports diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk index c82abff33f6b..5673c34686e3 100644 --- a/Mk/bsd.kde.mk +++ b/Mk/bsd.kde.mk @@ -113,7 +113,7 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGL # Yeah, it's namespace pollution, but this is really the best place for this # stuff. Arts does NOT use it anymore. -KDE_VERSION= 3.2.0 +KDE_VERSION= 3.2.1 KDE_ORIGVER= ${KDE_VERSION} KDE_PREFIX?= ${LOCALBASE} @@ -123,9 +123,9 @@ QTCGFLIBS?= # Qt 3.x common stuff QT_PREFIX?= ${X11BASE} MOC?= ${QT_PREFIX}/bin/moc -#LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt32 -BUILD_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt32 -RUN_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt32 +#LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 +BUILD_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt33 +RUN_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt33 QTCPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include \ -I${QT_PREFIX}/include -D_GETOPT_H QTCFGLIBS+= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -ljpeg \ diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index c82abff33f6b..5673c34686e3 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -113,7 +113,7 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGL # Yeah, it's namespace pollution, but this is really the best place for this # stuff. Arts does NOT use it anymore. -KDE_VERSION= 3.2.0 +KDE_VERSION= 3.2.1 KDE_ORIGVER= ${KDE_VERSION} KDE_PREFIX?= ${LOCALBASE} @@ -123,9 +123,9 @@ QTCGFLIBS?= # Qt 3.x common stuff QT_PREFIX?= ${X11BASE} MOC?= ${QT_PREFIX}/bin/moc -#LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt32 -BUILD_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt32 -RUN_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt32 +#LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 +BUILD_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt33 +RUN_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt33 QTCPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include \ -I${QT_PREFIX}/include -D_GETOPT_H QTCFGLIBS+= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -ljpeg \ diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 3fffe1a51947..48695f3b0dd6 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -443,6 +443,7 @@ MASTER_SITE_ISC+= \ ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/ MASTER_SITE_KDE+= \ + http://mirrors.isc.org/pub/kde/%SUBDIR%/ \ ftp://ftp.us.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ibiblio.org/pub/packages/desktops/kde/%SUBDIR%/ \ @@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040309: + AFFECTS: users of x11/kdelibs and x11/kdebase + + If you update kdelibs from version 3.2.0 to version 3.2.1 while running + a KDE 3.2.0 session, newly opened instances of Konqueror will silently + crash as soon as the new version of kdelibs has been installed, due to + mismatching linker symbols. + + It is recommended you quit your KDE session at that point and update + kdebase to version 3.2.1, then restart KDE. + +20040309: + AFFECTS: users of audio/arts and x11/kdebase + + The arts port, PORTVERSION 1.2.1 does not include artswrapper anymore. + Instead, artswrapper is now installed by a new port audio/artswrapper. + + Installation of artswrapper is optional, however: + + If you presently run KDE and you have "Run with the highest possible + priority (realtime priority)" checked in Control Center/Sound & Multimedia/ + Sound System and you choose to NOT install audio/artswrapper, you need to + + - Uncheck "Run with the highest possible priority (realtime priority)" + in Control Center/Sound & Multimedia/Sound System BEFORE updating arts + + OR + + - AFTER updating arts and kdebase, go to Control Center/Sound & Multimedia/ + Sound System, click on the unchecked "Run with the highest possible priority + (realtime priority)", dismiss the message telling you that realtime is un- + available or artswrapper is missing and then click Apply. + 20040305: AFFECTS: users of security/antivir-milter diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kaccessible/distinfo b/accessibility/kaccessible/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kaccessible/distinfo +++ b/accessibility/kaccessible/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kaccessible/pkg-plist b/accessibility/kaccessible/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kaccessible/pkg-plist +++ b/accessibility/kaccessible/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/accessibility/kdeaccessibility/Makefile b/accessibility/kdeaccessibility/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kdeaccessibility/Makefile +++ b/accessibility/kdeaccessibility/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kdeaccessibility/distinfo b/accessibility/kdeaccessibility/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kdeaccessibility/distinfo +++ b/accessibility/kdeaccessibility/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kdeaccessibility/pkg-plist b/accessibility/kdeaccessibility/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kdeaccessibility/pkg-plist +++ b/accessibility/kdeaccessibility/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kdeaccessibility4/Makefile +++ b/accessibility/kdeaccessibility4/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kdeaccessibility4/distinfo b/accessibility/kdeaccessibility4/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kdeaccessibility4/distinfo +++ b/accessibility/kdeaccessibility4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kdeaccessibility4/pkg-plist b/accessibility/kdeaccessibility4/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kdeaccessibility4/pkg-plist +++ b/accessibility/kdeaccessibility4/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kmag/pkg-plist b/accessibility/kmag/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kmag/pkg-plist +++ b/accessibility/kmag/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kmousetool/pkg-plist b/accessibility/kmousetool/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kmousetool/pkg-plist +++ b/accessibility/kmousetool/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 2b32e04b256d..bbefbcbd3241 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index c2fd545ea564..ee0e3ed1ff59 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeaccessibility-3.2.0.tar.bz2) = 97466b78dcee2d29505937c79919713d +MD5 (KDE/kdeaccessibility-3.2.1.tar.bz2) = 3a6215b9b3b7a1d7bb6e51863066a61e +SIZE (KDE/kdeaccessibility-3.2.1.tar.bz2) = 1305442 diff --git a/accessibility/kmouth/pkg-plist b/accessibility/kmouth/pkg-plist index 89182635a8fa..e55df96b6952 100644 --- a/accessibility/kmouth/pkg-plist +++ b/accessibility/kmouth/pkg-plist @@ -106,10 +106,21 @@ share/icons/locolor/16x16/apps/kmouth.png share/icons/locolor/22x22/apps/kmouth.png share/icons/locolor/32x32/apps/kmag.png share/icons/locolor/32x32/apps/kmouth.png +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor +@dirrm share/icons/hicolor/48x48/apps +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/apps +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps @dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16 @dirrm share/doc/HTML/en/kmouth @dirrm share/doc/HTML/en/kmousetool @dirrm share/doc/HTML/en/kmag @@ -143,3 +154,5 @@ share/icons/locolor/32x32/apps/kmouth.png @dirrm share/apps/kmag/icons/hicolor @dirrm share/apps/kmag/icons @dirrm share/apps/kmag +@dirrm share/applnk/Applications +@dirrm share/applnk diff --git a/arabic/kde3-i18n/distinfo b/arabic/kde3-i18n/distinfo index 8c0f9e991d70..2ec232e5de3a 100644 --- a/arabic/kde3-i18n/distinfo +++ b/arabic/kde3-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.5.tar.bz2) = 9ba695a0105ba3a601f3e82cacce242f +SIZE (KDE/kde-i18n/kde-i18n-ar-3.1.5.tar.bz2) = 2199911 diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo index 8c0f9e991d70..2ec232e5de3a 100644 --- a/arabic/kde4-l10n/distinfo +++ b/arabic/kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.5.tar.bz2) = 9ba695a0105ba3a601f3e82cacce242f +SIZE (KDE/kde-i18n/kde-i18n-ar-3.1.5.tar.bz2) = 2199911 diff --git a/arabic/koffice-i18n/Makefile b/arabic/koffice-i18n/Makefile index a5af9d8bd62c..4568797e5b63 100644 --- a/arabic/koffice-i18n/Makefile +++ b/arabic/koffice-i18n/Makefile @@ -7,7 +7,6 @@ PORTNAME= koffice-i18n PORTVERSION= 1.2.1 -PORTREVISION= 1 CATEGORIES?= arabic kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src diff --git a/arabic/koffice-i18n/distinfo b/arabic/koffice-i18n/distinfo index e69de29bb2d1..b952c4cae380 100644 --- a/arabic/koffice-i18n/distinfo +++ b/arabic/koffice-i18n/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/koffice-i18n-ar-1.2.1.tar.bz2) = diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/archivers/ark/files/plist.base b/archivers/ark/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/archivers/ark/files/plist.base +++ b/archivers/ark/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/archivers/ark/files/plist.kfloppy b/archivers/ark/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/archivers/ark/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/audio/arts/Makefile b/audio/arts/Makefile index db60a99784c8..b6e4ae79a13a 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -7,12 +7,11 @@ # PORTNAME= arts -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src +MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -36,4 +35,5 @@ CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" .include "${.CURDIR}/../../x11/kde3/Makefile.kde" + .include <bsd.port.mk> diff --git a/audio/arts/distinfo b/audio/arts/distinfo index ef3b26853b4b..07fba721c9aa 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,2 +1,2 @@ -MD5 (KDE/arts-1.2.0.tar.bz2) = f17708ad3c91b0a2f0c83674f78c3e53 -SIZE (KDE/arts-1.2.0.tar.bz2) = 993338 +MD5 (KDE/arts-1.2.1.tar.bz2) = 84877632917893438c629803e7b004f3 +SIZE (KDE/arts-1.2.1.tar.bz2) = 1039479 diff --git a/audio/arts/files/patch-soundserver-Makefile.in b/audio/arts/files/patch-soundserver-Makefile.in new file mode 100644 index 000000000000..bdeb225da37c --- /dev/null +++ b/audio/arts/files/patch-soundserver-Makefile.in @@ -0,0 +1,58 @@ +--- soundserver/Makefile.in.orig Sun Feb 29 22:25:27 2004 ++++ soundserver/Makefile.in Thu Mar 4 16:07:59 2004 +@@ -344,7 +344,7 @@ + + + ###### "real" programs +-bin_PROGRAMS = artsd artsplay artscat artswrapper artsshell artsrec ++bin_PROGRAMS = artsd artsplay artscat artsshell artsrec + + artsd_LDADD = libsoundserver_idl.la $(FLOWLIBS) \ + $(top_builddir)/mcop_mt/libmcop_mt.la $(USE_THREADS) +@@ -364,10 +364,6 @@ + artsplay_SOURCES = artsplay.cc + artsplay_COMPILE_FIRST = soundserver.h artsversion.h + +-artswrapper_SOURCES = artswrapper.c +-artswrapper_INCLUDES = -I$(top_builddir) -DEXECUTE=\"$(artsdpath)\" +-artswrapper_LDADD = $(LIBPOSIX4) +- + artsshell_LDADD = libsoundserver_idl.la $(USE_THREADS) + artsshell_SOURCES = artsshell.cc tradercheck.cc + artsshell_COMPILE_FIRST = soundserver.h artsversion.h +@@ -431,7 +427,7 @@ + #>+ 1 + libsoundserver_idl_la_OBJECTS = soundserver.lo + bin_PROGRAMS = artsd$(EXEEXT) artsplay$(EXEEXT) artscat$(EXEEXT) \ +- artswrapper$(EXEEXT) artsshell$(EXEEXT) artsrec$(EXEEXT) ++ artsshell$(EXEEXT) artsrec$(EXEEXT) + PROGRAMS = $(bin_PROGRAMS) + + am_artscat_OBJECTS = artscat.$(OBJEXT) +@@ -568,14 +564,14 @@ + $(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) \ + $(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) \ + $(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) \ +- $(artsrec_SOURCES) $(artsshell_SOURCES) $(artswrapper_SOURCES) ++ $(artsrec_SOURCES) $(artsshell_SOURCES) + DATA = $(mcopclass_DATA) $(mcoptype_DATA) + + HEADERS = $(artsinclude_HEADERS) + + DIST_COMMON = $(artsinclude_HEADERS) Makefile.am Makefile.in \ + artsversion-new.h.in +-SOURCES = $(libartsgslplayobject_la_SOURCES) $(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) $(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) $(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) $(artsrec_SOURCES) $(artsshell_SOURCES) $(artswrapper_SOURCES) ++SOURCES = $(libartsgslplayobject_la_SOURCES) $(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) $(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) $(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) $(artsrec_SOURCES) $(artsshell_SOURCES) + + #>- all: all-am + #>+ 1 +@@ -691,9 +687,6 @@ + artsshell$(EXEEXT): $(artsshell_OBJECTS) $(artsshell_DEPENDENCIES) + @rm -f artsshell$(EXEEXT) + $(CXXLINK) $(artsshell_LDFLAGS) $(artsshell_OBJECTS) $(artsshell_LDADD) $(LIBS) +-artswrapper$(EXEEXT): $(artswrapper_OBJECTS) $(artswrapper_DEPENDENCIES) +- @rm -f artswrapper$(EXEEXT) +- $(LINK) $(artswrapper_LDFLAGS) $(artswrapper_OBJECTS) $(artswrapper_LDADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core diff --git a/audio/arts/pkg-plist b/audio/arts/pkg-plist index 9ffb598cb1ec..664258fa256f 100644 --- a/audio/arts/pkg-plist +++ b/audio/arts/pkg-plist @@ -5,7 +5,6 @@ bin/artsdsp bin/artsplay bin/artsrec bin/artsshell -bin/artswrapper bin/mcopidl include/arts/anyref.h include/arts/artsflow.h @@ -158,3 +157,8 @@ lib/mcop/soundserver.mcopclass lib/mcop/soundserver.mcoptype lib/mcop/x11globalcomm.mcopclass lib/mcop/x11globalcomm.mcoptype +@dirrm lib/mcop/Arts +@dirrm lib/mcop +@dirrm include/artsc +@dirrm include/arts/gsl +@dirrm include/arts diff --git a/audio/artswrapper/Makefile b/audio/artswrapper/Makefile index 86eb284cb9e9..500707682470 100644 --- a/audio/artswrapper/Makefile +++ b/audio/artswrapper/Makefile @@ -14,8 +14,6 @@ EXTRACT_SUFX= # none MAINTAINER= kde@freebsd.org COMMENT= Setuid wrapper for arts -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - NO_WRKSUBDIR= yes PLIST_FILES= bin/artswrapper diff --git a/chinese/calligra-l10n-zh_CN/distinfo b/chinese/calligra-l10n-zh_CN/distinfo index 90999a08da07..057bb9e0449b 100644 --- a/chinese/calligra-l10n-zh_CN/distinfo +++ b/chinese/calligra-l10n-zh_CN/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 350238f5c52f1a040df561261aa8ce10 +SIZE (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 608836 diff --git a/chinese/calligra-l10n-zh_TW/distinfo b/chinese/calligra-l10n-zh_TW/distinfo index 0c55a42e2ce5..6066207a8fee 100644 --- a/chinese/calligra-l10n-zh_TW/distinfo +++ b/chinese/calligra-l10n-zh_TW/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = ed757efe0e1bed3d371b740a6c68801d +SIZE (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = 581663 diff --git a/chinese/kde3-i18n-zh_CN/Makefile b/chinese/kde3-i18n-zh_CN/Makefile index 1db28605bad6..038a7b066f05 100644 --- a/chinese/kde3-i18n-zh_CN/Makefile +++ b/chinese/kde3-i18n-zh_CN/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= chinese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= zh_CN- DIST_SUBDIR= KDE diff --git a/chinese/kde3-i18n-zh_CN/distinfo b/chinese/kde3-i18n-zh_CN/distinfo index 5dd0aee76516..685b81c99fb0 100644 --- a/chinese/kde3-i18n-zh_CN/distinfo +++ b/chinese/kde3-i18n-zh_CN/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.2.0.tar.bz2) = 1d41d21bf0755ccaafaa7a50f1595d8c +MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.2.1.tar.bz2) = 14f8e64aa500906dbcb1f375d185b5fd +SIZE (KDE/kde-i18n/kde-i18n-zh_CN-3.2.1.tar.bz2) = 3017957 diff --git a/chinese/kde3-i18n-zh_TW/Makefile b/chinese/kde3-i18n-zh_TW/Makefile index 996e814e3c07..312bbadcc790 100644 --- a/chinese/kde3-i18n-zh_TW/Makefile +++ b/chinese/kde3-i18n-zh_TW/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= chinese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= zh_TW- DIST_SUBDIR= KDE diff --git a/chinese/kde3-i18n-zh_TW/distinfo b/chinese/kde3-i18n-zh_TW/distinfo index 9fa41331c947..a4d88317dbba 100644 --- a/chinese/kde3-i18n-zh_TW/distinfo +++ b/chinese/kde3-i18n-zh_TW/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.2.0.tar.bz2) = ce97ecc36bed729676f4dc2fa7107249 +MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.2.1.tar.bz2) = da485ef824884f41d92e537632c6b167 +SIZE (KDE/kde-i18n/kde-i18n-zh_TW-3.2.1.tar.bz2) = 2426098 diff --git a/chinese/kde4-l10n-zh_CN/Makefile b/chinese/kde4-l10n-zh_CN/Makefile index 1db28605bad6..038a7b066f05 100644 --- a/chinese/kde4-l10n-zh_CN/Makefile +++ b/chinese/kde4-l10n-zh_CN/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= chinese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= zh_CN- DIST_SUBDIR= KDE diff --git a/chinese/kde4-l10n-zh_CN/distinfo b/chinese/kde4-l10n-zh_CN/distinfo index 5dd0aee76516..685b81c99fb0 100644 --- a/chinese/kde4-l10n-zh_CN/distinfo +++ b/chinese/kde4-l10n-zh_CN/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.2.0.tar.bz2) = 1d41d21bf0755ccaafaa7a50f1595d8c +MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.2.1.tar.bz2) = 14f8e64aa500906dbcb1f375d185b5fd +SIZE (KDE/kde-i18n/kde-i18n-zh_CN-3.2.1.tar.bz2) = 3017957 diff --git a/chinese/kde4-l10n-zh_TW/Makefile b/chinese/kde4-l10n-zh_TW/Makefile index 996e814e3c07..312bbadcc790 100644 --- a/chinese/kde4-l10n-zh_TW/Makefile +++ b/chinese/kde4-l10n-zh_TW/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= chinese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= zh_TW- DIST_SUBDIR= KDE diff --git a/chinese/kde4-l10n-zh_TW/distinfo b/chinese/kde4-l10n-zh_TW/distinfo index 9fa41331c947..a4d88317dbba 100644 --- a/chinese/kde4-l10n-zh_TW/distinfo +++ b/chinese/kde4-l10n-zh_TW/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.2.0.tar.bz2) = ce97ecc36bed729676f4dc2fa7107249 +MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.2.1.tar.bz2) = da485ef824884f41d92e537632c6b167 +SIZE (KDE/kde-i18n/kde-i18n-zh_TW-3.2.1.tar.bz2) = 2426098 diff --git a/chinese/koffice-i18n-zh_CN/distinfo b/chinese/koffice-i18n-zh_CN/distinfo index 90999a08da07..057bb9e0449b 100644 --- a/chinese/koffice-i18n-zh_CN/distinfo +++ b/chinese/koffice-i18n-zh_CN/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 350238f5c52f1a040df561261aa8ce10 +SIZE (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 608836 diff --git a/chinese/koffice-i18n-zh_TW/distinfo b/chinese/koffice-i18n-zh_TW/distinfo index 0c55a42e2ce5..6066207a8fee 100644 --- a/chinese/koffice-i18n-zh_TW/distinfo +++ b/chinese/koffice-i18n-zh_TW/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = ed757efe0e1bed3d371b740a6c68801d +SIZE (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = 581663 diff --git a/chinese/koffice-kde4-l10n-zh_CN/distinfo b/chinese/koffice-kde4-l10n-zh_CN/distinfo index 90999a08da07..057bb9e0449b 100644 --- a/chinese/koffice-kde4-l10n-zh_CN/distinfo +++ b/chinese/koffice-kde4-l10n-zh_CN/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 350238f5c52f1a040df561261aa8ce10 +SIZE (KDE/kde-i18n/koffice-i18n-zh_CN-1.3.tar.bz2) = 608836 diff --git a/chinese/koffice-kde4-l10n-zh_TW/distinfo b/chinese/koffice-kde4-l10n-zh_TW/distinfo index 0c55a42e2ce5..6066207a8fee 100644 --- a/chinese/koffice-kde4-l10n-zh_TW/distinfo +++ b/chinese/koffice-kde4-l10n-zh_TW/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = ed757efe0e1bed3d371b740a6c68801d +SIZE (KDE/kde-i18n/koffice-i18n-zh_TW-1.3.tar.bz2) = 581663 diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/comms/kremotecontrol/distinfo +++ b/comms/kremotecontrol/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/comms/kremotecontrol/files/plist.base b/comms/kremotecontrol/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/comms/kremotecontrol/files/plist.base +++ b/comms/kremotecontrol/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/comms/kremotecontrol/files/plist.kfloppy b/comms/kremotecontrol/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/comms/kremotecontrol/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/databases/qt-mysql-plugin/Makefile.dbplugin b/databases/qt-mysql-plugin/Makefile.dbplugin index f22055a93d1b..f29303b8faab 100644 --- a/databases/qt-mysql-plugin/Makefile.dbplugin +++ b/databases/qt-mysql-plugin/Makefile.dbplugin @@ -1,6 +1,5 @@ PORTNAME= qt-${DB}-plugin -PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTVERSION= 3.3.1 CATEGORIES= databases DISTNAME= qt-x11-free-${PORTVERSION} MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ @@ -9,15 +8,15 @@ MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.planetmirror.com.au/pub/trolltech/qt/ DIST_SUBDIR= KDE -LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt32 +LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 USE_BZIP2= yes PLUGIN= plugins/src/sqldrivers/${DB} DRIVER= src/sql/drivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - ${DISTNAME}/${PLUGIN} \ - ${DISTNAME}/${DRIVER} + ${DISTNAME}/${DRIVER} ${DISTNAME}/src/sql/drivers/cache MAKEFILE= ${FILESDIR}/Makefile.bsd -MAKE_ENV+= DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ +MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MASTERDIR= ${PORTSDIR}/databases/qt-mysql-plugin diff --git a/databases/qt-mysql-plugin/distinfo b/databases/qt-mysql-plugin/distinfo index 3d346c5edda8..4de0a153a14c 100644 --- a/databases/qt-mysql-plugin/distinfo +++ b/databases/qt-mysql-plugin/distinfo @@ -1 +1,2 @@ -MD5 (KDE/qt-x11-free-3.2.3.tar.bz2) = cd6df28c81ac00d97d62bd9942b8da03 +MD5 (KDE/qt-x11-free-3.3.1.tar.bz2) = 4e599bedfcb3fe389bc7ec921c476432 +SIZE (KDE/qt-x11-free-3.3.1.tar.bz2) = 14397600 diff --git a/databases/qt-mysql-plugin/files/Makefile.bsd b/databases/qt-mysql-plugin/files/Makefile.bsd index bbdbade3fe5d..93b6d8ae9e75 100644 --- a/databases/qt-mysql-plugin/files/Makefile.bsd +++ b/databases/qt-mysql-plugin/files/Makefile.bsd @@ -1,22 +1,29 @@ -DB=${PLUGIN:T} - SHLIB_NAME= libqsql${DB}.so VPATH= ${PLUGIN}:${DRIVER} CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \ + -I${LOCALBASE}/firebird/include \ -I${LOCALBASE}/include/mysql \ -I${LOCALBASE}/include/postgresql/server \ -I${LOCALBASE}/include -I${X11BASE}/include \ ${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT -.if ${DB}==mysql +.if ${DB}==ibase +LDADD= -L${X11BASE}/lib -L${LOCALBASE}/firebird/lib ${PTHREAD_LIBS} -lqt-mt -lgds +SRCS= qsql_${DB}.cpp main.cpp +.elif ${DB}==mysql LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib/mysql ${PTHREAD_LIBS} -lqt-mt -lmysqlclient -.elif ${DB}==psql -LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lpq +SRCS= qsql_${DB}.cpp main.cpp .elif ${DB}==odbc LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lodbc +SRCS= qsql_${DB}.cpp main.cpp +.elif ${DB}==psql +LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lpq +SRCS= qsql_${DB}.cpp main.cpp +.elif ${DB}==sqlite +LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lsqlite +SRCS= qsql_${DB}.cpp smain.cpp .endif -SRCS= qsql_${DB}.cpp main.cpp LIBDIR= ${PREFIX}/lib/plugins/sqldrivers ${LIBDIR}: diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/deskutils/kcharselect/files/plist.base b/deskutils/kcharselect/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/deskutils/kcharselect/files/plist.base +++ b/deskutils/kcharselect/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/deskutils/kcharselect/files/plist.kfloppy b/deskutils/kcharselect/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/deskutils/kcharselect/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/deskutils/kdepim3/Makefile b/deskutils/kdepim3/Makefile index 755b6d1ad517..5ad99ec867b3 100644 --- a/deskutils/kdepim3/Makefile +++ b/deskutils/kdepim3/Makefile @@ -7,16 +7,15 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils mail news kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Personal Information Management tools for KDE -CONFLICTS= kdenetwork-3.1* +CONFLICTS= kdenetwork-3.1.* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -31,27 +30,54 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 KDE_BUILD_PLIST=yes -.if exists(${LOCALBASE}/bin/pilot-link) +OPTIONS= KPILOT "Build KPilot, hotsync software for KDE" off \ + GNOKII "KAdressbook import/export for Nokia phones" off + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/bin/pilot-xfer) +. if !defined(WITH_KPILOT) +KPILOT_OVERRIDE=yes WITH_KPILOT= yes +. endif .endif .if exists(${LOCALBASE}/bin/gnokii) +. if !defined(WITH_GNOKII) +GNOKII_OVERRIDE=yes WITH_GNOKII= yes +. endif .endif -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - .if defined(WITH_GNOKII) -LIB_DEPENDS+= gnokii.1:${PORTSDIR}/comms/gnokii +LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii .endif # defined ($(WITH_GNOKII)) .if defined(WITH_KPILOT) -LIB_DEPENDS= mal:${PORTSDIR}/palm/libmal \ +LIB_DEPENDS+= mal:${PORTSDIR}/palm/libmal \ pisock:${PORTSDIR}/palm/pilot-link PLIST_APPEND+= plist.kpilot .endif # defined ($(WITH_KPILOT)) +pre-everything:: +.if defined(KPILOT_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* pilot-link is installed but WITH_KPILOT is not set! *" + @${ECHO_MSG} "* WITH_KPILOT has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif +.if defined(GNOKII_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* gnokii is installed but WITH_GNOKII is not set! *" + @${ECHO_MSG} "* WITH_GNOKII has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif + pre-configure: ${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|-lgnokii|-lgnokii -liconv -lintl|' ${WRKSRC}/configure diff --git a/deskutils/kdepim3/distinfo b/deskutils/kdepim3/distinfo index 3146352b8068..37c9dede25a2 100644 --- a/deskutils/kdepim3/distinfo +++ b/deskutils/kdepim3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdepim-3.2.0.tar.bz2) = 657a61e0f3d90d2afec3820e77f81306 +MD5 (KDE/kdepim-3.2.1.tar.bz2) = 362bec23869328a85845e0501020c938 +SIZE (KDE/kdepim-3.2.1.tar.bz2) = 7754558 diff --git a/deskutils/kdepim3/files/patch-kmail-kmfilter.cpp b/deskutils/kdepim3/files/patch-kmail-kmfilter.cpp deleted file mode 100644 index a2f23954cf93..000000000000 --- a/deskutils/kdepim3/files/patch-kmail-kmfilter.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- kmail/kmfilter.cpp.orig Sun Nov 30 10:49:22 2003 -+++ kmail/kmfilter.cpp Thu Feb 5 13:33:53 2004 -@@ -147,9 +147,18 @@ - // that the pattern is purified. - mPattern.readConfig(config); - -- if (bPopFilter) -+ if (bPopFilter) { - // get the action description... -- mAction = (KMPopFilterAction) config->readNumEntry( "action" ); -+ QString action = config->readEntry( "action" ); -+ if ( action == "down" ) -+ mAction = Down; -+ else if ( action == "later" ) -+ mAction = Later; -+ else if ( action == "delete" ) -+ mAction = Delete; -+ else -+ mAction = NoAction; -+ } - else { - QStringList sets = config->readListEntry("apply-on"); - if ( sets.isEmpty() && !config->hasKey("apply-on") ) { -@@ -210,7 +219,19 @@ - mPattern.writeConfig(config); - - if (bPopFilter) { -- config->writeEntry( "action", mAction ); -+ switch ( mAction ) { -+ case Down: -+ config->writeEntry( "action", "down" ); -+ break; -+ case Later: -+ config->writeEntry( "action", "later" ); -+ break; -+ case Delete: -+ config->writeEntry( "action", "delete" ); -+ break; -+ default: -+ config->writeEntry( "action", "" ); -+ } - } else { - QStringList sets; - if ( bApplyOnInbound ) diff --git a/deskutils/kdepim3/files/patch-kmail-kmfolderimap.cpp b/deskutils/kdepim3/files/patch-kmail-kmfolderimap.cpp deleted file mode 100644 index c27ffe4117aa..000000000000 --- a/deskutils/kdepim3/files/patch-kmail-kmfolderimap.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- kmail/kmfolderimap.cpp.orig Sat Jan 17 13:55:08 2004 -+++ kmail/kmfolderimap.cpp Thu Feb 5 13:33:38 2004 -@@ -1207,7 +1207,16 @@ - { - KURL url = mAccount->getUrl(); - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msg->parent()); -- url.setPath(msg_parent->imapPath() + ";UID=" + msg->headerField("X-UID")); -+ QString uid = msg->headerField("X-UID"); -+ /* If the uid is empty the delete job below will nuke all mail in the -+ folder, so we better safeguard against that. See ::expungeFolder, as -+ to why. :( */ -+ if ( uid.isEmpty() ) { -+ kdDebug( 5006 ) << "KMFolderImap::deleteMessage: Attempt to delete " -+ "an empty UID. Aborting." << endl; -+ return; -+ } -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid ); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); -@@ -1228,7 +1237,11 @@ - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msgList.first()->parent()); - for ( QStringList::Iterator it = sets.begin(); it != sets.end(); ++it ) - { -- url.setPath(msg_parent->imapPath() + ";UID=" + *it); -+ QString uid = *it; -+ // Don't delete with no uid, that nukes the folder. Should not happen, but -+ // better safe than sorry. -+ if ( uid.isEmpty() ) continue; -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 755b6d1ad517..5ad99ec867b3 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -7,16 +7,15 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils mail news kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Personal Information Management tools for KDE -CONFLICTS= kdenetwork-3.1* +CONFLICTS= kdenetwork-3.1.* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -31,27 +30,54 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 KDE_BUILD_PLIST=yes -.if exists(${LOCALBASE}/bin/pilot-link) +OPTIONS= KPILOT "Build KPilot, hotsync software for KDE" off \ + GNOKII "KAdressbook import/export for Nokia phones" off + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/bin/pilot-xfer) +. if !defined(WITH_KPILOT) +KPILOT_OVERRIDE=yes WITH_KPILOT= yes +. endif .endif .if exists(${LOCALBASE}/bin/gnokii) +. if !defined(WITH_GNOKII) +GNOKII_OVERRIDE=yes WITH_GNOKII= yes +. endif .endif -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - .if defined(WITH_GNOKII) -LIB_DEPENDS+= gnokii.1:${PORTSDIR}/comms/gnokii +LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii .endif # defined ($(WITH_GNOKII)) .if defined(WITH_KPILOT) -LIB_DEPENDS= mal:${PORTSDIR}/palm/libmal \ +LIB_DEPENDS+= mal:${PORTSDIR}/palm/libmal \ pisock:${PORTSDIR}/palm/pilot-link PLIST_APPEND+= plist.kpilot .endif # defined ($(WITH_KPILOT)) +pre-everything:: +.if defined(KPILOT_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* pilot-link is installed but WITH_KPILOT is not set! *" + @${ECHO_MSG} "* WITH_KPILOT has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif +.if defined(GNOKII_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* gnokii is installed but WITH_GNOKII is not set! *" + @${ECHO_MSG} "* WITH_GNOKII has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif + pre-configure: ${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|-lgnokii|-lgnokii -liconv -lintl|' ${WRKSRC}/configure diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index 3146352b8068..37c9dede25a2 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdepim-3.2.0.tar.bz2) = 657a61e0f3d90d2afec3820e77f81306 +MD5 (KDE/kdepim-3.2.1.tar.bz2) = 362bec23869328a85845e0501020c938 +SIZE (KDE/kdepim-3.2.1.tar.bz2) = 7754558 diff --git a/deskutils/kdepim4/files/patch-kmail-kmfilter.cpp b/deskutils/kdepim4/files/patch-kmail-kmfilter.cpp deleted file mode 100644 index a2f23954cf93..000000000000 --- a/deskutils/kdepim4/files/patch-kmail-kmfilter.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- kmail/kmfilter.cpp.orig Sun Nov 30 10:49:22 2003 -+++ kmail/kmfilter.cpp Thu Feb 5 13:33:53 2004 -@@ -147,9 +147,18 @@ - // that the pattern is purified. - mPattern.readConfig(config); - -- if (bPopFilter) -+ if (bPopFilter) { - // get the action description... -- mAction = (KMPopFilterAction) config->readNumEntry( "action" ); -+ QString action = config->readEntry( "action" ); -+ if ( action == "down" ) -+ mAction = Down; -+ else if ( action == "later" ) -+ mAction = Later; -+ else if ( action == "delete" ) -+ mAction = Delete; -+ else -+ mAction = NoAction; -+ } - else { - QStringList sets = config->readListEntry("apply-on"); - if ( sets.isEmpty() && !config->hasKey("apply-on") ) { -@@ -210,7 +219,19 @@ - mPattern.writeConfig(config); - - if (bPopFilter) { -- config->writeEntry( "action", mAction ); -+ switch ( mAction ) { -+ case Down: -+ config->writeEntry( "action", "down" ); -+ break; -+ case Later: -+ config->writeEntry( "action", "later" ); -+ break; -+ case Delete: -+ config->writeEntry( "action", "delete" ); -+ break; -+ default: -+ config->writeEntry( "action", "" ); -+ } - } else { - QStringList sets; - if ( bApplyOnInbound ) diff --git a/deskutils/kdepim4/files/patch-kmail-kmfolderimap.cpp b/deskutils/kdepim4/files/patch-kmail-kmfolderimap.cpp deleted file mode 100644 index c27ffe4117aa..000000000000 --- a/deskutils/kdepim4/files/patch-kmail-kmfolderimap.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- kmail/kmfolderimap.cpp.orig Sat Jan 17 13:55:08 2004 -+++ kmail/kmfolderimap.cpp Thu Feb 5 13:33:38 2004 -@@ -1207,7 +1207,16 @@ - { - KURL url = mAccount->getUrl(); - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msg->parent()); -- url.setPath(msg_parent->imapPath() + ";UID=" + msg->headerField("X-UID")); -+ QString uid = msg->headerField("X-UID"); -+ /* If the uid is empty the delete job below will nuke all mail in the -+ folder, so we better safeguard against that. See ::expungeFolder, as -+ to why. :( */ -+ if ( uid.isEmpty() ) { -+ kdDebug( 5006 ) << "KMFolderImap::deleteMessage: Attempt to delete " -+ "an empty UID. Aborting." << endl; -+ return; -+ } -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid ); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); -@@ -1228,7 +1237,11 @@ - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msgList.first()->parent()); - for ( QStringList::Iterator it = sets.begin(); it != sets.end(); ++it ) - { -- url.setPath(msg_parent->imapPath() + ";UID=" + *it); -+ QString uid = *it; -+ // Don't delete with no uid, that nukes the folder. Should not happen, but -+ // better safe than sorry. -+ if ( uid.isEmpty() ) continue; -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index 755b6d1ad517..5ad99ec867b3 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -7,16 +7,15 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils mail news kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Personal Information Management tools for KDE -CONFLICTS= kdenetwork-3.1* +CONFLICTS= kdenetwork-3.1.* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -31,27 +30,54 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 KDE_BUILD_PLIST=yes -.if exists(${LOCALBASE}/bin/pilot-link) +OPTIONS= KPILOT "Build KPilot, hotsync software for KDE" off \ + GNOKII "KAdressbook import/export for Nokia phones" off + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include <bsd.port.pre.mk> + +.if exists(${LOCALBASE}/bin/pilot-xfer) +. if !defined(WITH_KPILOT) +KPILOT_OVERRIDE=yes WITH_KPILOT= yes +. endif .endif .if exists(${LOCALBASE}/bin/gnokii) +. if !defined(WITH_GNOKII) +GNOKII_OVERRIDE=yes WITH_GNOKII= yes +. endif .endif -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - .if defined(WITH_GNOKII) -LIB_DEPENDS+= gnokii.1:${PORTSDIR}/comms/gnokii +LIB_DEPENDS+= gnokii:${PORTSDIR}/comms/gnokii .endif # defined ($(WITH_GNOKII)) .if defined(WITH_KPILOT) -LIB_DEPENDS= mal:${PORTSDIR}/palm/libmal \ +LIB_DEPENDS+= mal:${PORTSDIR}/palm/libmal \ pisock:${PORTSDIR}/palm/pilot-link PLIST_APPEND+= plist.kpilot .endif # defined ($(WITH_KPILOT)) +pre-everything:: +.if defined(KPILOT_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* pilot-link is installed but WITH_KPILOT is not set! *" + @${ECHO_MSG} "* WITH_KPILOT has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif +.if defined(GNOKII_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* gnokii is installed but WITH_GNOKII is not set! *" + @${ECHO_MSG} "* WITH_GNOKII has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} +.endif + pre-configure: ${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|-lgnokii|-lgnokii -liconv -lintl|' ${WRKSRC}/configure diff --git a/deskutils/kdepim44/distinfo b/deskutils/kdepim44/distinfo index 3146352b8068..37c9dede25a2 100644 --- a/deskutils/kdepim44/distinfo +++ b/deskutils/kdepim44/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdepim-3.2.0.tar.bz2) = 657a61e0f3d90d2afec3820e77f81306 +MD5 (KDE/kdepim-3.2.1.tar.bz2) = 362bec23869328a85845e0501020c938 +SIZE (KDE/kdepim-3.2.1.tar.bz2) = 7754558 diff --git a/deskutils/kdepim44/files/patch-kmail-kmfilter.cpp b/deskutils/kdepim44/files/patch-kmail-kmfilter.cpp deleted file mode 100644 index a2f23954cf93..000000000000 --- a/deskutils/kdepim44/files/patch-kmail-kmfilter.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- kmail/kmfilter.cpp.orig Sun Nov 30 10:49:22 2003 -+++ kmail/kmfilter.cpp Thu Feb 5 13:33:53 2004 -@@ -147,9 +147,18 @@ - // that the pattern is purified. - mPattern.readConfig(config); - -- if (bPopFilter) -+ if (bPopFilter) { - // get the action description... -- mAction = (KMPopFilterAction) config->readNumEntry( "action" ); -+ QString action = config->readEntry( "action" ); -+ if ( action == "down" ) -+ mAction = Down; -+ else if ( action == "later" ) -+ mAction = Later; -+ else if ( action == "delete" ) -+ mAction = Delete; -+ else -+ mAction = NoAction; -+ } - else { - QStringList sets = config->readListEntry("apply-on"); - if ( sets.isEmpty() && !config->hasKey("apply-on") ) { -@@ -210,7 +219,19 @@ - mPattern.writeConfig(config); - - if (bPopFilter) { -- config->writeEntry( "action", mAction ); -+ switch ( mAction ) { -+ case Down: -+ config->writeEntry( "action", "down" ); -+ break; -+ case Later: -+ config->writeEntry( "action", "later" ); -+ break; -+ case Delete: -+ config->writeEntry( "action", "delete" ); -+ break; -+ default: -+ config->writeEntry( "action", "" ); -+ } - } else { - QStringList sets; - if ( bApplyOnInbound ) diff --git a/deskutils/kdepim44/files/patch-kmail-kmfolderimap.cpp b/deskutils/kdepim44/files/patch-kmail-kmfolderimap.cpp deleted file mode 100644 index c27ffe4117aa..000000000000 --- a/deskutils/kdepim44/files/patch-kmail-kmfolderimap.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- kmail/kmfolderimap.cpp.orig Sat Jan 17 13:55:08 2004 -+++ kmail/kmfolderimap.cpp Thu Feb 5 13:33:38 2004 -@@ -1207,7 +1207,16 @@ - { - KURL url = mAccount->getUrl(); - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msg->parent()); -- url.setPath(msg_parent->imapPath() + ";UID=" + msg->headerField("X-UID")); -+ QString uid = msg->headerField("X-UID"); -+ /* If the uid is empty the delete job below will nuke all mail in the -+ folder, so we better safeguard against that. See ::expungeFolder, as -+ to why. :( */ -+ if ( uid.isEmpty() ) { -+ kdDebug( 5006 ) << "KMFolderImap::deleteMessage: Attempt to delete " -+ "an empty UID. Aborting." << endl; -+ return; -+ } -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid ); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); -@@ -1228,7 +1237,11 @@ - KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msgList.first()->parent()); - for ( QStringList::Iterator it = sets.begin(); it != sets.end(); ++it ) - { -- url.setPath(msg_parent->imapPath() + ";UID=" + *it); -+ QString uid = *it; -+ // Don't delete with no uid, that nukes the folder. Should not happen, but -+ // better safe than sorry. -+ if ( uid.isEmpty() ) continue; -+ url.setPath(msg_parent->imapPath() + ";UID=" + uid); - if ( mAccount->makeConnection() != ImapAccountBase::Connected ) - return; - KIO::SimpleJob *job = KIO::file_delete(url, FALSE); diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index 1444276572b3..b80d46ad87a6 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -7,10 +7,9 @@ PORTNAME= kdesdk PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/kdesdk3/distinfo b/devel/kdesdk3/distinfo index f0631e87a0be..047845bff070 100644 --- a/devel/kdesdk3/distinfo +++ b/devel/kdesdk3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdesdk-3.2.0.tar.bz2) = 170baf93150c231605bec047d49d0742 +MD5 (KDE/kdesdk-3.2.1.tar.bz2) = f52a69718705b32f0068fb605b604b45 +SIZE (KDE/kdesdk-3.2.1.tar.bz2) = 3970806 diff --git a/devel/kdesdk3/files/patch-cervisia-Makefile.in b/devel/kdesdk3/files/patch-cervisia-Makefile.in index bed8323e0023..0a591c1d00b6 100644 --- a/devel/kdesdk3/files/patch-cervisia-Makefile.in +++ b/devel/kdesdk3/files/patch-cervisia-Makefile.in @@ -1,5 +1,5 @@ ---- cervisia/Makefile.in.orig Sat Feb 7 10:55:48 2004 -+++ cervisia/Makefile.in Sat Feb 7 10:57:08 2004 +--- cervisia/Makefile.in.orig Sun Feb 29 22:52:03 2004 ++++ cervisia/Makefile.in Wed Mar 3 00:16:46 2004 @@ -351,13 +351,10 @@ cervisia_LDFLAGS = $(all_libraries) $(KDE_RPATH) cervisia_LDADD = $(LIB_KPARTS) $(LIB_KUTILS) cvsservice/libcvsservice.la libcervisia.la @@ -14,7 +14,7 @@ xdg_apps_DATA = cervisia.desktop -@@ -1185,14 +1182,6 @@ +@@ -1209,14 +1206,6 @@ srcdoc: $(kde_bindir)/kdoc -a -p -d classdocs -n 'Cervisia' *.h -lqt -lkdecore -lkdeui -lkparts @@ -29,12 +29,12 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -@@ -1398,7 +1387,7 @@ - -rm -f checkoutdlg.moc tagdlg.moc logdlg.moc updatedlg.moc loglist.moc historydlg.moc cvsprogressdlg.moc updateview.moc mergedlg.moc settingsdlg.moc logtree.moc resolvedlg.moc tiplabel.moc annotateview.moc qttableview.moc cervisiapart.moc diffdlg.moc repositorydlg.moc cervisiashell.moc logplainview.moc addrepositorydlg.moc protocolview.moc progressdlg.moc diffview.moc commitdlg.moc +@@ -1422,7 +1411,7 @@ + -rm -f cvsprogressdlg.moc updatedlg.moc cervisiashell.moc updateview.moc protocolview.moc annotateview.moc historydlg.moc tagdlg.moc diffview.moc qttableview.moc commitdlg.moc cervisiapart.moc mergedlg.moc loglist.moc settingsdlg.moc tiplabel.moc logtree.moc logplainview.moc checkoutdlg.moc repositorydlg.moc progressdlg.moc resolvedlg.moc addrepositorydlg.moc logdlg.moc diffdlg.moc #>+ 2 --KDE_DIST=LICENSE.QPL annotatectl.h diffdlg.h changelogdlg.h annotateview.h protocolview.h cervisiashellui.rc updateview_items.h move_repositories.pl tiplabel.h qttableview.h version.h logdlg.h misc.h updatedlg.h loginfo.h cervisiapart.h overview.h watchersdlg.h watchdlg.h cvsprogressdlg.h checkoutdlg.h repositorydlg.h resolvedlg.h cr32-app-cervisia.png globalconfig.h loglist.h cervisiashell.h change_colors.pl progressdlg.h cr16-app-cervisia.png logtree.h cr48-app-cervisia.png cr22-app-cervisia.png entry.h addremovedlg.h cervisiaui.rc settingsdlg.h tagdlg.h mergedlg.h historydlg.h annotatedlg.h updateview_visitors.h cervisia.upd HACKING cervisia.pod diffview.h cvsdir.h repositories.h stringmatcher.h configutils.h commitdlg.h logplainview.h cervisia.1.in updateview.h cervisia.lsm addrepositorydlg.h -+KDE_DIST=LICENSE.QPL annotatectl.h diffdlg.h changelogdlg.h annotateview.h protocolview.h cervisiashellui.rc updateview_items.h move_repositories.pl tiplabel.h qttableview.h version.h logdlg.h misc.h updatedlg.h loginfo.h cervisiapart.h overview.h watchersdlg.h watchdlg.h cvsprogressdlg.h checkoutdlg.h repositorydlg.h resolvedlg.h cr32-app-cervisia.png globalconfig.h loglist.h cervisiashell.h change_colors.pl progressdlg.h cr16-app-cervisia.png logtree.h cr48-app-cervisia.png cr22-app-cervisia.png entry.h addremovedlg.h cervisiaui.rc settingsdlg.h tagdlg.h mergedlg.h historydlg.h annotatedlg.h updateview_visitors.h cervisia.upd HACKING cervisia.pod diffview.h cvsdir.h repositories.h stringmatcher.h configutils.h commitdlg.h logplainview.h updateview.h cervisia.lsm addrepositorydlg.h +-KDE_DIST=stringmatcher.h HACKING logtree.h misc.h cervisia.1.in updateview_items.h cervisiashell.h repositories.h cvsprogressdlg.h addrepositorydlg.h loginfo.h LICENSE.QPL annotatedlg.h settingsdlg.h overview.h annotateview.h resolvedlg.h annotatectl.h cervisiaui.rc cr16-app-cervisia.png diffdlg.h globalconfig.h updateview_visitors.h historydlg.h changelogdlg.h checkoutdlg.h protocolview.h cvsdir.h qttableview.h tiplabel.h cervisiapart.h updatedlg.h addremovedlg.h progressdlg.h cervisiashellui.rc diffview.h logdlg.h tagdlg.h cr22-app-cervisia.png configutils.h mergedlg.h change_colors.pl move_repositories.pl version.h logplainview.h loglist.h cervisia.pod watchdlg.h updateview.h cr48-app-cervisia.png entry.h repositorydlg.h cr32-app-cervisia.png commitdlg.h cervisia.upd watchersdlg.h cervisia.lsm ++KDE_DIST=stringmatcher.h HACKING logtree.h misc.h updateview_items.h cervisiashell.h repositories.h cvsprogressdlg.h addrepositorydlg.h loginfo.h LICENSE.QPL annotatedlg.h settingsdlg.h overview.h annotateview.h resolvedlg.h annotatectl.h cervisiaui.rc cr16-app-cervisia.png diffdlg.h globalconfig.h updateview_visitors.h historydlg.h changelogdlg.h checkoutdlg.h protocolview.h cvsdir.h qttableview.h tiplabel.h cervisiapart.h updatedlg.h addremovedlg.h progressdlg.h cervisiashellui.rc diffview.h logdlg.h tagdlg.h cr22-app-cervisia.png configutils.h mergedlg.h change_colors.pl move_repositories.pl version.h logplainview.h loglist.h cervisia.pod watchdlg.h updateview.h cr48-app-cervisia.png entry.h repositorydlg.h cr32-app-cervisia.png commitdlg.h cervisia.upd watchersdlg.h cervisia.lsm #>+ 5 clean-idl: diff --git a/devel/kdesdk3/pkg-plist b/devel/kdesdk3/pkg-plist index 9a900ea84719..66de7c788916 100644 --- a/devel/kdesdk3/pkg-plist +++ b/devel/kdesdk3/pkg-plist @@ -644,25 +644,39 @@ share/doc/HTML/en/umbrello/pics/use-case-diagram.png share/doc/HTML/en/umbrello/uml_basics.docbook share/doc/HTML/en/umbrello/working_with_umbrello.docbook share/icons/crystalsvg/128x128/apps/kompare.png +share/icons/crystalsvg/128x128/apps/umbrello.png +share/icons/crystalsvg/128x128/mimetypes/umbrellofile.png share/icons/crystalsvg/16x16/apps/catalogmanager.png share/icons/crystalsvg/16x16/apps/cervisia.png share/icons/crystalsvg/16x16/apps/kbabel.png share/icons/crystalsvg/16x16/apps/kbabeldict.png share/icons/crystalsvg/16x16/apps/kbugbuster.png share/icons/crystalsvg/16x16/apps/kompare.png +share/icons/crystalsvg/16x16/apps/umbrello.png +share/icons/crystalsvg/16x16/mimetypes/umbrellofile.png share/icons/crystalsvg/22x22/apps/cervisia.png +share/icons/crystalsvg/22x22/apps/umbrello.png +share/icons/crystalsvg/22x22/mimetypes/umbrellofile.png share/icons/crystalsvg/32x32/apps/catalogmanager.png share/icons/crystalsvg/32x32/apps/cervisia.png share/icons/crystalsvg/32x32/apps/kbabel.png share/icons/crystalsvg/32x32/apps/kbabeldict.png share/icons/crystalsvg/32x32/apps/kbugbuster.png share/icons/crystalsvg/32x32/apps/kompare.png +share/icons/crystalsvg/32x32/apps/umbrello.png +share/icons/crystalsvg/32x32/mimetypes/umbrellofile.png share/icons/crystalsvg/48x48/apps/catalogmanager.png share/icons/crystalsvg/48x48/apps/cervisia.png share/icons/crystalsvg/48x48/apps/kbabel.png share/icons/crystalsvg/48x48/apps/kbabeldict.png share/icons/crystalsvg/48x48/apps/kbugbuster.png share/icons/crystalsvg/48x48/apps/kompare.png +share/icons/crystalsvg/48x48/apps/umbrello.png +share/icons/crystalsvg/48x48/mimetypes/umbrellofile.png +share/icons/crystalsvg/64x64/apps/umbrello.png +share/icons/crystalsvg/64x64/mimetypes/umbrellofile.png +share/icons/crystalsvg/scalable/apps/umbrello.svgz +share/icons/crystalsvg/scalable/mimetypes/umbrellofile.svgz share/icons/hicolor/16x16/apps/kuiviewer.png share/icons/hicolor/16x16/apps/umbrello.png share/icons/hicolor/16x16/mimetypes/umbrellofile.png @@ -728,38 +742,12 @@ share/servicetypes/kbabeldict_module.desktop share/servicetypes/kbabelfilter.desktop share/servicetypes/komparenavigationpart.desktop share/servicetypes/kompareviewpart.desktop -@dirrm share/servicetypes -@dirrm share/services -@dirrm share/mimelnk/application -@dirrm share/mimelnk @dirrm share/icons/locolor/32x32/mimetypes -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/16x16/mimetypes -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/mimetypes -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/16x16/mimetypes -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons/crystalsvg/48x48/apps -@dirrm share/icons/crystalsvg/48x48 -@dirrm share/icons/crystalsvg/32x32/apps -@dirrm share/icons/crystalsvg/32x32 -@dirrm share/icons/crystalsvg/22x22/apps -@dirrm share/icons/crystalsvg/22x22 -@dirrm share/icons/crystalsvg/16x16/apps -@dirrm share/icons/crystalsvg/16x16 -@dirrm share/icons/crystalsvg/128x128/apps -@dirrm share/icons/crystalsvg/128x128 -@dirrm share/icons/crystalsvg -@dirrm share/icons @dirrm share/doc/HTML/en/umbrello/pics @dirrm share/doc/HTML/en/umbrello @dirrm share/doc/HTML/en/kompare @@ -767,15 +755,11 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/doc/HTML/en/kbugbuster @dirrm share/doc/HTML/en/kbabel @dirrm share/doc/HTML/en/cervisia -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML @dirrm share/apps/umbrello/pics @dirrm share/apps/umbrello/headings @dirrm share/apps/umbrello @dirrm share/apps/kuiviewerpart @dirrm share/apps/kuiviewer -@dirrm share/apps/kstyle/themes -@dirrm share/apps/kstyle @dirrm share/apps/komparepart @dirrm share/apps/kompare/icons/locolor/32x32/apps @dirrm share/apps/kompare/icons/locolor/32x32 @@ -793,7 +777,6 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/apps/kompare/icons/crystalsvg @dirrm share/apps/kompare/icons @dirrm share/apps/kompare -@dirrm share/apps/kconf_update @dirrm share/apps/kcachegrind/icons/hicolor/32x32/actions @dirrm share/apps/kcachegrind/icons/hicolor/32x32 @dirrm share/apps/kcachegrind/icons/hicolor/22x22/actions @@ -835,15 +818,7 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/apps/kapptemplate/appframework @dirrm share/apps/kapptemplate/admin @dirrm share/apps/kapptemplate -@dirrm share/apps/kabc/formats -@dirrm share/apps/kabc @dirrm share/apps/cervisiapart @dirrm share/apps/cervisia @dirrm share/apps/catalogmanager -@dirrm share/apps -@dirrm share/applications/kde -@dirrm share/applications -@dirrm lib/kde3/plugins/styles -@dirrm lib/kde3/plugins -@dirrm lib/kde3 @dirrm include/kbabel diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index 1444276572b3..b80d46ad87a6 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -7,10 +7,9 @@ PORTNAME= kdesdk PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo index f0631e87a0be..047845bff070 100644 --- a/devel/kdesdk4/distinfo +++ b/devel/kdesdk4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdesdk-3.2.0.tar.bz2) = 170baf93150c231605bec047d49d0742 +MD5 (KDE/kdesdk-3.2.1.tar.bz2) = f52a69718705b32f0068fb605b604b45 +SIZE (KDE/kdesdk-3.2.1.tar.bz2) = 3970806 diff --git a/devel/kdesdk4/files/patch-cervisia-Makefile.in b/devel/kdesdk4/files/patch-cervisia-Makefile.in index bed8323e0023..0a591c1d00b6 100644 --- a/devel/kdesdk4/files/patch-cervisia-Makefile.in +++ b/devel/kdesdk4/files/patch-cervisia-Makefile.in @@ -1,5 +1,5 @@ ---- cervisia/Makefile.in.orig Sat Feb 7 10:55:48 2004 -+++ cervisia/Makefile.in Sat Feb 7 10:57:08 2004 +--- cervisia/Makefile.in.orig Sun Feb 29 22:52:03 2004 ++++ cervisia/Makefile.in Wed Mar 3 00:16:46 2004 @@ -351,13 +351,10 @@ cervisia_LDFLAGS = $(all_libraries) $(KDE_RPATH) cervisia_LDADD = $(LIB_KPARTS) $(LIB_KUTILS) cvsservice/libcvsservice.la libcervisia.la @@ -14,7 +14,7 @@ xdg_apps_DATA = cervisia.desktop -@@ -1185,14 +1182,6 @@ +@@ -1209,14 +1206,6 @@ srcdoc: $(kde_bindir)/kdoc -a -p -d classdocs -n 'Cervisia' *.h -lqt -lkdecore -lkdeui -lkparts @@ -29,12 +29,12 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -@@ -1398,7 +1387,7 @@ - -rm -f checkoutdlg.moc tagdlg.moc logdlg.moc updatedlg.moc loglist.moc historydlg.moc cvsprogressdlg.moc updateview.moc mergedlg.moc settingsdlg.moc logtree.moc resolvedlg.moc tiplabel.moc annotateview.moc qttableview.moc cervisiapart.moc diffdlg.moc repositorydlg.moc cervisiashell.moc logplainview.moc addrepositorydlg.moc protocolview.moc progressdlg.moc diffview.moc commitdlg.moc +@@ -1422,7 +1411,7 @@ + -rm -f cvsprogressdlg.moc updatedlg.moc cervisiashell.moc updateview.moc protocolview.moc annotateview.moc historydlg.moc tagdlg.moc diffview.moc qttableview.moc commitdlg.moc cervisiapart.moc mergedlg.moc loglist.moc settingsdlg.moc tiplabel.moc logtree.moc logplainview.moc checkoutdlg.moc repositorydlg.moc progressdlg.moc resolvedlg.moc addrepositorydlg.moc logdlg.moc diffdlg.moc #>+ 2 --KDE_DIST=LICENSE.QPL annotatectl.h diffdlg.h changelogdlg.h annotateview.h protocolview.h cervisiashellui.rc updateview_items.h move_repositories.pl tiplabel.h qttableview.h version.h logdlg.h misc.h updatedlg.h loginfo.h cervisiapart.h overview.h watchersdlg.h watchdlg.h cvsprogressdlg.h checkoutdlg.h repositorydlg.h resolvedlg.h cr32-app-cervisia.png globalconfig.h loglist.h cervisiashell.h change_colors.pl progressdlg.h cr16-app-cervisia.png logtree.h cr48-app-cervisia.png cr22-app-cervisia.png entry.h addremovedlg.h cervisiaui.rc settingsdlg.h tagdlg.h mergedlg.h historydlg.h annotatedlg.h updateview_visitors.h cervisia.upd HACKING cervisia.pod diffview.h cvsdir.h repositories.h stringmatcher.h configutils.h commitdlg.h logplainview.h cervisia.1.in updateview.h cervisia.lsm addrepositorydlg.h -+KDE_DIST=LICENSE.QPL annotatectl.h diffdlg.h changelogdlg.h annotateview.h protocolview.h cervisiashellui.rc updateview_items.h move_repositories.pl tiplabel.h qttableview.h version.h logdlg.h misc.h updatedlg.h loginfo.h cervisiapart.h overview.h watchersdlg.h watchdlg.h cvsprogressdlg.h checkoutdlg.h repositorydlg.h resolvedlg.h cr32-app-cervisia.png globalconfig.h loglist.h cervisiashell.h change_colors.pl progressdlg.h cr16-app-cervisia.png logtree.h cr48-app-cervisia.png cr22-app-cervisia.png entry.h addremovedlg.h cervisiaui.rc settingsdlg.h tagdlg.h mergedlg.h historydlg.h annotatedlg.h updateview_visitors.h cervisia.upd HACKING cervisia.pod diffview.h cvsdir.h repositories.h stringmatcher.h configutils.h commitdlg.h logplainview.h updateview.h cervisia.lsm addrepositorydlg.h +-KDE_DIST=stringmatcher.h HACKING logtree.h misc.h cervisia.1.in updateview_items.h cervisiashell.h repositories.h cvsprogressdlg.h addrepositorydlg.h loginfo.h LICENSE.QPL annotatedlg.h settingsdlg.h overview.h annotateview.h resolvedlg.h annotatectl.h cervisiaui.rc cr16-app-cervisia.png diffdlg.h globalconfig.h updateview_visitors.h historydlg.h changelogdlg.h checkoutdlg.h protocolview.h cvsdir.h qttableview.h tiplabel.h cervisiapart.h updatedlg.h addremovedlg.h progressdlg.h cervisiashellui.rc diffview.h logdlg.h tagdlg.h cr22-app-cervisia.png configutils.h mergedlg.h change_colors.pl move_repositories.pl version.h logplainview.h loglist.h cervisia.pod watchdlg.h updateview.h cr48-app-cervisia.png entry.h repositorydlg.h cr32-app-cervisia.png commitdlg.h cervisia.upd watchersdlg.h cervisia.lsm ++KDE_DIST=stringmatcher.h HACKING logtree.h misc.h updateview_items.h cervisiashell.h repositories.h cvsprogressdlg.h addrepositorydlg.h loginfo.h LICENSE.QPL annotatedlg.h settingsdlg.h overview.h annotateview.h resolvedlg.h annotatectl.h cervisiaui.rc cr16-app-cervisia.png diffdlg.h globalconfig.h updateview_visitors.h historydlg.h changelogdlg.h checkoutdlg.h protocolview.h cvsdir.h qttableview.h tiplabel.h cervisiapart.h updatedlg.h addremovedlg.h progressdlg.h cervisiashellui.rc diffview.h logdlg.h tagdlg.h cr22-app-cervisia.png configutils.h mergedlg.h change_colors.pl move_repositories.pl version.h logplainview.h loglist.h cervisia.pod watchdlg.h updateview.h cr48-app-cervisia.png entry.h repositorydlg.h cr32-app-cervisia.png commitdlg.h cervisia.upd watchersdlg.h cervisia.lsm #>+ 5 clean-idl: diff --git a/devel/kdesdk4/pkg-plist b/devel/kdesdk4/pkg-plist index 9a900ea84719..66de7c788916 100644 --- a/devel/kdesdk4/pkg-plist +++ b/devel/kdesdk4/pkg-plist @@ -644,25 +644,39 @@ share/doc/HTML/en/umbrello/pics/use-case-diagram.png share/doc/HTML/en/umbrello/uml_basics.docbook share/doc/HTML/en/umbrello/working_with_umbrello.docbook share/icons/crystalsvg/128x128/apps/kompare.png +share/icons/crystalsvg/128x128/apps/umbrello.png +share/icons/crystalsvg/128x128/mimetypes/umbrellofile.png share/icons/crystalsvg/16x16/apps/catalogmanager.png share/icons/crystalsvg/16x16/apps/cervisia.png share/icons/crystalsvg/16x16/apps/kbabel.png share/icons/crystalsvg/16x16/apps/kbabeldict.png share/icons/crystalsvg/16x16/apps/kbugbuster.png share/icons/crystalsvg/16x16/apps/kompare.png +share/icons/crystalsvg/16x16/apps/umbrello.png +share/icons/crystalsvg/16x16/mimetypes/umbrellofile.png share/icons/crystalsvg/22x22/apps/cervisia.png +share/icons/crystalsvg/22x22/apps/umbrello.png +share/icons/crystalsvg/22x22/mimetypes/umbrellofile.png share/icons/crystalsvg/32x32/apps/catalogmanager.png share/icons/crystalsvg/32x32/apps/cervisia.png share/icons/crystalsvg/32x32/apps/kbabel.png share/icons/crystalsvg/32x32/apps/kbabeldict.png share/icons/crystalsvg/32x32/apps/kbugbuster.png share/icons/crystalsvg/32x32/apps/kompare.png +share/icons/crystalsvg/32x32/apps/umbrello.png +share/icons/crystalsvg/32x32/mimetypes/umbrellofile.png share/icons/crystalsvg/48x48/apps/catalogmanager.png share/icons/crystalsvg/48x48/apps/cervisia.png share/icons/crystalsvg/48x48/apps/kbabel.png share/icons/crystalsvg/48x48/apps/kbabeldict.png share/icons/crystalsvg/48x48/apps/kbugbuster.png share/icons/crystalsvg/48x48/apps/kompare.png +share/icons/crystalsvg/48x48/apps/umbrello.png +share/icons/crystalsvg/48x48/mimetypes/umbrellofile.png +share/icons/crystalsvg/64x64/apps/umbrello.png +share/icons/crystalsvg/64x64/mimetypes/umbrellofile.png +share/icons/crystalsvg/scalable/apps/umbrello.svgz +share/icons/crystalsvg/scalable/mimetypes/umbrellofile.svgz share/icons/hicolor/16x16/apps/kuiviewer.png share/icons/hicolor/16x16/apps/umbrello.png share/icons/hicolor/16x16/mimetypes/umbrellofile.png @@ -728,38 +742,12 @@ share/servicetypes/kbabeldict_module.desktop share/servicetypes/kbabelfilter.desktop share/servicetypes/komparenavigationpart.desktop share/servicetypes/kompareviewpart.desktop -@dirrm share/servicetypes -@dirrm share/services -@dirrm share/mimelnk/application -@dirrm share/mimelnk @dirrm share/icons/locolor/32x32/mimetypes -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/16x16/mimetypes -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/mimetypes -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/16x16/mimetypes -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons/crystalsvg/48x48/apps -@dirrm share/icons/crystalsvg/48x48 -@dirrm share/icons/crystalsvg/32x32/apps -@dirrm share/icons/crystalsvg/32x32 -@dirrm share/icons/crystalsvg/22x22/apps -@dirrm share/icons/crystalsvg/22x22 -@dirrm share/icons/crystalsvg/16x16/apps -@dirrm share/icons/crystalsvg/16x16 -@dirrm share/icons/crystalsvg/128x128/apps -@dirrm share/icons/crystalsvg/128x128 -@dirrm share/icons/crystalsvg -@dirrm share/icons @dirrm share/doc/HTML/en/umbrello/pics @dirrm share/doc/HTML/en/umbrello @dirrm share/doc/HTML/en/kompare @@ -767,15 +755,11 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/doc/HTML/en/kbugbuster @dirrm share/doc/HTML/en/kbabel @dirrm share/doc/HTML/en/cervisia -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML @dirrm share/apps/umbrello/pics @dirrm share/apps/umbrello/headings @dirrm share/apps/umbrello @dirrm share/apps/kuiviewerpart @dirrm share/apps/kuiviewer -@dirrm share/apps/kstyle/themes -@dirrm share/apps/kstyle @dirrm share/apps/komparepart @dirrm share/apps/kompare/icons/locolor/32x32/apps @dirrm share/apps/kompare/icons/locolor/32x32 @@ -793,7 +777,6 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/apps/kompare/icons/crystalsvg @dirrm share/apps/kompare/icons @dirrm share/apps/kompare -@dirrm share/apps/kconf_update @dirrm share/apps/kcachegrind/icons/hicolor/32x32/actions @dirrm share/apps/kcachegrind/icons/hicolor/32x32 @dirrm share/apps/kcachegrind/icons/hicolor/22x22/actions @@ -835,15 +818,7 @@ share/servicetypes/kompareviewpart.desktop @dirrm share/apps/kapptemplate/appframework @dirrm share/apps/kapptemplate/admin @dirrm share/apps/kapptemplate -@dirrm share/apps/kabc/formats -@dirrm share/apps/kabc @dirrm share/apps/cervisiapart @dirrm share/apps/cervisia @dirrm share/apps/catalogmanager -@dirrm share/apps -@dirrm share/applications/kde -@dirrm share/applications -@dirrm lib/kde3/plugins/styles -@dirrm lib/kde3/plugins -@dirrm lib/kde3 @dirrm include/kbabel diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 719ce6219fbb..cd9d40c2d41f 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -6,24 +6,24 @@ # PORTNAME= kdevelop -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 CATEGORIES?= devel kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src # DISTNAME= ${KDE_DISTNAME} DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Powerful IDE for developing KDE/Qt-based apps -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= db41:${PORTSDIR}/databases/db41 +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 RUN_DEPENDS= extractrc:${PORTSDIR}/devel/kdesdk3 \ - gmake:${PORTSDIR}/devel/gmake + gmake:${PORTSDIR}/devel/gmake \ + autoconf257:${PORTSDIR}/devel/autoconf257 \ + automake17:${PORTSDIR}/devel/automake17 .if defined(WITH_OPTIONAL_DEPENDS) -RUN_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake \ - kiconedit:${PORTSDIR}/graphics/kdegraphics3 \ +RUN_DEPENDS+= kiconedit:${PORTSDIR}/graphics/kdegraphics3 \ ark:${PORTSDIR}/misc/kdeutils3 \ glimpse:${PORTSDIR}/textproc/glimpse \ a2ps:${PORTSDIR}/print/a2ps-letter @@ -53,11 +53,11 @@ post-patch: pre-configure: ${REINPLACE_CMD} -e 's@extractrc@@g' ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e 's@$$CXXFLAGS $$X_CFLAGS -ldb@-I/usr/local/include/db41 $$CXXFLAGS $$X_CFLAGS -L/usr/local/lib -ldb41@' ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's@INCLUDES = $$(all_includes)@INCLUDES = -I/usr/local/include/db41 $$(all_includes)@' ${WRKSRC}/lib/catalog/Makefile.in - ${REINPLACE_CMD} -e 's@libkdevcatalog_la_LIBADD = -ldb@libkdevcatalog_la_LIBADD = -L/usr/local/lib -ldb41@' ${WRKSRC}/lib/catalog/Makefile.in - ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db41 @' ${WRKSRC}/languages/cpp/Makefile.in - ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db41 @' ${WRKSRC}/languages/java/Makefile.in - ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db41 @' ${WRKSRC}/languages/pascal/Makefile.in + ${REINPLACE_CMD} -e 's@$$CXXFLAGS $$X_CFLAGS -ldb@-I/usr/local/include/db4 $$CXXFLAGS $$X_CFLAGS -L/usr/local/lib -ldb4@' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's@INCLUDES = $$(all_includes)@INCLUDES = -I/usr/local/include/db4 $$(all_includes)@' ${WRKSRC}/lib/catalog/Makefile.in + ${REINPLACE_CMD} -e 's@libkdevcatalog_la_LIBADD = -ldb@libkdevcatalog_la_LIBADD = -L/usr/local/lib -ldb4@' ${WRKSRC}/lib/catalog/Makefile.in + ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db4 @' ${WRKSRC}/languages/cpp/Makefile.in + ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db4 @' ${WRKSRC}/languages/java/Makefile.in + ${REINPLACE_CMD} -e 's@^all_includes = @all_includes = -I/usr/local/include/db4 @' ${WRKSRC}/languages/pascal/Makefile.in .include <bsd.port.post.mk> diff --git a/devel/kdevelop/distinfo b/devel/kdevelop/distinfo index 0df7b8c9bda8..fb34a84bce1b 100644 --- a/devel/kdevelop/distinfo +++ b/devel/kdevelop/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdevelop-3.0.0.tar.bz2) = fa823d9fa2444938ecafb97949500c27 +MD5 (KDE/kdevelop-3.0.2.tar.bz2) = 1c7df5b7abfc1981922f8a681ab93bb0 +SIZE (KDE/kdevelop-3.0.2.tar.bz2) = 5531192 diff --git a/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh b/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh new file mode 100644 index 000000000000..b87cf3d715b5 --- /dev/null +++ b/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh @@ -0,0 +1,31 @@ +--- parts/appwizard/common/admin/detect-autoconf.sh.orig Wed Mar 3 22:22:59 2004 ++++ parts/appwizard/common/admin/detect-autoconf.sh Wed Mar 3 21:47:49 2004 +@@ -17,6 +17,8 @@ + AUTOCONF="`$WHICH autoconf-2.5x`" + elif test -x "`$WHICH autoconf-2.57 2>/dev/null`" ; then + AUTOCONF="`$WHICH autoconf-2.57`" ++ elif test -x "`$WHICH autoconf257 2>/dev/null`" ; then ++ AUTOCONF="`$WHICH autoconf257`" + elif test -x "`$WHICH autoconf-2.56 2>/dev/null`" ; then + AUTOCONF="`$WHICH autoconf-2.56`" + elif test -x "`$WHICH autoconf-2.55 2>/dev/null`" ; then +@@ -42,6 +44,9 @@ + elif test -x "`$WHICH autoheader-2.57 2>/dev/null`" ; then + AUTOHEADER="`$WHICH autoheader-2.57`" + AUTOM4TE="`$WHICH autom4te-2.57`" ++ elif test -x "`$WHICH autoheader257 2>/dev/null`" ; then ++ AUTOHEADER="`$WHICH autoheader257`" ++ AUTOM4TE="`$WHICH autom4te257`" + elif test -x "`$WHICH autoheader-2.56 2>/dev/null`" ; then + AUTOHEADER="`$WHICH autoheader-2.56`" + AUTOM4TE="`$WHICH autom4te-2.56`" +@@ -72,6 +77,9 @@ + elif test -x "`$WHICH automake-1.7 2>/dev/null`" ; then + AUTOMAKE="`$WHICH automake-1.7`" + ACLOCAL="`$WHICH aclocal-1.7`" ++ elif test -x "`$WHICH automake17 2>/dev/null`" ; then ++ AUTOMAKE="`$WHICH automake17`" ++ ACLOCAL="`$WHICH aclocal17`" + fi + if test -n "$UNSERMAKE"; then + AUTOMAKE="$UNSERMAKE" diff --git a/devel/kdevelop/pkg-plist b/devel/kdevelop/pkg-plist index db2fb87923b0..787892c00d31 100644 --- a/devel/kdevelop/pkg-plist +++ b/devel/kdevelop/pkg-plist @@ -15,6 +15,7 @@ include/kdevelop/catalog/tag.h include/kdevelop/codemodel.h include/kdevelop/codemodel_treeparser.h include/kdevelop/codemodel_utils.h +include/kdevelop/configwidgetproxy.h include/kdevelop/cppparser/ast.h include/kdevelop/cppparser/driver.h include/kdevelop/cppparser/errors.h @@ -162,6 +163,8 @@ lib/kde3/libkdevghcoptions.la lib/kde3/libkdevghcoptions.so lib/kde3/libkdevgrepview.la lib/kde3/libkdevgrepview.so +lib/kde3/libkdevhaskellproject.la +lib/kde3/libkdevhaskellproject.so lib/kde3/libkdevhaskellsupport.la lib/kde3/libkdevhaskellsupport.so lib/kde3/libkdevhistory.la @@ -516,6 +519,7 @@ share/apps/kdevappwizard/template-kdedcop/mainclass.h share/apps/kdevappwizard/template-kdedcop/script share/apps/kdevappwizard/template-kdedcop/src-Makefile.am share/apps/kdevappwizard/template-kdedcop/subdirs +share/apps/kdevappwizard/template-kdevlang/README.dox share/apps/kdevappwizard/template-kdevlang/app.kdevelop share/apps/kdevappwizard/template-kdevlang/kdevlang-configure.in.in share/apps/kdevappwizard/template-kdevlang/kdevlang.desktop @@ -534,6 +538,7 @@ share/apps/kdevappwizard/template-kdevpart/kdevpart_widget.cpp share/apps/kdevappwizard/template-kdevpart/kdevpart_widget.h share/apps/kdevappwizard/template-kdevpart/script share/apps/kdevappwizard/template-kdevpart/src-Makefile.am +share/apps/kdevappwizard/template-kdevpart2/README.dox share/apps/kdevappwizard/template-kdevpart2/app.kdevelop share/apps/kdevappwizard/template-kdevpart2/kdevpart-configure.in.in share/apps/kdevappwizard/template-kdevpart2/kdevpart.desktop @@ -945,6 +950,7 @@ share/apps/kdevfortransupport/kdevfortransupport.rc share/apps/kdevfullscreen/kdevpart_fullscreen.rc share/apps/kdevgenericproject/kdevgenericproject.rc share/apps/kdevgrepview/kdevgrepview.rc +share/apps/kdevhaskellproject/kdevhaskellproject.rc share/apps/kdevhaskellsupport/kdevhaskellsupport.rc share/apps/kdevhistory/kdevhistory.rc share/apps/kdevjavadebugger/kdevjavadebugger.rc @@ -982,23 +988,37 @@ share/doc/HTML/en/kde_app_devel/common share/doc/HTML/en/kde_app_devel/index.cache.bz2 share/doc/HTML/en/kde_app_devel/index.docbook share/doc/HTML/en/kde_app_devel/kscribblefiles.png +share/doc/HTML/en/kdevelop/SF-general.png +share/doc/HTML/en/kdevelop/SF-indent.png +share/doc/HTML/en/kdevelop/SF-other.png share/doc/HTML/en/kdevelop/automake-file-popup.png share/doc/HTML/en/kdevelop/automake-subproject-popup.png share/doc/HTML/en/kdevelop/automake-target-popup.png share/doc/HTML/en/kdevelop/automakemanager.png share/doc/HTML/en/kdevelop/classview.png share/doc/HTML/en/kdevelop/common +share/doc/HTML/en/kdevelop/configure-editor.png +share/doc/HTML/en/kdevelop/configure-file-selector.png +share/doc/HTML/en/kdevelop/configure-general.png +share/doc/HTML/en/kdevelop/configure-select.png +share/doc/HTML/en/kdevelop/configure-snippets.png share/doc/HTML/en/kdevelop/create-new-project-cvs.png share/doc/HTML/en/kdevelop/createnewproject.png share/doc/HTML/en/kdevelop/doctreeview.png +share/doc/HTML/en/kdevelop/file-selector.png share/doc/HTML/en/kdevelop/filetree.png -share/doc/HTML/en/kdevelop/gideon-ideal-mode.png -share/doc/HTML/en/kdevelop/gideon-mdi-mode.png -share/doc/HTML/en/kdevelop/gideon-tabbed-mode.png -share/doc/HTML/en/kdevelop/gideon-toplevel-mode.png share/doc/HTML/en/kdevelop/importdirectory.png share/doc/HTML/en/kdevelop/index.cache.bz2 share/doc/HTML/en/kdevelop/index.docbook +share/doc/HTML/en/kdevelop/kdevelop-ideal-mode-0.png +share/doc/HTML/en/kdevelop/kdevelop-ideal-mode.png +share/doc/HTML/en/kdevelop/kdevelop-mdi-mode.png +share/doc/HTML/en/kdevelop/kdevelop-tabbed-mode.png +share/doc/HTML/en/kdevelop/kdevelop-toplevel-mode.png +share/doc/HTML/en/kdevelop/loading-progress-bar.png +share/doc/HTML/en/kdevelop/open-project.png +share/doc/HTML/en/kdevelop/open-recent-project.png +share/doc/HTML/en/kdevelop/select-user-interface-0.png share/doc/HTML/en/kdevelop/select-user-interface.png share/doc/HTML/en/kdevelop/wrong-project-location.png share/icons/hicolor/16x16/actions/breakpoint_add.png @@ -1103,6 +1123,7 @@ share/services/kdevgenericproject.desktop share/services/kdevghcoptions.desktop share/services/kdevgppoptions.desktop share/services/kdevgrepview.desktop +share/services/kdevhaskellproject.desktop share/services/kdevhaskellsupport.desktop share/services/kdevhistory.desktop share/services/kdevjavadebugger.desktop @@ -1159,35 +1180,15 @@ share/servicetypes/kdevelopplugin.desktop share/servicetypes/kdevelopproject.desktop share/servicetypes/kdevelopsourceformatter.desktop share/servicetypes/kdevelopversioncontrol.desktop -@dirrm share/servicetypes -@dirrm share/services -@dirrm share/mimelnk/text -@dirrm share/mimelnk/application -@dirrm share/mimelnk @dirrm share/icons/locolor/32x32/actions -@dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/16x16/actions -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/48x48/actions -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/mimetypes -@dirrm share/icons/hicolor/32x32/apps @dirrm share/icons/hicolor/32x32/actions -@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/actions @dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps @dirrm share/icons/hicolor/16x16/actions -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons @dirrm share/doc/HTML/en/kdevelop @dirrm share/doc/HTML/en/kde_app_devel -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/config @dirrm share/apps/qeditorpart/highlight @dirrm share/apps/qeditorpart @dirrm share/apps/manager @@ -1215,6 +1216,7 @@ share/servicetypes/kdevelopversioncontrol.desktop @dirrm share/apps/kdevjavadebugger @dirrm share/apps/kdevhistory @dirrm share/apps/kdevhaskellsupport +@dirrm share/apps/kdevhaskellproject @dirrm share/apps/kdevgrepview @dirrm share/apps/kdevgenericproject @dirrm share/apps/kdevfullscreen @@ -1311,10 +1313,7 @@ share/servicetypes/kdevelopversioncontrol.desktop @dirrm share/apps/kdevabbrev @dirrm share/apps/devdoctreeview/indices @dirrm share/apps/devdoctreeview -@dirrm share/apps @dirrm share/applnk/Development -@dirrm share/applnk -@dirrm lib/kde3 @dirrm include/kdevelop/cppparser @dirrm include/kdevelop/catalog @dirrm include/kdevelop diff --git a/editors/calligra-l10n-da/distinfo b/editors/calligra-l10n-da/distinfo index df42b1cb5290..9f6d5ec82d16 100644 --- a/editors/calligra-l10n-da/distinfo +++ b/editors/calligra-l10n-da/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = cd40cc7c4d8803fa80a39380af163bcd +SIZE (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = 768755 diff --git a/editors/calligra-l10n-el/distinfo b/editors/calligra-l10n-el/distinfo index a35f7c44da70..fe37e5660ae3 100644 --- a/editors/calligra-l10n-el/distinfo +++ b/editors/calligra-l10n-el/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 48e15a1e3210134e1426be61673e135b +SIZE (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 518792 diff --git a/editors/calligra-l10n-en_GB/distinfo b/editors/calligra-l10n-en_GB/distinfo index 8dc99dfec506..e091df3a1939 100644 --- a/editors/calligra-l10n-en_GB/distinfo +++ b/editors/calligra-l10n-en_GB/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = b15124b835f771efe80620496a5ad281 +SIZE (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = 550757 diff --git a/editors/calligra-l10n-es/distinfo b/editors/calligra-l10n-es/distinfo index 22238d27d81d..3544dbfe3dc4 100644 --- a/editors/calligra-l10n-es/distinfo +++ b/editors/calligra-l10n-es/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 236cb0474c0a0812fff0bd282560e3b9 +SIZE (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 1500984 diff --git a/editors/calligra-l10n-et/distinfo b/editors/calligra-l10n-et/distinfo index b29f590f0ada..99fe25d0c6ca 100644 --- a/editors/calligra-l10n-et/distinfo +++ b/editors/calligra-l10n-et/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 8ab3fc6ae0344f721d73d45e9d0b86e8 +SIZE (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 940303 diff --git a/editors/calligra-l10n-it/distinfo b/editors/calligra-l10n-it/distinfo index 1c34eaa0ddf6..1fb5d2a00c8d 100644 --- a/editors/calligra-l10n-it/distinfo +++ b/editors/calligra-l10n-it/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = b636ede70ce159695439fa37ddf00606 +SIZE (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = 1368933 diff --git a/editors/calligra-l10n-nb/distinfo b/editors/calligra-l10n-nb/distinfo index 928ee58df674..583024ad981a 100644 --- a/editors/calligra-l10n-nb/distinfo +++ b/editors/calligra-l10n-nb/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 3ccae87fefcfb7867eb4be0eacef9d62 +SIZE (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 625989 diff --git a/editors/calligra-l10n-nl/distinfo b/editors/calligra-l10n-nl/distinfo index 78b3bad7e6cd..765caf1d7181 100644 --- a/editors/calligra-l10n-nl/distinfo +++ b/editors/calligra-l10n-nl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 7847f7ef84b9a1a31b7257405a4851e2 +SIZE (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 693945 diff --git a/editors/calligra-l10n-sv/distinfo b/editors/calligra-l10n-sv/distinfo index d6904cf14fa2..a2d00f7a88a3 100644 --- a/editors/calligra-l10n-sv/distinfo +++ b/editors/calligra-l10n-sv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = bac2fb1ac55d0fe676faf936ec712bcc +SIZE (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = 3994492 diff --git a/editors/kate-plugins/Makefile b/editors/kate-plugins/Makefile index 58818e76d56f..4b161e3bdd94 100644 --- a/editors/kate-plugins/Makefile +++ b/editors/kate-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Additonal plugins and features for kate -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= kate KDE_DOC_SPLIT= kate-plugins USE_KDEBASE_VER=3 diff --git a/editors/koffice-i18n-af/distinfo b/editors/koffice-i18n-af/distinfo index 30ef1385c29b..d53f813b2cff 100644 --- a/editors/koffice-i18n-af/distinfo +++ b/editors/koffice-i18n-af/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-af-1.3.tar.bz2) = 36afe0209288c827285a65c73ac52303 +SIZE (KDE/kde-i18n/koffice-i18n-af-1.3.tar.bz2) = 523714 diff --git a/editors/koffice-i18n-bs/distinfo b/editors/koffice-i18n-bs/distinfo index 3957e5a48a32..67b365d2fb37 100644 --- a/editors/koffice-i18n-bs/distinfo +++ b/editors/koffice-i18n-bs/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-bs-1.2.1.tar.bz2) = fe642085ab01f4b5d22dfa08c9085d72 +SIZE (KDE/kde-i18n/koffice-i18n-bs-1.2.1.tar.bz2) = 415750 diff --git a/editors/koffice-i18n-cs/distinfo b/editors/koffice-i18n-cs/distinfo index e93ed835cd8f..b410ff1e609e 100644 --- a/editors/koffice-i18n-cs/distinfo +++ b/editors/koffice-i18n-cs/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-cs-1.3.tar.bz2) = a6c5aecc656d98ec6cf7e2b157d79761 +SIZE (KDE/kde-i18n/koffice-i18n-cs-1.3.tar.bz2) = 603746 diff --git a/editors/koffice-i18n-da/distinfo b/editors/koffice-i18n-da/distinfo index df42b1cb5290..9f6d5ec82d16 100644 --- a/editors/koffice-i18n-da/distinfo +++ b/editors/koffice-i18n-da/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = cd40cc7c4d8803fa80a39380af163bcd +SIZE (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = 768755 diff --git a/editors/koffice-i18n-el/distinfo b/editors/koffice-i18n-el/distinfo index a35f7c44da70..fe37e5660ae3 100644 --- a/editors/koffice-i18n-el/distinfo +++ b/editors/koffice-i18n-el/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 48e15a1e3210134e1426be61673e135b +SIZE (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 518792 diff --git a/editors/koffice-i18n-en_GB/distinfo b/editors/koffice-i18n-en_GB/distinfo index 8dc99dfec506..e091df3a1939 100644 --- a/editors/koffice-i18n-en_GB/distinfo +++ b/editors/koffice-i18n-en_GB/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = b15124b835f771efe80620496a5ad281 +SIZE (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = 550757 diff --git a/editors/koffice-i18n-eo/distinfo b/editors/koffice-i18n-eo/distinfo index 4ab6199d4950..cb7efe7af61d 100644 --- a/editors/koffice-i18n-eo/distinfo +++ b/editors/koffice-i18n-eo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-eo-1.3.tar.bz2) = d5ab142b00c37831e607decf6373049b +SIZE (KDE/kde-i18n/koffice-i18n-eo-1.3.tar.bz2) = 568930 diff --git a/editors/koffice-i18n-es/distinfo b/editors/koffice-i18n-es/distinfo index 22238d27d81d..3544dbfe3dc4 100644 --- a/editors/koffice-i18n-es/distinfo +++ b/editors/koffice-i18n-es/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 236cb0474c0a0812fff0bd282560e3b9 +SIZE (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 1500984 diff --git a/editors/koffice-i18n-et/distinfo b/editors/koffice-i18n-et/distinfo index b29f590f0ada..99fe25d0c6ca 100644 --- a/editors/koffice-i18n-et/distinfo +++ b/editors/koffice-i18n-et/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 8ab3fc6ae0344f721d73d45e9d0b86e8 +SIZE (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 940303 diff --git a/editors/koffice-i18n-fa/distinfo b/editors/koffice-i18n-fa/distinfo index 45b644fd6648..895607903c2e 100644 --- a/editors/koffice-i18n-fa/distinfo +++ b/editors/koffice-i18n-fa/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fa-1.3.tar.bz2) = 983de2dc9791a5364d35e85a21e41f10 +SIZE (KDE/kde-i18n/koffice-i18n-fa-1.3.tar.bz2) = 556745 diff --git a/editors/koffice-i18n-fi/distinfo b/editors/koffice-i18n-fi/distinfo index 21b8b85ed36f..1e63079c4621 100644 --- a/editors/koffice-i18n-fi/distinfo +++ b/editors/koffice-i18n-fi/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fi-1.3.tar.bz2) = 152028c099959d1c383a54cef488660f +SIZE (KDE/kde-i18n/koffice-i18n-fi-1.3.tar.bz2) = 549058 diff --git a/editors/koffice-i18n-it/distinfo b/editors/koffice-i18n-it/distinfo index 1c34eaa0ddf6..1fb5d2a00c8d 100644 --- a/editors/koffice-i18n-it/distinfo +++ b/editors/koffice-i18n-it/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = b636ede70ce159695439fa37ddf00606 +SIZE (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = 1368933 diff --git a/editors/koffice-i18n-lo/distinfo b/editors/koffice-i18n-lo/distinfo index d89074187ab9..ed4e2805a7d9 100644 --- a/editors/koffice-i18n-lo/distinfo +++ b/editors/koffice-i18n-lo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lo-1.3.tar.bz2) = 7e0cecb44263b5c0fd81cbb26c98529b +SIZE (KDE/kde-i18n/koffice-i18n-lo-1.3.tar.bz2) = 623076 diff --git a/editors/koffice-i18n-lt/distinfo b/editors/koffice-i18n-lt/distinfo index ffd411e7f41b..24870a79f0ae 100644 --- a/editors/koffice-i18n-lt/distinfo +++ b/editors/koffice-i18n-lt/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lt-1.2.1.tar.bz2) = 06315fcd279197763dc748de29484233 +SIZE (KDE/kde-i18n/koffice-i18n-lt-1.2.1.tar.bz2) = 475748 diff --git a/editors/koffice-i18n-lv/distinfo b/editors/koffice-i18n-lv/distinfo index 9c13590713a9..de20b5547dcd 100644 --- a/editors/koffice-i18n-lv/distinfo +++ b/editors/koffice-i18n-lv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lv-1.2.1.tar.bz2) = 15cf6b3a8ca3caa0f6e4b9b51810b555 +SIZE (KDE/kde-i18n/koffice-i18n-lv-1.2.1.tar.bz2) = 438315 diff --git a/editors/koffice-i18n-mt/distinfo b/editors/koffice-i18n-mt/distinfo index f2b55d819eda..82ea78fe5bcb 100644 --- a/editors/koffice-i18n-mt/distinfo +++ b/editors/koffice-i18n-mt/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-mt-1.3.tar.bz2) = 29513820ecf2f2c621bafe554a3c48df +SIZE (KDE/kde-i18n/koffice-i18n-mt-1.3.tar.bz2) = 551549 diff --git a/editors/koffice-i18n-nb/distinfo b/editors/koffice-i18n-nb/distinfo index 928ee58df674..583024ad981a 100644 --- a/editors/koffice-i18n-nb/distinfo +++ b/editors/koffice-i18n-nb/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 3ccae87fefcfb7867eb4be0eacef9d62 +SIZE (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 625989 diff --git a/editors/koffice-i18n-nl/distinfo b/editors/koffice-i18n-nl/distinfo index 78b3bad7e6cd..765caf1d7181 100644 --- a/editors/koffice-i18n-nl/distinfo +++ b/editors/koffice-i18n-nl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 7847f7ef84b9a1a31b7257405a4851e2 +SIZE (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 693945 diff --git a/editors/koffice-i18n-nn/distinfo b/editors/koffice-i18n-nn/distinfo index 6c053d8ad465..dbed187fce87 100644 --- a/editors/koffice-i18n-nn/distinfo +++ b/editors/koffice-i18n-nn/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nn-1.3.tar.bz2) = 2f982858e44cd5f5191b1bef5a57b4e1 +SIZE (KDE/kde-i18n/koffice-i18n-nn-1.3.tar.bz2) = 611644 diff --git a/editors/koffice-i18n-se/distinfo b/editors/koffice-i18n-se/distinfo index e464cb33b0bc..498e305a79cc 100644 --- a/editors/koffice-i18n-se/distinfo +++ b/editors/koffice-i18n-se/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-se-1.3.tar.bz2) = 23f9b561675619babf3f46b80c7ee603 +SIZE (KDE/kde-i18n/koffice-i18n-se-1.3.tar.bz2) = 573088 diff --git a/editors/koffice-i18n-sk/distinfo b/editors/koffice-i18n-sk/distinfo index f6253f860fa5..faa8bcb515f6 100644 --- a/editors/koffice-i18n-sk/distinfo +++ b/editors/koffice-i18n-sk/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sk-1.3.tar.bz2) = 19d3c081e923ec9df6eb8dd59b643901 +SIZE (KDE/kde-i18n/koffice-i18n-sk-1.3.tar.bz2) = 1215209 diff --git a/editors/koffice-i18n-sl/distinfo b/editors/koffice-i18n-sl/distinfo index 1354dc9fe582..02e319edf98d 100644 --- a/editors/koffice-i18n-sl/distinfo +++ b/editors/koffice-i18n-sl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sl-1.3.tar.bz2) = f6523bac1730255407e73ef7a2b6a1e1 +SIZE (KDE/kde-i18n/koffice-i18n-sl-1.3.tar.bz2) = 614547 diff --git a/editors/koffice-i18n-sv/distinfo b/editors/koffice-i18n-sv/distinfo index d6904cf14fa2..a2d00f7a88a3 100644 --- a/editors/koffice-i18n-sv/distinfo +++ b/editors/koffice-i18n-sv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = bac2fb1ac55d0fe676faf936ec712bcc +SIZE (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = 3994492 diff --git a/editors/koffice-i18n-th/distinfo b/editors/koffice-i18n-th/distinfo index abcc43af67ec..5e71c71faf0b 100644 --- a/editors/koffice-i18n-th/distinfo +++ b/editors/koffice-i18n-th/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-th-1.3.tar.bz2) = 98e53f0a2cfde85e859192398606d6de +SIZE (KDE/kde-i18n/koffice-i18n-th-1.3.tar.bz2) = 547006 diff --git a/editors/koffice-i18n-tr/distinfo b/editors/koffice-i18n-tr/distinfo index 689ce24b6601..adcc56aca6eb 100644 --- a/editors/koffice-i18n-tr/distinfo +++ b/editors/koffice-i18n-tr/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = aefac0daf595e5357ba22d57753bb3c1 +SIZE (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = 588695 diff --git a/editors/koffice-i18n-ven/distinfo b/editors/koffice-i18n-ven/distinfo index 5cc93301b6da..935f6b091366 100644 --- a/editors/koffice-i18n-ven/distinfo +++ b/editors/koffice-i18n-ven/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ven-1.3.tar.bz2) = aef8d0bb5e6878c80c969462b2e24c5f +SIZE (KDE/kde-i18n/koffice-i18n-ven-1.3.tar.bz2) = 565211 diff --git a/editors/koffice-i18n-xh/distinfo b/editors/koffice-i18n-xh/distinfo index 1c8011773913..b4767c10fdc6 100644 --- a/editors/koffice-i18n-xh/distinfo +++ b/editors/koffice-i18n-xh/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-xh-1.3.tar.bz2) = 7b8de6dbf6b0e76d1735c8358e2a31cb +SIZE (KDE/kde-i18n/koffice-i18n-xh-1.3.tar.bz2) = 591523 diff --git a/editors/koffice-i18n-zu/distinfo b/editors/koffice-i18n-zu/distinfo index d01210afdf71..b15843041726 100644 --- a/editors/koffice-i18n-zu/distinfo +++ b/editors/koffice-i18n-zu/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zu-1.3.tar.bz2) = 51cfaf7f79366b408c4b0b242bf42e38 +SIZE (KDE/kde-i18n/koffice-i18n-zu-1.3.tar.bz2) = 567637 diff --git a/editors/koffice-kde4-l10n-da/distinfo b/editors/koffice-kde4-l10n-da/distinfo index df42b1cb5290..9f6d5ec82d16 100644 --- a/editors/koffice-kde4-l10n-da/distinfo +++ b/editors/koffice-kde4-l10n-da/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = cd40cc7c4d8803fa80a39380af163bcd +SIZE (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = 768755 diff --git a/editors/koffice-kde4-l10n-el/distinfo b/editors/koffice-kde4-l10n-el/distinfo index a35f7c44da70..fe37e5660ae3 100644 --- a/editors/koffice-kde4-l10n-el/distinfo +++ b/editors/koffice-kde4-l10n-el/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 48e15a1e3210134e1426be61673e135b +SIZE (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 518792 diff --git a/editors/koffice-kde4-l10n-en_GB/distinfo b/editors/koffice-kde4-l10n-en_GB/distinfo index 8dc99dfec506..e091df3a1939 100644 --- a/editors/koffice-kde4-l10n-en_GB/distinfo +++ b/editors/koffice-kde4-l10n-en_GB/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = b15124b835f771efe80620496a5ad281 +SIZE (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = 550757 diff --git a/editors/koffice-kde4-l10n-es/distinfo b/editors/koffice-kde4-l10n-es/distinfo index 22238d27d81d..3544dbfe3dc4 100644 --- a/editors/koffice-kde4-l10n-es/distinfo +++ b/editors/koffice-kde4-l10n-es/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 236cb0474c0a0812fff0bd282560e3b9 +SIZE (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 1500984 diff --git a/editors/koffice-kde4-l10n-et/distinfo b/editors/koffice-kde4-l10n-et/distinfo index b29f590f0ada..99fe25d0c6ca 100644 --- a/editors/koffice-kde4-l10n-et/distinfo +++ b/editors/koffice-kde4-l10n-et/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 8ab3fc6ae0344f721d73d45e9d0b86e8 +SIZE (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 940303 diff --git a/editors/koffice-kde4-l10n-it/distinfo b/editors/koffice-kde4-l10n-it/distinfo index 1c34eaa0ddf6..1fb5d2a00c8d 100644 --- a/editors/koffice-kde4-l10n-it/distinfo +++ b/editors/koffice-kde4-l10n-it/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = b636ede70ce159695439fa37ddf00606 +SIZE (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = 1368933 diff --git a/editors/koffice-kde4-l10n-nb/distinfo b/editors/koffice-kde4-l10n-nb/distinfo index 928ee58df674..583024ad981a 100644 --- a/editors/koffice-kde4-l10n-nb/distinfo +++ b/editors/koffice-kde4-l10n-nb/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 3ccae87fefcfb7867eb4be0eacef9d62 +SIZE (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 625989 diff --git a/editors/koffice-kde4-l10n-nl/distinfo b/editors/koffice-kde4-l10n-nl/distinfo index 78b3bad7e6cd..765caf1d7181 100644 --- a/editors/koffice-kde4-l10n-nl/distinfo +++ b/editors/koffice-kde4-l10n-nl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 7847f7ef84b9a1a31b7257405a4851e2 +SIZE (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 693945 diff --git a/editors/koffice-kde4-l10n-sv/distinfo b/editors/koffice-kde4-l10n-sv/distinfo index d6904cf14fa2..a2d00f7a88a3 100644 --- a/editors/koffice-kde4-l10n-sv/distinfo +++ b/editors/koffice-kde4-l10n-sv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = bac2fb1ac55d0fe676faf936ec712bcc +SIZE (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = 3994492 diff --git a/editors/koffice-kde4-l10n-tr/distinfo b/editors/koffice-kde4-l10n-tr/distinfo index 689ce24b6601..adcc56aca6eb 100644 --- a/editors/koffice-kde4-l10n-tr/distinfo +++ b/editors/koffice-kde4-l10n-tr/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = aefac0daf595e5357ba22d57753bb3c1 +SIZE (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = 588695 diff --git a/editors/vimpart/Makefile b/editors/vimpart/Makefile index 2c6e588fe92b..c906df28fb64 100644 --- a/editors/vimpart/Makefile +++ b/editors/vimpart/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE wrapper for gvim -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${VIMPART_PORTNAME:S/${KDE_SPLIT_DIST}-//} KDE_DOC_SPLIT= # none USE_KDELIBS_VER=3 diff --git a/french/calligra-l10n/distinfo b/french/calligra-l10n/distinfo index 778774264fd7..01d66cb9530b 100644 --- a/french/calligra-l10n/distinfo +++ b/french/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 851708c580e92865e9102a24d822f8e5 +SIZE (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 4172716 diff --git a/french/kde3-i18n/Makefile b/french/kde3-i18n/Makefile index bb74a53f8d13..ca5844ebeefd 100644 --- a/french/kde3-i18n/Makefile +++ b/french/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= french kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= fr- DIST_SUBDIR= KDE diff --git a/french/kde3-i18n/distinfo b/french/kde3-i18n/distinfo index d878ee44c633..752c62e4f97a 100644 --- a/french/kde3-i18n/distinfo +++ b/french/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-fr-3.2.0.tar.bz2) = 680a09467f284dcd22a942c99391d011 +MD5 (KDE/kde-i18n/kde-i18n-fr-3.2.1.tar.bz2) = 7e81b2b497f88f1e178e585ccc1010a7 +SIZE (KDE/kde-i18n/kde-i18n-fr-3.2.1.tar.bz2) = 20165837 diff --git a/french/kde3-i18n/pkg-plist b/french/kde3-i18n/pkg-plist index 8b62ee022439..a0801967845b 100644 --- a/french/kde3-i18n/pkg-plist +++ b/french/kde3-i18n/pkg-plist @@ -80,9 +80,19 @@ share/doc/HTML/fr/artsbuilder/tools.docbook share/doc/HTML/fr/atlantik/common share/doc/HTML/fr/atlantik/index.cache.bz2 share/doc/HTML/fr/atlantik/index.docbook +share/doc/HTML/fr/cervisia/annotate.png +share/doc/HTML/fr/cervisia/checkout.png +share/doc/HTML/fr/cervisia/commit.png share/doc/HTML/fr/cervisia/common +share/doc/HTML/fr/cervisia/diff.png +share/doc/HTML/fr/cervisia/history.png +share/doc/HTML/fr/cervisia/import.png share/doc/HTML/fr/cervisia/index.cache.bz2 share/doc/HTML/fr/cervisia/index.docbook +share/doc/HTML/fr/cervisia/logtree.png +share/doc/HTML/fr/cervisia/mainview.png +share/doc/HTML/fr/cervisia/resolve.png +share/doc/HTML/fr/cervisia/updatetag.png share/doc/HTML/fr/common/1.png share/doc/HTML/fr/common/10.png share/doc/HTML/fr/common/2.png @@ -220,6 +230,12 @@ share/doc/HTML/fr/kbounce/index.docbook share/doc/HTML/fr/kbounce/jezball_corridor1.png share/doc/HTML/fr/kbounce/jezball_corridor2.png share/doc/HTML/fr/kbounce/jezball_newWall.png +share/doc/HTML/fr/kbruch/checked.png +share/doc/HTML/fr/kbruch/common +share/doc/HTML/fr/kbruch/gui_main.png +share/doc/HTML/fr/kbruch/index.cache.bz2 +share/doc/HTML/fr/kbruch/index.docbook +share/doc/HTML/fr/kbruch/reduced.png share/doc/HTML/fr/kbugbuster/common share/doc/HTML/fr/kbugbuster/index.cache.bz2 share/doc/HTML/fr/kbugbuster/index.docbook @@ -264,6 +280,9 @@ share/doc/HTML/fr/kcontrol/crypto/index.docbook share/doc/HTML/fr/kcontrol/desktop/common share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 share/doc/HTML/fr/kcontrol/desktop/index.docbook +share/doc/HTML/fr/kcontrol/desktopbehavior/common +share/doc/HTML/fr/kcontrol/desktopbehavior/index.cache.bz2 +share/doc/HTML/fr/kcontrol/desktopbehavior/index.docbook share/doc/HTML/fr/kcontrol/ebrowsing/common share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook @@ -494,6 +513,11 @@ share/doc/HTML/fr/kgamma/index.docbook share/doc/HTML/fr/kget/common share/doc/HTML/fr/kget/index.cache.bz2 share/doc/HTML/fr/kget/index.docbook +share/doc/HTML/fr/kget/kget1.png +share/doc/HTML/fr/kget/kget2.png +share/doc/HTML/fr/kget/kget3.png +share/doc/HTML/fr/kget/kget4.png +share/doc/HTML/fr/kget/kget5.png share/doc/HTML/fr/kghostview/common share/doc/HTML/fr/kghostview/index.cache.bz2 share/doc/HTML/fr/kghostview/index.docbook @@ -506,6 +530,9 @@ share/doc/HTML/fr/kgoldrunner/tute008.png share/doc/HTML/fr/kgpg/common share/doc/HTML/fr/kgpg/index.cache.bz2 share/doc/HTML/fr/kgpg/index.docbook +share/doc/HTML/fr/kgpgcertmanager/common +share/doc/HTML/fr/kgpgcertmanager/index.cache.bz2 +share/doc/HTML/fr/kgpgcertmanager/index.docbook share/doc/HTML/fr/khangman/common share/doc/HTML/fr/khangman/index.cache.bz2 share/doc/HTML/fr/khangman/index.docbook @@ -1155,6 +1182,9 @@ share/doc/HTML/fr/kspaceduel/kspaceduel3.png share/doc/HTML/fr/kspell/common share/doc/HTML/fr/kspell/index.cache.bz2 share/doc/HTML/fr/kspell/index.docbook +share/doc/HTML/fr/ksplashml/common +share/doc/HTML/fr/ksplashml/index.cache.bz2 +share/doc/HTML/fr/ksplashml/index.docbook share/doc/HTML/fr/kstars/aavso.png share/doc/HTML/fr/kstars/ai-contents.docbook share/doc/HTML/fr/kstars/altvstime.docbook @@ -1865,6 +1895,7 @@ share/locale/fr/LC_MESSAGES/libkonq.mo share/locale/fr/LC_MESSAGES/libkpimexchange.mo share/locale/fr/LC_MESSAGES/libkscan.mo share/locale/fr/LC_MESSAGES/libkscreensaver.mo +share/locale/fr/LC_MESSAGES/libksieve.mo share/locale/fr/LC_MESSAGES/libksirtet.mo share/locale/fr/LC_MESSAGES/libksync.mo share/locale/fr/LC_MESSAGES/libtaskbar.mo @@ -1931,6 +1962,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/ksysv @dirrm share/doc/HTML/fr/ksysguard @dirrm share/doc/HTML/fr/kstars +@dirrm share/doc/HTML/fr/ksplashml @dirrm share/doc/HTML/fr/kspell @dirrm share/doc/HTML/fr/kspaceduel @dirrm share/doc/HTML/fr/ksokoban @@ -2035,6 +2067,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/khelpcenter/faq @dirrm share/doc/HTML/fr/khelpcenter @dirrm share/doc/HTML/fr/khangman +@dirrm share/doc/HTML/fr/kgpgcertmanager @dirrm share/doc/HTML/fr/kgpg @dirrm share/doc/HTML/fr/kgoldrunner @dirrm share/doc/HTML/fr/kghostview @@ -2097,6 +2130,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/kcontrol/energy @dirrm share/doc/HTML/fr/kcontrol/email @dirrm share/doc/HTML/fr/kcontrol/ebrowsing +@dirrm share/doc/HTML/fr/kcontrol/desktopbehavior @dirrm share/doc/HTML/fr/kcontrol/desktop @dirrm share/doc/HTML/fr/kcontrol/crypto @dirrm share/doc/HTML/fr/kcontrol/cookies @@ -2112,6 +2146,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/kcalc @dirrm share/doc/HTML/fr/kcachegrind @dirrm share/doc/HTML/fr/kbugbuster +@dirrm share/doc/HTML/fr/kbruch @dirrm share/doc/HTML/fr/kbounce @dirrm share/doc/HTML/fr/kblackbox @dirrm share/doc/HTML/fr/kbattleship diff --git a/french/kde4-l10n/Makefile b/french/kde4-l10n/Makefile index bb74a53f8d13..ca5844ebeefd 100644 --- a/french/kde4-l10n/Makefile +++ b/french/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= french kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= fr- DIST_SUBDIR= KDE diff --git a/french/kde4-l10n/distinfo b/french/kde4-l10n/distinfo index d878ee44c633..752c62e4f97a 100644 --- a/french/kde4-l10n/distinfo +++ b/french/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-fr-3.2.0.tar.bz2) = 680a09467f284dcd22a942c99391d011 +MD5 (KDE/kde-i18n/kde-i18n-fr-3.2.1.tar.bz2) = 7e81b2b497f88f1e178e585ccc1010a7 +SIZE (KDE/kde-i18n/kde-i18n-fr-3.2.1.tar.bz2) = 20165837 diff --git a/french/kde4-l10n/pkg-plist b/french/kde4-l10n/pkg-plist index 8b62ee022439..a0801967845b 100644 --- a/french/kde4-l10n/pkg-plist +++ b/french/kde4-l10n/pkg-plist @@ -80,9 +80,19 @@ share/doc/HTML/fr/artsbuilder/tools.docbook share/doc/HTML/fr/atlantik/common share/doc/HTML/fr/atlantik/index.cache.bz2 share/doc/HTML/fr/atlantik/index.docbook +share/doc/HTML/fr/cervisia/annotate.png +share/doc/HTML/fr/cervisia/checkout.png +share/doc/HTML/fr/cervisia/commit.png share/doc/HTML/fr/cervisia/common +share/doc/HTML/fr/cervisia/diff.png +share/doc/HTML/fr/cervisia/history.png +share/doc/HTML/fr/cervisia/import.png share/doc/HTML/fr/cervisia/index.cache.bz2 share/doc/HTML/fr/cervisia/index.docbook +share/doc/HTML/fr/cervisia/logtree.png +share/doc/HTML/fr/cervisia/mainview.png +share/doc/HTML/fr/cervisia/resolve.png +share/doc/HTML/fr/cervisia/updatetag.png share/doc/HTML/fr/common/1.png share/doc/HTML/fr/common/10.png share/doc/HTML/fr/common/2.png @@ -220,6 +230,12 @@ share/doc/HTML/fr/kbounce/index.docbook share/doc/HTML/fr/kbounce/jezball_corridor1.png share/doc/HTML/fr/kbounce/jezball_corridor2.png share/doc/HTML/fr/kbounce/jezball_newWall.png +share/doc/HTML/fr/kbruch/checked.png +share/doc/HTML/fr/kbruch/common +share/doc/HTML/fr/kbruch/gui_main.png +share/doc/HTML/fr/kbruch/index.cache.bz2 +share/doc/HTML/fr/kbruch/index.docbook +share/doc/HTML/fr/kbruch/reduced.png share/doc/HTML/fr/kbugbuster/common share/doc/HTML/fr/kbugbuster/index.cache.bz2 share/doc/HTML/fr/kbugbuster/index.docbook @@ -264,6 +280,9 @@ share/doc/HTML/fr/kcontrol/crypto/index.docbook share/doc/HTML/fr/kcontrol/desktop/common share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 share/doc/HTML/fr/kcontrol/desktop/index.docbook +share/doc/HTML/fr/kcontrol/desktopbehavior/common +share/doc/HTML/fr/kcontrol/desktopbehavior/index.cache.bz2 +share/doc/HTML/fr/kcontrol/desktopbehavior/index.docbook share/doc/HTML/fr/kcontrol/ebrowsing/common share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook @@ -494,6 +513,11 @@ share/doc/HTML/fr/kgamma/index.docbook share/doc/HTML/fr/kget/common share/doc/HTML/fr/kget/index.cache.bz2 share/doc/HTML/fr/kget/index.docbook +share/doc/HTML/fr/kget/kget1.png +share/doc/HTML/fr/kget/kget2.png +share/doc/HTML/fr/kget/kget3.png +share/doc/HTML/fr/kget/kget4.png +share/doc/HTML/fr/kget/kget5.png share/doc/HTML/fr/kghostview/common share/doc/HTML/fr/kghostview/index.cache.bz2 share/doc/HTML/fr/kghostview/index.docbook @@ -506,6 +530,9 @@ share/doc/HTML/fr/kgoldrunner/tute008.png share/doc/HTML/fr/kgpg/common share/doc/HTML/fr/kgpg/index.cache.bz2 share/doc/HTML/fr/kgpg/index.docbook +share/doc/HTML/fr/kgpgcertmanager/common +share/doc/HTML/fr/kgpgcertmanager/index.cache.bz2 +share/doc/HTML/fr/kgpgcertmanager/index.docbook share/doc/HTML/fr/khangman/common share/doc/HTML/fr/khangman/index.cache.bz2 share/doc/HTML/fr/khangman/index.docbook @@ -1155,6 +1182,9 @@ share/doc/HTML/fr/kspaceduel/kspaceduel3.png share/doc/HTML/fr/kspell/common share/doc/HTML/fr/kspell/index.cache.bz2 share/doc/HTML/fr/kspell/index.docbook +share/doc/HTML/fr/ksplashml/common +share/doc/HTML/fr/ksplashml/index.cache.bz2 +share/doc/HTML/fr/ksplashml/index.docbook share/doc/HTML/fr/kstars/aavso.png share/doc/HTML/fr/kstars/ai-contents.docbook share/doc/HTML/fr/kstars/altvstime.docbook @@ -1865,6 +1895,7 @@ share/locale/fr/LC_MESSAGES/libkonq.mo share/locale/fr/LC_MESSAGES/libkpimexchange.mo share/locale/fr/LC_MESSAGES/libkscan.mo share/locale/fr/LC_MESSAGES/libkscreensaver.mo +share/locale/fr/LC_MESSAGES/libksieve.mo share/locale/fr/LC_MESSAGES/libksirtet.mo share/locale/fr/LC_MESSAGES/libksync.mo share/locale/fr/LC_MESSAGES/libtaskbar.mo @@ -1931,6 +1962,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/ksysv @dirrm share/doc/HTML/fr/ksysguard @dirrm share/doc/HTML/fr/kstars +@dirrm share/doc/HTML/fr/ksplashml @dirrm share/doc/HTML/fr/kspell @dirrm share/doc/HTML/fr/kspaceduel @dirrm share/doc/HTML/fr/ksokoban @@ -2035,6 +2067,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/khelpcenter/faq @dirrm share/doc/HTML/fr/khelpcenter @dirrm share/doc/HTML/fr/khangman +@dirrm share/doc/HTML/fr/kgpgcertmanager @dirrm share/doc/HTML/fr/kgpg @dirrm share/doc/HTML/fr/kgoldrunner @dirrm share/doc/HTML/fr/kghostview @@ -2097,6 +2130,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/kcontrol/energy @dirrm share/doc/HTML/fr/kcontrol/email @dirrm share/doc/HTML/fr/kcontrol/ebrowsing +@dirrm share/doc/HTML/fr/kcontrol/desktopbehavior @dirrm share/doc/HTML/fr/kcontrol/desktop @dirrm share/doc/HTML/fr/kcontrol/crypto @dirrm share/doc/HTML/fr/kcontrol/cookies @@ -2112,6 +2146,7 @@ share/locale/fr/relecture_gui @dirrm share/doc/HTML/fr/kcalc @dirrm share/doc/HTML/fr/kcachegrind @dirrm share/doc/HTML/fr/kbugbuster +@dirrm share/doc/HTML/fr/kbruch @dirrm share/doc/HTML/fr/kbounce @dirrm share/doc/HTML/fr/kblackbox @dirrm share/doc/HTML/fr/kbattleship diff --git a/french/koffice-i18n/distinfo b/french/koffice-i18n/distinfo index 778774264fd7..01d66cb9530b 100644 --- a/french/koffice-i18n/distinfo +++ b/french/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 851708c580e92865e9102a24d822f8e5 +SIZE (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 4172716 diff --git a/french/koffice-kde4-l10n/distinfo b/french/koffice-kde4-l10n/distinfo index 778774264fd7..01d66cb9530b 100644 --- a/french/koffice-kde4-l10n/distinfo +++ b/french/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 851708c580e92865e9102a24d822f8e5 +SIZE (KDE/kde-i18n/koffice-i18n-fr-1.3.tar.bz2) = 4172716 diff --git a/games/atlantikdesigner/Makefile b/games/atlantikdesigner/Makefile index cdbbe6b357c8..612ff6e8c0a5 100644 --- a/games/atlantikdesigner/Makefile +++ b/games/atlantikdesigner/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Editor for Atlantik -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - LIB_DEPENDS= atlantic:${PORTSDIR}/games/kdegames3 KDE_SPLIT= ${ATLANTIKDESIGNER_PORTNAME:S/${KDE_SPLIT_DIST}-//} diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index e0357bb5f197..e1de41c553bd 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdegames PORTVERSION= ${KDE_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo index e395ad0b4c74..1d536f97274f 100644 --- a/games/kdegames3/distinfo +++ b/games/kdegames3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdegames-3.2.0.tar.bz2) = 30af752fbe3547a30963bf0df0380c24 +MD5 (KDE/kdegames-3.2.1.tar.bz2) = 60b05fa22dfc0ec812ca88dacb0249aa +SIZE (KDE/kdegames-3.2.1.tar.bz2) = 9121779 diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index e0357bb5f197..e1de41c553bd 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdegames PORTVERSION= ${KDE_VERSION} CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo index e395ad0b4c74..1d536f97274f 100644 --- a/games/kdegames4/distinfo +++ b/games/kdegames4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdegames-3.2.0.tar.bz2) = 30af752fbe3547a30963bf0df0380c24 +MD5 (KDE/kdegames-3.2.1.tar.bz2) = 60b05fa22dfc0ec812ca88dacb0249aa +SIZE (KDE/kdegames-3.2.1.tar.bz2) = 9121779 diff --git a/german/calligra-l10n/distinfo b/german/calligra-l10n/distinfo index c116e179c9f9..e09493a9c2de 100644 --- a/german/calligra-l10n/distinfo +++ b/german/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 4d90b5cd3920e3f2e5d2f7ed03fb9cba +SIZE (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 2740719 diff --git a/german/kde3-i18n/Makefile b/german/kde3-i18n/Makefile index e9137304fe31..8b1db480f9c8 100644 --- a/german/kde3-i18n/Makefile +++ b/german/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= german kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= de- DIST_SUBDIR= KDE diff --git a/german/kde3-i18n/distinfo b/german/kde3-i18n/distinfo index fe65fe5fa92c..b59f0ceff8dc 100644 --- a/german/kde3-i18n/distinfo +++ b/german/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-de-3.2.0.tar.bz2) = 9b3ed812df173fc3b662f490d7507146 +MD5 (KDE/kde-i18n/kde-i18n-de-3.2.1.tar.bz2) = 6408d452f25673963bc2ec2d2b7bb833 +SIZE (KDE/kde-i18n/kde-i18n-de-3.2.1.tar.bz2) = 19145799 diff --git a/german/kde3-i18n/pkg-plist b/german/kde3-i18n/pkg-plist index 79551c8f41db..7cfe91f119a6 100644 --- a/german/kde3-i18n/pkg-plist +++ b/german/kde3-i18n/pkg-plist @@ -363,6 +363,9 @@ share/doc/HTML/de/kcron/kcronstart.png share/doc/HTML/de/kcron/newtask.png share/doc/HTML/de/kcron/newvariable.png share/doc/HTML/de/kcron/print.png +share/doc/HTML/de/kdat/common +share/doc/HTML/de/kdat/index.cache.bz2 +share/doc/HTML/de/kdat/index.docbook share/doc/HTML/de/kdebugdialog/common share/doc/HTML/de/kdebugdialog/index.cache.bz2 share/doc/HTML/de/kdebugdialog/index.docbook @@ -438,6 +441,15 @@ share/doc/HTML/de/kget/kget5.png share/doc/HTML/de/kghostview/common share/doc/HTML/de/kghostview/index.cache.bz2 share/doc/HTML/de/kghostview/index.docbook +share/doc/HTML/de/kgpg/common +share/doc/HTML/de/kgpg/editor.png +share/doc/HTML/de/kgpg/index.cache.bz2 +share/doc/HTML/de/kgpg/index.docbook +share/doc/HTML/de/kgpg/keygen.png +share/doc/HTML/de/kgpg/keymanage.png +share/doc/HTML/de/kgpg/keys.png +share/doc/HTML/de/kgpg/kicker.png +share/doc/HTML/de/kgpg/options.png share/doc/HTML/de/kgpgcertmanager/common share/doc/HTML/de/kgpgcertmanager/index.cache.bz2 share/doc/HTML/de/kgpgcertmanager/index.docbook @@ -1822,6 +1834,7 @@ share/locale/de/flag.png @dirrm share/doc/HTML/de/khelpcenter @dirrm share/doc/HTML/de/khangman @dirrm share/doc/HTML/de/kgpgcertmanager +@dirrm share/doc/HTML/de/kgpg @dirrm share/doc/HTML/de/kghostview @dirrm share/doc/HTML/de/kget @dirrm share/doc/HTML/de/kgamma @@ -1838,6 +1851,7 @@ share/locale/de/flag.png @dirrm share/doc/HTML/de/kdesu @dirrm share/doc/HTML/de/kdeprint @dirrm share/doc/HTML/de/kdebugdialog +@dirrm share/doc/HTML/de/kdat @dirrm share/doc/HTML/de/kcron @dirrm share/doc/HTML/de/kcontrol/windowmanagement @dirrm share/doc/HTML/de/kcontrol/useragent diff --git a/german/kde4-l10n/Makefile b/german/kde4-l10n/Makefile index e9137304fe31..8b1db480f9c8 100644 --- a/german/kde4-l10n/Makefile +++ b/german/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= german kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= de- DIST_SUBDIR= KDE diff --git a/german/kde4-l10n/distinfo b/german/kde4-l10n/distinfo index fe65fe5fa92c..b59f0ceff8dc 100644 --- a/german/kde4-l10n/distinfo +++ b/german/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-de-3.2.0.tar.bz2) = 9b3ed812df173fc3b662f490d7507146 +MD5 (KDE/kde-i18n/kde-i18n-de-3.2.1.tar.bz2) = 6408d452f25673963bc2ec2d2b7bb833 +SIZE (KDE/kde-i18n/kde-i18n-de-3.2.1.tar.bz2) = 19145799 diff --git a/german/kde4-l10n/pkg-plist b/german/kde4-l10n/pkg-plist index 79551c8f41db..7cfe91f119a6 100644 --- a/german/kde4-l10n/pkg-plist +++ b/german/kde4-l10n/pkg-plist @@ -363,6 +363,9 @@ share/doc/HTML/de/kcron/kcronstart.png share/doc/HTML/de/kcron/newtask.png share/doc/HTML/de/kcron/newvariable.png share/doc/HTML/de/kcron/print.png +share/doc/HTML/de/kdat/common +share/doc/HTML/de/kdat/index.cache.bz2 +share/doc/HTML/de/kdat/index.docbook share/doc/HTML/de/kdebugdialog/common share/doc/HTML/de/kdebugdialog/index.cache.bz2 share/doc/HTML/de/kdebugdialog/index.docbook @@ -438,6 +441,15 @@ share/doc/HTML/de/kget/kget5.png share/doc/HTML/de/kghostview/common share/doc/HTML/de/kghostview/index.cache.bz2 share/doc/HTML/de/kghostview/index.docbook +share/doc/HTML/de/kgpg/common +share/doc/HTML/de/kgpg/editor.png +share/doc/HTML/de/kgpg/index.cache.bz2 +share/doc/HTML/de/kgpg/index.docbook +share/doc/HTML/de/kgpg/keygen.png +share/doc/HTML/de/kgpg/keymanage.png +share/doc/HTML/de/kgpg/keys.png +share/doc/HTML/de/kgpg/kicker.png +share/doc/HTML/de/kgpg/options.png share/doc/HTML/de/kgpgcertmanager/common share/doc/HTML/de/kgpgcertmanager/index.cache.bz2 share/doc/HTML/de/kgpgcertmanager/index.docbook @@ -1822,6 +1834,7 @@ share/locale/de/flag.png @dirrm share/doc/HTML/de/khelpcenter @dirrm share/doc/HTML/de/khangman @dirrm share/doc/HTML/de/kgpgcertmanager +@dirrm share/doc/HTML/de/kgpg @dirrm share/doc/HTML/de/kghostview @dirrm share/doc/HTML/de/kget @dirrm share/doc/HTML/de/kgamma @@ -1838,6 +1851,7 @@ share/locale/de/flag.png @dirrm share/doc/HTML/de/kdesu @dirrm share/doc/HTML/de/kdeprint @dirrm share/doc/HTML/de/kdebugdialog +@dirrm share/doc/HTML/de/kdat @dirrm share/doc/HTML/de/kcron @dirrm share/doc/HTML/de/kcontrol/windowmanagement @dirrm share/doc/HTML/de/kcontrol/useragent diff --git a/german/koffice-i18n/distinfo b/german/koffice-i18n/distinfo index c116e179c9f9..e09493a9c2de 100644 --- a/german/koffice-i18n/distinfo +++ b/german/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 4d90b5cd3920e3f2e5d2f7ed03fb9cba +SIZE (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 2740719 diff --git a/german/koffice-kde4-l10n/distinfo b/german/koffice-kde4-l10n/distinfo index c116e179c9f9..e09493a9c2de 100644 --- a/german/koffice-kde4-l10n/distinfo +++ b/german/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 4d90b5cd3920e3f2e5d2f7ed03fb9cba +SIZE (KDE/kde-i18n/koffice-i18n-de-1.3.tar.bz2) = 2740719 diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 14d8e796a302..6eda9980cb34 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,16 +8,19 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE3 integrated X11 desktop -LIB_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi \ +LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 \ + fribidi:${PORTSDIR}/converters/fribidi \ + lcms:${PORTSDIR}/graphics/lcms \ glut:${PORTSDIR}/graphics/libglut RUN_DEPENDS= pdfinfo:${PORTSDIR}/graphics/xpdf @@ -33,69 +36,78 @@ WANT_GNOME= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \ + GPHOTO2 "Enable support for digital cameras" off \ + SANE "Build Kooka, a SANE scanner frontend for KDE" off + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -IMLIB_CONFIG= ${X11BASE}/bin/imlib-config +.if exists (${X11BASE}/bin/imlib-config) +. if !defined(WITH_IMLIB) +IMLIB_OVERRIDE= yes +WITH_IMLIB= yes +. endif +.endif + +.if exists(${LOCALBASE}/bin/gphoto2-config) +. if !defined(WITH_GPHOTO2) +GPHOTO2_OVERRIDE= yes +WITH_GPHOTO2= yes +. endif +.endif -.if exists(${IMLIB_CONFIG}) -WITH_IMLIB?= yes +.if exists (${LOCALBASE}/bin/sane-config) +. if !defined(WITH_SANE) +SANE_OVERRIDE= yes +WITH_SANE= yes +. endif .endif -.if defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) +.if defined(WITH_IMLIB) USE_GNOME= imlib PLIST_APPEND+= plist.imlib CONFIGURE_ARGS+=--with-imlib-config=${X11BASE}/bin .else WITHOUT_IMLIB= yes CONFIGURE_ARGS+=--without-imlib-config -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with imlib support (enables" - @${ECHO_MSG} "kuickshow), hit Ctrl-C right now and use" - @${ECHO_MSG} "\"make WITH_IMLIB=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} -.endif # defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) - -GPHOTO2_CONFIG= ${LOCALBASE}/bin/gphoto2-config - -.if exists(${GPHOTO2_CONFIG}) -WITH_GPHOTO2?= yes -.endif # exists(${GPHOTO2_CONFIG}) +.endif .if defined(WITH_GPHOTO2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 PLIST_APPEND+= plist.gphoto2 -.else -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with digital camera support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GPHOTO2=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} -.endif # defined(WITH_GPHOTO2) - -SANE_CONFIG= ${LOCALBASE}/bin/sane-config - -.if exists(${SANE_CONFIG}) -WITH_SANE?= yes -.endif # exists(${SANE_CONFIG}) +.endif .if defined(WITH_SANE) LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_APPEND+= plist.sane -RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr -.else +RUN_DEPENDS+= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr +.endif + pre-everything:: +.if defined(IMLIB_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with scanner (SANE) support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SANE=yes\"" - @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* imlib is installed but WITH_IMLIB is not set! *" + @${ECHO_MSG} "* WITH_IMLIB has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" @${ECHO_MSG} -.endif # defined(WITH_SANE) +.endif +.if defined(GPHOTO2_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* gphoto2 is installed but WITH_GPHOTO2 is not set! *" + @${ECHO_MSG} "* WITH_GPHOTO2 has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif +.if defined(SANE_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* sane-backends is installed but WITH_SANE is not set! *" + @${ECHO_MSG} "* WITH_SANE has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif .include <bsd.port.post.mk> diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index 3182e43b466e..9596e1b4a012 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdegraphics-3.2.0.tar.bz2) = 675dd4f557574097b911350cc47f0843 +MD5 (KDE/kdegraphics-3.2.1.tar.bz2) = 5a1676b46efdd64be2f9e9604f04b176 +SIZE (KDE/kdegraphics-3.2.1.tar.bz2) = 5726582 diff --git a/graphics/kdegraphics3/files/plist.base b/graphics/kdegraphics3/files/plist.base index 42b60c4f7145..6e68b721cd34 100644 --- a/graphics/kdegraphics3/files/plist.base +++ b/graphics/kdegraphics3/files/plist.base @@ -257,6 +257,9 @@ lib/libkdeinit_kview.la lib/libkdeinit_kview.so lib/libkdeinit_mrmlsearch.la lib/libkdeinit_mrmlsearch.so +lib/libkghostviewlib.la +lib/libkghostviewlib.so +lib/libkghostviewlib.so.0 lib/libkimageviewer.la lib/libkimageviewer.so lib/libkimageviewer.so.0 diff --git a/graphics/kdegraphics3/files/plist.gphoto2.rm b/graphics/kdegraphics3/files/plist.gphoto2.rm index 416dcdb37c4f..38f836bd65ab 100644 --- a/graphics/kdegraphics3/files/plist.gphoto2.rm +++ b/graphics/kdegraphics3/files/plist.gphoto2.rm @@ -3,3 +3,4 @@ @dirrm share/icons/crystalsvg/16x16/devices @dirrm share/icons/crystalsvg/16x16/actions @dirrm share/applnk/Settings/Peripherals +@dirrm share/applnk/Settings diff --git a/graphics/kdegraphics3/files/plist.imlib b/graphics/kdegraphics3/files/plist.imlib index 4234e25b9dc7..4a85b7b67e47 100644 --- a/graphics/kdegraphics3/files/plist.imlib +++ b/graphics/kdegraphics3/files/plist.imlib @@ -1,6 +1,8 @@ bin/kuickshow lib/kde3/kuickshow.la lib/kde3/kuickshow.so +lib/libkdeinit_kuickshow.la +lib/libkdeinit_kuickshow.so share/applications/kde/kuickshow.desktop share/apps/kuickshow/im_palette.pal share/apps/kuickshow/pics/about.png diff --git a/graphics/kdegraphics3/files/plist.sane b/graphics/kdegraphics3/files/plist.sane index 4657270b56ed..6f4557e60204 100644 --- a/graphics/kdegraphics3/files/plist.sane +++ b/graphics/kdegraphics3/files/plist.sane @@ -19,12 +19,15 @@ lib/libkscan.so lib/libkscan.so.1 share/applications/kde/kooka.desktop share/apps/kooka/kookaui.rc +share/apps/kooka/pics/gocr.png +share/apps/kooka/pics/lockzoom.png share/apps/kooka/pics/mirror-both.png share/apps/kooka/pics/mirror-horiz.png share/apps/kooka/pics/mirror-vert.png share/apps/kooka/pics/newfromselect.png share/apps/kooka/pics/ocr-select.png share/apps/kooka/pics/ocr.png +share/apps/kooka/pics/ocrad.png share/apps/kooka/pics/scaleorig.png share/apps/kooka/pics/scaletoheight.png share/apps/kooka/pics/scaletowidth.png diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 14d8e796a302..6eda9980cb34 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -8,16 +8,19 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE3 integrated X11 desktop -LIB_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi \ +LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 \ + fribidi:${PORTSDIR}/converters/fribidi \ + lcms:${PORTSDIR}/graphics/lcms \ glut:${PORTSDIR}/graphics/libglut RUN_DEPENDS= pdfinfo:${PORTSDIR}/graphics/xpdf @@ -33,69 +36,78 @@ WANT_GNOME= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \ + GPHOTO2 "Enable support for digital cameras" off \ + SANE "Build Kooka, a SANE scanner frontend for KDE" off + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -IMLIB_CONFIG= ${X11BASE}/bin/imlib-config +.if exists (${X11BASE}/bin/imlib-config) +. if !defined(WITH_IMLIB) +IMLIB_OVERRIDE= yes +WITH_IMLIB= yes +. endif +.endif + +.if exists(${LOCALBASE}/bin/gphoto2-config) +. if !defined(WITH_GPHOTO2) +GPHOTO2_OVERRIDE= yes +WITH_GPHOTO2= yes +. endif +.endif -.if exists(${IMLIB_CONFIG}) -WITH_IMLIB?= yes +.if exists (${LOCALBASE}/bin/sane-config) +. if !defined(WITH_SANE) +SANE_OVERRIDE= yes +WITH_SANE= yes +. endif .endif -.if defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) +.if defined(WITH_IMLIB) USE_GNOME= imlib PLIST_APPEND+= plist.imlib CONFIGURE_ARGS+=--with-imlib-config=${X11BASE}/bin .else WITHOUT_IMLIB= yes CONFIGURE_ARGS+=--without-imlib-config -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with imlib support (enables" - @${ECHO_MSG} "kuickshow), hit Ctrl-C right now and use" - @${ECHO_MSG} "\"make WITH_IMLIB=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} -.endif # defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB) - -GPHOTO2_CONFIG= ${LOCALBASE}/bin/gphoto2-config - -.if exists(${GPHOTO2_CONFIG}) -WITH_GPHOTO2?= yes -.endif # exists(${GPHOTO2_CONFIG}) +.endif .if defined(WITH_GPHOTO2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 PLIST_APPEND+= plist.gphoto2 -.else -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with digital camera support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GPHOTO2=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} -.endif # defined(WITH_GPHOTO2) - -SANE_CONFIG= ${LOCALBASE}/bin/sane-config - -.if exists(${SANE_CONFIG}) -WITH_SANE?= yes -.endif # exists(${SANE_CONFIG}) +.endif .if defined(WITH_SANE) LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_APPEND+= plist.sane -RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr -.else +RUN_DEPENDS+= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr +.endif + pre-everything:: +.if defined(IMLIB_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with scanner (SANE) support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SANE=yes\"" - @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* imlib is installed but WITH_IMLIB is not set! *" + @${ECHO_MSG} "* WITH_IMLIB has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" @${ECHO_MSG} -.endif # defined(WITH_SANE) +.endif +.if defined(GPHOTO2_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* gphoto2 is installed but WITH_GPHOTO2 is not set! *" + @${ECHO_MSG} "* WITH_GPHOTO2 has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif +.if defined(SANE_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* sane-backends is installed but WITH_SANE is not set! *" + @${ECHO_MSG} "* WITH_SANE has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif .include <bsd.port.post.mk> diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo index 3182e43b466e..9596e1b4a012 100644 --- a/graphics/kdegraphics4/distinfo +++ b/graphics/kdegraphics4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdegraphics-3.2.0.tar.bz2) = 675dd4f557574097b911350cc47f0843 +MD5 (KDE/kdegraphics-3.2.1.tar.bz2) = 5a1676b46efdd64be2f9e9604f04b176 +SIZE (KDE/kdegraphics-3.2.1.tar.bz2) = 5726582 diff --git a/graphics/kdegraphics4/files/plist.base b/graphics/kdegraphics4/files/plist.base index 42b60c4f7145..6e68b721cd34 100644 --- a/graphics/kdegraphics4/files/plist.base +++ b/graphics/kdegraphics4/files/plist.base @@ -257,6 +257,9 @@ lib/libkdeinit_kview.la lib/libkdeinit_kview.so lib/libkdeinit_mrmlsearch.la lib/libkdeinit_mrmlsearch.so +lib/libkghostviewlib.la +lib/libkghostviewlib.so +lib/libkghostviewlib.so.0 lib/libkimageviewer.la lib/libkimageviewer.so lib/libkimageviewer.so.0 diff --git a/graphics/kdegraphics4/files/plist.gphoto2.rm b/graphics/kdegraphics4/files/plist.gphoto2.rm index 416dcdb37c4f..38f836bd65ab 100644 --- a/graphics/kdegraphics4/files/plist.gphoto2.rm +++ b/graphics/kdegraphics4/files/plist.gphoto2.rm @@ -3,3 +3,4 @@ @dirrm share/icons/crystalsvg/16x16/devices @dirrm share/icons/crystalsvg/16x16/actions @dirrm share/applnk/Settings/Peripherals +@dirrm share/applnk/Settings diff --git a/graphics/kdegraphics4/files/plist.imlib b/graphics/kdegraphics4/files/plist.imlib index 4234e25b9dc7..4a85b7b67e47 100644 --- a/graphics/kdegraphics4/files/plist.imlib +++ b/graphics/kdegraphics4/files/plist.imlib @@ -1,6 +1,8 @@ bin/kuickshow lib/kde3/kuickshow.la lib/kde3/kuickshow.so +lib/libkdeinit_kuickshow.la +lib/libkdeinit_kuickshow.so share/applications/kde/kuickshow.desktop share/apps/kuickshow/im_palette.pal share/apps/kuickshow/pics/about.png diff --git a/graphics/kdegraphics4/files/plist.sane b/graphics/kdegraphics4/files/plist.sane index 4657270b56ed..6f4557e60204 100644 --- a/graphics/kdegraphics4/files/plist.sane +++ b/graphics/kdegraphics4/files/plist.sane @@ -19,12 +19,15 @@ lib/libkscan.so lib/libkscan.so.1 share/applications/kde/kooka.desktop share/apps/kooka/kookaui.rc +share/apps/kooka/pics/gocr.png +share/apps/kooka/pics/lockzoom.png share/apps/kooka/pics/mirror-both.png share/apps/kooka/pics/mirror-horiz.png share/apps/kooka/pics/mirror-vert.png share/apps/kooka/pics/newfromselect.png share/apps/kooka/pics/ocr-select.png share/apps/kooka/pics/ocr.png +share/apps/kooka/pics/ocrad.png share/apps/kooka/pics/scaleorig.png share/apps/kooka/pics/scaletoheight.png share/apps/kooka/pics/scaletowidth.png diff --git a/hebrew/kde3-i18n/Makefile b/hebrew/kde3-i18n/Makefile index 8a3621cb1fef..e9eaec57bb69 100644 --- a/hebrew/kde3-i18n/Makefile +++ b/hebrew/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= hebrew kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= he- DIST_SUBDIR= KDE diff --git a/hebrew/kde3-i18n/distinfo b/hebrew/kde3-i18n/distinfo index c75a0d9ceac3..bee84bda47b1 100644 --- a/hebrew/kde3-i18n/distinfo +++ b/hebrew/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-he-3.2.0.tar.bz2) = b7d4911fc87bf4a62ff9f39129b09711 +MD5 (KDE/kde-i18n/kde-i18n-he-3.2.1.tar.bz2) = 5c1e8146eb987d709561498a18cd617d +SIZE (KDE/kde-i18n/kde-i18n-he-3.2.1.tar.bz2) = 2687116 diff --git a/hebrew/kde4-l10n/Makefile b/hebrew/kde4-l10n/Makefile index 8a3621cb1fef..e9eaec57bb69 100644 --- a/hebrew/kde4-l10n/Makefile +++ b/hebrew/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= hebrew kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= he- DIST_SUBDIR= KDE diff --git a/hebrew/kde4-l10n/distinfo b/hebrew/kde4-l10n/distinfo index c75a0d9ceac3..bee84bda47b1 100644 --- a/hebrew/kde4-l10n/distinfo +++ b/hebrew/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-he-3.2.0.tar.bz2) = b7d4911fc87bf4a62ff9f39129b09711 +MD5 (KDE/kde-i18n/kde-i18n-he-3.2.1.tar.bz2) = 5c1e8146eb987d709561498a18cd617d +SIZE (KDE/kde-i18n/kde-i18n-he-3.2.1.tar.bz2) = 2687116 diff --git a/hebrew/koffice-i18n/distinfo b/hebrew/koffice-i18n/distinfo index 5b917aa58b09..7ad4e55d0ce0 100644 --- a/hebrew/koffice-i18n/distinfo +++ b/hebrew/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-he-1.3.tar.bz2) = 30072797fde370a2ebbbfc4cac37486e +SIZE (KDE/kde-i18n/koffice-i18n-he-1.3.tar.bz2) = 549519 diff --git a/hungarian/kde3-i18n/Makefile b/hungarian/kde3-i18n/Makefile index 5873bec344d5..3ae317546743 100644 --- a/hungarian/kde3-i18n/Makefile +++ b/hungarian/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= hungarian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= hu- DIST_SUBDIR= KDE diff --git a/hungarian/kde3-i18n/distinfo b/hungarian/kde3-i18n/distinfo index 0c222b7522db..0c76ecad98bd 100644 --- a/hungarian/kde3-i18n/distinfo +++ b/hungarian/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-hu-3.2.0.tar.bz2) = c638ace2eeed3ab9ef90214b7067b235 +MD5 (KDE/kde-i18n/kde-i18n-hu-3.2.1.tar.bz2) = ea7c7495ce3f431b227fbebd42ef01b3 +SIZE (KDE/kde-i18n/kde-i18n-hu-3.2.1.tar.bz2) = 4691576 diff --git a/hungarian/kde4-l10n/Makefile b/hungarian/kde4-l10n/Makefile index 5873bec344d5..3ae317546743 100644 --- a/hungarian/kde4-l10n/Makefile +++ b/hungarian/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= hungarian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= hu- DIST_SUBDIR= KDE diff --git a/hungarian/kde4-l10n/distinfo b/hungarian/kde4-l10n/distinfo index 0c222b7522db..0c76ecad98bd 100644 --- a/hungarian/kde4-l10n/distinfo +++ b/hungarian/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-hu-3.2.0.tar.bz2) = c638ace2eeed3ab9ef90214b7067b235 +MD5 (KDE/kde-i18n/kde-i18n-hu-3.2.1.tar.bz2) = ea7c7495ce3f431b227fbebd42ef01b3 +SIZE (KDE/kde-i18n/kde-i18n-hu-3.2.1.tar.bz2) = 4691576 diff --git a/hungarian/koffice-i18n/distinfo b/hungarian/koffice-i18n/distinfo index 70f5ec5ffc86..87f2f11e5074 100644 --- a/hungarian/koffice-i18n/distinfo +++ b/hungarian/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-hu-1.3.tar.bz2) = 5fead9ce6913b88d38887131c516dca5 +SIZE (KDE/kde-i18n/koffice-i18n-hu-1.3.tar.bz2) = 632817 diff --git a/japanese/kde3-i18n/Makefile b/japanese/kde3-i18n/Makefile index cc8c0111afc9..de86fb67b9e2 100644 --- a/japanese/kde3-i18n/Makefile +++ b/japanese/kde3-i18n/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= japanese kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/japanese/kde3-i18n/distinfo b/japanese/kde3-i18n/distinfo index 9ba883a73494..bc949370618d 100644 --- a/japanese/kde3-i18n/distinfo +++ b/japanese/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ja-3.1.5.tar.bz2) = 23b6428405760899a457d1e8b3c404d2 +MD5 (KDE/kde-i18n/kde-i18n-ja-3.2.1.tar.bz2) = cf5907b28ee16bb32fc5966da5d5dab8 +SIZE (KDE/kde-i18n/kde-i18n-ja-3.2.1.tar.bz2) = 4432639 diff --git a/japanese/kde3-i18n/pkg-plist b/japanese/kde3-i18n/pkg-plist index c4c28392539c..61f49cbfa2f2 100644 --- a/japanese/kde3-i18n/pkg-plist +++ b/japanese/kde3-i18n/pkg-plist @@ -169,9 +169,6 @@ share/doc/HTML/ja/kcontrol/useragent/index.docbook share/doc/HTML/ja/kcontrol/windowmanagement/common share/doc/HTML/ja/kcontrol/windowmanagement/index.cache.bz2 share/doc/HTML/ja/kcontrol/windowmanagement/index.docbook -share/doc/HTML/ja/kdesu/common -share/doc/HTML/ja/kdesu/index.cache.bz2 -share/doc/HTML/ja/kdesu/index.docbook share/doc/HTML/ja/khelpcenter/common share/doc/HTML/ja/khelpcenter/contact.docbook share/doc/HTML/ja/khelpcenter/faq/about.docbook @@ -222,10 +219,6 @@ share/doc/HTML/ja/kinfocenter/usb/index.docbook share/doc/HTML/ja/kinfocenter/xserver/common share/doc/HTML/ja/kinfocenter/xserver/index.cache.bz2 share/doc/HTML/ja/kinfocenter/xserver/index.docbook -share/doc/HTML/ja/kspell/common -share/doc/HTML/ja/kspell/index.cache.bz2 -share/doc/HTML/ja/kspell/index.docbook -share/locale/ja/LC_MESSAGES/aktion.mo share/locale/ja/LC_MESSAGES/alarmdaemonctrl.mo share/locale/ja/LC_MESSAGES/alsaplayerui.mo share/locale/ja/LC_MESSAGES/amor.mo @@ -236,6 +229,8 @@ share/locale/ja/LC_MESSAGES/artscontrol.mo share/locale/ja/LC_MESSAGES/artsmodules.mo share/locale/ja/LC_MESSAGES/atlantik.mo share/locale/ja/LC_MESSAGES/atlantikdesigner.mo +share/locale/ja/LC_MESSAGES/audiorename_plugin.mo +share/locale/ja/LC_MESSAGES/autorefresh.mo share/locale/ja/LC_MESSAGES/babelfish.mo share/locale/ja/LC_MESSAGES/cervisia.mo share/locale/ja/LC_MESSAGES/charlatanui.mo @@ -243,7 +238,10 @@ share/locale/ja/LC_MESSAGES/childpanelextension.mo share/locale/ja/LC_MESSAGES/clockapplet.mo share/locale/ja/LC_MESSAGES/crashesplugin.mo share/locale/ja/LC_MESSAGES/cupsdconf.mo +share/locale/ja/LC_MESSAGES/cvsservice.mo +share/locale/ja/LC_MESSAGES/dcopservice.mo share/locale/ja/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/ja/LC_MESSAGES/desktop_kdeaccessibility.mo share/locale/ja/LC_MESSAGES/desktop_kdeaddons.mo share/locale/ja/LC_MESSAGES/desktop_kdeadmin.mo share/locale/ja/LC_MESSAGES/desktop_kdeartwork.mo @@ -258,7 +256,10 @@ share/locale/ja/LC_MESSAGES/desktop_kdepim.mo share/locale/ja/LC_MESSAGES/desktop_kdesdk.mo share/locale/ja/LC_MESSAGES/desktop_kdetoys.mo share/locale/ja/LC_MESSAGES/desktop_kdeutils.mo +share/locale/ja/LC_MESSAGES/desktop_quanta.mo +share/locale/ja/LC_MESSAGES/devicesapplet.mo share/locale/ja/LC_MESSAGES/dirfilterplugin.mo +share/locale/ja/LC_MESSAGES/display.mo share/locale/ja/LC_MESSAGES/dockbarextension.mo share/locale/ja/LC_MESSAGES/domtreeviewer.mo share/locale/ja/LC_MESSAGES/drkonqi.mo @@ -268,14 +269,18 @@ share/locale/ja/LC_MESSAGES/ffrs.mo share/locale/ja/LC_MESSAGES/filetypes.mo share/locale/ja/LC_MESSAGES/flashkard.mo share/locale/ja/LC_MESSAGES/fontinst.mo -share/locale/ja/LC_MESSAGES/gideon.mo +share/locale/ja/LC_MESSAGES/fsview.mo share/locale/ja/LC_MESSAGES/htmlsearch.mo share/locale/ja/LC_MESSAGES/imagerename_plugin.mo share/locale/ja/LC_MESSAGES/imgalleryplugin.mo +share/locale/ja/LC_MESSAGES/irkick.mo share/locale/ja/LC_MESSAGES/jefferson.mo +share/locale/ja/LC_MESSAGES/juk.mo share/locale/ja/LC_MESSAGES/kabc2mutt.mo share/locale/ja/LC_MESSAGES/kabc_dir.mo +share/locale/ja/LC_MESSAGES/kabc_file.mo share/locale/ja/LC_MESSAGES/kabc_ldap.mo +share/locale/ja/LC_MESSAGES/kabc_ldapkio.mo share/locale/ja/LC_MESSAGES/kabc_net.mo share/locale/ja/LC_MESSAGES/kabc_sql.mo share/locale/ja/LC_MESSAGES/kabcformat_binary.mo @@ -286,17 +291,19 @@ share/locale/ja/LC_MESSAGES/kalarm.mo share/locale/ja/LC_MESSAGES/kalarmdgui.mo share/locale/ja/LC_MESSAGES/kalzium.mo share/locale/ja/LC_MESSAGES/kandy.mo -share/locale/ja/LC_MESSAGES/kaphorism.mo share/locale/ja/LC_MESSAGES/kappfinder.mo share/locale/ja/LC_MESSAGES/karm.mo share/locale/ja/LC_MESSAGES/kasbarextension.mo share/locale/ja/LC_MESSAGES/kasteroids.mo share/locale/ja/LC_MESSAGES/kate.mo +share/locale/ja/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/ja/LC_MESSAGES/katedefaultproject.mo share/locale/ja/LC_MESSAGES/katefll_initplugin.mo share/locale/ja/LC_MESSAGES/katefll_plugin.mo share/locale/ja/LC_MESSAGES/katehelloworld.mo share/locale/ja/LC_MESSAGES/katehtmltools.mo share/locale/ja/LC_MESSAGES/kateinsertcommand.mo +share/locale/ja/LC_MESSAGES/katemake.mo share/locale/ja/LC_MESSAGES/katemodeline.mo share/locale/ja/LC_MESSAGES/kateopenheader.mo share/locale/ja/LC_MESSAGES/katepart.mo @@ -312,19 +319,27 @@ share/locale/ja/LC_MESSAGES/kbabel.mo share/locale/ja/LC_MESSAGES/kbabeldict.mo share/locale/ja/LC_MESSAGES/kbackgammon.mo share/locale/ja/LC_MESSAGES/kbattleship.mo +share/locale/ja/LC_MESSAGES/kbinaryclock.mo share/locale/ja/LC_MESSAGES/kblackbox.mo share/locale/ja/LC_MESSAGES/kbounce.mo +share/locale/ja/LC_MESSAGES/kbruch.mo share/locale/ja/LC_MESSAGES/kbugbuster.mo share/locale/ja/LC_MESSAGES/kcalc.mo share/locale/ja/LC_MESSAGES/kcardchooser.mo share/locale/ja/LC_MESSAGES/kcharselect.mo share/locale/ja/LC_MESSAGES/kcharselectapplet.mo share/locale/ja/LC_MESSAGES/kcm_krfb.mo +share/locale/ja/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/ja/LC_MESSAGES/kcmaccess.mo +share/locale/ja/LC_MESSAGES/kcmaccessibility.mo share/locale/ja/LC_MESSAGES/kcmarts.mo share/locale/ja/LC_MESSAGES/kcmaudiocd.mo share/locale/ja/LC_MESSAGES/kcmbackground.mo share/locale/ja/LC_MESSAGES/kcmbell.mo +share/locale/ja/LC_MESSAGES/kcmcddb.mo share/locale/ja/LC_MESSAGES/kcmcgi.mo share/locale/ja/LC_MESSAGES/kcmcolors.mo share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo @@ -339,6 +354,7 @@ share/locale/ja/LC_MESSAGES/kcmicons.mo share/locale/ja/LC_MESSAGES/kcminfo.mo share/locale/ja/LC_MESSAGES/kcminput.mo share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ja/LC_MESSAGES/kcmkabconfig.mo share/locale/ja/LC_MESSAGES/kcmkamera.mo share/locale/ja/LC_MESSAGES/kcmkclock.mo share/locale/ja/LC_MESSAGES/kcmkded.mo @@ -349,9 +365,12 @@ share/locale/ja/LC_MESSAGES/kcmkmix.mo share/locale/ja/LC_MESSAGES/kcmkonq.mo share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo share/locale/ja/LC_MESSAGES/kcmkonsole.mo +share/locale/ja/LC_MESSAGES/kcmkontactnt.mo share/locale/ja/LC_MESSAGES/kcmktalkd.mo share/locale/ja/LC_MESSAGES/kcmkuick.mo share/locale/ja/LC_MESSAGES/kcmkurifilt.mo +share/locale/ja/LC_MESSAGES/kcmkvaio.mo +share/locale/ja/LC_MESSAGES/kcmkwallet.mo share/locale/ja/LC_MESSAGES/kcmkwindecoration.mo share/locale/ja/LC_MESSAGES/kcmkwintheme.mo share/locale/ja/LC_MESSAGES/kcmkwm.mo @@ -362,12 +381,13 @@ share/locale/ja/LC_MESSAGES/kcmlaunch.mo share/locale/ja/LC_MESSAGES/kcmlayout.mo share/locale/ja/LC_MESSAGES/kcmlilo.mo share/locale/ja/LC_MESSAGES/kcmlinuz.mo +share/locale/ja/LC_MESSAGES/kcmlirc.mo share/locale/ja/LC_MESSAGES/kcmlocale.mo share/locale/ja/LC_MESSAGES/kcmmediacontrol.mo share/locale/ja/LC_MESSAGES/kcmmidi.mo -share/locale/ja/LC_MESSAGES/kcmnewsticker.mo share/locale/ja/LC_MESSAGES/kcmnic.mo share/locale/ja/LC_MESSAGES/kcmnotify.mo +share/locale/ja/LC_MESSAGES/kcmperformance.mo share/locale/ja/LC_MESSAGES/kcmprintmgr.mo share/locale/ja/LC_MESSAGES/kcmsamba.mo share/locale/ja/LC_MESSAGES/kcmscreensaver.mo @@ -377,8 +397,11 @@ share/locale/ja/LC_MESSAGES/kcmsocks.mo share/locale/ja/LC_MESSAGES/kcmspellchecking.mo share/locale/ja/LC_MESSAGES/kcmstyle.mo share/locale/ja/LC_MESSAGES/kcmtaskbar.mo -share/locale/ja/LC_MESSAGES/kcmthemes.mo share/locale/ja/LC_MESSAGES/kcmusb.mo +share/locale/ja/LC_MESSAGES/kcmview1394.mo +share/locale/ja/LC_MESSAGES/kcmvim.mo +share/locale/ja/LC_MESSAGES/kcmwifi.mo +share/locale/ja/LC_MESSAGES/kcmxinerama.mo share/locale/ja/LC_MESSAGES/kcoloredit.mo share/locale/ja/LC_MESSAGES/kcontrol.mo share/locale/ja/LC_MESSAGES/kcron.mo @@ -386,7 +409,10 @@ share/locale/ja/LC_MESSAGES/kdat.mo share/locale/ja/LC_MESSAGES/kdcop.mo share/locale/ja/LC_MESSAGES/kdebugdialog.mo share/locale/ja/LC_MESSAGES/kdelibs.mo +share/locale/ja/LC_MESSAGES/kdelibs_colors.mo +share/locale/ja/LC_MESSAGES/kdelirc.mo share/locale/ja/LC_MESSAGES/kdepasswd.mo +share/locale/ja/LC_MESSAGES/kdeprint.mo share/locale/ja/LC_MESSAGES/kdeprint_part.mo share/locale/ja/LC_MESSAGES/kdeprintfax.mo share/locale/ja/LC_MESSAGES/kdesktop.mo @@ -395,6 +421,7 @@ share/locale/ja/LC_MESSAGES/kdesu.mo share/locale/ja/LC_MESSAGES/kdesud.mo share/locale/ja/LC_MESSAGES/kdevtipofday.mo share/locale/ja/LC_MESSAGES/kdf.mo +share/locale/ja/LC_MESSAGES/kdgantt.mo share/locale/ja/LC_MESSAGES/kdialog.mo share/locale/ja/LC_MESSAGES/kdict.mo share/locale/ja/LC_MESSAGES/kdictapplet.mo @@ -414,6 +441,8 @@ share/locale/ja/LC_MESSAGES/kfile_cpp.mo share/locale/ja/LC_MESSAGES/kfile_deb.mo share/locale/ja/LC_MESSAGES/kfile_desktop.mo share/locale/ja/LC_MESSAGES/kfile_diff.mo +share/locale/ja/LC_MESSAGES/kfile_dvi.mo +share/locale/ja/LC_MESSAGES/kfile_flac.mo share/locale/ja/LC_MESSAGES/kfile_folder.mo share/locale/ja/LC_MESSAGES/kfile_font.mo share/locale/ja/LC_MESSAGES/kfile_gif.mo @@ -423,27 +452,33 @@ share/locale/ja/LC_MESSAGES/kfile_jpeg.mo share/locale/ja/LC_MESSAGES/kfile_m3u.mo share/locale/ja/LC_MESSAGES/kfile_mp3.mo share/locale/ja/LC_MESSAGES/kfile_ogg.mo +share/locale/ja/LC_MESSAGES/kfile_pcx.mo share/locale/ja/LC_MESSAGES/kfile_pdf.mo share/locale/ja/LC_MESSAGES/kfile_png.mo +share/locale/ja/LC_MESSAGES/kfile_pnm.mo share/locale/ja/LC_MESSAGES/kfile_po.mo share/locale/ja/LC_MESSAGES/kfile_ps.mo share/locale/ja/LC_MESSAGES/kfile_rfc822.mo share/locale/ja/LC_MESSAGES/kfile_rpm.mo share/locale/ja/LC_MESSAGES/kfile_tga.mo share/locale/ja/LC_MESSAGES/kfile_tiff.mo +share/locale/ja/LC_MESSAGES/kfile_ts.mo share/locale/ja/LC_MESSAGES/kfile_txt.mo share/locale/ja/LC_MESSAGES/kfile_vcf.mo share/locale/ja/LC_MESSAGES/kfile_wav.mo share/locale/ja/LC_MESSAGES/kfile_xbm.mo +share/locale/ja/LC_MESSAGES/kfileaudiopreview.mo share/locale/ja/LC_MESSAGES/kfindpart.mo share/locale/ja/LC_MESSAGES/kfloppy.mo share/locale/ja/LC_MESSAGES/kfmclient.mo -share/locale/ja/LC_MESSAGES/kfontviewpart.mo +share/locale/ja/LC_MESSAGES/kfontinst.mo share/locale/ja/LC_MESSAGES/kfouleggs.mo +share/locale/ja/LC_MESSAGES/kgamma.mo share/locale/ja/LC_MESSAGES/kgantt.mo -share/locale/ja/LC_MESSAGES/kgeo.mo share/locale/ja/LC_MESSAGES/kget.mo share/locale/ja/LC_MESSAGES/kghostview.mo +share/locale/ja/LC_MESSAGES/kgoldrunner.mo +share/locale/ja/LC_MESSAGES/kgpg.mo share/locale/ja/LC_MESSAGES/kgpgcertmanager.mo share/locale/ja/LC_MESSAGES/khangman.mo share/locale/ja/LC_MESSAGES/khelpcenter.mo @@ -452,20 +487,27 @@ share/locale/ja/LC_MESSAGES/khotkeys.mo share/locale/ja/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ja/LC_MESSAGES/kicker.mo share/locale/ja/LC_MESSAGES/kiconedit.mo +share/locale/ja/LC_MESSAGES/kig.mo share/locale/ja/LC_MESSAGES/kinetd.mo +share/locale/ja/LC_MESSAGES/kio.mo share/locale/ja/LC_MESSAGES/kio_audiocd.mo share/locale/ja/LC_MESSAGES/kio_devices.mo share/locale/ja/LC_MESSAGES/kio_finger.mo +share/locale/ja/LC_MESSAGES/kio_fish.mo share/locale/ja/LC_MESSAGES/kio_floppy.mo +share/locale/ja/LC_MESSAGES/kio_help.mo share/locale/ja/LC_MESSAGES/kio_imap4.mo share/locale/ja/LC_MESSAGES/kio_lan.mo share/locale/ja/LC_MESSAGES/kio_mac.mo share/locale/ja/LC_MESSAGES/kio_man.mo +share/locale/ja/LC_MESSAGES/kio_mobile.mo share/locale/ja/LC_MESSAGES/kio_nfs.mo share/locale/ja/LC_MESSAGES/kio_nntp.mo share/locale/ja/LC_MESSAGES/kio_pop3.mo share/locale/ja/LC_MESSAGES/kio_print.mo +share/locale/ja/LC_MESSAGES/kio_settings.mo share/locale/ja/LC_MESSAGES/kio_sftp.mo +share/locale/ja/LC_MESSAGES/kio_sieve.mo share/locale/ja/LC_MESSAGES/kio_smb.mo share/locale/ja/LC_MESSAGES/kio_smbro.mo share/locale/ja/LC_MESSAGES/kio_smtp.mo @@ -477,17 +519,18 @@ share/locale/ja/LC_MESSAGES/kjots.mo share/locale/ja/LC_MESSAGES/kjumpingcube.mo share/locale/ja/LC_MESSAGES/klaptopdaemon.mo share/locale/ja/LC_MESSAGES/klegacyimport.mo -share/locale/ja/LC_MESSAGES/kless.mo share/locale/ja/LC_MESSAGES/klettres.mo share/locale/ja/LC_MESSAGES/klickety.mo share/locale/ja/LC_MESSAGES/klines.mo share/locale/ja/LC_MESSAGES/klipper.mo share/locale/ja/LC_MESSAGES/klock.mo +share/locale/ja/LC_MESSAGES/kmag.mo share/locale/ja/LC_MESSAGES/kmahjongg.mo share/locale/ja/LC_MESSAGES/kmail.mo share/locale/ja/LC_MESSAGES/kmailcvt.mo share/locale/ja/LC_MESSAGES/kmathtool.mo share/locale/ja/LC_MESSAGES/kmcop.mo +share/locale/ja/LC_MESSAGES/kmenuapplet.mo share/locale/ja/LC_MESSAGES/kmenuedit.mo share/locale/ja/LC_MESSAGES/kmessedwords.mo share/locale/ja/LC_MESSAGES/kmid.mo @@ -495,7 +538,10 @@ share/locale/ja/LC_MESSAGES/kmidi.mo share/locale/ja/LC_MESSAGES/kmines.mo share/locale/ja/LC_MESSAGES/kminipagerapplet.mo share/locale/ja/LC_MESSAGES/kmix.mo +share/locale/ja/LC_MESSAGES/kmobile.mo share/locale/ja/LC_MESSAGES/kmoon.mo +share/locale/ja/LC_MESSAGES/kmousetool.mo +share/locale/ja/LC_MESSAGES/kmouth.mo share/locale/ja/LC_MESSAGES/kmplot.mo share/locale/ja/LC_MESSAGES/kmrml.mo share/locale/ja/LC_MESSAGES/knewsticker.mo @@ -507,12 +553,15 @@ share/locale/ja/LC_MESSAGES/kodo.mo share/locale/ja/LC_MESSAGES/kolf.mo share/locale/ja/LC_MESSAGES/kolourpicker.mo share/locale/ja/LC_MESSAGES/kompare.mo +share/locale/ja/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/ja/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/ja/LC_MESSAGES/konqueror.mo share/locale/ja/LC_MESSAGES/konquest.mo share/locale/ja/LC_MESSAGES/konsole.mo share/locale/ja/LC_MESSAGES/konsolekalendar.mo +share/locale/ja/LC_MESSAGES/kontact.mo share/locale/ja/LC_MESSAGES/kooka.mo +share/locale/ja/LC_MESSAGES/kopete.mo share/locale/ja/LC_MESSAGES/korganizer.mo share/locale/ja/LC_MESSAGES/korn.mo share/locale/ja/LC_MESSAGES/kpackage.mo @@ -521,6 +570,7 @@ share/locale/ja/LC_MESSAGES/kpaint.mo share/locale/ja/LC_MESSAGES/kpartapp.mo share/locale/ja/LC_MESSAGES/kpartsaver.mo share/locale/ja/LC_MESSAGES/kpat.mo +share/locale/ja/LC_MESSAGES/kpdf.mo share/locale/ja/LC_MESSAGES/kpercentage.mo share/locale/ja/LC_MESSAGES/kpersonalizer.mo share/locale/ja/LC_MESSAGES/kpf.mo @@ -530,6 +580,7 @@ share/locale/ja/LC_MESSAGES/kpovmodeler.mo share/locale/ja/LC_MESSAGES/kppp.mo share/locale/ja/LC_MESSAGES/kppplogview.mo share/locale/ja/LC_MESSAGES/kprinter.mo +share/locale/ja/LC_MESSAGES/krandr.mo share/locale/ja/LC_MESSAGES/krdb.mo share/locale/ja/LC_MESSAGES/krdc.mo share/locale/ja/LC_MESSAGES/kreadconfig.mo @@ -541,9 +592,9 @@ share/locale/ja/LC_MESSAGES/kruler.mo share/locale/ja/LC_MESSAGES/krunapplet.mo share/locale/ja/LC_MESSAGES/ksame.mo share/locale/ja/LC_MESSAGES/kscd.mo -share/locale/ja/LC_MESSAGES/kscoreapplet.mo share/locale/ja/LC_MESSAGES/kscreensaver.mo share/locale/ja/LC_MESSAGES/kshisen.mo +share/locale/ja/LC_MESSAGES/ksig.mo share/locale/ja/LC_MESSAGES/ksim.mo share/locale/ja/LC_MESSAGES/ksirc.mo share/locale/ja/LC_MESSAGES/ksirtet.mo @@ -554,9 +605,13 @@ share/locale/ja/LC_MESSAGES/ksnapshot.mo share/locale/ja/LC_MESSAGES/ksokoban.mo share/locale/ja/LC_MESSAGES/kspaceduel.mo share/locale/ja/LC_MESSAGES/ksplash.mo +share/locale/ja/LC_MESSAGES/ksplashthemes.mo share/locale/ja/LC_MESSAGES/kstars.mo share/locale/ja/LC_MESSAGES/kstart.mo share/locale/ja/LC_MESSAGES/kstartperf.mo +share/locale/ja/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/ja/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/ja/LC_MESSAGES/ksvgplugin.mo share/locale/ja/LC_MESSAGES/ksync.mo share/locale/ja/LC_MESSAGES/ksysguard.mo share/locale/ja/LC_MESSAGES/ksystemtrayapplet.mo @@ -571,23 +626,30 @@ share/locale/ja/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/ja/LC_MESSAGES/ktimemon.mo share/locale/ja/LC_MESSAGES/ktimer.mo share/locale/ja/LC_MESSAGES/ktip.mo +share/locale/ja/LC_MESSAGES/ktnef.mo share/locale/ja/LC_MESSAGES/ktouch.mo share/locale/ja/LC_MESSAGES/ktron.mo share/locale/ja/LC_MESSAGES/ktuberling.mo share/locale/ja/LC_MESSAGES/ktux.mo share/locale/ja/LC_MESSAGES/kuick_plugin.mo share/locale/ja/LC_MESSAGES/kuickshow.mo +share/locale/ja/LC_MESSAGES/kuiviewer.mo share/locale/ja/LC_MESSAGES/kuser.mo share/locale/ja/LC_MESSAGES/kverbos.mo share/locale/ja/LC_MESSAGES/kview.mo share/locale/ja/LC_MESSAGES/kview_scale.mo share/locale/ja/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/ja/LC_MESSAGES/kviewcanvas.mo +share/locale/ja/LC_MESSAGES/kvieweffectsplugin.mo share/locale/ja/LC_MESSAGES/kviewpresenterplugin.mo share/locale/ja/LC_MESSAGES/kviewscannerplugin.mo share/locale/ja/LC_MESSAGES/kviewshell.mo share/locale/ja/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/ja/LC_MESSAGES/kviewviewer.mo share/locale/ja/LC_MESSAGES/kvoctrain.mo +share/locale/ja/LC_MESSAGES/kwalletmanager.mo share/locale/ja/LC_MESSAGES/kweather.mo +share/locale/ja/LC_MESSAGES/kwifimanager.mo share/locale/ja/LC_MESSAGES/kwin.mo share/locale/ja/LC_MESSAGES/kwin4.mo share/locale/ja/LC_MESSAGES/kwin_b2_config.mo @@ -597,15 +659,20 @@ share/locale/ja/LC_MESSAGES/kwin_glow_config.mo share/locale/ja/LC_MESSAGES/kwin_icewm_config.mo share/locale/ja/LC_MESSAGES/kwin_keramik_config.mo share/locale/ja/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/ja/LC_MESSAGES/kwin_plastik_config.mo share/locale/ja/LC_MESSAGES/kwin_quartz_config.mo +share/locale/ja/LC_MESSAGES/kwireless.mo share/locale/ja/LC_MESSAGES/kworldclock.mo -share/locale/ja/LC_MESSAGES/kwuftpd.mo -share/locale/ja/LC_MESSAGES/kxconfig.mo +share/locale/ja/LC_MESSAGES/kwriteconfig.mo share/locale/ja/LC_MESSAGES/kxkb.mo share/locale/ja/LC_MESSAGES/kxmlrpcd.mo share/locale/ja/LC_MESSAGES/kxsconfig.mo +share/locale/ja/LC_MESSAGES/kxsldbg.mo +share/locale/ja/LC_MESSAGES/libcalendarresources.mo +share/locale/ja/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/ja/LC_MESSAGES/libkcal.mo share/locale/ja/LC_MESSAGES/libkcalsystem.mo +share/locale/ja/LC_MESSAGES/libkcddb.mo share/locale/ja/LC_MESSAGES/libkdegames.mo share/locale/ja/LC_MESSAGES/libkdehighscores.mo share/locale/ja/LC_MESSAGES/libkdenetwork.mo @@ -619,6 +686,7 @@ share/locale/ja/LC_MESSAGES/libkonq.mo share/locale/ja/LC_MESSAGES/libkpimexchange.mo share/locale/ja/LC_MESSAGES/libkscan.mo share/locale/ja/LC_MESSAGES/libkscreensaver.mo +share/locale/ja/LC_MESSAGES/libksieve.mo share/locale/ja/LC_MESSAGES/libksirtet.mo share/locale/ja/LC_MESSAGES/libksync.mo share/locale/ja/LC_MESSAGES/libtaskbar.mo @@ -627,7 +695,7 @@ share/locale/ja/LC_MESSAGES/lockout.mo share/locale/ja/LC_MESSAGES/lskat.mo share/locale/ja/LC_MESSAGES/lyrics.mo share/locale/ja/LC_MESSAGES/mediacontrol.mo -share/locale/ja/LC_MESSAGES/megami.mo +share/locale/ja/LC_MESSAGES/minitoolsplugin.mo share/locale/ja/LC_MESSAGES/naughtyapplet.mo share/locale/ja/LC_MESSAGES/nexscope.mo share/locale/ja/LC_MESSAGES/noatun.mo @@ -635,6 +703,7 @@ share/locale/ja/LC_MESSAGES/nsplugin.mo share/locale/ja/LC_MESSAGES/passwords.mo share/locale/ja/LC_MESSAGES/pitchablespeed.mo share/locale/ja/LC_MESSAGES/ppdtranslations.mo +share/locale/ja/LC_MESSAGES/privacy.mo share/locale/ja/LC_MESSAGES/qeditor.mo share/locale/ja/LC_MESSAGES/quanta.mo share/locale/ja/LC_MESSAGES/quicklauncher.mo @@ -646,14 +715,15 @@ share/locale/ja/LC_MESSAGES/timezones.mo share/locale/ja/LC_MESSAGES/tippecanoe.mo share/locale/ja/LC_MESSAGES/tyler.mo share/locale/ja/LC_MESSAGES/uachangerplugin.mo +share/locale/ja/LC_MESSAGES/userinfo.mo share/locale/ja/LC_MESSAGES/validatorsplugin.mo +share/locale/ja/LC_MESSAGES/vimpart.mo share/locale/ja/LC_MESSAGES/wakeup.mo share/locale/ja/LC_MESSAGES/wavecapture.mo share/locale/ja/LC_MESSAGES/webarchiver.mo share/locale/ja/charset share/locale/ja/entry.desktop share/locale/ja/flag.png -@dirrm share/doc/HTML/ja/kspell @dirrm share/doc/HTML/ja/kinfocenter/xserver @dirrm share/doc/HTML/ja/kinfocenter/usb @dirrm share/doc/HTML/ja/kinfocenter/sound @@ -670,7 +740,6 @@ share/locale/ja/flag.png @dirrm share/doc/HTML/ja/kinfocenter @dirrm share/doc/HTML/ja/khelpcenter/faq @dirrm share/doc/HTML/ja/khelpcenter -@dirrm share/doc/HTML/ja/kdesu @dirrm share/doc/HTML/ja/kcontrol/windowmanagement @dirrm share/doc/HTML/ja/kcontrol/useragent @dirrm share/doc/HTML/ja/kcontrol/spellchecking diff --git a/japanese/kde4-l10n/Makefile b/japanese/kde4-l10n/Makefile index cc8c0111afc9..de86fb67b9e2 100644 --- a/japanese/kde4-l10n/Makefile +++ b/japanese/kde4-l10n/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= japanese kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/japanese/kde4-l10n/distinfo b/japanese/kde4-l10n/distinfo index 9ba883a73494..bc949370618d 100644 --- a/japanese/kde4-l10n/distinfo +++ b/japanese/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ja-3.1.5.tar.bz2) = 23b6428405760899a457d1e8b3c404d2 +MD5 (KDE/kde-i18n/kde-i18n-ja-3.2.1.tar.bz2) = cf5907b28ee16bb32fc5966da5d5dab8 +SIZE (KDE/kde-i18n/kde-i18n-ja-3.2.1.tar.bz2) = 4432639 diff --git a/japanese/kde4-l10n/pkg-plist b/japanese/kde4-l10n/pkg-plist index c4c28392539c..61f49cbfa2f2 100644 --- a/japanese/kde4-l10n/pkg-plist +++ b/japanese/kde4-l10n/pkg-plist @@ -169,9 +169,6 @@ share/doc/HTML/ja/kcontrol/useragent/index.docbook share/doc/HTML/ja/kcontrol/windowmanagement/common share/doc/HTML/ja/kcontrol/windowmanagement/index.cache.bz2 share/doc/HTML/ja/kcontrol/windowmanagement/index.docbook -share/doc/HTML/ja/kdesu/common -share/doc/HTML/ja/kdesu/index.cache.bz2 -share/doc/HTML/ja/kdesu/index.docbook share/doc/HTML/ja/khelpcenter/common share/doc/HTML/ja/khelpcenter/contact.docbook share/doc/HTML/ja/khelpcenter/faq/about.docbook @@ -222,10 +219,6 @@ share/doc/HTML/ja/kinfocenter/usb/index.docbook share/doc/HTML/ja/kinfocenter/xserver/common share/doc/HTML/ja/kinfocenter/xserver/index.cache.bz2 share/doc/HTML/ja/kinfocenter/xserver/index.docbook -share/doc/HTML/ja/kspell/common -share/doc/HTML/ja/kspell/index.cache.bz2 -share/doc/HTML/ja/kspell/index.docbook -share/locale/ja/LC_MESSAGES/aktion.mo share/locale/ja/LC_MESSAGES/alarmdaemonctrl.mo share/locale/ja/LC_MESSAGES/alsaplayerui.mo share/locale/ja/LC_MESSAGES/amor.mo @@ -236,6 +229,8 @@ share/locale/ja/LC_MESSAGES/artscontrol.mo share/locale/ja/LC_MESSAGES/artsmodules.mo share/locale/ja/LC_MESSAGES/atlantik.mo share/locale/ja/LC_MESSAGES/atlantikdesigner.mo +share/locale/ja/LC_MESSAGES/audiorename_plugin.mo +share/locale/ja/LC_MESSAGES/autorefresh.mo share/locale/ja/LC_MESSAGES/babelfish.mo share/locale/ja/LC_MESSAGES/cervisia.mo share/locale/ja/LC_MESSAGES/charlatanui.mo @@ -243,7 +238,10 @@ share/locale/ja/LC_MESSAGES/childpanelextension.mo share/locale/ja/LC_MESSAGES/clockapplet.mo share/locale/ja/LC_MESSAGES/crashesplugin.mo share/locale/ja/LC_MESSAGES/cupsdconf.mo +share/locale/ja/LC_MESSAGES/cvsservice.mo +share/locale/ja/LC_MESSAGES/dcopservice.mo share/locale/ja/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/ja/LC_MESSAGES/desktop_kdeaccessibility.mo share/locale/ja/LC_MESSAGES/desktop_kdeaddons.mo share/locale/ja/LC_MESSAGES/desktop_kdeadmin.mo share/locale/ja/LC_MESSAGES/desktop_kdeartwork.mo @@ -258,7 +256,10 @@ share/locale/ja/LC_MESSAGES/desktop_kdepim.mo share/locale/ja/LC_MESSAGES/desktop_kdesdk.mo share/locale/ja/LC_MESSAGES/desktop_kdetoys.mo share/locale/ja/LC_MESSAGES/desktop_kdeutils.mo +share/locale/ja/LC_MESSAGES/desktop_quanta.mo +share/locale/ja/LC_MESSAGES/devicesapplet.mo share/locale/ja/LC_MESSAGES/dirfilterplugin.mo +share/locale/ja/LC_MESSAGES/display.mo share/locale/ja/LC_MESSAGES/dockbarextension.mo share/locale/ja/LC_MESSAGES/domtreeviewer.mo share/locale/ja/LC_MESSAGES/drkonqi.mo @@ -268,14 +269,18 @@ share/locale/ja/LC_MESSAGES/ffrs.mo share/locale/ja/LC_MESSAGES/filetypes.mo share/locale/ja/LC_MESSAGES/flashkard.mo share/locale/ja/LC_MESSAGES/fontinst.mo -share/locale/ja/LC_MESSAGES/gideon.mo +share/locale/ja/LC_MESSAGES/fsview.mo share/locale/ja/LC_MESSAGES/htmlsearch.mo share/locale/ja/LC_MESSAGES/imagerename_plugin.mo share/locale/ja/LC_MESSAGES/imgalleryplugin.mo +share/locale/ja/LC_MESSAGES/irkick.mo share/locale/ja/LC_MESSAGES/jefferson.mo +share/locale/ja/LC_MESSAGES/juk.mo share/locale/ja/LC_MESSAGES/kabc2mutt.mo share/locale/ja/LC_MESSAGES/kabc_dir.mo +share/locale/ja/LC_MESSAGES/kabc_file.mo share/locale/ja/LC_MESSAGES/kabc_ldap.mo +share/locale/ja/LC_MESSAGES/kabc_ldapkio.mo share/locale/ja/LC_MESSAGES/kabc_net.mo share/locale/ja/LC_MESSAGES/kabc_sql.mo share/locale/ja/LC_MESSAGES/kabcformat_binary.mo @@ -286,17 +291,19 @@ share/locale/ja/LC_MESSAGES/kalarm.mo share/locale/ja/LC_MESSAGES/kalarmdgui.mo share/locale/ja/LC_MESSAGES/kalzium.mo share/locale/ja/LC_MESSAGES/kandy.mo -share/locale/ja/LC_MESSAGES/kaphorism.mo share/locale/ja/LC_MESSAGES/kappfinder.mo share/locale/ja/LC_MESSAGES/karm.mo share/locale/ja/LC_MESSAGES/kasbarextension.mo share/locale/ja/LC_MESSAGES/kasteroids.mo share/locale/ja/LC_MESSAGES/kate.mo +share/locale/ja/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/ja/LC_MESSAGES/katedefaultproject.mo share/locale/ja/LC_MESSAGES/katefll_initplugin.mo share/locale/ja/LC_MESSAGES/katefll_plugin.mo share/locale/ja/LC_MESSAGES/katehelloworld.mo share/locale/ja/LC_MESSAGES/katehtmltools.mo share/locale/ja/LC_MESSAGES/kateinsertcommand.mo +share/locale/ja/LC_MESSAGES/katemake.mo share/locale/ja/LC_MESSAGES/katemodeline.mo share/locale/ja/LC_MESSAGES/kateopenheader.mo share/locale/ja/LC_MESSAGES/katepart.mo @@ -312,19 +319,27 @@ share/locale/ja/LC_MESSAGES/kbabel.mo share/locale/ja/LC_MESSAGES/kbabeldict.mo share/locale/ja/LC_MESSAGES/kbackgammon.mo share/locale/ja/LC_MESSAGES/kbattleship.mo +share/locale/ja/LC_MESSAGES/kbinaryclock.mo share/locale/ja/LC_MESSAGES/kblackbox.mo share/locale/ja/LC_MESSAGES/kbounce.mo +share/locale/ja/LC_MESSAGES/kbruch.mo share/locale/ja/LC_MESSAGES/kbugbuster.mo share/locale/ja/LC_MESSAGES/kcalc.mo share/locale/ja/LC_MESSAGES/kcardchooser.mo share/locale/ja/LC_MESSAGES/kcharselect.mo share/locale/ja/LC_MESSAGES/kcharselectapplet.mo share/locale/ja/LC_MESSAGES/kcm_krfb.mo +share/locale/ja/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/ja/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/ja/LC_MESSAGES/kcmaccess.mo +share/locale/ja/LC_MESSAGES/kcmaccessibility.mo share/locale/ja/LC_MESSAGES/kcmarts.mo share/locale/ja/LC_MESSAGES/kcmaudiocd.mo share/locale/ja/LC_MESSAGES/kcmbackground.mo share/locale/ja/LC_MESSAGES/kcmbell.mo +share/locale/ja/LC_MESSAGES/kcmcddb.mo share/locale/ja/LC_MESSAGES/kcmcgi.mo share/locale/ja/LC_MESSAGES/kcmcolors.mo share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo @@ -339,6 +354,7 @@ share/locale/ja/LC_MESSAGES/kcmicons.mo share/locale/ja/LC_MESSAGES/kcminfo.mo share/locale/ja/LC_MESSAGES/kcminput.mo share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ja/LC_MESSAGES/kcmkabconfig.mo share/locale/ja/LC_MESSAGES/kcmkamera.mo share/locale/ja/LC_MESSAGES/kcmkclock.mo share/locale/ja/LC_MESSAGES/kcmkded.mo @@ -349,9 +365,12 @@ share/locale/ja/LC_MESSAGES/kcmkmix.mo share/locale/ja/LC_MESSAGES/kcmkonq.mo share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo share/locale/ja/LC_MESSAGES/kcmkonsole.mo +share/locale/ja/LC_MESSAGES/kcmkontactnt.mo share/locale/ja/LC_MESSAGES/kcmktalkd.mo share/locale/ja/LC_MESSAGES/kcmkuick.mo share/locale/ja/LC_MESSAGES/kcmkurifilt.mo +share/locale/ja/LC_MESSAGES/kcmkvaio.mo +share/locale/ja/LC_MESSAGES/kcmkwallet.mo share/locale/ja/LC_MESSAGES/kcmkwindecoration.mo share/locale/ja/LC_MESSAGES/kcmkwintheme.mo share/locale/ja/LC_MESSAGES/kcmkwm.mo @@ -362,12 +381,13 @@ share/locale/ja/LC_MESSAGES/kcmlaunch.mo share/locale/ja/LC_MESSAGES/kcmlayout.mo share/locale/ja/LC_MESSAGES/kcmlilo.mo share/locale/ja/LC_MESSAGES/kcmlinuz.mo +share/locale/ja/LC_MESSAGES/kcmlirc.mo share/locale/ja/LC_MESSAGES/kcmlocale.mo share/locale/ja/LC_MESSAGES/kcmmediacontrol.mo share/locale/ja/LC_MESSAGES/kcmmidi.mo -share/locale/ja/LC_MESSAGES/kcmnewsticker.mo share/locale/ja/LC_MESSAGES/kcmnic.mo share/locale/ja/LC_MESSAGES/kcmnotify.mo +share/locale/ja/LC_MESSAGES/kcmperformance.mo share/locale/ja/LC_MESSAGES/kcmprintmgr.mo share/locale/ja/LC_MESSAGES/kcmsamba.mo share/locale/ja/LC_MESSAGES/kcmscreensaver.mo @@ -377,8 +397,11 @@ share/locale/ja/LC_MESSAGES/kcmsocks.mo share/locale/ja/LC_MESSAGES/kcmspellchecking.mo share/locale/ja/LC_MESSAGES/kcmstyle.mo share/locale/ja/LC_MESSAGES/kcmtaskbar.mo -share/locale/ja/LC_MESSAGES/kcmthemes.mo share/locale/ja/LC_MESSAGES/kcmusb.mo +share/locale/ja/LC_MESSAGES/kcmview1394.mo +share/locale/ja/LC_MESSAGES/kcmvim.mo +share/locale/ja/LC_MESSAGES/kcmwifi.mo +share/locale/ja/LC_MESSAGES/kcmxinerama.mo share/locale/ja/LC_MESSAGES/kcoloredit.mo share/locale/ja/LC_MESSAGES/kcontrol.mo share/locale/ja/LC_MESSAGES/kcron.mo @@ -386,7 +409,10 @@ share/locale/ja/LC_MESSAGES/kdat.mo share/locale/ja/LC_MESSAGES/kdcop.mo share/locale/ja/LC_MESSAGES/kdebugdialog.mo share/locale/ja/LC_MESSAGES/kdelibs.mo +share/locale/ja/LC_MESSAGES/kdelibs_colors.mo +share/locale/ja/LC_MESSAGES/kdelirc.mo share/locale/ja/LC_MESSAGES/kdepasswd.mo +share/locale/ja/LC_MESSAGES/kdeprint.mo share/locale/ja/LC_MESSAGES/kdeprint_part.mo share/locale/ja/LC_MESSAGES/kdeprintfax.mo share/locale/ja/LC_MESSAGES/kdesktop.mo @@ -395,6 +421,7 @@ share/locale/ja/LC_MESSAGES/kdesu.mo share/locale/ja/LC_MESSAGES/kdesud.mo share/locale/ja/LC_MESSAGES/kdevtipofday.mo share/locale/ja/LC_MESSAGES/kdf.mo +share/locale/ja/LC_MESSAGES/kdgantt.mo share/locale/ja/LC_MESSAGES/kdialog.mo share/locale/ja/LC_MESSAGES/kdict.mo share/locale/ja/LC_MESSAGES/kdictapplet.mo @@ -414,6 +441,8 @@ share/locale/ja/LC_MESSAGES/kfile_cpp.mo share/locale/ja/LC_MESSAGES/kfile_deb.mo share/locale/ja/LC_MESSAGES/kfile_desktop.mo share/locale/ja/LC_MESSAGES/kfile_diff.mo +share/locale/ja/LC_MESSAGES/kfile_dvi.mo +share/locale/ja/LC_MESSAGES/kfile_flac.mo share/locale/ja/LC_MESSAGES/kfile_folder.mo share/locale/ja/LC_MESSAGES/kfile_font.mo share/locale/ja/LC_MESSAGES/kfile_gif.mo @@ -423,27 +452,33 @@ share/locale/ja/LC_MESSAGES/kfile_jpeg.mo share/locale/ja/LC_MESSAGES/kfile_m3u.mo share/locale/ja/LC_MESSAGES/kfile_mp3.mo share/locale/ja/LC_MESSAGES/kfile_ogg.mo +share/locale/ja/LC_MESSAGES/kfile_pcx.mo share/locale/ja/LC_MESSAGES/kfile_pdf.mo share/locale/ja/LC_MESSAGES/kfile_png.mo +share/locale/ja/LC_MESSAGES/kfile_pnm.mo share/locale/ja/LC_MESSAGES/kfile_po.mo share/locale/ja/LC_MESSAGES/kfile_ps.mo share/locale/ja/LC_MESSAGES/kfile_rfc822.mo share/locale/ja/LC_MESSAGES/kfile_rpm.mo share/locale/ja/LC_MESSAGES/kfile_tga.mo share/locale/ja/LC_MESSAGES/kfile_tiff.mo +share/locale/ja/LC_MESSAGES/kfile_ts.mo share/locale/ja/LC_MESSAGES/kfile_txt.mo share/locale/ja/LC_MESSAGES/kfile_vcf.mo share/locale/ja/LC_MESSAGES/kfile_wav.mo share/locale/ja/LC_MESSAGES/kfile_xbm.mo +share/locale/ja/LC_MESSAGES/kfileaudiopreview.mo share/locale/ja/LC_MESSAGES/kfindpart.mo share/locale/ja/LC_MESSAGES/kfloppy.mo share/locale/ja/LC_MESSAGES/kfmclient.mo -share/locale/ja/LC_MESSAGES/kfontviewpart.mo +share/locale/ja/LC_MESSAGES/kfontinst.mo share/locale/ja/LC_MESSAGES/kfouleggs.mo +share/locale/ja/LC_MESSAGES/kgamma.mo share/locale/ja/LC_MESSAGES/kgantt.mo -share/locale/ja/LC_MESSAGES/kgeo.mo share/locale/ja/LC_MESSAGES/kget.mo share/locale/ja/LC_MESSAGES/kghostview.mo +share/locale/ja/LC_MESSAGES/kgoldrunner.mo +share/locale/ja/LC_MESSAGES/kgpg.mo share/locale/ja/LC_MESSAGES/kgpgcertmanager.mo share/locale/ja/LC_MESSAGES/khangman.mo share/locale/ja/LC_MESSAGES/khelpcenter.mo @@ -452,20 +487,27 @@ share/locale/ja/LC_MESSAGES/khotkeys.mo share/locale/ja/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ja/LC_MESSAGES/kicker.mo share/locale/ja/LC_MESSAGES/kiconedit.mo +share/locale/ja/LC_MESSAGES/kig.mo share/locale/ja/LC_MESSAGES/kinetd.mo +share/locale/ja/LC_MESSAGES/kio.mo share/locale/ja/LC_MESSAGES/kio_audiocd.mo share/locale/ja/LC_MESSAGES/kio_devices.mo share/locale/ja/LC_MESSAGES/kio_finger.mo +share/locale/ja/LC_MESSAGES/kio_fish.mo share/locale/ja/LC_MESSAGES/kio_floppy.mo +share/locale/ja/LC_MESSAGES/kio_help.mo share/locale/ja/LC_MESSAGES/kio_imap4.mo share/locale/ja/LC_MESSAGES/kio_lan.mo share/locale/ja/LC_MESSAGES/kio_mac.mo share/locale/ja/LC_MESSAGES/kio_man.mo +share/locale/ja/LC_MESSAGES/kio_mobile.mo share/locale/ja/LC_MESSAGES/kio_nfs.mo share/locale/ja/LC_MESSAGES/kio_nntp.mo share/locale/ja/LC_MESSAGES/kio_pop3.mo share/locale/ja/LC_MESSAGES/kio_print.mo +share/locale/ja/LC_MESSAGES/kio_settings.mo share/locale/ja/LC_MESSAGES/kio_sftp.mo +share/locale/ja/LC_MESSAGES/kio_sieve.mo share/locale/ja/LC_MESSAGES/kio_smb.mo share/locale/ja/LC_MESSAGES/kio_smbro.mo share/locale/ja/LC_MESSAGES/kio_smtp.mo @@ -477,17 +519,18 @@ share/locale/ja/LC_MESSAGES/kjots.mo share/locale/ja/LC_MESSAGES/kjumpingcube.mo share/locale/ja/LC_MESSAGES/klaptopdaemon.mo share/locale/ja/LC_MESSAGES/klegacyimport.mo -share/locale/ja/LC_MESSAGES/kless.mo share/locale/ja/LC_MESSAGES/klettres.mo share/locale/ja/LC_MESSAGES/klickety.mo share/locale/ja/LC_MESSAGES/klines.mo share/locale/ja/LC_MESSAGES/klipper.mo share/locale/ja/LC_MESSAGES/klock.mo +share/locale/ja/LC_MESSAGES/kmag.mo share/locale/ja/LC_MESSAGES/kmahjongg.mo share/locale/ja/LC_MESSAGES/kmail.mo share/locale/ja/LC_MESSAGES/kmailcvt.mo share/locale/ja/LC_MESSAGES/kmathtool.mo share/locale/ja/LC_MESSAGES/kmcop.mo +share/locale/ja/LC_MESSAGES/kmenuapplet.mo share/locale/ja/LC_MESSAGES/kmenuedit.mo share/locale/ja/LC_MESSAGES/kmessedwords.mo share/locale/ja/LC_MESSAGES/kmid.mo @@ -495,7 +538,10 @@ share/locale/ja/LC_MESSAGES/kmidi.mo share/locale/ja/LC_MESSAGES/kmines.mo share/locale/ja/LC_MESSAGES/kminipagerapplet.mo share/locale/ja/LC_MESSAGES/kmix.mo +share/locale/ja/LC_MESSAGES/kmobile.mo share/locale/ja/LC_MESSAGES/kmoon.mo +share/locale/ja/LC_MESSAGES/kmousetool.mo +share/locale/ja/LC_MESSAGES/kmouth.mo share/locale/ja/LC_MESSAGES/kmplot.mo share/locale/ja/LC_MESSAGES/kmrml.mo share/locale/ja/LC_MESSAGES/knewsticker.mo @@ -507,12 +553,15 @@ share/locale/ja/LC_MESSAGES/kodo.mo share/locale/ja/LC_MESSAGES/kolf.mo share/locale/ja/LC_MESSAGES/kolourpicker.mo share/locale/ja/LC_MESSAGES/kompare.mo +share/locale/ja/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/ja/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/ja/LC_MESSAGES/konqueror.mo share/locale/ja/LC_MESSAGES/konquest.mo share/locale/ja/LC_MESSAGES/konsole.mo share/locale/ja/LC_MESSAGES/konsolekalendar.mo +share/locale/ja/LC_MESSAGES/kontact.mo share/locale/ja/LC_MESSAGES/kooka.mo +share/locale/ja/LC_MESSAGES/kopete.mo share/locale/ja/LC_MESSAGES/korganizer.mo share/locale/ja/LC_MESSAGES/korn.mo share/locale/ja/LC_MESSAGES/kpackage.mo @@ -521,6 +570,7 @@ share/locale/ja/LC_MESSAGES/kpaint.mo share/locale/ja/LC_MESSAGES/kpartapp.mo share/locale/ja/LC_MESSAGES/kpartsaver.mo share/locale/ja/LC_MESSAGES/kpat.mo +share/locale/ja/LC_MESSAGES/kpdf.mo share/locale/ja/LC_MESSAGES/kpercentage.mo share/locale/ja/LC_MESSAGES/kpersonalizer.mo share/locale/ja/LC_MESSAGES/kpf.mo @@ -530,6 +580,7 @@ share/locale/ja/LC_MESSAGES/kpovmodeler.mo share/locale/ja/LC_MESSAGES/kppp.mo share/locale/ja/LC_MESSAGES/kppplogview.mo share/locale/ja/LC_MESSAGES/kprinter.mo +share/locale/ja/LC_MESSAGES/krandr.mo share/locale/ja/LC_MESSAGES/krdb.mo share/locale/ja/LC_MESSAGES/krdc.mo share/locale/ja/LC_MESSAGES/kreadconfig.mo @@ -541,9 +592,9 @@ share/locale/ja/LC_MESSAGES/kruler.mo share/locale/ja/LC_MESSAGES/krunapplet.mo share/locale/ja/LC_MESSAGES/ksame.mo share/locale/ja/LC_MESSAGES/kscd.mo -share/locale/ja/LC_MESSAGES/kscoreapplet.mo share/locale/ja/LC_MESSAGES/kscreensaver.mo share/locale/ja/LC_MESSAGES/kshisen.mo +share/locale/ja/LC_MESSAGES/ksig.mo share/locale/ja/LC_MESSAGES/ksim.mo share/locale/ja/LC_MESSAGES/ksirc.mo share/locale/ja/LC_MESSAGES/ksirtet.mo @@ -554,9 +605,13 @@ share/locale/ja/LC_MESSAGES/ksnapshot.mo share/locale/ja/LC_MESSAGES/ksokoban.mo share/locale/ja/LC_MESSAGES/kspaceduel.mo share/locale/ja/LC_MESSAGES/ksplash.mo +share/locale/ja/LC_MESSAGES/ksplashthemes.mo share/locale/ja/LC_MESSAGES/kstars.mo share/locale/ja/LC_MESSAGES/kstart.mo share/locale/ja/LC_MESSAGES/kstartperf.mo +share/locale/ja/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/ja/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/ja/LC_MESSAGES/ksvgplugin.mo share/locale/ja/LC_MESSAGES/ksync.mo share/locale/ja/LC_MESSAGES/ksysguard.mo share/locale/ja/LC_MESSAGES/ksystemtrayapplet.mo @@ -571,23 +626,30 @@ share/locale/ja/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/ja/LC_MESSAGES/ktimemon.mo share/locale/ja/LC_MESSAGES/ktimer.mo share/locale/ja/LC_MESSAGES/ktip.mo +share/locale/ja/LC_MESSAGES/ktnef.mo share/locale/ja/LC_MESSAGES/ktouch.mo share/locale/ja/LC_MESSAGES/ktron.mo share/locale/ja/LC_MESSAGES/ktuberling.mo share/locale/ja/LC_MESSAGES/ktux.mo share/locale/ja/LC_MESSAGES/kuick_plugin.mo share/locale/ja/LC_MESSAGES/kuickshow.mo +share/locale/ja/LC_MESSAGES/kuiviewer.mo share/locale/ja/LC_MESSAGES/kuser.mo share/locale/ja/LC_MESSAGES/kverbos.mo share/locale/ja/LC_MESSAGES/kview.mo share/locale/ja/LC_MESSAGES/kview_scale.mo share/locale/ja/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/ja/LC_MESSAGES/kviewcanvas.mo +share/locale/ja/LC_MESSAGES/kvieweffectsplugin.mo share/locale/ja/LC_MESSAGES/kviewpresenterplugin.mo share/locale/ja/LC_MESSAGES/kviewscannerplugin.mo share/locale/ja/LC_MESSAGES/kviewshell.mo share/locale/ja/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/ja/LC_MESSAGES/kviewviewer.mo share/locale/ja/LC_MESSAGES/kvoctrain.mo +share/locale/ja/LC_MESSAGES/kwalletmanager.mo share/locale/ja/LC_MESSAGES/kweather.mo +share/locale/ja/LC_MESSAGES/kwifimanager.mo share/locale/ja/LC_MESSAGES/kwin.mo share/locale/ja/LC_MESSAGES/kwin4.mo share/locale/ja/LC_MESSAGES/kwin_b2_config.mo @@ -597,15 +659,20 @@ share/locale/ja/LC_MESSAGES/kwin_glow_config.mo share/locale/ja/LC_MESSAGES/kwin_icewm_config.mo share/locale/ja/LC_MESSAGES/kwin_keramik_config.mo share/locale/ja/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/ja/LC_MESSAGES/kwin_plastik_config.mo share/locale/ja/LC_MESSAGES/kwin_quartz_config.mo +share/locale/ja/LC_MESSAGES/kwireless.mo share/locale/ja/LC_MESSAGES/kworldclock.mo -share/locale/ja/LC_MESSAGES/kwuftpd.mo -share/locale/ja/LC_MESSAGES/kxconfig.mo +share/locale/ja/LC_MESSAGES/kwriteconfig.mo share/locale/ja/LC_MESSAGES/kxkb.mo share/locale/ja/LC_MESSAGES/kxmlrpcd.mo share/locale/ja/LC_MESSAGES/kxsconfig.mo +share/locale/ja/LC_MESSAGES/kxsldbg.mo +share/locale/ja/LC_MESSAGES/libcalendarresources.mo +share/locale/ja/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/ja/LC_MESSAGES/libkcal.mo share/locale/ja/LC_MESSAGES/libkcalsystem.mo +share/locale/ja/LC_MESSAGES/libkcddb.mo share/locale/ja/LC_MESSAGES/libkdegames.mo share/locale/ja/LC_MESSAGES/libkdehighscores.mo share/locale/ja/LC_MESSAGES/libkdenetwork.mo @@ -619,6 +686,7 @@ share/locale/ja/LC_MESSAGES/libkonq.mo share/locale/ja/LC_MESSAGES/libkpimexchange.mo share/locale/ja/LC_MESSAGES/libkscan.mo share/locale/ja/LC_MESSAGES/libkscreensaver.mo +share/locale/ja/LC_MESSAGES/libksieve.mo share/locale/ja/LC_MESSAGES/libksirtet.mo share/locale/ja/LC_MESSAGES/libksync.mo share/locale/ja/LC_MESSAGES/libtaskbar.mo @@ -627,7 +695,7 @@ share/locale/ja/LC_MESSAGES/lockout.mo share/locale/ja/LC_MESSAGES/lskat.mo share/locale/ja/LC_MESSAGES/lyrics.mo share/locale/ja/LC_MESSAGES/mediacontrol.mo -share/locale/ja/LC_MESSAGES/megami.mo +share/locale/ja/LC_MESSAGES/minitoolsplugin.mo share/locale/ja/LC_MESSAGES/naughtyapplet.mo share/locale/ja/LC_MESSAGES/nexscope.mo share/locale/ja/LC_MESSAGES/noatun.mo @@ -635,6 +703,7 @@ share/locale/ja/LC_MESSAGES/nsplugin.mo share/locale/ja/LC_MESSAGES/passwords.mo share/locale/ja/LC_MESSAGES/pitchablespeed.mo share/locale/ja/LC_MESSAGES/ppdtranslations.mo +share/locale/ja/LC_MESSAGES/privacy.mo share/locale/ja/LC_MESSAGES/qeditor.mo share/locale/ja/LC_MESSAGES/quanta.mo share/locale/ja/LC_MESSAGES/quicklauncher.mo @@ -646,14 +715,15 @@ share/locale/ja/LC_MESSAGES/timezones.mo share/locale/ja/LC_MESSAGES/tippecanoe.mo share/locale/ja/LC_MESSAGES/tyler.mo share/locale/ja/LC_MESSAGES/uachangerplugin.mo +share/locale/ja/LC_MESSAGES/userinfo.mo share/locale/ja/LC_MESSAGES/validatorsplugin.mo +share/locale/ja/LC_MESSAGES/vimpart.mo share/locale/ja/LC_MESSAGES/wakeup.mo share/locale/ja/LC_MESSAGES/wavecapture.mo share/locale/ja/LC_MESSAGES/webarchiver.mo share/locale/ja/charset share/locale/ja/entry.desktop share/locale/ja/flag.png -@dirrm share/doc/HTML/ja/kspell @dirrm share/doc/HTML/ja/kinfocenter/xserver @dirrm share/doc/HTML/ja/kinfocenter/usb @dirrm share/doc/HTML/ja/kinfocenter/sound @@ -670,7 +740,6 @@ share/locale/ja/flag.png @dirrm share/doc/HTML/ja/kinfocenter @dirrm share/doc/HTML/ja/khelpcenter/faq @dirrm share/doc/HTML/ja/khelpcenter -@dirrm share/doc/HTML/ja/kdesu @dirrm share/doc/HTML/ja/kcontrol/windowmanagement @dirrm share/doc/HTML/ja/kcontrol/useragent @dirrm share/doc/HTML/ja/kcontrol/spellchecking diff --git a/japanese/koffice-i18n/distinfo b/japanese/koffice-i18n/distinfo index 26dcd919330b..c02acb36d4a0 100644 --- a/japanese/koffice-i18n/distinfo +++ b/japanese/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ja-1.3.tar.bz2) = ef6d36fb4201d0bfa632ccf36af5b640 +SIZE (KDE/kde-i18n/koffice-i18n-ja-1.3.tar.bz2) = 577679 diff --git a/japanese/koffice-kde4-l10n/distinfo b/japanese/koffice-kde4-l10n/distinfo index 26dcd919330b..c02acb36d4a0 100644 --- a/japanese/koffice-kde4-l10n/distinfo +++ b/japanese/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ja-1.3.tar.bz2) = ef6d36fb4201d0bfa632ccf36af5b640 +SIZE (KDE/kde-i18n/koffice-i18n-ja-1.3.tar.bz2) = 577679 diff --git a/korean/kde3-i18n/distinfo b/korean/kde3-i18n/distinfo index e69de29bb2d1..33cc3e702ecd 100644 --- a/korean/kde3-i18n/distinfo +++ b/korean/kde3-i18n/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/kde-i18n-ko-3.0.5.tar.bz2) = diff --git a/korean/kde4-l10n/distinfo b/korean/kde4-l10n/distinfo index e69de29bb2d1..33cc3e702ecd 100644 --- a/korean/kde4-l10n/distinfo +++ b/korean/kde4-l10n/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/kde-i18n-ko-3.0.5.tar.bz2) = diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/math/kcalc/files/plist.base b/math/kcalc/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/math/kcalc/files/plist.base +++ b/math/kcalc/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/math/kcalc/files/plist.kfloppy b/math/kcalc/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/math/kcalc/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/misc/kaddressbook-plugins/Makefile b/misc/kaddressbook-plugins/Makefile index 6706c0615242..ef328fae1d5f 100644 --- a/misc/kaddressbook-plugins/Makefile +++ b/misc/kaddressbook-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for KAdressbook -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - LIB_DEPENDS= kdepim:${PORTSDIR}/deskutils/kdepim3 BUILD_DEPENDS= kworldclock:${PORTSDIR}/x11-clocks/kdetoys3 diff --git a/misc/kde3-i18n-af/distinfo b/misc/kde3-i18n-af/distinfo index 99bba4429c25..4dab2e8bc5e7 100644 --- a/misc/kde3-i18n-af/distinfo +++ b/misc/kde3-i18n-af/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-af-3.1.5.tar.bz2) = e75c4623f778145b5e2bc7e84bb85068 +SIZE (KDE/kde-i18n/kde-i18n-af-3.1.5.tar.bz2) = 2141619 diff --git a/misc/kde3-i18n-az/Makefile b/misc/kde3-i18n-az/Makefile index db467dbff0bf..8a245a71a749 100644 --- a/misc/kde3-i18n-az/Makefile +++ b/misc/kde3-i18n-az/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= az- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-az/distinfo b/misc/kde3-i18n-az/distinfo index 5ddaa93aefbe..ec7d08411354 100644 --- a/misc/kde3-i18n-az/distinfo +++ b/misc/kde3-i18n-az/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-az-3.2.0.tar.bz2) = fa775462df536f8e2ae6e9d8aecb0da4 +MD5 (KDE/kde-i18n/kde-i18n-az-3.2.1.tar.bz2) = b4a97f8380944328eebac3441fb8127d +SIZE (KDE/kde-i18n/kde-i18n-az-3.2.1.tar.bz2) = 2316981 diff --git a/misc/kde3-i18n-az/pkg-plist b/misc/kde3-i18n-az/pkg-plist index 6d731291f32e..bc7702374773 100644 --- a/misc/kde3-i18n-az/pkg-plist +++ b/misc/kde3-i18n-az/pkg-plist @@ -139,7 +139,6 @@ share/locale/az/LC_MESSAGES/kdesktop.mo share/locale/az/LC_MESSAGES/kdessh.mo share/locale/az/LC_MESSAGES/kdesu.mo share/locale/az/LC_MESSAGES/kdesud.mo -share/locale/az/LC_MESSAGES/kdevelop.mo share/locale/az/LC_MESSAGES/kdevtipofday.mo share/locale/az/LC_MESSAGES/kdf.mo share/locale/az/LC_MESSAGES/kdialog.mo @@ -326,5 +325,3 @@ share/locale/az/LC_MESSAGES/webarchiver.mo share/locale/az/charset share/locale/az/entry.desktop share/locale/az/flag.png -@dirrm share/locale/az/LC_MESSAGES -@dirrm share/locale/az diff --git a/misc/kde3-i18n-bg/Makefile b/misc/kde3-i18n-bg/Makefile index 1bcf69f6ac95..ac6bb938a537 100644 --- a/misc/kde3-i18n-bg/Makefile +++ b/misc/kde3-i18n-bg/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= bg- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-bg/distinfo b/misc/kde3-i18n-bg/distinfo index 22d018b5a00b..eed3e94fb52b 100644 --- a/misc/kde3-i18n-bg/distinfo +++ b/misc/kde3-i18n-bg/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-bg-3.2.0.tar.bz2) = f4cdb41125d22213a7d917250f3a7db6 +MD5 (KDE/kde-i18n/kde-i18n-bg-3.2.1.tar.bz2) = 24d420ed7d604df5dd58be2d07061f92 +SIZE (KDE/kde-i18n/kde-i18n-bg-3.2.1.tar.bz2) = 2559842 diff --git a/misc/kde3-i18n-bg/pkg-plist b/misc/kde3-i18n-bg/pkg-plist index 05b11e5cbe3c..0e40294a5c42 100644 --- a/misc/kde3-i18n-bg/pkg-plist +++ b/misc/kde3-i18n-bg/pkg-plist @@ -461,7 +461,5 @@ share/locale/bg/LC_MESSAGES/webarchiver.mo share/locale/bg/charset share/locale/bg/entry.desktop share/locale/bg/flag.png -@dirrm share/locale/bg/LC_MESSAGES -@dirrm share/locale/bg @dirrm share/doc/HTML/bg/kcalc @dirrm share/doc/HTML/bg diff --git a/misc/kde3-i18n-bn/Makefile b/misc/kde3-i18n-bn/Makefile index 74f751cf92e4..66635e445509 100644 --- a/misc/kde3-i18n-bn/Makefile +++ b/misc/kde3-i18n-bn/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-bs/Makefile b/misc/kde3-i18n-bs/Makefile index 0756eb7a1244..66a4309969f3 100644 --- a/misc/kde3-i18n-bs/Makefile +++ b/misc/kde3-i18n-bs/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= bs- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-bs/distinfo b/misc/kde3-i18n-bs/distinfo index be9356ffcb43..ab665f7cac7c 100644 --- a/misc/kde3-i18n-bs/distinfo +++ b/misc/kde3-i18n-bs/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-bs-3.2.0.tar.bz2) = df8a62687dbacf15d5d6cbb64e095d41 +MD5 (KDE/kde-i18n/kde-i18n-bs-3.2.1.tar.bz2) = f1bfd06a8f67a743d4b8457350c2a066 +SIZE (KDE/kde-i18n/kde-i18n-bs-3.2.1.tar.bz2) = 2800760 diff --git a/misc/kde3-i18n-ca/Makefile b/misc/kde3-i18n-ca/Makefile index 222b57c7fbcb..1b6b17c9eeff 100644 --- a/misc/kde3-i18n-ca/Makefile +++ b/misc/kde3-i18n-ca/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ca- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-ca/distinfo b/misc/kde3-i18n-ca/distinfo index 7034e5a10b77..615878f38fbb 100644 --- a/misc/kde3-i18n-ca/distinfo +++ b/misc/kde3-i18n-ca/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ca-3.2.0.tar.bz2) = ef07e45d123d9250d217abd6fe789642 +MD5 (KDE/kde-i18n/kde-i18n-ca-3.2.1.tar.bz2) = 08dcdd2091604bb4fecb7e88aede6e6e +SIZE (KDE/kde-i18n/kde-i18n-ca-3.2.1.tar.bz2) = 5275754 diff --git a/misc/kde3-i18n-ca/pkg-plist b/misc/kde3-i18n-ca/pkg-plist index 162c0082f040..6a01caacffe0 100644 --- a/misc/kde3-i18n-ca/pkg-plist +++ b/misc/kde3-i18n-ca/pkg-plist @@ -30,6 +30,7 @@ share/doc/HTML/ca/kdf/kdf_config.png share/doc/HTML/ca/keduca/common share/doc/HTML/ca/keduca/index.cache.bz2 share/doc/HTML/ca/keduca/index.docbook +share/doc/HTML/ca/keduca/screenshot.png share/doc/HTML/ca/kgpgcertmanager/common share/doc/HTML/ca/kgpgcertmanager/index.cache.bz2 share/doc/HTML/ca/kgpgcertmanager/index.docbook @@ -163,16 +164,21 @@ share/doc/HTML/ca/kmoon/index.docbook share/doc/HTML/ca/kompare/common share/doc/HTML/ca/kompare/index.cache.bz2 share/doc/HTML/ca/kompare/index.docbook +share/doc/HTML/ca/kpercentage/answer.png share/doc/HTML/ca/kpercentage/commands.docbook share/doc/HTML/ca/kpercentage/common share/doc/HTML/ca/kpercentage/credits.docbook share/doc/HTML/ca/kpercentage/devel.docbook +share/doc/HTML/ca/kpercentage/edu-logo.png share/doc/HTML/ca/kpercentage/faq.docbook +share/doc/HTML/ca/kpercentage/help.png share/doc/HTML/ca/kpercentage/index.cache.bz2 share/doc/HTML/ca/kpercentage/index.docbook share/doc/HTML/ca/kpercentage/install.docbook share/doc/HTML/ca/kpercentage/introduction.docbook +share/doc/HTML/ca/kpercentage/main.png share/doc/HTML/ca/kpercentage/using.docbook +share/doc/HTML/ca/kpercentage/welcome.png share/doc/HTML/ca/kpf/common share/doc/HTML/ca/kpf/index.cache.bz2 share/doc/HTML/ca/kpf/index.docbook @@ -360,6 +366,7 @@ share/locale/ca/LC_MESSAGES/kbattleship.mo share/locale/ca/LC_MESSAGES/kbinaryclock.mo share/locale/ca/LC_MESSAGES/kblackbox.mo share/locale/ca/LC_MESSAGES/kbounce.mo +share/locale/ca/LC_MESSAGES/kbruch.mo share/locale/ca/LC_MESSAGES/kbugbuster.mo share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcardchooser.mo @@ -435,8 +442,10 @@ share/locale/ca/LC_MESSAGES/kcmspellchecking.mo share/locale/ca/LC_MESSAGES/kcmstyle.mo share/locale/ca/LC_MESSAGES/kcmtaskbar.mo share/locale/ca/LC_MESSAGES/kcmusb.mo +share/locale/ca/LC_MESSAGES/kcmview1394.mo share/locale/ca/LC_MESSAGES/kcmvim.mo share/locale/ca/LC_MESSAGES/kcmwifi.mo +share/locale/ca/LC_MESSAGES/kcmxinerama.mo share/locale/ca/LC_MESSAGES/kcoloredit.mo share/locale/ca/LC_MESSAGES/kcontrol.mo share/locale/ca/LC_MESSAGES/kcron.mo @@ -456,6 +465,7 @@ share/locale/ca/LC_MESSAGES/kdesu.mo share/locale/ca/LC_MESSAGES/kdesud.mo share/locale/ca/LC_MESSAGES/kdevtipofday.mo share/locale/ca/LC_MESSAGES/kdf.mo +share/locale/ca/LC_MESSAGES/kdgantt.mo share/locale/ca/LC_MESSAGES/kdialog.mo share/locale/ca/LC_MESSAGES/kdict.mo share/locale/ca/LC_MESSAGES/kdictapplet.mo @@ -506,6 +516,7 @@ share/locale/ca/LC_MESSAGES/kfilereplace.mo share/locale/ca/LC_MESSAGES/kfindpart.mo share/locale/ca/LC_MESSAGES/kfloppy.mo share/locale/ca/LC_MESSAGES/kfmclient.mo +share/locale/ca/LC_MESSAGES/kfontinst.mo share/locale/ca/LC_MESSAGES/kfouleggs.mo share/locale/ca/LC_MESSAGES/kgamma.mo share/locale/ca/LC_MESSAGES/kgantt.mo @@ -634,9 +645,11 @@ share/locale/ca/LC_MESSAGES/ksnapshot.mo share/locale/ca/LC_MESSAGES/ksokoban.mo share/locale/ca/LC_MESSAGES/kspaceduel.mo share/locale/ca/LC_MESSAGES/ksplash.mo +share/locale/ca/LC_MESSAGES/ksplashthemes.mo share/locale/ca/LC_MESSAGES/kstars.mo share/locale/ca/LC_MESSAGES/kstart.mo share/locale/ca/LC_MESSAGES/kstartperf.mo +share/locale/ca/LC_MESSAGES/kstyle_keramik_config.mo share/locale/ca/LC_MESSAGES/kstyle_plastik_config.mo share/locale/ca/LC_MESSAGES/ksvgplugin.mo share/locale/ca/LC_MESSAGES/ksync.mo @@ -659,6 +672,7 @@ share/locale/ca/LC_MESSAGES/ktuberling.mo share/locale/ca/LC_MESSAGES/ktux.mo share/locale/ca/LC_MESSAGES/kuick_plugin.mo share/locale/ca/LC_MESSAGES/kuickshow.mo +share/locale/ca/LC_MESSAGES/kuiviewer.mo share/locale/ca/LC_MESSAGES/kuser.mo share/locale/ca/LC_MESSAGES/kview.mo share/locale/ca/LC_MESSAGES/kview_scale.mo diff --git a/misc/kde3-i18n-cs/Makefile b/misc/kde3-i18n-cs/Makefile index b59e4dba6b93..1c5c24ed0338 100644 --- a/misc/kde3-i18n-cs/Makefile +++ b/misc/kde3-i18n-cs/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= cs- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-cs/distinfo b/misc/kde3-i18n-cs/distinfo index d9e4f0c3f071..783ad3600d9f 100644 --- a/misc/kde3-i18n-cs/distinfo +++ b/misc/kde3-i18n-cs/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-cs-3.2.0.tar.bz2) = aa15e7ec83e744d5ace3fb61b0e08723 +MD5 (KDE/kde-i18n/kde-i18n-cs-3.2.1.tar.bz2) = 543e50e82b1bfee5f3e2d049435df9a9 +SIZE (KDE/kde-i18n/kde-i18n-cs-3.2.1.tar.bz2) = 4005408 diff --git a/misc/kde3-i18n-cs/pkg-plist b/misc/kde3-i18n-cs/pkg-plist index d863e4d95d52..e01df6c7be5a 100644 --- a/misc/kde3-i18n-cs/pkg-plist +++ b/misc/kde3-i18n-cs/pkg-plist @@ -510,7 +510,6 @@ share/locale/cs/LC_MESSAGES/kpersonalizer.mo share/locale/cs/LC_MESSAGES/kpf.mo share/locale/cs/LC_MESSAGES/kpilot.mo share/locale/cs/LC_MESSAGES/kpoker.mo -share/locale/cs/LC_MESSAGES/kpovmodeler.mo share/locale/cs/LC_MESSAGES/kppp.mo share/locale/cs/LC_MESSAGES/kppplogview.mo share/locale/cs/LC_MESSAGES/kprinter.mo @@ -628,7 +627,6 @@ share/locale/cs/LC_MESSAGES/lockout.mo share/locale/cs/LC_MESSAGES/lskat.mo share/locale/cs/LC_MESSAGES/lyrics.mo share/locale/cs/LC_MESSAGES/mediacontrol.mo -share/locale/cs/LC_MESSAGES/megami.mo share/locale/cs/LC_MESSAGES/minitoolsplugin.mo share/locale/cs/LC_MESSAGES/naughtyapplet.mo share/locale/cs/LC_MESSAGES/nexscope.mo @@ -638,7 +636,6 @@ share/locale/cs/LC_MESSAGES/passwords.mo share/locale/cs/LC_MESSAGES/pitchablespeed.mo share/locale/cs/LC_MESSAGES/privacy.mo share/locale/cs/LC_MESSAGES/qeditor.mo -share/locale/cs/LC_MESSAGES/quanta.mo share/locale/cs/LC_MESSAGES/quicklauncher.mo share/locale/cs/LC_MESSAGES/secpolicy.mo share/locale/cs/LC_MESSAGES/spy.mo diff --git a/misc/kde3-i18n-cy/Makefile b/misc/kde3-i18n-cy/Makefile index 5a17b5c20e9d..93eec5092739 100644 --- a/misc/kde3-i18n-cy/Makefile +++ b/misc/kde3-i18n-cy/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= cy- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-cy/distinfo b/misc/kde3-i18n-cy/distinfo index e258163e4009..e684a66f561a 100644 --- a/misc/kde3-i18n-cy/distinfo +++ b/misc/kde3-i18n-cy/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-cy-3.2.0.tar.bz2) = d581ce9df7efe597db98477fc0d88f3c +MD5 (KDE/kde-i18n/kde-i18n-cy-3.2.1.tar.bz2) = e2fe0ae58fcfa63ae9fde12c1355d942 +SIZE (KDE/kde-i18n/kde-i18n-cy-3.2.1.tar.bz2) = 2110408 diff --git a/misc/kde3-i18n-cy/pkg-plist b/misc/kde3-i18n-cy/pkg-plist index e69de29bb2d1..067f5841a91b 100644 --- a/misc/kde3-i18n-cy/pkg-plist +++ b/misc/kde3-i18n-cy/pkg-plist @@ -0,0 +1,336 @@ +share/locale/cy/LC_MESSAGES/alarmdaemonctrl.mo +share/locale/cy/LC_MESSAGES/alsaplayerui.mo +share/locale/cy/LC_MESSAGES/amor.mo +share/locale/cy/LC_MESSAGES/appletproxy.mo +share/locale/cy/LC_MESSAGES/atlantikdesigner.mo +share/locale/cy/LC_MESSAGES/audiorename_plugin.mo +share/locale/cy/LC_MESSAGES/autorefresh.mo +share/locale/cy/LC_MESSAGES/babelfish.mo +share/locale/cy/LC_MESSAGES/charlatanui.mo +share/locale/cy/LC_MESSAGES/childpanelextension.mo +share/locale/cy/LC_MESSAGES/clockapplet.mo +share/locale/cy/LC_MESSAGES/crashesplugin.mo +share/locale/cy/LC_MESSAGES/dcopservice.mo +share/locale/cy/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/cy/LC_MESSAGES/desktop_kdeaccessibility.mo +share/locale/cy/LC_MESSAGES/desktop_kdeaddons.mo +share/locale/cy/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/cy/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/cy/LC_MESSAGES/desktop_kdebase.mo +share/locale/cy/LC_MESSAGES/desktop_kdeedu.mo +share/locale/cy/LC_MESSAGES/desktop_kdegraphics.mo +share/locale/cy/LC_MESSAGES/desktop_kdelibs.mo +share/locale/cy/LC_MESSAGES/desktop_kdemultimedia.mo +share/locale/cy/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/cy/LC_MESSAGES/desktop_kdepim.mo +share/locale/cy/LC_MESSAGES/desktop_kdesdk.mo +share/locale/cy/LC_MESSAGES/desktop_kdetoys.mo +share/locale/cy/LC_MESSAGES/desktop_kdeutils.mo +share/locale/cy/LC_MESSAGES/devicesapplet.mo +share/locale/cy/LC_MESSAGES/dirfilterplugin.mo +share/locale/cy/LC_MESSAGES/display.mo +share/locale/cy/LC_MESSAGES/dockbarextension.mo +share/locale/cy/LC_MESSAGES/domtreeviewer.mo +share/locale/cy/LC_MESSAGES/drkonqi.mo +share/locale/cy/LC_MESSAGES/dub.mo +share/locale/cy/LC_MESSAGES/extensionproxy.mo +share/locale/cy/LC_MESSAGES/ffrs.mo +share/locale/cy/LC_MESSAGES/filetypes.mo +share/locale/cy/LC_MESSAGES/fontinst.mo +share/locale/cy/LC_MESSAGES/fsview.mo +share/locale/cy/LC_MESSAGES/htmlsearch.mo +share/locale/cy/LC_MESSAGES/imagerename_plugin.mo +share/locale/cy/LC_MESSAGES/imgalleryplugin.mo +share/locale/cy/LC_MESSAGES/jefferson.mo +share/locale/cy/LC_MESSAGES/kabc2mutt.mo +share/locale/cy/LC_MESSAGES/kabc_dir.mo +share/locale/cy/LC_MESSAGES/kabc_file.mo +share/locale/cy/LC_MESSAGES/kabc_ldap.mo +share/locale/cy/LC_MESSAGES/kabc_ldapkio.mo +share/locale/cy/LC_MESSAGES/kabc_net.mo +share/locale/cy/LC_MESSAGES/kabc_sql.mo +share/locale/cy/LC_MESSAGES/kabcformat_binary.mo +share/locale/cy/LC_MESSAGES/kaccess.mo +share/locale/cy/LC_MESSAGES/kaddressbook.mo +share/locale/cy/LC_MESSAGES/kalarm.mo +share/locale/cy/LC_MESSAGES/kalarmdgui.mo +share/locale/cy/LC_MESSAGES/kandy.mo +share/locale/cy/LC_MESSAGES/kappfinder.mo +share/locale/cy/LC_MESSAGES/karm.mo +share/locale/cy/LC_MESSAGES/kasbarextension.mo +share/locale/cy/LC_MESSAGES/kate.mo +share/locale/cy/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/cy/LC_MESSAGES/katedefaultproject.mo +share/locale/cy/LC_MESSAGES/katefll_initplugin.mo +share/locale/cy/LC_MESSAGES/katefll_plugin.mo +share/locale/cy/LC_MESSAGES/katehelloworld.mo +share/locale/cy/LC_MESSAGES/katehtmltools.mo +share/locale/cy/LC_MESSAGES/kateinsertcommand.mo +share/locale/cy/LC_MESSAGES/katemake.mo +share/locale/cy/LC_MESSAGES/katemodeline.mo +share/locale/cy/LC_MESSAGES/kateopenheader.mo +share/locale/cy/LC_MESSAGES/katepart.mo +share/locale/cy/LC_MESSAGES/kateprojectmanager.mo +share/locale/cy/LC_MESSAGES/katepybrowse.mo +share/locale/cy/LC_MESSAGES/katespell.mo +share/locale/cy/LC_MESSAGES/katetextfilter.mo +share/locale/cy/LC_MESSAGES/katexmlcheck.mo +share/locale/cy/LC_MESSAGES/katexmltools.mo +share/locale/cy/LC_MESSAGES/kbinaryclock.mo +share/locale/cy/LC_MESSAGES/kcm_krfb.mo +share/locale/cy/LC_MESSAGES/kcmaccess.mo +share/locale/cy/LC_MESSAGES/kcmaccessibility.mo +share/locale/cy/LC_MESSAGES/kcmarts.mo +share/locale/cy/LC_MESSAGES/kcmbackground.mo +share/locale/cy/LC_MESSAGES/kcmbell.mo +share/locale/cy/LC_MESSAGES/kcmcgi.mo +share/locale/cy/LC_MESSAGES/kcmcolors.mo +share/locale/cy/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/cy/LC_MESSAGES/kcmcrypto.mo +share/locale/cy/LC_MESSAGES/kcmcss.mo +share/locale/cy/LC_MESSAGES/kcmemail.mo +share/locale/cy/LC_MESSAGES/kcmenergy.mo +share/locale/cy/LC_MESSAGES/kcmfileshare.mo +share/locale/cy/LC_MESSAGES/kcmfonts.mo +share/locale/cy/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/cy/LC_MESSAGES/kcmicons.mo +share/locale/cy/LC_MESSAGES/kcminfo.mo +share/locale/cy/LC_MESSAGES/kcminput.mo +share/locale/cy/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/cy/LC_MESSAGES/kcmkabconfig.mo +share/locale/cy/LC_MESSAGES/kcmkclock.mo +share/locale/cy/LC_MESSAGES/kcmkded.mo +share/locale/cy/LC_MESSAGES/kcmkeys.mo +share/locale/cy/LC_MESSAGES/kcmkicker.mo +share/locale/cy/LC_MESSAGES/kcmkio.mo +share/locale/cy/LC_MESSAGES/kcmkonq.mo +share/locale/cy/LC_MESSAGES/kcmkonqhtml.mo +share/locale/cy/LC_MESSAGES/kcmkonsole.mo +share/locale/cy/LC_MESSAGES/kcmkontactnt.mo +share/locale/cy/LC_MESSAGES/kcmktalkd.mo +share/locale/cy/LC_MESSAGES/kcmkuick.mo +share/locale/cy/LC_MESSAGES/kcmkurifilt.mo +share/locale/cy/LC_MESSAGES/kcmkwindecoration.mo +share/locale/cy/LC_MESSAGES/kcmkwintheme.mo +share/locale/cy/LC_MESSAGES/kcmkwm.mo +share/locale/cy/LC_MESSAGES/kcmkxmlrpcd.mo +share/locale/cy/LC_MESSAGES/kcmlanbrowser.mo +share/locale/cy/LC_MESSAGES/kcmlaunch.mo +share/locale/cy/LC_MESSAGES/kcmlayout.mo +share/locale/cy/LC_MESSAGES/kcmlilo.mo +share/locale/cy/LC_MESSAGES/kcmlinuz.mo +share/locale/cy/LC_MESSAGES/kcmlocale.mo +share/locale/cy/LC_MESSAGES/kcmmediacontrol.mo +share/locale/cy/LC_MESSAGES/kcmmidi.mo +share/locale/cy/LC_MESSAGES/kcmnic.mo +share/locale/cy/LC_MESSAGES/kcmnotify.mo +share/locale/cy/LC_MESSAGES/kcmperformance.mo +share/locale/cy/LC_MESSAGES/kcmprintmgr.mo +share/locale/cy/LC_MESSAGES/kcmsamba.mo +share/locale/cy/LC_MESSAGES/kcmscreensaver.mo +share/locale/cy/LC_MESSAGES/kcmsmartcard.mo +share/locale/cy/LC_MESSAGES/kcmsmserver.mo +share/locale/cy/LC_MESSAGES/kcmsocks.mo +share/locale/cy/LC_MESSAGES/kcmspellchecking.mo +share/locale/cy/LC_MESSAGES/kcmstyle.mo +share/locale/cy/LC_MESSAGES/kcmtaskbar.mo +share/locale/cy/LC_MESSAGES/kcmthemes.mo +share/locale/cy/LC_MESSAGES/kcmusb.mo +share/locale/cy/LC_MESSAGES/kcmview1394.mo +share/locale/cy/LC_MESSAGES/kcmvim.mo +share/locale/cy/LC_MESSAGES/kcmwifi.mo +share/locale/cy/LC_MESSAGES/kcmxinerama.mo +share/locale/cy/LC_MESSAGES/kcontrol.mo +share/locale/cy/LC_MESSAGES/kcron.mo +share/locale/cy/LC_MESSAGES/kdat.mo +share/locale/cy/LC_MESSAGES/kdcop.mo +share/locale/cy/LC_MESSAGES/kdebugdialog.mo +share/locale/cy/LC_MESSAGES/kdelibs.mo +share/locale/cy/LC_MESSAGES/kdelibs_colors.mo +share/locale/cy/LC_MESSAGES/kdeprint.mo +share/locale/cy/LC_MESSAGES/kdeprint_part.mo +share/locale/cy/LC_MESSAGES/kdeprintfax.mo +share/locale/cy/LC_MESSAGES/kdesktop.mo +share/locale/cy/LC_MESSAGES/kdesu.mo +share/locale/cy/LC_MESSAGES/kdesud.mo +share/locale/cy/LC_MESSAGES/kdgantt.mo +share/locale/cy/LC_MESSAGES/kdialog.mo +share/locale/cy/LC_MESSAGES/kdict.mo +share/locale/cy/LC_MESSAGES/kdictapplet.mo +share/locale/cy/LC_MESSAGES/kdmchooser.mo +share/locale/cy/LC_MESSAGES/kdmconfig.mo +share/locale/cy/LC_MESSAGES/kdmgreet.mo +share/locale/cy/LC_MESSAGES/kfifteenapplet.mo +share/locale/cy/LC_MESSAGES/kfile_deb.mo +share/locale/cy/LC_MESSAGES/kfile_desktop.mo +share/locale/cy/LC_MESSAGES/kfile_folder.mo +share/locale/cy/LC_MESSAGES/kfile_font.mo +share/locale/cy/LC_MESSAGES/kfile_html.mo +share/locale/cy/LC_MESSAGES/kfile_rfc822.mo +share/locale/cy/LC_MESSAGES/kfile_rpm.mo +share/locale/cy/LC_MESSAGES/kfile_txt.mo +share/locale/cy/LC_MESSAGES/kfile_vcf.mo +share/locale/cy/LC_MESSAGES/kfileaudiopreview.mo +share/locale/cy/LC_MESSAGES/kfindpart.mo +share/locale/cy/LC_MESSAGES/kfmclient.mo +share/locale/cy/LC_MESSAGES/kfontinst.mo +share/locale/cy/LC_MESSAGES/kfontviewpart.mo +share/locale/cy/LC_MESSAGES/kgantt.mo +share/locale/cy/LC_MESSAGES/kget.mo +share/locale/cy/LC_MESSAGES/kgpgcertmanager.mo +share/locale/cy/LC_MESSAGES/khelpcenter.mo +share/locale/cy/LC_MESSAGES/khotkeys.mo +share/locale/cy/LC_MESSAGES/khtmlsettingsplugin.mo +share/locale/cy/LC_MESSAGES/kicker.mo +share/locale/cy/LC_MESSAGES/kinetd.mo +share/locale/cy/LC_MESSAGES/kio.mo +share/locale/cy/LC_MESSAGES/kio_devices.mo +share/locale/cy/LC_MESSAGES/kio_finger.mo +share/locale/cy/LC_MESSAGES/kio_fish.mo +share/locale/cy/LC_MESSAGES/kio_floppy.mo +share/locale/cy/LC_MESSAGES/kio_help.mo +share/locale/cy/LC_MESSAGES/kio_imap4.mo +share/locale/cy/LC_MESSAGES/kio_lan.mo +share/locale/cy/LC_MESSAGES/kio_mac.mo +share/locale/cy/LC_MESSAGES/kio_man.mo +share/locale/cy/LC_MESSAGES/kio_mobile.mo +share/locale/cy/LC_MESSAGES/kio_nfs.mo +share/locale/cy/LC_MESSAGES/kio_nntp.mo +share/locale/cy/LC_MESSAGES/kio_pop3.mo +share/locale/cy/LC_MESSAGES/kio_print.mo +share/locale/cy/LC_MESSAGES/kio_settings.mo +share/locale/cy/LC_MESSAGES/kio_sftp.mo +share/locale/cy/LC_MESSAGES/kio_sieve.mo +share/locale/cy/LC_MESSAGES/kio_smb.mo +share/locale/cy/LC_MESSAGES/kio_smbro.mo +share/locale/cy/LC_MESSAGES/kio_smtp.mo +share/locale/cy/LC_MESSAGES/kioexec.mo +share/locale/cy/LC_MESSAGES/kit.mo +share/locale/cy/LC_MESSAGES/kjobviewer.mo +share/locale/cy/LC_MESSAGES/klegacyimport.mo +share/locale/cy/LC_MESSAGES/klickety.mo +share/locale/cy/LC_MESSAGES/klipper.mo +share/locale/cy/LC_MESSAGES/kmag.mo +share/locale/cy/LC_MESSAGES/kmail.mo +share/locale/cy/LC_MESSAGES/kmailcvt.mo +share/locale/cy/LC_MESSAGES/kmcop.mo +share/locale/cy/LC_MESSAGES/kmenuapplet.mo +share/locale/cy/LC_MESSAGES/kmenuedit.mo +share/locale/cy/LC_MESSAGES/kminipagerapplet.mo +share/locale/cy/LC_MESSAGES/kmobile.mo +share/locale/cy/LC_MESSAGES/kmoon.mo +share/locale/cy/LC_MESSAGES/kmousetool.mo +share/locale/cy/LC_MESSAGES/kmouth.mo +share/locale/cy/LC_MESSAGES/knewsticker.mo +share/locale/cy/LC_MESSAGES/knode.mo +share/locale/cy/LC_MESSAGES/knotes.mo +share/locale/cy/LC_MESSAGES/knotify.mo +share/locale/cy/LC_MESSAGES/kodo.mo +share/locale/cy/LC_MESSAGES/kolourpicker.mo +share/locale/cy/LC_MESSAGES/konq_smbmounterplugin.mo +share/locale/cy/LC_MESSAGES/konqsidebar_mediaplayer.mo +share/locale/cy/LC_MESSAGES/konqueror.mo +share/locale/cy/LC_MESSAGES/konsole.mo +share/locale/cy/LC_MESSAGES/konsolekalendar.mo +share/locale/cy/LC_MESSAGES/kontact.mo +share/locale/cy/LC_MESSAGES/korganizer.mo +share/locale/cy/LC_MESSAGES/korn.mo +share/locale/cy/LC_MESSAGES/kpackage.mo +share/locale/cy/LC_MESSAGES/kpager.mo +share/locale/cy/LC_MESSAGES/kpartapp.mo +share/locale/cy/LC_MESSAGES/kpersonalizer.mo +share/locale/cy/LC_MESSAGES/kpf.mo +share/locale/cy/LC_MESSAGES/kppp.mo +share/locale/cy/LC_MESSAGES/kppplogview.mo +share/locale/cy/LC_MESSAGES/kprinter.mo +share/locale/cy/LC_MESSAGES/krandr.mo +share/locale/cy/LC_MESSAGES/krdb.mo +share/locale/cy/LC_MESSAGES/krdc.mo +share/locale/cy/LC_MESSAGES/kreadconfig.mo +share/locale/cy/LC_MESSAGES/krfb.mo +share/locale/cy/LC_MESSAGES/krunapplet.mo +share/locale/cy/LC_MESSAGES/kscreensaver.mo +share/locale/cy/LC_MESSAGES/ksig.mo +share/locale/cy/LC_MESSAGES/ksirc.mo +share/locale/cy/LC_MESSAGES/ksmserver.mo +share/locale/cy/LC_MESSAGES/ksplash.mo +share/locale/cy/LC_MESSAGES/ksplashthemes.mo +share/locale/cy/LC_MESSAGES/kstars.mo +share/locale/cy/LC_MESSAGES/kstart.mo +share/locale/cy/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/cy/LC_MESSAGES/ksync.mo +share/locale/cy/LC_MESSAGES/ksysguard.mo +share/locale/cy/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/cy/LC_MESSAGES/ksystraycmd.mo +share/locale/cy/LC_MESSAGES/ksysv.mo +share/locale/cy/LC_MESSAGES/ktalkd.mo +share/locale/cy/LC_MESSAGES/ktaskbarapplet.mo +share/locale/cy/LC_MESSAGES/kteatime.mo +share/locale/cy/LC_MESSAGES/ktexteditor_insertfile.mo +share/locale/cy/LC_MESSAGES/ktexteditor_isearch.mo +share/locale/cy/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/cy/LC_MESSAGES/ktimemon.mo +share/locale/cy/LC_MESSAGES/ktip.mo +share/locale/cy/LC_MESSAGES/ktnef.mo +share/locale/cy/LC_MESSAGES/ktux.mo +share/locale/cy/LC_MESSAGES/kuick_plugin.mo +share/locale/cy/LC_MESSAGES/kuser.mo +share/locale/cy/LC_MESSAGES/kweather.mo +share/locale/cy/LC_MESSAGES/kwifimanager.mo +share/locale/cy/LC_MESSAGES/kwin.mo +share/locale/cy/LC_MESSAGES/kwin_b2_config.mo +share/locale/cy/LC_MESSAGES/kwin_default_config.mo +share/locale/cy/LC_MESSAGES/kwin_keramik_config.mo +share/locale/cy/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/cy/LC_MESSAGES/kwin_quartz_config.mo +share/locale/cy/LC_MESSAGES/kwireless.mo +share/locale/cy/LC_MESSAGES/kworldclock.mo +share/locale/cy/LC_MESSAGES/kwriteconfig.mo +share/locale/cy/LC_MESSAGES/kxkb.mo +share/locale/cy/LC_MESSAGES/kxmlrpcd.mo +share/locale/cy/LC_MESSAGES/libcalendarresources.mo +share/locale/cy/LC_MESSAGES/libkaddrbk_geo_xxport.mo +share/locale/cy/LC_MESSAGES/libkcal.mo +share/locale/cy/LC_MESSAGES/libkcalsystem.mo +share/locale/cy/LC_MESSAGES/libkdenetwork.mo +share/locale/cy/LC_MESSAGES/libkdepim.mo +share/locale/cy/LC_MESSAGES/libkicker.mo +share/locale/cy/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/cy/LC_MESSAGES/libkickermenu_konsole.mo +share/locale/cy/LC_MESSAGES/libkickermenu_prefmenu.mo +share/locale/cy/LC_MESSAGES/libkickermenu_recentdocs.mo +share/locale/cy/LC_MESSAGES/libkonq.mo +share/locale/cy/LC_MESSAGES/libkpimexchange.mo +share/locale/cy/LC_MESSAGES/libkscreensaver.mo +share/locale/cy/LC_MESSAGES/libksieve.mo +share/locale/cy/LC_MESSAGES/libksync.mo +share/locale/cy/LC_MESSAGES/libtaskbar.mo +share/locale/cy/LC_MESSAGES/libtaskmanager.mo +share/locale/cy/LC_MESSAGES/lockout.mo +share/locale/cy/LC_MESSAGES/lyrics.mo +share/locale/cy/LC_MESSAGES/mediacontrol.mo +share/locale/cy/LC_MESSAGES/minitoolsplugin.mo +share/locale/cy/LC_MESSAGES/naughtyapplet.mo +share/locale/cy/LC_MESSAGES/nexscope.mo +share/locale/cy/LC_MESSAGES/nsplugin.mo +share/locale/cy/LC_MESSAGES/passwords.mo +share/locale/cy/LC_MESSAGES/pitchablespeed.mo +share/locale/cy/LC_MESSAGES/ppdtranslations.mo +share/locale/cy/LC_MESSAGES/privacy.mo +share/locale/cy/LC_MESSAGES/quicklauncher.mo +share/locale/cy/LC_MESSAGES/searchbarplugin.mo +share/locale/cy/LC_MESSAGES/secpolicy.mo +share/locale/cy/LC_MESSAGES/synaescope.mo +share/locale/cy/LC_MESSAGES/taskbarextension.mo +share/locale/cy/LC_MESSAGES/timezones.mo +share/locale/cy/LC_MESSAGES/tippecanoe.mo +share/locale/cy/LC_MESSAGES/tyler.mo +share/locale/cy/LC_MESSAGES/uachangerplugin.mo +share/locale/cy/LC_MESSAGES/validatorsplugin.mo +share/locale/cy/LC_MESSAGES/vimpart.mo +share/locale/cy/LC_MESSAGES/wakeup.mo +share/locale/cy/LC_MESSAGES/wavecapture.mo +share/locale/cy/LC_MESSAGES/webarchiver.mo +share/locale/cy/charset +share/locale/cy/entry.desktop +share/locale/cy/flag.png diff --git a/misc/kde3-i18n-da/Makefile b/misc/kde3-i18n-da/Makefile index fcd9daaff3d0..a69e5304a828 100644 --- a/misc/kde3-i18n-da/Makefile +++ b/misc/kde3-i18n-da/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= da- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-da/distinfo b/misc/kde3-i18n-da/distinfo index af01e21574ba..9b2cd59ffeba 100644 --- a/misc/kde3-i18n-da/distinfo +++ b/misc/kde3-i18n-da/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-da-3.2.0.tar.bz2) = 0ab5aaf2b62448eacd6d6ecd3f38b320 +MD5 (KDE/kde-i18n/kde-i18n-da-3.2.1.tar.bz2) = eeba3137c1c64657d7d8002451e16c4f +SIZE (KDE/kde-i18n/kde-i18n-da-3.2.1.tar.bz2) = 15470383 diff --git a/misc/kde3-i18n-da/pkg-plist b/misc/kde3-i18n-da/pkg-plist index 507604789a05..0eb86d64b595 100644 --- a/misc/kde3-i18n-da/pkg-plist +++ b/misc/kde3-i18n-da/pkg-plist @@ -37,6 +37,22 @@ share/doc/HTML/da/amor/index.docbook share/doc/HTML/da/ark/common share/doc/HTML/da/ark/index.cache.bz2 share/doc/HTML/da/ark/index.docbook +share/doc/HTML/da/artsbuilder/apis.docbook +share/doc/HTML/da/artsbuilder/artsbuilder.docbook +share/doc/HTML/da/artsbuilder/detail.docbook +share/doc/HTML/da/artsbuilder/digitalaudio.docbook +share/doc/HTML/da/artsbuilder/faq.docbook +share/doc/HTML/da/artsbuilder/future.docbook +share/doc/HTML/da/artsbuilder/glossary.docbook +share/doc/HTML/da/artsbuilder/gui.docbook +share/doc/HTML/da/artsbuilder/helping.docbook +share/doc/HTML/da/artsbuilder/mcop.docbook +share/doc/HTML/da/artsbuilder/midi.docbook +share/doc/HTML/da/artsbuilder/midiintro.docbook +share/doc/HTML/da/artsbuilder/modules.docbook +share/doc/HTML/da/artsbuilder/porting.docbook +share/doc/HTML/da/artsbuilder/references.docbook +share/doc/HTML/da/artsbuilder/tools.docbook share/doc/HTML/da/atlantik/common share/doc/HTML/da/atlantik/index.cache.bz2 share/doc/HTML/da/atlantik/index.docbook @@ -853,6 +869,7 @@ share/doc/HTML/da/kooka/index.docbook share/doc/HTML/da/kopete/common share/doc/HTML/da/kopete/index.cache.bz2 share/doc/HTML/da/kopete/index.docbook +share/doc/HTML/da/kopete/menus.docbook share/doc/HTML/da/korganizer/common share/doc/HTML/da/korganizer/exchange-plugin.docbook share/doc/HTML/da/korganizer/group-scheduling.docbook @@ -1937,6 +1954,7 @@ share/locale/da/flag.png @dirrm share/doc/HTML/da/common @dirrm share/doc/HTML/da/cervisia @dirrm share/doc/HTML/da/atlantik +@dirrm share/doc/HTML/da/artsbuilder @dirrm share/doc/HTML/da/ark @dirrm share/doc/HTML/da/amor @dirrm share/doc/HTML/da/KRegExpEditor diff --git a/misc/kde3-i18n-el/Makefile b/misc/kde3-i18n-el/Makefile index 79625bab8a71..8e5c0ece414f 100644 --- a/misc/kde3-i18n-el/Makefile +++ b/misc/kde3-i18n-el/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= el- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-el/distinfo b/misc/kde3-i18n-el/distinfo index 198c48e6c1b3..5a385c64e523 100644 --- a/misc/kde3-i18n-el/distinfo +++ b/misc/kde3-i18n-el/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-el-3.2.0.tar.bz2) = fb400794ad6411697fdb72bfca34bcf6 +MD5 (KDE/kde-i18n/kde-i18n-el-3.2.1.tar.bz2) = 31149d2f13a989663baa50f7def2c63c +SIZE (KDE/kde-i18n/kde-i18n-el-3.2.1.tar.bz2) = 2033200 diff --git a/misc/kde3-i18n-el/pkg-plist b/misc/kde3-i18n-el/pkg-plist index 533b4c8761e1..b94a77bc5d80 100644 --- a/misc/kde3-i18n-el/pkg-plist +++ b/misc/kde3-i18n-el/pkg-plist @@ -5,6 +5,7 @@ share/locale/el/LC_MESSAGES/appletproxy.mo share/locale/el/LC_MESSAGES/ark.mo share/locale/el/LC_MESSAGES/artsbuilder.mo share/locale/el/LC_MESSAGES/artscontrol.mo +share/locale/el/LC_MESSAGES/atlantik.mo share/locale/el/LC_MESSAGES/audiorename_plugin.mo share/locale/el/LC_MESSAGES/autorefresh.mo share/locale/el/LC_MESSAGES/babelfish.mo @@ -50,6 +51,7 @@ share/locale/el/LC_MESSAGES/imagerename_plugin.mo share/locale/el/LC_MESSAGES/imgalleryplugin.mo share/locale/el/LC_MESSAGES/irkick.mo share/locale/el/LC_MESSAGES/jefferson.mo +share/locale/el/LC_MESSAGES/juk.mo share/locale/el/LC_MESSAGES/kabc2mutt.mo share/locale/el/LC_MESSAGES/kabc_dir.mo share/locale/el/LC_MESSAGES/kabc_file.mo @@ -87,6 +89,7 @@ share/locale/el/LC_MESSAGES/katexmltools.mo share/locale/el/LC_MESSAGES/katomic.mo share/locale/el/LC_MESSAGES/kaudiocreator.mo share/locale/el/LC_MESSAGES/kbabel.mo +share/locale/el/LC_MESSAGES/kbackgammon.mo share/locale/el/LC_MESSAGES/kbattleship.mo share/locale/el/LC_MESSAGES/kblackbox.mo share/locale/el/LC_MESSAGES/kbounce.mo @@ -228,6 +231,7 @@ share/locale/el/LC_MESSAGES/kfouleggs.mo share/locale/el/LC_MESSAGES/kgamma.mo share/locale/el/LC_MESSAGES/kget.mo share/locale/el/LC_MESSAGES/kghostview.mo +share/locale/el/LC_MESSAGES/kgoldrunner.mo share/locale/el/LC_MESSAGES/kgpg.mo share/locale/el/LC_MESSAGES/khangman.mo share/locale/el/LC_MESSAGES/khelpcenter.mo @@ -259,6 +263,7 @@ share/locale/el/LC_MESSAGES/kio_smb.mo share/locale/el/LC_MESSAGES/kio_smbro.mo share/locale/el/LC_MESSAGES/kio_smtp.mo share/locale/el/LC_MESSAGES/kioexec.mo +share/locale/el/LC_MESSAGES/kit.mo share/locale/el/LC_MESSAGES/kjobviewer.mo share/locale/el/LC_MESSAGES/kjots.mo share/locale/el/LC_MESSAGES/kjumpingcube.mo @@ -287,6 +292,7 @@ share/locale/el/LC_MESSAGES/knorskverbs.mo share/locale/el/LC_MESSAGES/knotes.mo share/locale/el/LC_MESSAGES/knotify.mo share/locale/el/LC_MESSAGES/kodo.mo +share/locale/el/LC_MESSAGES/kolf.mo share/locale/el/LC_MESSAGES/kolourpicker.mo share/locale/el/LC_MESSAGES/kompare.mo share/locale/el/LC_MESSAGES/konq_smbmounterplugin.mo @@ -319,6 +325,7 @@ share/locale/el/LC_MESSAGES/krunapplet.mo share/locale/el/LC_MESSAGES/ksame.mo share/locale/el/LC_MESSAGES/kscd.mo share/locale/el/LC_MESSAGES/kscreensaver.mo +share/locale/el/LC_MESSAGES/kshisen.mo share/locale/el/LC_MESSAGES/ksig.mo share/locale/el/LC_MESSAGES/ksirc.mo share/locale/el/LC_MESSAGES/ksirtet.mo @@ -326,6 +333,8 @@ share/locale/el/LC_MESSAGES/ksmiletris.mo share/locale/el/LC_MESSAGES/ksmserver.mo share/locale/el/LC_MESSAGES/ksnake.mo share/locale/el/LC_MESSAGES/ksnapshot.mo +share/locale/el/LC_MESSAGES/ksokoban.mo +share/locale/el/LC_MESSAGES/kspaceduel.mo share/locale/el/LC_MESSAGES/ksplash.mo share/locale/el/LC_MESSAGES/ksplashthemes.mo share/locale/el/LC_MESSAGES/kstart.mo @@ -394,6 +403,7 @@ share/locale/el/LC_MESSAGES/libksync.mo share/locale/el/LC_MESSAGES/libtaskbar.mo share/locale/el/LC_MESSAGES/libtaskmanager.mo share/locale/el/LC_MESSAGES/lockout.mo +share/locale/el/LC_MESSAGES/lskat.mo share/locale/el/LC_MESSAGES/lyrics.mo share/locale/el/LC_MESSAGES/mediacontrol.mo share/locale/el/LC_MESSAGES/minitoolsplugin.mo diff --git a/misc/kde3-i18n-en_GB/Makefile b/misc/kde3-i18n-en_GB/Makefile index 75423a5e0f38..28d80930542e 100644 --- a/misc/kde3-i18n-en_GB/Makefile +++ b/misc/kde3-i18n-en_GB/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= en_GB- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-en_GB/distinfo b/misc/kde3-i18n-en_GB/distinfo index d8b80f1c444c..289936dcf74d 100644 --- a/misc/kde3-i18n-en_GB/distinfo +++ b/misc/kde3-i18n-en_GB/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.2.0.tar.bz2) = 59cf44a83daca454b445e83e65206cc7 +MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.2.1.tar.bz2) = e0cc422a25116d3167f445b6127815c5 +SIZE (KDE/kde-i18n/kde-i18n-en_GB-3.2.1.tar.bz2) = 4872189 diff --git a/misc/kde3-i18n-en_GB/pkg-plist b/misc/kde3-i18n-en_GB/pkg-plist index f007e3ac65c1..9a26980e0355 100644 --- a/misc/kde3-i18n-en_GB/pkg-plist +++ b/misc/kde3-i18n-en_GB/pkg-plist @@ -201,6 +201,8 @@ share/doc/HTML/en_GB/kdm/kdmrc-ref.docbook share/doc/HTML/en_GB/kfind/common share/doc/HTML/en_GB/kfind/index.cache.bz2 share/doc/HTML/en_GB/kfind/index.docbook +share/doc/HTML/en_GB/khelpcenter/common +share/doc/HTML/en_GB/khelpcenter/contact.docbook share/doc/HTML/en_GB/khelpcenter/faq/about.docbook share/doc/HTML/en_GB/khelpcenter/faq/common share/doc/HTML/en_GB/khelpcenter/faq/configkde.docbook @@ -224,9 +226,14 @@ share/doc/HTML/en_GB/khelpcenter/glossary/common share/doc/HTML/en_GB/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/glossary/index.docbook share/doc/HTML/en_GB/khelpcenter/glossary/kdeprintingglossary.docbook +share/doc/HTML/en_GB/khelpcenter/help.docbook +share/doc/HTML/en_GB/khelpcenter/index.cache.bz2 +share/doc/HTML/en_GB/khelpcenter/index.docbook +share/doc/HTML/en_GB/khelpcenter/links.docbook share/doc/HTML/en_GB/khelpcenter/quickstart/common share/doc/HTML/en_GB/khelpcenter/quickstart/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/quickstart/index.docbook +share/doc/HTML/en_GB/khelpcenter/support.docbook share/doc/HTML/en_GB/khelpcenter/userguide/about-desktop.docbook share/doc/HTML/en_GB/khelpcenter/userguide/common share/doc/HTML/en_GB/khelpcenter/userguide/first-impressions.docbook @@ -255,6 +262,8 @@ share/doc/HTML/en_GB/khelpcenter/userguide/ug-faq.docbook share/doc/HTML/en_GB/khelpcenter/visualdict/common share/doc/HTML/en_GB/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/visualdict/index.docbook +share/doc/HTML/en_GB/khelpcenter/welcome.docbook +share/doc/HTML/en_GB/khelpcenter/whatiskde.docbook share/doc/HTML/en_GB/kicker/common share/doc/HTML/en_GB/kicker/index.cache.bz2 share/doc/HTML/en_GB/kicker/index.docbook diff --git a/misc/kde3-i18n-eo/distinfo b/misc/kde3-i18n-eo/distinfo index 484fde646bf3..6cb18356a224 100644 --- a/misc/kde3-i18n-eo/distinfo +++ b/misc/kde3-i18n-eo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-eo-3.1.5.tar.bz2) = fe6eb8c599a108d4552db7c07a1597d9 +SIZE (KDE/kde-i18n/kde-i18n-eo-3.1.5.tar.bz2) = 2251478 diff --git a/misc/kde3-i18n-eo/pkg-plist b/misc/kde3-i18n-eo/pkg-plist index 743582ef7abc..e191ed129fc4 100644 --- a/misc/kde3-i18n-eo/pkg-plist +++ b/misc/kde3-i18n-eo/pkg-plist @@ -279,5 +279,3 @@ share/locale/eo/LC_MESSAGES/webarchiver.mo share/locale/eo/charset share/locale/eo/entry.desktop share/locale/eo/flag.png -@dirrm share/locale/eo/LC_MESSAGES -@dirrm share/locale/eo diff --git a/misc/kde3-i18n-es/Makefile b/misc/kde3-i18n-es/Makefile index 5fce4c52c821..b1a6ccaa1397 100644 --- a/misc/kde3-i18n-es/Makefile +++ b/misc/kde3-i18n-es/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= es- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-es/distinfo b/misc/kde3-i18n-es/distinfo index a16ee275032b..b89574a58fdd 100644 --- a/misc/kde3-i18n-es/distinfo +++ b/misc/kde3-i18n-es/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-es-3.2.0.tar.bz2) = 29552988ca17558ed97760bf760ed08a +MD5 (KDE/kde-i18n/kde-i18n-es-3.2.1.tar.bz2) = 9d1c478a446c275c5ae09c754800cd0d +SIZE (KDE/kde-i18n/kde-i18n-es-3.2.1.tar.bz2) = 11876530 diff --git a/misc/kde3-i18n-es/pkg-plist b/misc/kde3-i18n-es/pkg-plist index 9a272e1d2976..bfe464500094 100644 --- a/misc/kde3-i18n-es/pkg-plist +++ b/misc/kde3-i18n-es/pkg-plist @@ -126,7 +126,10 @@ share/doc/HTML/es/kasteroids/common share/doc/HTML/es/kasteroids/fuel.png share/doc/HTML/es/kasteroids/index.cache.bz2 share/doc/HTML/es/kasteroids/index.docbook +share/doc/HTML/es/kate-plugins/common share/doc/HTML/es/kate-plugins/htmltools.docbook +share/doc/HTML/es/kate-plugins/index.cache.bz2 +share/doc/HTML/es/kate-plugins/index.docbook share/doc/HTML/es/kate-plugins/insertcommand.docbook share/doc/HTML/es/kate-plugins/openheader.docbook share/doc/HTML/es/kate-plugins/projectmanager.docbook @@ -493,6 +496,9 @@ share/doc/HTML/es/khelpcenter/whatiskde.docbook share/doc/HTML/es/khexedit/common share/doc/HTML/es/khexedit/index.cache.bz2 share/doc/HTML/es/khexedit/index.docbook +share/doc/HTML/es/kicker-applets/common +share/doc/HTML/es/kicker-applets/index.cache.bz2 +share/doc/HTML/es/kicker-applets/index.docbook share/doc/HTML/es/kicker-applets/kolourpicker.docbook share/doc/HTML/es/kicker-applets/ktimemon.docbook share/doc/HTML/es/kicker/bookmarks_icon.png @@ -626,11 +632,14 @@ share/doc/HTML/es/klipper/common share/doc/HTML/es/klipper/index.cache.bz2 share/doc/HTML/es/klipper/index.docbook share/doc/HTML/es/klipper/screenshot.png +share/doc/HTML/es/kmail/common share/doc/HTML/es/kmail/configure.docbook share/doc/HTML/es/kmail/credits-and-licenses.docbook share/doc/HTML/es/kmail/faq.docbook share/doc/HTML/es/kmail/getting-started.docbook share/doc/HTML/es/kmail/importing.docbook +share/doc/HTML/es/kmail/index.cache.bz2 +share/doc/HTML/es/kmail/index.docbook share/doc/HTML/es/kmail/intro.docbook share/doc/HTML/es/kmail/menus.docbook share/doc/HTML/es/kmail/using-kmail.docbook @@ -665,9 +674,6 @@ share/doc/HTML/es/kmines/kmines2.png share/doc/HTML/es/kmix/common share/doc/HTML/es/kmix/index.cache.bz2 share/doc/HTML/es/kmix/index.docbook -share/doc/HTML/es/kmoon/common -share/doc/HTML/es/kmoon/index.cache.bz2 -share/doc/HTML/es/kmoon/index.docbook share/doc/HTML/es/kmouth/common share/doc/HTML/es/kmouth/index.cache.bz2 share/doc/HTML/es/kmouth/index.docbook @@ -751,6 +757,9 @@ share/doc/HTML/es/kontact/index.docbook share/doc/HTML/es/kooka/common share/doc/HTML/es/kooka/index.cache.bz2 share/doc/HTML/es/kooka/index.docbook +share/doc/HTML/es/kopete/common +share/doc/HTML/es/kopete/index.cache.bz2 +share/doc/HTML/es/kopete/index.docbook share/doc/HTML/es/korganizer/common share/doc/HTML/es/korganizer/exchange-plugin.docbook share/doc/HTML/es/korganizer/group-scheduling.docbook @@ -920,9 +929,15 @@ share/doc/HTML/es/kview/snapshot9.png share/doc/HTML/es/kvoctrain/common share/doc/HTML/es/kvoctrain/index.cache.bz2 share/doc/HTML/es/kvoctrain/index.docbook +share/doc/HTML/es/kwallet/common +share/doc/HTML/es/kwallet/index.cache.bz2 +share/doc/HTML/es/kwallet/index.docbook share/doc/HTML/es/kweather/common share/doc/HTML/es/kweather/index.cache.bz2 share/doc/HTML/es/kweather/index.docbook +share/doc/HTML/es/kwifimanager/common +share/doc/HTML/es/kwifimanager/index.cache.bz2 +share/doc/HTML/es/kwifimanager/index.docbook share/doc/HTML/es/kwin4/common share/doc/HTML/es/kwin4/index.cache.bz2 share/doc/HTML/es/kwin4/index.docbook @@ -947,18 +962,6 @@ share/doc/HTML/es/megami/index.docbook share/doc/HTML/es/noatun/common share/doc/HTML/es/noatun/index.cache.bz2 share/doc/HTML/es/noatun/index.docbook -share/doc/HTML/es/quanta/adv-quanta.docbook -share/doc/HTML/es/quanta/common -share/doc/HTML/es/quanta/debugging-quanta.docbook -share/doc/HTML/es/quanta/extending-quanta.docbook -share/doc/HTML/es/quanta/fundamentals.docbook -share/doc/HTML/es/quanta/index.cache.bz2 -share/doc/HTML/es/quanta/index.docbook -share/doc/HTML/es/quanta/installation.docbook -share/doc/HTML/es/quanta/introduction.docbook -share/doc/HTML/es/quanta/quanta-menus.docbook -share/doc/HTML/es/quanta/quanta-projects.docbook -share/doc/HTML/es/quanta/using-quanta.docbook share/doc/HTML/es/umbrello/authors.docbook share/doc/HTML/es/umbrello/credits.docbook share/doc/HTML/es/umbrello/faq.docbook @@ -1475,7 +1478,6 @@ share/locale/es/charset share/locale/es/entry.desktop share/locale/es/flag.png @dirrm share/doc/HTML/es/umbrello -@dirrm share/doc/HTML/es/quanta @dirrm share/doc/HTML/es/noatun @dirrm share/doc/HTML/es/megami @dirrm share/doc/HTML/es/lskat @@ -1484,7 +1486,9 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/kwuftpd @dirrm share/doc/HTML/es/kworldclock @dirrm share/doc/HTML/es/kwin4 +@dirrm share/doc/HTML/es/kwifimanager @dirrm share/doc/HTML/es/kweather +@dirrm share/doc/HTML/es/kwallet @dirrm share/doc/HTML/es/kvoctrain @dirrm share/doc/HTML/es/kview @dirrm share/doc/HTML/es/kverbos @@ -1518,6 +1522,7 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/kpackage @dirrm share/doc/HTML/es/korn @dirrm share/doc/HTML/es/korganizer +@dirrm share/doc/HTML/es/kopete @dirrm share/doc/HTML/es/kooka @dirrm share/doc/HTML/es/kontact @dirrm share/doc/HTML/es/konsolekalendar @@ -1531,7 +1536,6 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/knode @dirrm share/doc/HTML/es/kmplot @dirrm share/doc/HTML/es/kmouth -@dirrm share/doc/HTML/es/kmoon @dirrm share/doc/HTML/es/kmix @dirrm share/doc/HTML/es/kmines @dirrm share/doc/HTML/es/kmid diff --git a/misc/kde3-i18n-et/Makefile b/misc/kde3-i18n-et/Makefile index 30b1d886e601..cc070da505e0 100644 --- a/misc/kde3-i18n-et/Makefile +++ b/misc/kde3-i18n-et/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= et- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-et/distinfo b/misc/kde3-i18n-et/distinfo index eaa47c6e56fa..01c1401e90dc 100644 --- a/misc/kde3-i18n-et/distinfo +++ b/misc/kde3-i18n-et/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-et-3.2.0.tar.bz2) = a04de7d39468c9b9444f377fb6a157f4 +MD5 (KDE/kde-i18n/kde-i18n-et-3.2.1.tar.bz2) = 1671b52abf1f850e87cc1f6d1220ee3b +SIZE (KDE/kde-i18n/kde-i18n-et-3.2.1.tar.bz2) = 9958058 diff --git a/misc/kde3-i18n-eu/Makefile b/misc/kde3-i18n-eu/Makefile index 38bb2ba5f80a..f48d8045e357 100644 --- a/misc/kde3-i18n-eu/Makefile +++ b/misc/kde3-i18n-eu/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= eu- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-eu/distinfo b/misc/kde3-i18n-eu/distinfo index 410b8fc1ccc0..3b02b7a28489 100644 --- a/misc/kde3-i18n-eu/distinfo +++ b/misc/kde3-i18n-eu/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-eu-3.2.0.tar.bz2) = 73a4fd81c609058f46bec450c19380f7 +MD5 (KDE/kde-i18n/kde-i18n-eu-3.2.1.tar.bz2) = a13f0a307db23e6e6052f56811071c6e +SIZE (KDE/kde-i18n/kde-i18n-eu-3.2.1.tar.bz2) = 2292394 diff --git a/misc/kde3-i18n-eu/pkg-plist b/misc/kde3-i18n-eu/pkg-plist index e69de29bb2d1..11150e776162 100644 --- a/misc/kde3-i18n-eu/pkg-plist +++ b/misc/kde3-i18n-eu/pkg-plist @@ -0,0 +1,559 @@ +share/doc/HTML/eu/common/1.png +share/doc/HTML/eu/common/10.png +share/doc/HTML/eu/common/2.png +share/doc/HTML/eu/common/3.png +share/doc/HTML/eu/common/4.png +share/doc/HTML/eu/common/5.png +share/doc/HTML/eu/common/6.png +share/doc/HTML/eu/common/7.png +share/doc/HTML/eu/common/8.png +share/doc/HTML/eu/common/9.png +share/doc/HTML/eu/common/appheader.html +share/doc/HTML/eu/common/artistic-license.html +share/doc/HTML/eu/common/bottom1.png +share/doc/HTML/eu/common/bottom2.png +share/doc/HTML/eu/common/bsd-license.html +share/doc/HTML/eu/common/docheadergears.png +share/doc/HTML/eu/common/doctop1.png +share/doc/HTML/eu/common/doctop1a.png +share/doc/HTML/eu/common/doctop1b.png +share/doc/HTML/eu/common/doctop2.png +share/doc/HTML/eu/common/doxygen.css +share/doc/HTML/eu/common/fdl-license +share/doc/HTML/eu/common/fdl-license.html +share/doc/HTML/eu/common/fdl-translated.html +share/doc/HTML/eu/common/footer.html +share/doc/HTML/eu/common/gpl-license +share/doc/HTML/eu/common/gpl-license.html +share/doc/HTML/eu/common/gpl-translated.html +share/doc/HTML/eu/common/grad.png +share/doc/HTML/eu/common/header.html +share/doc/HTML/eu/common/headerbg.png +share/doc/HTML/eu/common/kde-common.css +share/doc/HTML/eu/common/kde-default.css +share/doc/HTML/eu/common/kde-localised.css +share/doc/HTML/eu/common/kde-localised.css.template +share/doc/HTML/eu/common/kde-web.css +share/doc/HTML/eu/common/kde_logo.png +share/doc/HTML/eu/common/kde_logo_bg.png +share/doc/HTML/eu/common/kmenu.png +share/doc/HTML/eu/common/lgpl-license +share/doc/HTML/eu/common/lgpl-license.html +share/doc/HTML/eu/common/logotp3.png +share/doc/HTML/eu/common/mainfooter.html +share/doc/HTML/eu/common/mainheader.html +share/doc/HTML/eu/common/qpl-license.html +share/doc/HTML/eu/common/shadow.png +share/doc/HTML/eu/common/web-docbottom.png +share/doc/HTML/eu/common/web-doctop.png +share/doc/HTML/eu/common/x11-license.html +share/doc/HTML/eu/common/xml.dcl +share/doc/HTML/eu/kbabel/catman.docbook +share/doc/HTML/eu/kbabel/dictionaries.docbook +share/doc/HTML/eu/kbabel/faq.docbook +share/doc/HTML/eu/kbabel/glossary.docbook +share/doc/HTML/eu/kbabel/kbabeldict.docbook +share/doc/HTML/eu/kbabel/menu.docbook +share/doc/HTML/eu/kbabel/preferences.docbook +share/doc/HTML/eu/kbabel/using.docbook +share/locale/eu/LC_MESSAGES/alarmdaemonctrl.mo +share/locale/eu/LC_MESSAGES/alsaplayerui.mo +share/locale/eu/LC_MESSAGES/amor.mo +share/locale/eu/LC_MESSAGES/appletproxy.mo +share/locale/eu/LC_MESSAGES/ark.mo +share/locale/eu/LC_MESSAGES/artsbuilder.mo +share/locale/eu/LC_MESSAGES/artscontrol.mo +share/locale/eu/LC_MESSAGES/artsmodules.mo +share/locale/eu/LC_MESSAGES/atlantikdesigner.mo +share/locale/eu/LC_MESSAGES/audiorename_plugin.mo +share/locale/eu/LC_MESSAGES/autorefresh.mo +share/locale/eu/LC_MESSAGES/babelfish.mo +share/locale/eu/LC_MESSAGES/cervisia.mo +share/locale/eu/LC_MESSAGES/charlatanui.mo +share/locale/eu/LC_MESSAGES/childpanelextension.mo +share/locale/eu/LC_MESSAGES/clockapplet.mo +share/locale/eu/LC_MESSAGES/crashesplugin.mo +share/locale/eu/LC_MESSAGES/cupsdconf.mo +share/locale/eu/LC_MESSAGES/cvsservice.mo +share/locale/eu/LC_MESSAGES/dcopservice.mo +share/locale/eu/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/eu/LC_MESSAGES/desktop_kdeaddons.mo +share/locale/eu/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/eu/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/eu/LC_MESSAGES/desktop_kdebase.mo +share/locale/eu/LC_MESSAGES/desktop_kdeedu.mo +share/locale/eu/LC_MESSAGES/desktop_kdegames.mo +share/locale/eu/LC_MESSAGES/desktop_kdegraphics.mo +share/locale/eu/LC_MESSAGES/desktop_kdelibs.mo +share/locale/eu/LC_MESSAGES/desktop_kdemultimedia.mo +share/locale/eu/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/eu/LC_MESSAGES/desktop_kdepim.mo +share/locale/eu/LC_MESSAGES/desktop_kdesdk.mo +share/locale/eu/LC_MESSAGES/desktop_kdetoys.mo +share/locale/eu/LC_MESSAGES/desktop_kdeutils.mo +share/locale/eu/LC_MESSAGES/desktop_kdevelop.mo +share/locale/eu/LC_MESSAGES/devicesapplet.mo +share/locale/eu/LC_MESSAGES/dirfilterplugin.mo +share/locale/eu/LC_MESSAGES/display.mo +share/locale/eu/LC_MESSAGES/dockbarextension.mo +share/locale/eu/LC_MESSAGES/domtreeviewer.mo +share/locale/eu/LC_MESSAGES/drkonqi.mo +share/locale/eu/LC_MESSAGES/dub.mo +share/locale/eu/LC_MESSAGES/extensionproxy.mo +share/locale/eu/LC_MESSAGES/ffrs.mo +share/locale/eu/LC_MESSAGES/filetypes.mo +share/locale/eu/LC_MESSAGES/flashkard.mo +share/locale/eu/LC_MESSAGES/fontinst.mo +share/locale/eu/LC_MESSAGES/fsview.mo +share/locale/eu/LC_MESSAGES/htmlsearch.mo +share/locale/eu/LC_MESSAGES/imagerename_plugin.mo +share/locale/eu/LC_MESSAGES/imgalleryplugin.mo +share/locale/eu/LC_MESSAGES/irkick.mo +share/locale/eu/LC_MESSAGES/jefferson.mo +share/locale/eu/LC_MESSAGES/juk.mo +share/locale/eu/LC_MESSAGES/kabc2mutt.mo +share/locale/eu/LC_MESSAGES/kabc_dir.mo +share/locale/eu/LC_MESSAGES/kabc_file.mo +share/locale/eu/LC_MESSAGES/kabc_ldap.mo +share/locale/eu/LC_MESSAGES/kabc_ldapkio.mo +share/locale/eu/LC_MESSAGES/kabc_net.mo +share/locale/eu/LC_MESSAGES/kabc_sql.mo +share/locale/eu/LC_MESSAGES/kabcformat_binary.mo +share/locale/eu/LC_MESSAGES/kaboodle.mo +share/locale/eu/LC_MESSAGES/kaccess.mo +share/locale/eu/LC_MESSAGES/kaddressbook.mo +share/locale/eu/LC_MESSAGES/kalarm.mo +share/locale/eu/LC_MESSAGES/kalarmdgui.mo +share/locale/eu/LC_MESSAGES/kalzium.mo +share/locale/eu/LC_MESSAGES/kandy.mo +share/locale/eu/LC_MESSAGES/kappfinder.mo +share/locale/eu/LC_MESSAGES/karm.mo +share/locale/eu/LC_MESSAGES/kasbarextension.mo +share/locale/eu/LC_MESSAGES/kasteroids.mo +share/locale/eu/LC_MESSAGES/kate.mo +share/locale/eu/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/eu/LC_MESSAGES/katedefaultproject.mo +share/locale/eu/LC_MESSAGES/katefll_initplugin.mo +share/locale/eu/LC_MESSAGES/katefll_plugin.mo +share/locale/eu/LC_MESSAGES/katehelloworld.mo +share/locale/eu/LC_MESSAGES/katehtmltools.mo +share/locale/eu/LC_MESSAGES/kateinsertcommand.mo +share/locale/eu/LC_MESSAGES/katemake.mo +share/locale/eu/LC_MESSAGES/katemodeline.mo +share/locale/eu/LC_MESSAGES/kateopenheader.mo +share/locale/eu/LC_MESSAGES/katepart.mo +share/locale/eu/LC_MESSAGES/kateprojectmanager.mo +share/locale/eu/LC_MESSAGES/katepybrowse.mo +share/locale/eu/LC_MESSAGES/katespell.mo +share/locale/eu/LC_MESSAGES/katetextfilter.mo +share/locale/eu/LC_MESSAGES/katexmlcheck.mo +share/locale/eu/LC_MESSAGES/katexmltools.mo +share/locale/eu/LC_MESSAGES/katomic.mo +share/locale/eu/LC_MESSAGES/kaudiocreator.mo +share/locale/eu/LC_MESSAGES/kbabel.mo +share/locale/eu/LC_MESSAGES/kbackgammon.mo +share/locale/eu/LC_MESSAGES/kbattleship.mo +share/locale/eu/LC_MESSAGES/kbinaryclock.mo +share/locale/eu/LC_MESSAGES/kblackbox.mo +share/locale/eu/LC_MESSAGES/kbounce.mo +share/locale/eu/LC_MESSAGES/kbruch.mo +share/locale/eu/LC_MESSAGES/kbugbuster.mo +share/locale/eu/LC_MESSAGES/kcachegrind.mo +share/locale/eu/LC_MESSAGES/kcalc.mo +share/locale/eu/LC_MESSAGES/kcardchooser.mo +share/locale/eu/LC_MESSAGES/kcharselect.mo +share/locale/eu/LC_MESSAGES/kcharselectapplet.mo +share/locale/eu/LC_MESSAGES/kcm_krfb.mo +share/locale/eu/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo +share/locale/eu/LC_MESSAGES/kcmaccess.mo +share/locale/eu/LC_MESSAGES/kcmaccessibility.mo +share/locale/eu/LC_MESSAGES/kcmarts.mo +share/locale/eu/LC_MESSAGES/kcmaudiocd.mo +share/locale/eu/LC_MESSAGES/kcmbackground.mo +share/locale/eu/LC_MESSAGES/kcmbell.mo +share/locale/eu/LC_MESSAGES/kcmcddb.mo +share/locale/eu/LC_MESSAGES/kcmcgi.mo +share/locale/eu/LC_MESSAGES/kcmcolors.mo +share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/eu/LC_MESSAGES/kcmcrypto.mo +share/locale/eu/LC_MESSAGES/kcmcss.mo +share/locale/eu/LC_MESSAGES/kcmemail.mo +share/locale/eu/LC_MESSAGES/kcmenergy.mo +share/locale/eu/LC_MESSAGES/kcmfileshare.mo +share/locale/eu/LC_MESSAGES/kcmfonts.mo +share/locale/eu/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/eu/LC_MESSAGES/kcmicons.mo +share/locale/eu/LC_MESSAGES/kcminfo.mo +share/locale/eu/LC_MESSAGES/kcminput.mo +share/locale/eu/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/eu/LC_MESSAGES/kcmkabconfig.mo +share/locale/eu/LC_MESSAGES/kcmkamera.mo +share/locale/eu/LC_MESSAGES/kcmkclock.mo +share/locale/eu/LC_MESSAGES/kcmkded.mo +share/locale/eu/LC_MESSAGES/kcmkeys.mo +share/locale/eu/LC_MESSAGES/kcmkicker.mo +share/locale/eu/LC_MESSAGES/kcmkio.mo +share/locale/eu/LC_MESSAGES/kcmkmix.mo +share/locale/eu/LC_MESSAGES/kcmkonq.mo +share/locale/eu/LC_MESSAGES/kcmkonqhtml.mo +share/locale/eu/LC_MESSAGES/kcmkonsole.mo +share/locale/eu/LC_MESSAGES/kcmkontactnt.mo +share/locale/eu/LC_MESSAGES/kcmktalkd.mo +share/locale/eu/LC_MESSAGES/kcmkuick.mo +share/locale/eu/LC_MESSAGES/kcmkurifilt.mo +share/locale/eu/LC_MESSAGES/kcmkvaio.mo +share/locale/eu/LC_MESSAGES/kcmkwallet.mo +share/locale/eu/LC_MESSAGES/kcmkwindecoration.mo +share/locale/eu/LC_MESSAGES/kcmkwintheme.mo +share/locale/eu/LC_MESSAGES/kcmkwm.mo +share/locale/eu/LC_MESSAGES/kcmkxmlrpcd.mo +share/locale/eu/LC_MESSAGES/kcmlanbrowser.mo +share/locale/eu/LC_MESSAGES/kcmlaptop.mo +share/locale/eu/LC_MESSAGES/kcmlaunch.mo +share/locale/eu/LC_MESSAGES/kcmlayout.mo +share/locale/eu/LC_MESSAGES/kcmlilo.mo +share/locale/eu/LC_MESSAGES/kcmlinuz.mo +share/locale/eu/LC_MESSAGES/kcmlocale.mo +share/locale/eu/LC_MESSAGES/kcmmediacontrol.mo +share/locale/eu/LC_MESSAGES/kcmmidi.mo +share/locale/eu/LC_MESSAGES/kcmnic.mo +share/locale/eu/LC_MESSAGES/kcmnotify.mo +share/locale/eu/LC_MESSAGES/kcmperformance.mo +share/locale/eu/LC_MESSAGES/kcmprintmgr.mo +share/locale/eu/LC_MESSAGES/kcmsamba.mo +share/locale/eu/LC_MESSAGES/kcmscreensaver.mo +share/locale/eu/LC_MESSAGES/kcmsmartcard.mo +share/locale/eu/LC_MESSAGES/kcmsmserver.mo +share/locale/eu/LC_MESSAGES/kcmsocks.mo +share/locale/eu/LC_MESSAGES/kcmspellchecking.mo +share/locale/eu/LC_MESSAGES/kcmstyle.mo +share/locale/eu/LC_MESSAGES/kcmtaskbar.mo +share/locale/eu/LC_MESSAGES/kcmusb.mo +share/locale/eu/LC_MESSAGES/kcmview1394.mo +share/locale/eu/LC_MESSAGES/kcmvim.mo +share/locale/eu/LC_MESSAGES/kcmwifi.mo +share/locale/eu/LC_MESSAGES/kcmxinerama.mo +share/locale/eu/LC_MESSAGES/kcoloredit.mo +share/locale/eu/LC_MESSAGES/kcontrol.mo +share/locale/eu/LC_MESSAGES/kcron.mo +share/locale/eu/LC_MESSAGES/kdat.mo +share/locale/eu/LC_MESSAGES/kdcop.mo +share/locale/eu/LC_MESSAGES/kdebugdialog.mo +share/locale/eu/LC_MESSAGES/kdelibs.mo +share/locale/eu/LC_MESSAGES/kdelibs_colors.mo +share/locale/eu/LC_MESSAGES/kdepasswd.mo +share/locale/eu/LC_MESSAGES/kdeprint.mo +share/locale/eu/LC_MESSAGES/kdeprint_part.mo +share/locale/eu/LC_MESSAGES/kdeprintfax.mo +share/locale/eu/LC_MESSAGES/kdesktop.mo +share/locale/eu/LC_MESSAGES/kdessh.mo +share/locale/eu/LC_MESSAGES/kdesu.mo +share/locale/eu/LC_MESSAGES/kdesud.mo +share/locale/eu/LC_MESSAGES/kdevtipofday.mo +share/locale/eu/LC_MESSAGES/kdf.mo +share/locale/eu/LC_MESSAGES/kdgantt.mo +share/locale/eu/LC_MESSAGES/kdialog.mo +share/locale/eu/LC_MESSAGES/kdict.mo +share/locale/eu/LC_MESSAGES/kdictapplet.mo +share/locale/eu/LC_MESSAGES/kdmchooser.mo +share/locale/eu/LC_MESSAGES/kdmconfig.mo +share/locale/eu/LC_MESSAGES/kdmgreet.mo +share/locale/eu/LC_MESSAGES/kdvi.mo +share/locale/eu/LC_MESSAGES/kedit.mo +share/locale/eu/LC_MESSAGES/keduca.mo +share/locale/eu/LC_MESSAGES/kenolaba.mo +share/locale/eu/LC_MESSAGES/kfax.mo +share/locale/eu/LC_MESSAGES/kfifteenapplet.mo +share/locale/eu/LC_MESSAGES/kfile_au.mo +share/locale/eu/LC_MESSAGES/kfile_avi.mo +share/locale/eu/LC_MESSAGES/kfile_bmp.mo +share/locale/eu/LC_MESSAGES/kfile_cpp.mo +share/locale/eu/LC_MESSAGES/kfile_deb.mo +share/locale/eu/LC_MESSAGES/kfile_desktop.mo +share/locale/eu/LC_MESSAGES/kfile_diff.mo +share/locale/eu/LC_MESSAGES/kfile_dvi.mo +share/locale/eu/LC_MESSAGES/kfile_flac.mo +share/locale/eu/LC_MESSAGES/kfile_folder.mo +share/locale/eu/LC_MESSAGES/kfile_font.mo +share/locale/eu/LC_MESSAGES/kfile_gif.mo +share/locale/eu/LC_MESSAGES/kfile_html.mo +share/locale/eu/LC_MESSAGES/kfile_ico.mo +share/locale/eu/LC_MESSAGES/kfile_jpeg.mo +share/locale/eu/LC_MESSAGES/kfile_m3u.mo +share/locale/eu/LC_MESSAGES/kfile_mp3.mo +share/locale/eu/LC_MESSAGES/kfile_ogg.mo +share/locale/eu/LC_MESSAGES/kfile_pcx.mo +share/locale/eu/LC_MESSAGES/kfile_pdf.mo +share/locale/eu/LC_MESSAGES/kfile_png.mo +share/locale/eu/LC_MESSAGES/kfile_pnm.mo +share/locale/eu/LC_MESSAGES/kfile_po.mo +share/locale/eu/LC_MESSAGES/kfile_ps.mo +share/locale/eu/LC_MESSAGES/kfile_rfc822.mo +share/locale/eu/LC_MESSAGES/kfile_rpm.mo +share/locale/eu/LC_MESSAGES/kfile_tga.mo +share/locale/eu/LC_MESSAGES/kfile_tiff.mo +share/locale/eu/LC_MESSAGES/kfile_ts.mo +share/locale/eu/LC_MESSAGES/kfile_txt.mo +share/locale/eu/LC_MESSAGES/kfile_vcf.mo +share/locale/eu/LC_MESSAGES/kfile_wav.mo +share/locale/eu/LC_MESSAGES/kfile_xbm.mo +share/locale/eu/LC_MESSAGES/kfileaudiopreview.mo +share/locale/eu/LC_MESSAGES/kfilereplace.mo +share/locale/eu/LC_MESSAGES/kfindpart.mo +share/locale/eu/LC_MESSAGES/kfloppy.mo +share/locale/eu/LC_MESSAGES/kfmclient.mo +share/locale/eu/LC_MESSAGES/kfontinst.mo +share/locale/eu/LC_MESSAGES/kfouleggs.mo +share/locale/eu/LC_MESSAGES/kgamma.mo +share/locale/eu/LC_MESSAGES/kgantt.mo +share/locale/eu/LC_MESSAGES/kget.mo +share/locale/eu/LC_MESSAGES/kghostview.mo +share/locale/eu/LC_MESSAGES/kgoldrunner.mo +share/locale/eu/LC_MESSAGES/kgpg.mo +share/locale/eu/LC_MESSAGES/kgpgcertmanager.mo +share/locale/eu/LC_MESSAGES/khangman.mo +share/locale/eu/LC_MESSAGES/khelpcenter.mo +share/locale/eu/LC_MESSAGES/khexedit.mo +share/locale/eu/LC_MESSAGES/khotkeys.mo +share/locale/eu/LC_MESSAGES/khtmlsettingsplugin.mo +share/locale/eu/LC_MESSAGES/kicker.mo +share/locale/eu/LC_MESSAGES/kiconedit.mo +share/locale/eu/LC_MESSAGES/kinetd.mo +share/locale/eu/LC_MESSAGES/kio.mo +share/locale/eu/LC_MESSAGES/kio_audiocd.mo +share/locale/eu/LC_MESSAGES/kio_devices.mo +share/locale/eu/LC_MESSAGES/kio_finger.mo +share/locale/eu/LC_MESSAGES/kio_fish.mo +share/locale/eu/LC_MESSAGES/kio_floppy.mo +share/locale/eu/LC_MESSAGES/kio_help.mo +share/locale/eu/LC_MESSAGES/kio_imap4.mo +share/locale/eu/LC_MESSAGES/kio_lan.mo +share/locale/eu/LC_MESSAGES/kio_mac.mo +share/locale/eu/LC_MESSAGES/kio_man.mo +share/locale/eu/LC_MESSAGES/kio_mobile.mo +share/locale/eu/LC_MESSAGES/kio_nfs.mo +share/locale/eu/LC_MESSAGES/kio_nntp.mo +share/locale/eu/LC_MESSAGES/kio_pop3.mo +share/locale/eu/LC_MESSAGES/kio_print.mo +share/locale/eu/LC_MESSAGES/kio_settings.mo +share/locale/eu/LC_MESSAGES/kio_sftp.mo +share/locale/eu/LC_MESSAGES/kio_sieve.mo +share/locale/eu/LC_MESSAGES/kio_smb.mo +share/locale/eu/LC_MESSAGES/kio_smbro.mo +share/locale/eu/LC_MESSAGES/kio_smtp.mo +share/locale/eu/LC_MESSAGES/kioexec.mo +share/locale/eu/LC_MESSAGES/kit.mo +share/locale/eu/LC_MESSAGES/kiten.mo +share/locale/eu/LC_MESSAGES/kjobviewer.mo +share/locale/eu/LC_MESSAGES/kjots.mo +share/locale/eu/LC_MESSAGES/kjumpingcube.mo +share/locale/eu/LC_MESSAGES/klaptopdaemon.mo +share/locale/eu/LC_MESSAGES/klegacyimport.mo +share/locale/eu/LC_MESSAGES/klettres.mo +share/locale/eu/LC_MESSAGES/klickety.mo +share/locale/eu/LC_MESSAGES/klines.mo +share/locale/eu/LC_MESSAGES/klipper.mo +share/locale/eu/LC_MESSAGES/klock.mo +share/locale/eu/LC_MESSAGES/kmahjongg.mo +share/locale/eu/LC_MESSAGES/kmail.mo +share/locale/eu/LC_MESSAGES/kmailcvt.mo +share/locale/eu/LC_MESSAGES/kmathtool.mo +share/locale/eu/LC_MESSAGES/kmcop.mo +share/locale/eu/LC_MESSAGES/kmenuapplet.mo +share/locale/eu/LC_MESSAGES/kmenuedit.mo +share/locale/eu/LC_MESSAGES/kmessedwords.mo +share/locale/eu/LC_MESSAGES/kmid.mo +share/locale/eu/LC_MESSAGES/kmidi.mo +share/locale/eu/LC_MESSAGES/kmines.mo +share/locale/eu/LC_MESSAGES/kminipagerapplet.mo +share/locale/eu/LC_MESSAGES/kmix.mo +share/locale/eu/LC_MESSAGES/kmoon.mo +share/locale/eu/LC_MESSAGES/kmplot.mo +share/locale/eu/LC_MESSAGES/kmrml.mo +share/locale/eu/LC_MESSAGES/knewsticker.mo +share/locale/eu/LC_MESSAGES/knode.mo +share/locale/eu/LC_MESSAGES/knorskverbs.mo +share/locale/eu/LC_MESSAGES/knotes.mo +share/locale/eu/LC_MESSAGES/knotify.mo +share/locale/eu/LC_MESSAGES/kodo.mo +share/locale/eu/LC_MESSAGES/kolf.mo +share/locale/eu/LC_MESSAGES/kolourpicker.mo +share/locale/eu/LC_MESSAGES/kompare.mo +share/locale/eu/LC_MESSAGES/konq_smbmounterplugin.mo +share/locale/eu/LC_MESSAGES/konqsidebar_mediaplayer.mo +share/locale/eu/LC_MESSAGES/konqueror.mo +share/locale/eu/LC_MESSAGES/konquest.mo +share/locale/eu/LC_MESSAGES/konsole.mo +share/locale/eu/LC_MESSAGES/konsolekalendar.mo +share/locale/eu/LC_MESSAGES/kontact.mo +share/locale/eu/LC_MESSAGES/kooka.mo +share/locale/eu/LC_MESSAGES/kopete.mo +share/locale/eu/LC_MESSAGES/korganizer.mo +share/locale/eu/LC_MESSAGES/korn.mo +share/locale/eu/LC_MESSAGES/kpackage.mo +share/locale/eu/LC_MESSAGES/kpager.mo +share/locale/eu/LC_MESSAGES/kpaint.mo +share/locale/eu/LC_MESSAGES/kpartapp.mo +share/locale/eu/LC_MESSAGES/kpartsaver.mo +share/locale/eu/LC_MESSAGES/kpat.mo +share/locale/eu/LC_MESSAGES/kpdf.mo +share/locale/eu/LC_MESSAGES/kpercentage.mo +share/locale/eu/LC_MESSAGES/kpersonalizer.mo +share/locale/eu/LC_MESSAGES/kpf.mo +share/locale/eu/LC_MESSAGES/kpilot.mo +share/locale/eu/LC_MESSAGES/kpoker.mo +share/locale/eu/LC_MESSAGES/kpovmodeler.mo +share/locale/eu/LC_MESSAGES/kppp.mo +share/locale/eu/LC_MESSAGES/kppplogview.mo +share/locale/eu/LC_MESSAGES/kprinter.mo +share/locale/eu/LC_MESSAGES/krandr.mo +share/locale/eu/LC_MESSAGES/krdb.mo +share/locale/eu/LC_MESSAGES/krdc.mo +share/locale/eu/LC_MESSAGES/kreadconfig.mo +share/locale/eu/LC_MESSAGES/krec.mo +share/locale/eu/LC_MESSAGES/kregexpeditor.mo +share/locale/eu/LC_MESSAGES/kreversi.mo +share/locale/eu/LC_MESSAGES/krfb.mo +share/locale/eu/LC_MESSAGES/kruler.mo +share/locale/eu/LC_MESSAGES/krunapplet.mo +share/locale/eu/LC_MESSAGES/ksame.mo +share/locale/eu/LC_MESSAGES/kscd.mo +share/locale/eu/LC_MESSAGES/kscreensaver.mo +share/locale/eu/LC_MESSAGES/kshisen.mo +share/locale/eu/LC_MESSAGES/ksig.mo +share/locale/eu/LC_MESSAGES/ksim.mo +share/locale/eu/LC_MESSAGES/ksirc.mo +share/locale/eu/LC_MESSAGES/ksirtet.mo +share/locale/eu/LC_MESSAGES/ksmiletris.mo +share/locale/eu/LC_MESSAGES/ksmserver.mo +share/locale/eu/LC_MESSAGES/ksnake.mo +share/locale/eu/LC_MESSAGES/ksnapshot.mo +share/locale/eu/LC_MESSAGES/ksokoban.mo +share/locale/eu/LC_MESSAGES/kspaceduel.mo +share/locale/eu/LC_MESSAGES/ksplash.mo +share/locale/eu/LC_MESSAGES/ksplashthemes.mo +share/locale/eu/LC_MESSAGES/kstars.mo +share/locale/eu/LC_MESSAGES/kstart.mo +share/locale/eu/LC_MESSAGES/kstartperf.mo +share/locale/eu/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/eu/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/eu/LC_MESSAGES/ksvgplugin.mo +share/locale/eu/LC_MESSAGES/ksync.mo +share/locale/eu/LC_MESSAGES/ksysguard.mo +share/locale/eu/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/eu/LC_MESSAGES/ksystraycmd.mo +share/locale/eu/LC_MESSAGES/ksysv.mo +share/locale/eu/LC_MESSAGES/ktalkd.mo +share/locale/eu/LC_MESSAGES/ktaskbarapplet.mo +share/locale/eu/LC_MESSAGES/kteatime.mo +share/locale/eu/LC_MESSAGES/ktexteditor_insertfile.mo +share/locale/eu/LC_MESSAGES/ktexteditor_isearch.mo +share/locale/eu/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/eu/LC_MESSAGES/ktimemon.mo +share/locale/eu/LC_MESSAGES/ktimer.mo +share/locale/eu/LC_MESSAGES/ktip.mo +share/locale/eu/LC_MESSAGES/ktnef.mo +share/locale/eu/LC_MESSAGES/ktouch.mo +share/locale/eu/LC_MESSAGES/ktron.mo +share/locale/eu/LC_MESSAGES/ktuberling.mo +share/locale/eu/LC_MESSAGES/ktux.mo +share/locale/eu/LC_MESSAGES/kuick_plugin.mo +share/locale/eu/LC_MESSAGES/kuickshow.mo +share/locale/eu/LC_MESSAGES/kuiviewer.mo +share/locale/eu/LC_MESSAGES/kuser.mo +share/locale/eu/LC_MESSAGES/kverbos.mo +share/locale/eu/LC_MESSAGES/kview.mo +share/locale/eu/LC_MESSAGES/kview_scale.mo +share/locale/eu/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/eu/LC_MESSAGES/kviewcanvas.mo +share/locale/eu/LC_MESSAGES/kvieweffectsplugin.mo +share/locale/eu/LC_MESSAGES/kviewpresenterplugin.mo +share/locale/eu/LC_MESSAGES/kviewscannerplugin.mo +share/locale/eu/LC_MESSAGES/kviewshell.mo +share/locale/eu/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/eu/LC_MESSAGES/kviewviewer.mo +share/locale/eu/LC_MESSAGES/kvoctrain.mo +share/locale/eu/LC_MESSAGES/kwalletmanager.mo +share/locale/eu/LC_MESSAGES/kweather.mo +share/locale/eu/LC_MESSAGES/kwifimanager.mo +share/locale/eu/LC_MESSAGES/kwin.mo +share/locale/eu/LC_MESSAGES/kwin4.mo +share/locale/eu/LC_MESSAGES/kwin_b2_config.mo +share/locale/eu/LC_MESSAGES/kwin_cde_config.mo +share/locale/eu/LC_MESSAGES/kwin_default_config.mo +share/locale/eu/LC_MESSAGES/kwin_glow_config.mo +share/locale/eu/LC_MESSAGES/kwin_icewm_config.mo +share/locale/eu/LC_MESSAGES/kwin_keramik_config.mo +share/locale/eu/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/eu/LC_MESSAGES/kwin_plastik_config.mo +share/locale/eu/LC_MESSAGES/kwin_quartz_config.mo +share/locale/eu/LC_MESSAGES/kwireless.mo +share/locale/eu/LC_MESSAGES/kworldclock.mo +share/locale/eu/LC_MESSAGES/kwriteconfig.mo +share/locale/eu/LC_MESSAGES/kxkb.mo +share/locale/eu/LC_MESSAGES/kxmlrpcd.mo +share/locale/eu/LC_MESSAGES/kxsconfig.mo +share/locale/eu/LC_MESSAGES/kxsldbg.mo +share/locale/eu/LC_MESSAGES/libcalendarresources.mo +share/locale/eu/LC_MESSAGES/libkaddrbk_geo_xxport.mo +share/locale/eu/LC_MESSAGES/libkcal.mo +share/locale/eu/LC_MESSAGES/libkcalsystem.mo +share/locale/eu/LC_MESSAGES/libkcddb.mo +share/locale/eu/LC_MESSAGES/libkdegames.mo +share/locale/eu/LC_MESSAGES/libkdehighscores.mo +share/locale/eu/LC_MESSAGES/libkdenetwork.mo +share/locale/eu/LC_MESSAGES/libkdepim.mo +share/locale/eu/LC_MESSAGES/libkicker.mo +share/locale/eu/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/eu/LC_MESSAGES/libkickermenu_konsole.mo +share/locale/eu/LC_MESSAGES/libkickermenu_prefmenu.mo +share/locale/eu/LC_MESSAGES/libkickermenu_recentdocs.mo +share/locale/eu/LC_MESSAGES/libkonq.mo +share/locale/eu/LC_MESSAGES/libkpimexchange.mo +share/locale/eu/LC_MESSAGES/libkscan.mo +share/locale/eu/LC_MESSAGES/libkscreensaver.mo +share/locale/eu/LC_MESSAGES/libksieve.mo +share/locale/eu/LC_MESSAGES/libksirtet.mo +share/locale/eu/LC_MESSAGES/libksync.mo +share/locale/eu/LC_MESSAGES/libtaskbar.mo +share/locale/eu/LC_MESSAGES/libtaskmanager.mo +share/locale/eu/LC_MESSAGES/lockout.mo +share/locale/eu/LC_MESSAGES/lskat.mo +share/locale/eu/LC_MESSAGES/lyrics.mo +share/locale/eu/LC_MESSAGES/mediacontrol.mo +share/locale/eu/LC_MESSAGES/minitoolsplugin.mo +share/locale/eu/LC_MESSAGES/naughtyapplet.mo +share/locale/eu/LC_MESSAGES/nexscope.mo +share/locale/eu/LC_MESSAGES/noatun.mo +share/locale/eu/LC_MESSAGES/nsplugin.mo +share/locale/eu/LC_MESSAGES/passwords.mo +share/locale/eu/LC_MESSAGES/pitchablespeed.mo +share/locale/eu/LC_MESSAGES/ppdtranslations.mo +share/locale/eu/LC_MESSAGES/privacy.mo +share/locale/eu/LC_MESSAGES/qeditor.mo +share/locale/eu/LC_MESSAGES/quanta.mo +share/locale/eu/LC_MESSAGES/quicklauncher.mo +share/locale/eu/LC_MESSAGES/secpolicy.mo +share/locale/eu/LC_MESSAGES/spy.mo +share/locale/eu/LC_MESSAGES/synaescope.mo +share/locale/eu/LC_MESSAGES/taskbarextension.mo +share/locale/eu/LC_MESSAGES/timezones.mo +share/locale/eu/LC_MESSAGES/tippecanoe.mo +share/locale/eu/LC_MESSAGES/tyler.mo +share/locale/eu/LC_MESSAGES/uachangerplugin.mo +share/locale/eu/LC_MESSAGES/umbrello.mo +share/locale/eu/LC_MESSAGES/userinfo.mo +share/locale/eu/LC_MESSAGES/validatorsplugin.mo +share/locale/eu/LC_MESSAGES/vimpart.mo +share/locale/eu/LC_MESSAGES/wakeup.mo +share/locale/eu/LC_MESSAGES/wavecapture.mo +share/locale/eu/LC_MESSAGES/webarchiver.mo +share/locale/eu/charset +share/locale/eu/entry.desktop +share/locale/eu/flag.png +@dirrm share/doc/HTML/eu/kbabel +@dirrm share/doc/HTML/eu/common +@dirrm share/doc/HTML/eu diff --git a/misc/kde3-i18n-fa/Makefile b/misc/kde3-i18n-fa/Makefile index 9869da601e4b..05917e15ec22 100644 --- a/misc/kde3-i18n-fa/Makefile +++ b/misc/kde3-i18n-fa/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= fa- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-fa/distinfo b/misc/kde3-i18n-fa/distinfo index b2a8a7837d37..e428904dc594 100644 --- a/misc/kde3-i18n-fa/distinfo +++ b/misc/kde3-i18n-fa/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-fa-3.2.0.tar.bz2) = 3f0f3cda127380af84ef708ac1dc8a04 +MD5 (KDE/kde-i18n/kde-i18n-fa-3.2.1.tar.bz2) = ff7cacdcf04b9171303829d88eb23d3e +SIZE (KDE/kde-i18n/kde-i18n-fa-3.2.1.tar.bz2) = 1229796 diff --git a/misc/kde3-i18n-fa/pkg-plist b/misc/kde3-i18n-fa/pkg-plist index 568fe0c3f481..43618cf2966e 100644 --- a/misc/kde3-i18n-fa/pkg-plist +++ b/misc/kde3-i18n-fa/pkg-plist @@ -189,5 +189,3 @@ share/locale/fa/LC_MESSAGES/timezones.mo share/locale/fa/charset share/locale/fa/entry.desktop share/locale/fa/flag.png -@dirrm share/locale/fa/LC_MESSAGES -@dirrm share/locale/fa diff --git a/misc/kde3-i18n-fi/Makefile b/misc/kde3-i18n-fi/Makefile index 440f006f5e73..8a02e0e6178c 100644 --- a/misc/kde3-i18n-fi/Makefile +++ b/misc/kde3-i18n-fi/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= fi- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-fi/distinfo b/misc/kde3-i18n-fi/distinfo index c73f82039e34..9fa89ff39d92 100644 --- a/misc/kde3-i18n-fi/distinfo +++ b/misc/kde3-i18n-fi/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-fi-3.2.0.tar.bz2) = a5c21cb62b3234f89030435f019085d3 +MD5 (KDE/kde-i18n/kde-i18n-fi-3.2.1.tar.bz2) = d71a9f36cdf1e5a694e26c40a3658e85 +SIZE (KDE/kde-i18n/kde-i18n-fi-3.2.1.tar.bz2) = 3008853 diff --git a/misc/kde3-i18n-gl/Makefile b/misc/kde3-i18n-gl/Makefile index 412a4d48f8a8..f5ace3448583 100644 --- a/misc/kde3-i18n-gl/Makefile +++ b/misc/kde3-i18n-gl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= gl- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-gl/distinfo b/misc/kde3-i18n-gl/distinfo index 451b389716df..1a91daa1758b 100644 --- a/misc/kde3-i18n-gl/distinfo +++ b/misc/kde3-i18n-gl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-gl-3.2.0.tar.bz2) = f4319f292a3af602150f8e5c8c60784d +MD5 (KDE/kde-i18n/kde-i18n-gl-3.2.1.tar.bz2) = ee6ff109176d72a255948ec4a6edf775 +SIZE (KDE/kde-i18n/kde-i18n-gl-3.2.1.tar.bz2) = 1881907 diff --git a/misc/kde3-i18n-gl/pkg-plist b/misc/kde3-i18n-gl/pkg-plist index a5d3ced9500a..3ac09272244b 100644 --- a/misc/kde3-i18n-gl/pkg-plist +++ b/misc/kde3-i18n-gl/pkg-plist @@ -13,6 +13,7 @@ share/locale/gl/LC_MESSAGES/clockapplet.mo share/locale/gl/LC_MESSAGES/crashesplugin.mo share/locale/gl/LC_MESSAGES/dcopservice.mo share/locale/gl/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/gl/LC_MESSAGES/desktop_kdeaddons.mo share/locale/gl/LC_MESSAGES/desktop_kdeadmin.mo share/locale/gl/LC_MESSAGES/desktop_kdebase.mo share/locale/gl/LC_MESSAGES/desktop_kdeedu.mo @@ -22,6 +23,7 @@ share/locale/gl/LC_MESSAGES/desktop_kdelibs.mo share/locale/gl/LC_MESSAGES/desktop_kdemultimedia.mo share/locale/gl/LC_MESSAGES/desktop_kdenetwork.mo share/locale/gl/LC_MESSAGES/desktop_kdepim.mo +share/locale/gl/LC_MESSAGES/desktop_kdesdk.mo share/locale/gl/LC_MESSAGES/desktop_kdetoys.mo share/locale/gl/LC_MESSAGES/desktop_kdeutils.mo share/locale/gl/LC_MESSAGES/desktop_quanta.mo @@ -109,6 +111,7 @@ share/locale/gl/LC_MESSAGES/kcmnic.mo share/locale/gl/LC_MESSAGES/kcmnotify.mo share/locale/gl/LC_MESSAGES/kcmperformance.mo share/locale/gl/LC_MESSAGES/kcmprintmgr.mo +share/locale/gl/LC_MESSAGES/kcmsamba.mo share/locale/gl/LC_MESSAGES/kcmscreensaver.mo share/locale/gl/LC_MESSAGES/kcmsmartcard.mo share/locale/gl/LC_MESSAGES/kcmsmserver.mo @@ -117,6 +120,7 @@ share/locale/gl/LC_MESSAGES/kcmspellchecking.mo share/locale/gl/LC_MESSAGES/kcmstyle.mo share/locale/gl/LC_MESSAGES/kcmtaskbar.mo share/locale/gl/LC_MESSAGES/kcmthemes.mo +share/locale/gl/LC_MESSAGES/kcmusb.mo share/locale/gl/LC_MESSAGES/kcmview1394.mo share/locale/gl/LC_MESSAGES/kcmxinerama.mo share/locale/gl/LC_MESSAGES/kcoloredit.mo @@ -216,10 +220,12 @@ share/locale/gl/LC_MESSAGES/klickety.mo share/locale/gl/LC_MESSAGES/klines.mo share/locale/gl/LC_MESSAGES/klipper.mo share/locale/gl/LC_MESSAGES/kmail.mo +share/locale/gl/LC_MESSAGES/kmathtool.mo share/locale/gl/LC_MESSAGES/kmcop.mo share/locale/gl/LC_MESSAGES/kmenuapplet.mo share/locale/gl/LC_MESSAGES/kmenuedit.mo share/locale/gl/LC_MESSAGES/kmessedwords.mo +share/locale/gl/LC_MESSAGES/kmid.mo share/locale/gl/LC_MESSAGES/kminipagerapplet.mo share/locale/gl/LC_MESSAGES/kmix.mo share/locale/gl/LC_MESSAGES/kmoon.mo @@ -258,6 +264,7 @@ share/locale/gl/LC_MESSAGES/ksmserver.mo share/locale/gl/LC_MESSAGES/ksnake.mo share/locale/gl/LC_MESSAGES/ksnapshot.mo share/locale/gl/LC_MESSAGES/ksplash.mo +share/locale/gl/LC_MESSAGES/ksplashthemes.mo share/locale/gl/LC_MESSAGES/kstart.mo share/locale/gl/LC_MESSAGES/kstyle_keramik_config.mo share/locale/gl/LC_MESSAGES/ksysctrl.mo @@ -271,6 +278,7 @@ share/locale/gl/LC_MESSAGES/ktexteditor_insertfile.mo share/locale/gl/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/gl/LC_MESSAGES/ktimer.mo share/locale/gl/LC_MESSAGES/ktip.mo +share/locale/gl/LC_MESSAGES/ktouch.mo share/locale/gl/LC_MESSAGES/ktron.mo share/locale/gl/LC_MESSAGES/ktux.mo share/locale/gl/LC_MESSAGES/kuick_plugin.mo @@ -323,5 +331,3 @@ share/locale/gl/LC_MESSAGES/webarchiver.mo share/locale/gl/charset share/locale/gl/entry.desktop share/locale/gl/flag.png -share/nls/POSIX -share/nls/en_US.US-ASCII diff --git a/misc/kde3-i18n-hi/Makefile b/misc/kde3-i18n-hi/Makefile index 21b32bfd688f..5c7e0370f23f 100644 --- a/misc/kde3-i18n-hi/Makefile +++ b/misc/kde3-i18n-hi/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= hi- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-hi/distinfo b/misc/kde3-i18n-hi/distinfo index 58e0f9026b55..ebe425022db3 100644 --- a/misc/kde3-i18n-hi/distinfo +++ b/misc/kde3-i18n-hi/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-hi-3.2.0.tar.bz2) = b69d2913e5007bfd68087aeaf9e79ace +MD5 (KDE/kde-i18n/kde-i18n-hi-3.2.1.tar.bz2) = 47a4231ff11bc0fa2a2c550878c0be89 +SIZE (KDE/kde-i18n/kde-i18n-hi-3.2.1.tar.bz2) = 1746141 diff --git a/misc/kde3-i18n-hi/pkg-plist b/misc/kde3-i18n-hi/pkg-plist index 397f12f585b2..b4fa1c403fe0 100644 --- a/misc/kde3-i18n-hi/pkg-plist +++ b/misc/kde3-i18n-hi/pkg-plist @@ -1,5 +1,18 @@ +share/locale/hi/LC_MESSAGES/alsaplayerui.mo share/locale/hi/LC_MESSAGES/appletproxy.mo +share/locale/hi/LC_MESSAGES/ark.mo +share/locale/hi/LC_MESSAGES/artsbuilder.mo +share/locale/hi/LC_MESSAGES/artscontrol.mo +share/locale/hi/LC_MESSAGES/artsmodules.mo share/locale/hi/LC_MESSAGES/atlantik.mo +share/locale/hi/LC_MESSAGES/atlantikdesigner.mo +share/locale/hi/LC_MESSAGES/audiorename_plugin.mo +share/locale/hi/LC_MESSAGES/autorefresh.mo +share/locale/hi/LC_MESSAGES/babelfish.mo +share/locale/hi/LC_MESSAGES/charlatanui.mo +share/locale/hi/LC_MESSAGES/childpanelextension.mo +share/locale/hi/LC_MESSAGES/clockapplet.mo +share/locale/hi/LC_MESSAGES/crashesplugin.mo share/locale/hi/LC_MESSAGES/cupsdconf.mo share/locale/hi/LC_MESSAGES/desktop_kde-i18n.mo share/locale/hi/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -18,30 +31,74 @@ share/locale/hi/LC_MESSAGES/desktop_kdesdk.mo share/locale/hi/LC_MESSAGES/desktop_kdetoys.mo share/locale/hi/LC_MESSAGES/desktop_kdeutils.mo share/locale/hi/LC_MESSAGES/devicesapplet.mo +share/locale/hi/LC_MESSAGES/dirfilterplugin.mo share/locale/hi/LC_MESSAGES/display.mo share/locale/hi/LC_MESSAGES/dockbarextension.mo +share/locale/hi/LC_MESSAGES/domtreeviewer.mo +share/locale/hi/LC_MESSAGES/drkonqi.mo +share/locale/hi/LC_MESSAGES/dub.mo +share/locale/hi/LC_MESSAGES/extensionproxy.mo +share/locale/hi/LC_MESSAGES/ffrs.mo +share/locale/hi/LC_MESSAGES/filetypes.mo +share/locale/hi/LC_MESSAGES/fontinst.mo +share/locale/hi/LC_MESSAGES/fsview.mo +share/locale/hi/LC_MESSAGES/htmlsearch.mo +share/locale/hi/LC_MESSAGES/imagerename_plugin.mo +share/locale/hi/LC_MESSAGES/imgalleryplugin.mo +share/locale/hi/LC_MESSAGES/irkick.mo +share/locale/hi/LC_MESSAGES/jefferson.mo +share/locale/hi/LC_MESSAGES/juk.mo share/locale/hi/LC_MESSAGES/kabc_dir.mo share/locale/hi/LC_MESSAGES/kabc_file.mo share/locale/hi/LC_MESSAGES/kabc_net.mo share/locale/hi/LC_MESSAGES/kabcformat_binary.mo +share/locale/hi/LC_MESSAGES/kaboodle.mo share/locale/hi/LC_MESSAGES/kaccess.mo +share/locale/hi/LC_MESSAGES/kappfinder.mo +share/locale/hi/LC_MESSAGES/kasbarextension.mo share/locale/hi/LC_MESSAGES/kasteroids.mo share/locale/hi/LC_MESSAGES/kate.mo +share/locale/hi/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/hi/LC_MESSAGES/katedefaultproject.mo +share/locale/hi/LC_MESSAGES/katefll_initplugin.mo +share/locale/hi/LC_MESSAGES/katefll_plugin.mo +share/locale/hi/LC_MESSAGES/katehelloworld.mo +share/locale/hi/LC_MESSAGES/katehtmltools.mo +share/locale/hi/LC_MESSAGES/kateinsertcommand.mo +share/locale/hi/LC_MESSAGES/katemake.mo +share/locale/hi/LC_MESSAGES/katemodeline.mo +share/locale/hi/LC_MESSAGES/kateopenheader.mo share/locale/hi/LC_MESSAGES/katepart.mo +share/locale/hi/LC_MESSAGES/kateprojectmanager.mo +share/locale/hi/LC_MESSAGES/katepybrowse.mo +share/locale/hi/LC_MESSAGES/katespell.mo +share/locale/hi/LC_MESSAGES/katetextfilter.mo +share/locale/hi/LC_MESSAGES/katexmlcheck.mo +share/locale/hi/LC_MESSAGES/katexmltools.mo share/locale/hi/LC_MESSAGES/katomic.mo +share/locale/hi/LC_MESSAGES/kaudiocreator.mo share/locale/hi/LC_MESSAGES/kbackgammon.mo share/locale/hi/LC_MESSAGES/kbattleship.mo +share/locale/hi/LC_MESSAGES/kbinaryclock.mo share/locale/hi/LC_MESSAGES/kblackbox.mo share/locale/hi/LC_MESSAGES/kbounce.mo +share/locale/hi/LC_MESSAGES/kcalc.mo +share/locale/hi/LC_MESSAGES/kcardchooser.mo +share/locale/hi/LC_MESSAGES/kcharselect.mo +share/locale/hi/LC_MESSAGES/kcharselectapplet.mo share/locale/hi/LC_MESSAGES/kcm_kviewpluginsconfig.mo share/locale/hi/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/hi/LC_MESSAGES/kcmaccess.mo share/locale/hi/LC_MESSAGES/kcmaccessibility.mo share/locale/hi/LC_MESSAGES/kcmarts.mo +share/locale/hi/LC_MESSAGES/kcmaudiocd.mo +share/locale/hi/LC_MESSAGES/kcmbackground.mo share/locale/hi/LC_MESSAGES/kcmbell.mo +share/locale/hi/LC_MESSAGES/kcmcddb.mo share/locale/hi/LC_MESSAGES/kcmcgi.mo share/locale/hi/LC_MESSAGES/kcmcolors.mo share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hi/LC_MESSAGES/kcmcrypto.mo share/locale/hi/LC_MESSAGES/kcmcss.mo share/locale/hi/LC_MESSAGES/kcmemail.mo share/locale/hi/LC_MESSAGES/kcmenergy.mo @@ -49,43 +106,90 @@ share/locale/hi/LC_MESSAGES/kcmfileshare.mo share/locale/hi/LC_MESSAGES/kcmfonts.mo share/locale/hi/LC_MESSAGES/kcmhtmlsearch.mo share/locale/hi/LC_MESSAGES/kcmicons.mo +share/locale/hi/LC_MESSAGES/kcminfo.mo share/locale/hi/LC_MESSAGES/kcminput.mo share/locale/hi/LC_MESSAGES/kcmioslaveinfo.mo share/locale/hi/LC_MESSAGES/kcmkclock.mo share/locale/hi/LC_MESSAGES/kcmkded.mo +share/locale/hi/LC_MESSAGES/kcmkeys.mo +share/locale/hi/LC_MESSAGES/kcmkicker.mo +share/locale/hi/LC_MESSAGES/kcmkio.mo +share/locale/hi/LC_MESSAGES/kcmkmix.mo +share/locale/hi/LC_MESSAGES/kcmkonq.mo +share/locale/hi/LC_MESSAGES/kcmkonqhtml.mo +share/locale/hi/LC_MESSAGES/kcmkonsole.mo +share/locale/hi/LC_MESSAGES/kcmkontactnt.mo +share/locale/hi/LC_MESSAGES/kcmkuick.mo share/locale/hi/LC_MESSAGES/kcmkurifilt.mo +share/locale/hi/LC_MESSAGES/kcmkvaio.mo +share/locale/hi/LC_MESSAGES/kcmkwallet.mo share/locale/hi/LC_MESSAGES/kcmkwindecoration.mo share/locale/hi/LC_MESSAGES/kcmkwintheme.mo +share/locale/hi/LC_MESSAGES/kcmkwm.mo +share/locale/hi/LC_MESSAGES/kcmlaptop.mo share/locale/hi/LC_MESSAGES/kcmlaunch.mo +share/locale/hi/LC_MESSAGES/kcmlayout.mo +share/locale/hi/LC_MESSAGES/kcmlilo.mo +share/locale/hi/LC_MESSAGES/kcmlinuz.mo +share/locale/hi/LC_MESSAGES/kcmlirc.mo +share/locale/hi/LC_MESSAGES/kcmlocale.mo +share/locale/hi/LC_MESSAGES/kcmmediacontrol.mo share/locale/hi/LC_MESSAGES/kcmmidi.mo share/locale/hi/LC_MESSAGES/kcmnic.mo share/locale/hi/LC_MESSAGES/kcmnotify.mo share/locale/hi/LC_MESSAGES/kcmperformance.mo share/locale/hi/LC_MESSAGES/kcmprintmgr.mo share/locale/hi/LC_MESSAGES/kcmsamba.mo +share/locale/hi/LC_MESSAGES/kcmscreensaver.mo +share/locale/hi/LC_MESSAGES/kcmsmartcard.mo share/locale/hi/LC_MESSAGES/kcmsmserver.mo +share/locale/hi/LC_MESSAGES/kcmsocks.mo share/locale/hi/LC_MESSAGES/kcmspellchecking.mo +share/locale/hi/LC_MESSAGES/kcmstyle.mo +share/locale/hi/LC_MESSAGES/kcmtaskbar.mo +share/locale/hi/LC_MESSAGES/kcmusb.mo share/locale/hi/LC_MESSAGES/kcmview1394.mo +share/locale/hi/LC_MESSAGES/kcmvim.mo +share/locale/hi/LC_MESSAGES/kcmxinerama.mo share/locale/hi/LC_MESSAGES/kcontrol.mo +share/locale/hi/LC_MESSAGES/kcron.mo +share/locale/hi/LC_MESSAGES/kdat.mo share/locale/hi/LC_MESSAGES/kdcop.mo +share/locale/hi/LC_MESSAGES/kdebugdialog.mo share/locale/hi/LC_MESSAGES/kdelibs.mo share/locale/hi/LC_MESSAGES/kdelibs_colors.mo +share/locale/hi/LC_MESSAGES/kdelirc.mo +share/locale/hi/LC_MESSAGES/kdepasswd.mo share/locale/hi/LC_MESSAGES/kdeprint.mo +share/locale/hi/LC_MESSAGES/kdeprint_part.mo +share/locale/hi/LC_MESSAGES/kdeprintfax.mo share/locale/hi/LC_MESSAGES/kdesktop.mo +share/locale/hi/LC_MESSAGES/kdessh.mo +share/locale/hi/LC_MESSAGES/kdesu.mo +share/locale/hi/LC_MESSAGES/kdesud.mo +share/locale/hi/LC_MESSAGES/kdf.mo share/locale/hi/LC_MESSAGES/kdialog.mo share/locale/hi/LC_MESSAGES/kdmchooser.mo share/locale/hi/LC_MESSAGES/kdmconfig.mo share/locale/hi/LC_MESSAGES/kdmgreet.mo +share/locale/hi/LC_MESSAGES/kedit.mo share/locale/hi/LC_MESSAGES/kenolaba.mo +share/locale/hi/LC_MESSAGES/kfile_au.mo +share/locale/hi/LC_MESSAGES/kfile_avi.mo share/locale/hi/LC_MESSAGES/kfile_bmp.mo share/locale/hi/LC_MESSAGES/kfile_deb.mo share/locale/hi/LC_MESSAGES/kfile_desktop.mo share/locale/hi/LC_MESSAGES/kfile_dvi.mo +share/locale/hi/LC_MESSAGES/kfile_flac.mo share/locale/hi/LC_MESSAGES/kfile_folder.mo +share/locale/hi/LC_MESSAGES/kfile_font.mo share/locale/hi/LC_MESSAGES/kfile_gif.mo share/locale/hi/LC_MESSAGES/kfile_html.mo share/locale/hi/LC_MESSAGES/kfile_ico.mo share/locale/hi/LC_MESSAGES/kfile_jpeg.mo +share/locale/hi/LC_MESSAGES/kfile_m3u.mo +share/locale/hi/LC_MESSAGES/kfile_mp3.mo +share/locale/hi/LC_MESSAGES/kfile_ogg.mo share/locale/hi/LC_MESSAGES/kfile_pcx.mo share/locale/hi/LC_MESSAGES/kfile_pdf.mo share/locale/hi/LC_MESSAGES/kfile_png.mo @@ -95,42 +199,111 @@ share/locale/hi/LC_MESSAGES/kfile_rpm.mo share/locale/hi/LC_MESSAGES/kfile_tga.mo share/locale/hi/LC_MESSAGES/kfile_tiff.mo share/locale/hi/LC_MESSAGES/kfile_txt.mo +share/locale/hi/LC_MESSAGES/kfile_wav.mo share/locale/hi/LC_MESSAGES/kfile_xbm.mo +share/locale/hi/LC_MESSAGES/kfindpart.mo +share/locale/hi/LC_MESSAGES/kfloppy.mo +share/locale/hi/LC_MESSAGES/kfmclient.mo +share/locale/hi/LC_MESSAGES/kfontinst.mo share/locale/hi/LC_MESSAGES/kfouleggs.mo share/locale/hi/LC_MESSAGES/kgoldrunner.mo +share/locale/hi/LC_MESSAGES/kgpg.mo +share/locale/hi/LC_MESSAGES/khelpcenter.mo +share/locale/hi/LC_MESSAGES/khexedit.mo +share/locale/hi/LC_MESSAGES/khotkeys.mo +share/locale/hi/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/hi/LC_MESSAGES/kicker.mo share/locale/hi/LC_MESSAGES/kio.mo +share/locale/hi/LC_MESSAGES/kio_audiocd.mo +share/locale/hi/LC_MESSAGES/kio_devices.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_imap4.mo +share/locale/hi/LC_MESSAGES/kio_mac.mo +share/locale/hi/LC_MESSAGES/kio_man.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_print.mo +share/locale/hi/LC_MESSAGES/kio_settings.mo +share/locale/hi/LC_MESSAGES/kio_sftp.mo +share/locale/hi/LC_MESSAGES/kio_smb.mo +share/locale/hi/LC_MESSAGES/kio_smbro.mo +share/locale/hi/LC_MESSAGES/kio_smtp.mo +share/locale/hi/LC_MESSAGES/kjobviewer.mo +share/locale/hi/LC_MESSAGES/kjots.mo share/locale/hi/LC_MESSAGES/kjumpingcube.mo +share/locale/hi/LC_MESSAGES/klaptopdaemon.mo +share/locale/hi/LC_MESSAGES/klegacyimport.mo share/locale/hi/LC_MESSAGES/klickety.mo share/locale/hi/LC_MESSAGES/klines.mo share/locale/hi/LC_MESSAGES/klipper.mo +share/locale/hi/LC_MESSAGES/kmag.mo share/locale/hi/LC_MESSAGES/kmahjongg.mo share/locale/hi/LC_MESSAGES/kmenuapplet.mo +share/locale/hi/LC_MESSAGES/kmenuedit.mo +share/locale/hi/LC_MESSAGES/kmid.mo +share/locale/hi/LC_MESSAGES/kmidi.mo share/locale/hi/LC_MESSAGES/kmines.mo +share/locale/hi/LC_MESSAGES/kminipagerapplet.mo +share/locale/hi/LC_MESSAGES/kmix.mo +share/locale/hi/LC_MESSAGES/kmousetool.mo +share/locale/hi/LC_MESSAGES/kmouth.mo share/locale/hi/LC_MESSAGES/knorskverbs.mo share/locale/hi/LC_MESSAGES/kolf.mo +share/locale/hi/LC_MESSAGES/kolourpicker.mo +share/locale/hi/LC_MESSAGES/konq_smbmounterplugin.mo +share/locale/hi/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/hi/LC_MESSAGES/konqueror.mo share/locale/hi/LC_MESSAGES/konquest.mo share/locale/hi/LC_MESSAGES/konsole.mo +share/locale/hi/LC_MESSAGES/kpackage.mo share/locale/hi/LC_MESSAGES/kpager.mo share/locale/hi/LC_MESSAGES/kpartapp.mo share/locale/hi/LC_MESSAGES/kpat.mo +share/locale/hi/LC_MESSAGES/kpersonalizer.mo share/locale/hi/LC_MESSAGES/kpoker.mo +share/locale/hi/LC_MESSAGES/kprinter.mo +share/locale/hi/LC_MESSAGES/krandr.mo +share/locale/hi/LC_MESSAGES/krdb.mo +share/locale/hi/LC_MESSAGES/kreadconfig.mo +share/locale/hi/LC_MESSAGES/krec.mo +share/locale/hi/LC_MESSAGES/kregexpeditor.mo share/locale/hi/LC_MESSAGES/kreversi.mo share/locale/hi/LC_MESSAGES/krunapplet.mo share/locale/hi/LC_MESSAGES/ksame.mo +share/locale/hi/LC_MESSAGES/kscd.mo +share/locale/hi/LC_MESSAGES/kscreensaver.mo share/locale/hi/LC_MESSAGES/kshisen.mo +share/locale/hi/LC_MESSAGES/ksig.mo +share/locale/hi/LC_MESSAGES/ksim.mo share/locale/hi/LC_MESSAGES/ksirtet.mo share/locale/hi/LC_MESSAGES/ksmiletris.mo +share/locale/hi/LC_MESSAGES/ksmserver.mo share/locale/hi/LC_MESSAGES/ksnake.mo share/locale/hi/LC_MESSAGES/ksokoban.mo share/locale/hi/LC_MESSAGES/kspaceduel.mo +share/locale/hi/LC_MESSAGES/ksplash.mo +share/locale/hi/LC_MESSAGES/ksplashthemes.mo +share/locale/hi/LC_MESSAGES/kstart.mo +share/locale/hi/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/hi/LC_MESSAGES/ksysguard.mo share/locale/hi/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/hi/LC_MESSAGES/ksystraycmd.mo +share/locale/hi/LC_MESSAGES/ksysv.mo +share/locale/hi/LC_MESSAGES/ktaskbarapplet.mo share/locale/hi/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/hi/LC_MESSAGES/ktimemon.mo +share/locale/hi/LC_MESSAGES/ktimer.mo +share/locale/hi/LC_MESSAGES/ktip.mo share/locale/hi/LC_MESSAGES/ktron.mo share/locale/hi/LC_MESSAGES/ktuberling.mo +share/locale/hi/LC_MESSAGES/kuick_plugin.mo +share/locale/hi/LC_MESSAGES/kuser.mo share/locale/hi/LC_MESSAGES/kviewscannerplugin.mo share/locale/hi/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/hi/LC_MESSAGES/kwalletmanager.mo share/locale/hi/LC_MESSAGES/kwin.mo share/locale/hi/LC_MESSAGES/kwin4.mo share/locale/hi/LC_MESSAGES/kwin_b2_config.mo @@ -138,7 +311,10 @@ share/locale/hi/LC_MESSAGES/kwin_default_config.mo share/locale/hi/LC_MESSAGES/kwin_keramik_config.mo share/locale/hi/LC_MESSAGES/kwin_modernsys_config.mo share/locale/hi/LC_MESSAGES/kwin_quartz_config.mo +share/locale/hi/LC_MESSAGES/kwriteconfig.mo share/locale/hi/LC_MESSAGES/kxkb.mo +share/locale/hi/LC_MESSAGES/libkaddrbk_geo_xxport.mo +share/locale/hi/LC_MESSAGES/libkcddb.mo share/locale/hi/LC_MESSAGES/libkdegames.mo share/locale/hi/LC_MESSAGES/libkdehighscores.mo share/locale/hi/LC_MESSAGES/libkicker.mo @@ -153,13 +329,30 @@ share/locale/hi/LC_MESSAGES/libtaskbar.mo share/locale/hi/LC_MESSAGES/libtaskmanager.mo share/locale/hi/LC_MESSAGES/lockout.mo share/locale/hi/LC_MESSAGES/lskat.mo +share/locale/hi/LC_MESSAGES/lyrics.mo +share/locale/hi/LC_MESSAGES/mediacontrol.mo +share/locale/hi/LC_MESSAGES/minitoolsplugin.mo +share/locale/hi/LC_MESSAGES/naughtyapplet.mo +share/locale/hi/LC_MESSAGES/nexscope.mo +share/locale/hi/LC_MESSAGES/noatun.mo +share/locale/hi/LC_MESSAGES/nsplugin.mo +share/locale/hi/LC_MESSAGES/passwords.mo +share/locale/hi/LC_MESSAGES/pitchablespeed.mo +share/locale/hi/LC_MESSAGES/ppdtranslations.mo +share/locale/hi/LC_MESSAGES/privacy.mo share/locale/hi/LC_MESSAGES/quicklauncher.mo share/locale/hi/LC_MESSAGES/secpolicy.mo +share/locale/hi/LC_MESSAGES/synaescope.mo share/locale/hi/LC_MESSAGES/taskbarextension.mo share/locale/hi/LC_MESSAGES/timezones.mo +share/locale/hi/LC_MESSAGES/tippecanoe.mo +share/locale/hi/LC_MESSAGES/tyler.mo +share/locale/hi/LC_MESSAGES/uachangerplugin.mo +share/locale/hi/LC_MESSAGES/userinfo.mo +share/locale/hi/LC_MESSAGES/validatorsplugin.mo +share/locale/hi/LC_MESSAGES/vimpart.mo +share/locale/hi/LC_MESSAGES/wakeup.mo +share/locale/hi/LC_MESSAGES/wavecapture.mo +share/locale/hi/LC_MESSAGES/webarchiver.mo share/locale/hi/charset share/locale/hi/entry.desktop -share/nls/POSIX -share/nls/en_US.US-ASCII -@dirrm share/locale/hi/LC_MESSAGES -@dirrm share/locale/hi diff --git a/misc/kde3-i18n-hr/distinfo b/misc/kde3-i18n-hr/distinfo index a3c7d80e7149..2e0b39f30ca7 100644 --- a/misc/kde3-i18n-hr/distinfo +++ b/misc/kde3-i18n-hr/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-hr-3.1.5.tar.bz2) = 0b4cbe97a6fb926fa8a09fc6dbb9793c +SIZE (KDE/kde-i18n/kde-i18n-hr-3.1.5.tar.bz2) = 1792060 diff --git a/misc/kde3-i18n-id/Makefile b/misc/kde3-i18n-id/Makefile index eb2a68ea0726..57da46b162cf 100644 --- a/misc/kde3-i18n-id/Makefile +++ b/misc/kde3-i18n-id/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.0.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= id- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-id/distinfo b/misc/kde3-i18n-id/distinfo index e69de29bb2d1..8903a7ebaa09 100644 --- a/misc/kde3-i18n-id/distinfo +++ b/misc/kde3-i18n-id/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/kde-i18n-id-3.0.5.tar.bz2) = diff --git a/misc/kde3-i18n-is/Makefile b/misc/kde3-i18n-is/Makefile index 339f702bd08f..17702fc2e249 100644 --- a/misc/kde3-i18n-is/Makefile +++ b/misc/kde3-i18n-is/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/misc/kde3-i18n-is/distinfo b/misc/kde3-i18n-is/distinfo index 76bb5c6fc30c..4c280f2aa216 100644 --- a/misc/kde3-i18n-is/distinfo +++ b/misc/kde3-i18n-is/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-is-3.1.5.tar.bz2) = 208ddcfebfefcd017789c2ca436ad97f +MD5 (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = b68de28502079011785f0c52d669777d +SIZE (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = 2495881 diff --git a/misc/kde3-i18n-is/pkg-plist b/misc/kde3-i18n-is/pkg-plist index 63def159cb9f..30273b1a100a 100644 --- a/misc/kde3-i18n-is/pkg-plist +++ b/misc/kde3-i18n-is/pkg-plist @@ -1,4 +1,3 @@ -share/locale/is/LC_MESSAGES/aktion.mo share/locale/is/LC_MESSAGES/alarmdaemonctrl.mo share/locale/is/LC_MESSAGES/alsaplayerui.mo share/locale/is/LC_MESSAGES/amor.mo @@ -9,13 +8,17 @@ share/locale/is/LC_MESSAGES/artscontrol.mo share/locale/is/LC_MESSAGES/artsmodules.mo share/locale/is/LC_MESSAGES/atlantik.mo share/locale/is/LC_MESSAGES/atlantikdesigner.mo +share/locale/is/LC_MESSAGES/audiorename_plugin.mo +share/locale/is/LC_MESSAGES/autorefresh.mo share/locale/is/LC_MESSAGES/babelfish.mo share/locale/is/LC_MESSAGES/charlatanui.mo share/locale/is/LC_MESSAGES/childpanelextension.mo share/locale/is/LC_MESSAGES/clockapplet.mo share/locale/is/LC_MESSAGES/crashesplugin.mo share/locale/is/LC_MESSAGES/cupsdconf.mo +share/locale/is/LC_MESSAGES/dcopservice.mo share/locale/is/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/is/LC_MESSAGES/desktop_kdeaccessibility.mo share/locale/is/LC_MESSAGES/desktop_kdeaddons.mo share/locale/is/LC_MESSAGES/desktop_kdeadmin.mo share/locale/is/LC_MESSAGES/desktop_kdeartwork.mo @@ -30,7 +33,9 @@ share/locale/is/LC_MESSAGES/desktop_kdepim.mo share/locale/is/LC_MESSAGES/desktop_kdesdk.mo share/locale/is/LC_MESSAGES/desktop_kdetoys.mo share/locale/is/LC_MESSAGES/desktop_kdeutils.mo +share/locale/is/LC_MESSAGES/devicesapplet.mo share/locale/is/LC_MESSAGES/dirfilterplugin.mo +share/locale/is/LC_MESSAGES/display.mo share/locale/is/LC_MESSAGES/dockbarextension.mo share/locale/is/LC_MESSAGES/domtreeviewer.mo share/locale/is/LC_MESSAGES/drkonqi.mo @@ -40,13 +45,18 @@ share/locale/is/LC_MESSAGES/ffrs.mo share/locale/is/LC_MESSAGES/filetypes.mo share/locale/is/LC_MESSAGES/flashkard.mo share/locale/is/LC_MESSAGES/fontinst.mo +share/locale/is/LC_MESSAGES/fsview.mo share/locale/is/LC_MESSAGES/htmlsearch.mo share/locale/is/LC_MESSAGES/imagerename_plugin.mo share/locale/is/LC_MESSAGES/imgalleryplugin.mo +share/locale/is/LC_MESSAGES/irkick.mo share/locale/is/LC_MESSAGES/jefferson.mo +share/locale/is/LC_MESSAGES/juk.mo share/locale/is/LC_MESSAGES/kabc2mutt.mo share/locale/is/LC_MESSAGES/kabc_dir.mo +share/locale/is/LC_MESSAGES/kabc_file.mo share/locale/is/LC_MESSAGES/kabc_ldap.mo +share/locale/is/LC_MESSAGES/kabc_ldapkio.mo share/locale/is/LC_MESSAGES/kabc_net.mo share/locale/is/LC_MESSAGES/kabc_sql.mo share/locale/is/LC_MESSAGES/kabcformat_binary.mo @@ -57,17 +67,19 @@ share/locale/is/LC_MESSAGES/kalarm.mo share/locale/is/LC_MESSAGES/kalarmdgui.mo share/locale/is/LC_MESSAGES/kalzium.mo share/locale/is/LC_MESSAGES/kandy.mo -share/locale/is/LC_MESSAGES/kaphorism.mo share/locale/is/LC_MESSAGES/kappfinder.mo share/locale/is/LC_MESSAGES/karm.mo share/locale/is/LC_MESSAGES/kasbarextension.mo share/locale/is/LC_MESSAGES/kasteroids.mo share/locale/is/LC_MESSAGES/kate.mo +share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/is/LC_MESSAGES/katedefaultproject.mo share/locale/is/LC_MESSAGES/katefll_initplugin.mo share/locale/is/LC_MESSAGES/katefll_plugin.mo share/locale/is/LC_MESSAGES/katehelloworld.mo share/locale/is/LC_MESSAGES/katehtmltools.mo share/locale/is/LC_MESSAGES/kateinsertcommand.mo +share/locale/is/LC_MESSAGES/katemake.mo share/locale/is/LC_MESSAGES/katemodeline.mo share/locale/is/LC_MESSAGES/kateopenheader.mo share/locale/is/LC_MESSAGES/katepart.mo @@ -78,9 +90,11 @@ share/locale/is/LC_MESSAGES/katetextfilter.mo share/locale/is/LC_MESSAGES/katexmlcheck.mo share/locale/is/LC_MESSAGES/katexmltools.mo share/locale/is/LC_MESSAGES/katomic.mo +share/locale/is/LC_MESSAGES/kaudiocreator.mo share/locale/is/LC_MESSAGES/kbabel.mo share/locale/is/LC_MESSAGES/kbackgammon.mo share/locale/is/LC_MESSAGES/kbattleship.mo +share/locale/is/LC_MESSAGES/kbinaryclock.mo share/locale/is/LC_MESSAGES/kblackbox.mo share/locale/is/LC_MESSAGES/kbounce.mo share/locale/is/LC_MESSAGES/kcalc.mo @@ -88,7 +102,11 @@ share/locale/is/LC_MESSAGES/kcardchooser.mo share/locale/is/LC_MESSAGES/kcharselect.mo share/locale/is/LC_MESSAGES/kcharselectapplet.mo share/locale/is/LC_MESSAGES/kcm_krfb.mo +share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/is/LC_MESSAGES/kcmaccess.mo +share/locale/is/LC_MESSAGES/kcmaccessibility.mo share/locale/is/LC_MESSAGES/kcmarts.mo share/locale/is/LC_MESSAGES/kcmbackground.mo share/locale/is/LC_MESSAGES/kcmbell.mo @@ -106,6 +124,7 @@ share/locale/is/LC_MESSAGES/kcmicons.mo share/locale/is/LC_MESSAGES/kcminfo.mo share/locale/is/LC_MESSAGES/kcminput.mo share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/is/LC_MESSAGES/kcmkabconfig.mo share/locale/is/LC_MESSAGES/kcmkamera.mo share/locale/is/LC_MESSAGES/kcmkclock.mo share/locale/is/LC_MESSAGES/kcmkded.mo @@ -116,9 +135,12 @@ share/locale/is/LC_MESSAGES/kcmkmix.mo share/locale/is/LC_MESSAGES/kcmkonq.mo share/locale/is/LC_MESSAGES/kcmkonqhtml.mo share/locale/is/LC_MESSAGES/kcmkonsole.mo +share/locale/is/LC_MESSAGES/kcmkontactnt.mo share/locale/is/LC_MESSAGES/kcmktalkd.mo share/locale/is/LC_MESSAGES/kcmkuick.mo share/locale/is/LC_MESSAGES/kcmkurifilt.mo +share/locale/is/LC_MESSAGES/kcmkvaio.mo +share/locale/is/LC_MESSAGES/kcmkwallet.mo share/locale/is/LC_MESSAGES/kcmkwindecoration.mo share/locale/is/LC_MESSAGES/kcmkwintheme.mo share/locale/is/LC_MESSAGES/kcmkwm.mo @@ -129,12 +151,13 @@ share/locale/is/LC_MESSAGES/kcmlaunch.mo share/locale/is/LC_MESSAGES/kcmlayout.mo share/locale/is/LC_MESSAGES/kcmlilo.mo share/locale/is/LC_MESSAGES/kcmlinuz.mo +share/locale/is/LC_MESSAGES/kcmlirc.mo share/locale/is/LC_MESSAGES/kcmlocale.mo share/locale/is/LC_MESSAGES/kcmmediacontrol.mo share/locale/is/LC_MESSAGES/kcmmidi.mo -share/locale/is/LC_MESSAGES/kcmnewsticker.mo share/locale/is/LC_MESSAGES/kcmnic.mo share/locale/is/LC_MESSAGES/kcmnotify.mo +share/locale/is/LC_MESSAGES/kcmperformance.mo share/locale/is/LC_MESSAGES/kcmprintmgr.mo share/locale/is/LC_MESSAGES/kcmsamba.mo share/locale/is/LC_MESSAGES/kcmscreensaver.mo @@ -144,8 +167,11 @@ share/locale/is/LC_MESSAGES/kcmsocks.mo share/locale/is/LC_MESSAGES/kcmspellchecking.mo share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthemes.mo share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcmview1394.mo +share/locale/is/LC_MESSAGES/kcmvim.mo +share/locale/is/LC_MESSAGES/kcmwifi.mo +share/locale/is/LC_MESSAGES/kcmxinerama.mo share/locale/is/LC_MESSAGES/kcoloredit.mo share/locale/is/LC_MESSAGES/kcontrol.mo share/locale/is/LC_MESSAGES/kcron.mo @@ -153,7 +179,10 @@ share/locale/is/LC_MESSAGES/kdat.mo share/locale/is/LC_MESSAGES/kdcop.mo share/locale/is/LC_MESSAGES/kdebugdialog.mo share/locale/is/LC_MESSAGES/kdelibs.mo +share/locale/is/LC_MESSAGES/kdelibs_colors.mo +share/locale/is/LC_MESSAGES/kdelirc.mo share/locale/is/LC_MESSAGES/kdepasswd.mo +share/locale/is/LC_MESSAGES/kdeprint.mo share/locale/is/LC_MESSAGES/kdeprint_part.mo share/locale/is/LC_MESSAGES/kdeprintfax.mo share/locale/is/LC_MESSAGES/kdesktop.mo @@ -161,6 +190,7 @@ share/locale/is/LC_MESSAGES/kdessh.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kdesud.mo share/locale/is/LC_MESSAGES/kdf.mo +share/locale/is/LC_MESSAGES/kdgantt.mo share/locale/is/LC_MESSAGES/kdialog.mo share/locale/is/LC_MESSAGES/kdict.mo share/locale/is/LC_MESSAGES/kdictapplet.mo @@ -198,17 +228,17 @@ share/locale/is/LC_MESSAGES/kfile_txt.mo share/locale/is/LC_MESSAGES/kfile_vcf.mo share/locale/is/LC_MESSAGES/kfile_wav.mo share/locale/is/LC_MESSAGES/kfile_xbm.mo +share/locale/is/LC_MESSAGES/kfileaudiopreview.mo share/locale/is/LC_MESSAGES/kfindpart.mo share/locale/is/LC_MESSAGES/kfloppy.mo share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfmexec.mo -share/locale/is/LC_MESSAGES/kfontviewpart.mo -share/locale/is/LC_MESSAGES/kfortune.mo +share/locale/is/LC_MESSAGES/kfontinst.mo share/locale/is/LC_MESSAGES/kfouleggs.mo share/locale/is/LC_MESSAGES/kgantt.mo -share/locale/is/LC_MESSAGES/kgeo.mo share/locale/is/LC_MESSAGES/kget.mo share/locale/is/LC_MESSAGES/kghostview.mo +share/locale/is/LC_MESSAGES/kgoldrunner.mo +share/locale/is/LC_MESSAGES/kgpg.mo share/locale/is/LC_MESSAGES/kgpgcertmanager.mo share/locale/is/LC_MESSAGES/khangman.mo share/locale/is/LC_MESSAGES/khelpcenter.mo @@ -218,66 +248,72 @@ share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/is/LC_MESSAGES/kicker.mo share/locale/is/LC_MESSAGES/kiconedit.mo share/locale/is/LC_MESSAGES/kinetd.mo +share/locale/is/LC_MESSAGES/kio.mo share/locale/is/LC_MESSAGES/kio_audiocd.mo share/locale/is/LC_MESSAGES/kio_devices.mo share/locale/is/LC_MESSAGES/kio_finger.mo share/locale/is/LC_MESSAGES/kio_fish.mo share/locale/is/LC_MESSAGES/kio_floppy.mo +share/locale/is/LC_MESSAGES/kio_help.mo share/locale/is/LC_MESSAGES/kio_imap4.mo share/locale/is/LC_MESSAGES/kio_lan.mo share/locale/is/LC_MESSAGES/kio_mac.mo share/locale/is/LC_MESSAGES/kio_man.mo +share/locale/is/LC_MESSAGES/kio_mobile.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_print.mo +share/locale/is/LC_MESSAGES/kio_settings.mo share/locale/is/LC_MESSAGES/kio_sftp.mo +share/locale/is/LC_MESSAGES/kio_sieve.mo share/locale/is/LC_MESSAGES/kio_smb.mo share/locale/is/LC_MESSAGES/kio_smbro.mo share/locale/is/LC_MESSAGES/kio_smtp.mo share/locale/is/LC_MESSAGES/kioexec.mo share/locale/is/LC_MESSAGES/kit.mo -share/locale/is/LC_MESSAGES/kiten.mo share/locale/is/LC_MESSAGES/kjobviewer.mo share/locale/is/LC_MESSAGES/kjots.mo share/locale/is/LC_MESSAGES/kjumpingcube.mo share/locale/is/LC_MESSAGES/klaptopdaemon.mo share/locale/is/LC_MESSAGES/klegacyimport.mo -share/locale/is/LC_MESSAGES/kless.mo share/locale/is/LC_MESSAGES/klettres.mo share/locale/is/LC_MESSAGES/klickety.mo share/locale/is/LC_MESSAGES/klines.mo share/locale/is/LC_MESSAGES/klipper.mo share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/klpq.mo +share/locale/is/LC_MESSAGES/kmag.mo share/locale/is/LC_MESSAGES/kmahjongg.mo share/locale/is/LC_MESSAGES/kmail.mo share/locale/is/LC_MESSAGES/kmailcvt.mo share/locale/is/LC_MESSAGES/kmathtool.mo share/locale/is/LC_MESSAGES/kmcop.mo +share/locale/is/LC_MESSAGES/kmenuapplet.mo share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kmessedwords.mo share/locale/is/LC_MESSAGES/kmid.mo share/locale/is/LC_MESSAGES/kmidi.mo share/locale/is/LC_MESSAGES/kmines.mo share/locale/is/LC_MESSAGES/kminipagerapplet.mo share/locale/is/LC_MESSAGES/kmix.mo share/locale/is/LC_MESSAGES/kmoon.mo +share/locale/is/LC_MESSAGES/kmousetool.mo +share/locale/is/LC_MESSAGES/kmouth.mo share/locale/is/LC_MESSAGES/kmplot.mo share/locale/is/LC_MESSAGES/kmrml.mo share/locale/is/LC_MESSAGES/knewsticker.mo share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knorskverbs.mo share/locale/is/LC_MESSAGES/knotes.mo share/locale/is/LC_MESSAGES/knotify.mo share/locale/is/LC_MESSAGES/kodo.mo share/locale/is/LC_MESSAGES/kolf.mo share/locale/is/LC_MESSAGES/kolourpicker.mo +share/locale/is/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/is/LC_MESSAGES/konqueror.mo share/locale/is/LC_MESSAGES/konquest.mo share/locale/is/LC_MESSAGES/konsole.mo share/locale/is/LC_MESSAGES/konsolekalendar.mo +share/locale/is/LC_MESSAGES/kontact.mo share/locale/is/LC_MESSAGES/kooka.mo share/locale/is/LC_MESSAGES/korganizer.mo share/locale/is/LC_MESSAGES/korn.mo @@ -291,26 +327,26 @@ share/locale/is/LC_MESSAGES/kpercentage.mo share/locale/is/LC_MESSAGES/kpersonalizer.mo share/locale/is/LC_MESSAGES/kpf.mo share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/is/LC_MESSAGES/kpm.mo share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kpovmodeler.mo share/locale/is/LC_MESSAGES/kppp.mo share/locale/is/LC_MESSAGES/kppplogview.mo share/locale/is/LC_MESSAGES/kprinter.mo +share/locale/is/LC_MESSAGES/krandr.mo share/locale/is/LC_MESSAGES/krdb.mo share/locale/is/LC_MESSAGES/krdc.mo share/locale/is/LC_MESSAGES/kreadconfig.mo share/locale/is/LC_MESSAGES/krec.mo +share/locale/is/LC_MESSAGES/kregexpeditor.mo share/locale/is/LC_MESSAGES/kreversi.mo share/locale/is/LC_MESSAGES/krfb.mo share/locale/is/LC_MESSAGES/kruler.mo share/locale/is/LC_MESSAGES/krunapplet.mo share/locale/is/LC_MESSAGES/ksame.mo share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/kscoreapplet.mo share/locale/is/LC_MESSAGES/kscreensaver.mo share/locale/is/LC_MESSAGES/kshisen.mo +share/locale/is/LC_MESSAGES/ksig.mo +share/locale/is/LC_MESSAGES/ksim.mo share/locale/is/LC_MESSAGES/ksirc.mo share/locale/is/LC_MESSAGES/ksirtet.mo share/locale/is/LC_MESSAGES/ksmiletris.mo @@ -320,11 +356,13 @@ share/locale/is/LC_MESSAGES/ksnapshot.mo share/locale/is/LC_MESSAGES/ksokoban.mo share/locale/is/LC_MESSAGES/kspaceduel.mo share/locale/is/LC_MESSAGES/ksplash.mo +share/locale/is/LC_MESSAGES/ksplashthemes.mo share/locale/is/LC_MESSAGES/kstars.mo share/locale/is/LC_MESSAGES/kstart.mo share/locale/is/LC_MESSAGES/kstartperf.mo +share/locale/is/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/is/LC_MESSAGES/kstyle_plastik_config.mo share/locale/is/LC_MESSAGES/ksync.mo -share/locale/is/LC_MESSAGES/ksysctrl.mo share/locale/is/LC_MESSAGES/ksysguard.mo share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo share/locale/is/LC_MESSAGES/ksystraycmd.mo @@ -345,7 +383,6 @@ share/locale/is/LC_MESSAGES/ktux.mo share/locale/is/LC_MESSAGES/kuick_plugin.mo share/locale/is/LC_MESSAGES/kuickshow.mo share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kverbos.mo share/locale/is/LC_MESSAGES/kview.mo share/locale/is/LC_MESSAGES/kview_scale.mo share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo @@ -353,8 +390,9 @@ share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo share/locale/is/LC_MESSAGES/kviewscannerplugin.mo share/locale/is/LC_MESSAGES/kviewshell.mo share/locale/is/LC_MESSAGES/kviewtemplateplugin.mo -share/locale/is/LC_MESSAGES/kvoctrain.mo +share/locale/is/LC_MESSAGES/kwalletmanager.mo share/locale/is/LC_MESSAGES/kweather.mo +share/locale/is/LC_MESSAGES/kwifimanager.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin4.mo share/locale/is/LC_MESSAGES/kwin_b2_config.mo @@ -364,13 +402,16 @@ share/locale/is/LC_MESSAGES/kwin_glow_config.mo share/locale/is/LC_MESSAGES/kwin_icewm_config.mo share/locale/is/LC_MESSAGES/kwin_keramik_config.mo share/locale/is/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/is/LC_MESSAGES/kwin_plastik_config.mo share/locale/is/LC_MESSAGES/kwin_quartz_config.mo +share/locale/is/LC_MESSAGES/kwireless.mo share/locale/is/LC_MESSAGES/kworldclock.mo -share/locale/is/LC_MESSAGES/kwuftpd.mo -share/locale/is/LC_MESSAGES/kxconfig.mo +share/locale/is/LC_MESSAGES/kwriteconfig.mo share/locale/is/LC_MESSAGES/kxkb.mo share/locale/is/LC_MESSAGES/kxmlrpcd.mo share/locale/is/LC_MESSAGES/kxsconfig.mo +share/locale/is/LC_MESSAGES/libcalendarresources.mo +share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/is/LC_MESSAGES/libkcal.mo share/locale/is/LC_MESSAGES/libkcalsystem.mo share/locale/is/LC_MESSAGES/libkdegames.mo @@ -394,8 +435,7 @@ share/locale/is/LC_MESSAGES/lockout.mo share/locale/is/LC_MESSAGES/lskat.mo share/locale/is/LC_MESSAGES/lyrics.mo share/locale/is/LC_MESSAGES/mediacontrol.mo -share/locale/is/LC_MESSAGES/megami.mo -share/locale/is/LC_MESSAGES/multiplayers.mo +share/locale/is/LC_MESSAGES/minitoolsplugin.mo share/locale/is/LC_MESSAGES/naughtyapplet.mo share/locale/is/LC_MESSAGES/nexscope.mo share/locale/is/LC_MESSAGES/noatun.mo @@ -403,6 +443,7 @@ share/locale/is/LC_MESSAGES/nsplugin.mo share/locale/is/LC_MESSAGES/passwords.mo share/locale/is/LC_MESSAGES/pitchablespeed.mo share/locale/is/LC_MESSAGES/ppdtranslations.mo +share/locale/is/LC_MESSAGES/privacy.mo share/locale/is/LC_MESSAGES/quicklauncher.mo share/locale/is/LC_MESSAGES/secpolicy.mo share/locale/is/LC_MESSAGES/spy.mo @@ -412,12 +453,12 @@ share/locale/is/LC_MESSAGES/timezones.mo share/locale/is/LC_MESSAGES/tippecanoe.mo share/locale/is/LC_MESSAGES/tyler.mo share/locale/is/LC_MESSAGES/uachangerplugin.mo +share/locale/is/LC_MESSAGES/userinfo.mo share/locale/is/LC_MESSAGES/validatorsplugin.mo +share/locale/is/LC_MESSAGES/vimpart.mo share/locale/is/LC_MESSAGES/wakeup.mo share/locale/is/LC_MESSAGES/wavecapture.mo share/locale/is/LC_MESSAGES/webarchiver.mo share/locale/is/charset share/locale/is/entry.desktop share/locale/is/flag.png -@dirrm share/locale/is/LC_MESSAGES -@dirrm share/locale/is diff --git a/misc/kde3-i18n-it/Makefile b/misc/kde3-i18n-it/Makefile index 1e59e27355bc..34c25a906deb 100644 --- a/misc/kde3-i18n-it/Makefile +++ b/misc/kde3-i18n-it/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= it- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-it/distinfo b/misc/kde3-i18n-it/distinfo index 32424a893566..a5ac977e7fa5 100644 --- a/misc/kde3-i18n-it/distinfo +++ b/misc/kde3-i18n-it/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-it-3.2.0.tar.bz2) = 0939305956e0c59e74fa851de85da236 +MD5 (KDE/kde-i18n/kde-i18n-it-3.2.1.tar.bz2) = 8c95d41de53c706082bb767c291a648d +SIZE (KDE/kde-i18n/kde-i18n-it-3.2.1.tar.bz2) = 10977240 diff --git a/misc/kde3-i18n-it/pkg-plist b/misc/kde3-i18n-it/pkg-plist index 16407502fd18..de042bc43975 100644 --- a/misc/kde3-i18n-it/pkg-plist +++ b/misc/kde3-i18n-it/pkg-plist @@ -98,6 +98,12 @@ share/doc/HTML/it/kamera/index.docbook share/doc/HTML/it/kasteroids/common share/doc/HTML/it/kasteroids/index.cache.bz2 share/doc/HTML/it/kasteroids/index.docbook +share/doc/HTML/it/kate-plugins/htmltools.docbook +share/doc/HTML/it/kate-plugins/insertcommand.docbook +share/doc/HTML/it/kate-plugins/openheader.docbook +share/doc/HTML/it/kate-plugins/textfilter.docbook +share/doc/HTML/it/kate-plugins/xmlcheck.docbook +share/doc/HTML/it/kate-plugins/xmltools.docbook share/doc/HTML/it/katomic/common share/doc/HTML/it/katomic/index.cache.bz2 share/doc/HTML/it/katomic/index.docbook @@ -506,6 +512,7 @@ share/doc/HTML/it/kpercentage/using.docbook share/doc/HTML/it/kpoker/common share/doc/HTML/it/kpoker/index.cache.bz2 share/doc/HTML/it/kpoker/index.docbook +share/doc/HTML/it/kppp/global-settings.docbook share/doc/HTML/it/krec/common share/doc/HTML/it/krec/index.cache.bz2 share/doc/HTML/it/krec/index.docbook @@ -728,6 +735,9 @@ share/doc/HTML/it/lskat/index.docbook share/doc/HTML/it/megami/common share/doc/HTML/it/megami/index.cache.bz2 share/doc/HTML/it/megami/index.docbook +share/doc/HTML/it/mouse/common +share/doc/HTML/it/mouse/index.cache.bz2 +share/doc/HTML/it/mouse/index.docbook share/doc/HTML/it/noatun/common share/doc/HTML/it/noatun/index.cache.bz2 share/doc/HTML/it/noatun/index.docbook @@ -1178,8 +1188,6 @@ share/locale/it/LC_MESSAGES/kwin_quartz_config.mo share/locale/it/LC_MESSAGES/kwireless.mo share/locale/it/LC_MESSAGES/kworldclock.mo share/locale/it/LC_MESSAGES/kwriteconfig.mo -share/locale/it/LC_MESSAGES/kwuftpd.mo -share/locale/it/LC_MESSAGES/kxconfig.mo share/locale/it/LC_MESSAGES/kxkb.mo share/locale/it/LC_MESSAGES/kxmlrpcd.mo share/locale/it/LC_MESSAGES/kxsconfig.mo @@ -1242,6 +1250,7 @@ share/locale/it/charset share/locale/it/entry.desktop share/locale/it/flag.png @dirrm share/doc/HTML/it/noatun +@dirrm share/doc/HTML/it/mouse @dirrm share/doc/HTML/it/megami @dirrm share/doc/HTML/it/lskat @dirrm share/doc/HTML/it/lisa @@ -1273,6 +1282,7 @@ share/locale/it/flag.png @dirrm share/doc/HTML/it/kruler @dirrm share/doc/HTML/it/kreversi @dirrm share/doc/HTML/it/krec +@dirrm share/doc/HTML/it/kppp @dirrm share/doc/HTML/it/kpoker @dirrm share/doc/HTML/it/kpercentage @dirrm share/doc/HTML/it/kpat @@ -1374,6 +1384,7 @@ share/locale/it/flag.png @dirrm share/doc/HTML/it/kbattleship @dirrm share/doc/HTML/it/kbackgammon @dirrm share/doc/HTML/it/katomic +@dirrm share/doc/HTML/it/kate-plugins @dirrm share/doc/HTML/it/kasteroids @dirrm share/doc/HTML/it/kamera @dirrm share/doc/HTML/it/kalzium diff --git a/misc/kde3-i18n-lt/Makefile b/misc/kde3-i18n-lt/Makefile index 18977b1ff5e8..00eaca27b12d 100644 --- a/misc/kde3-i18n-lt/Makefile +++ b/misc/kde3-i18n-lt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/misc/kde3-i18n-lt/distinfo b/misc/kde3-i18n-lt/distinfo index 2d8372f481e1..5e4672354a2b 100644 --- a/misc/kde3-i18n-lt/distinfo +++ b/misc/kde3-i18n-lt/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-lt-3.1.5.tar.bz2) = 3083cdcda1aad0dc64c63732cb050bdd +MD5 (KDE/kde-i18n/kde-i18n-lt-3.2.1.tar.bz2) = 6283932edabf4c694b35c741f6ca105f +SIZE (KDE/kde-i18n/kde-i18n-lt-3.2.1.tar.bz2) = 2667910 diff --git a/misc/kde3-i18n-lt/pkg-plist b/misc/kde3-i18n-lt/pkg-plist index ba7fe215dfb9..f5684e996f71 100644 --- a/misc/kde3-i18n-lt/pkg-plist +++ b/misc/kde3-i18n-lt/pkg-plist @@ -32,12 +32,13 @@ share/locale/lt/LC_MESSAGES/desktop_kdenetwork.mo share/locale/lt/LC_MESSAGES/desktop_kdepim.mo share/locale/lt/LC_MESSAGES/desktop_kdesdk.mo share/locale/lt/LC_MESSAGES/desktop_kdeutils.mo +share/locale/lt/LC_MESSAGES/devicesapplet.mo share/locale/lt/LC_MESSAGES/dirfilterplugin.mo +share/locale/lt/LC_MESSAGES/display.mo share/locale/lt/LC_MESSAGES/dockbarextension.mo share/locale/lt/LC_MESSAGES/domtreeviewer.mo share/locale/lt/LC_MESSAGES/drkonqi.mo share/locale/lt/LC_MESSAGES/dub.mo -share/locale/lt/LC_MESSAGES/empath.mo share/locale/lt/LC_MESSAGES/extensionproxy.mo share/locale/lt/LC_MESSAGES/filetypes.mo share/locale/lt/LC_MESSAGES/fontinst.mo @@ -45,7 +46,9 @@ share/locale/lt/LC_MESSAGES/htmlsearch.mo share/locale/lt/LC_MESSAGES/imgalleryplugin.mo share/locale/lt/LC_MESSAGES/kab3.mo share/locale/lt/LC_MESSAGES/kabc_dir.mo +share/locale/lt/LC_MESSAGES/kabc_file.mo share/locale/lt/LC_MESSAGES/kabc_ldap.mo +share/locale/lt/LC_MESSAGES/kabc_ldapkio.mo share/locale/lt/LC_MESSAGES/kabc_net.mo share/locale/lt/LC_MESSAGES/kabc_sql.mo share/locale/lt/LC_MESSAGES/kabcformat_binary.mo @@ -55,6 +58,7 @@ share/locale/lt/LC_MESSAGES/kaddressbook.mo share/locale/lt/LC_MESSAGES/kappfinder.mo share/locale/lt/LC_MESSAGES/kasbarextension.mo share/locale/lt/LC_MESSAGES/kate.mo +share/locale/lt/LC_MESSAGES/katedefaultproject.mo share/locale/lt/LC_MESSAGES/katehelloworld.mo share/locale/lt/LC_MESSAGES/katehtmltools.mo share/locale/lt/LC_MESSAGES/kateinsertcommand.mo @@ -90,7 +94,6 @@ share/locale/lt/LC_MESSAGES/kcminput.mo share/locale/lt/LC_MESSAGES/kcmioslaveinfo.mo share/locale/lt/LC_MESSAGES/kcmkamera.mo share/locale/lt/LC_MESSAGES/kcmkclock.mo -share/locale/lt/LC_MESSAGES/kcmkdb.mo share/locale/lt/LC_MESSAGES/kcmkded.mo share/locale/lt/LC_MESSAGES/kcmkeys.mo share/locale/lt/LC_MESSAGES/kcmkicker.mo @@ -115,6 +118,7 @@ share/locale/lt/LC_MESSAGES/kcmlocale.mo share/locale/lt/LC_MESSAGES/kcmmidi.mo share/locale/lt/LC_MESSAGES/kcmnic.mo share/locale/lt/LC_MESSAGES/kcmnotify.mo +share/locale/lt/LC_MESSAGES/kcmperformance.mo share/locale/lt/LC_MESSAGES/kcmprintmgr.mo share/locale/lt/LC_MESSAGES/kcmsamba.mo share/locale/lt/LC_MESSAGES/kcmscreensaver.mo @@ -124,8 +128,8 @@ share/locale/lt/LC_MESSAGES/kcmsocks.mo share/locale/lt/LC_MESSAGES/kcmspellchecking.mo share/locale/lt/LC_MESSAGES/kcmstyle.mo share/locale/lt/LC_MESSAGES/kcmtaskbar.mo -share/locale/lt/LC_MESSAGES/kcmthemes.mo share/locale/lt/LC_MESSAGES/kcmusb.mo +share/locale/lt/LC_MESSAGES/kcmvim.mo share/locale/lt/LC_MESSAGES/kcmwidgetsettings.mo share/locale/lt/LC_MESSAGES/kcoloredit.mo share/locale/lt/LC_MESSAGES/kcontrol.mo @@ -134,7 +138,9 @@ share/locale/lt/LC_MESSAGES/kdat.mo share/locale/lt/LC_MESSAGES/kdcop.mo share/locale/lt/LC_MESSAGES/kdebugdialog.mo share/locale/lt/LC_MESSAGES/kdelibs.mo +share/locale/lt/LC_MESSAGES/kdelibs_colors.mo share/locale/lt/LC_MESSAGES/kdepasswd.mo +share/locale/lt/LC_MESSAGES/kdeprint.mo share/locale/lt/LC_MESSAGES/kdeprint_part.mo share/locale/lt/LC_MESSAGES/kdeprintfax.mo share/locale/lt/LC_MESSAGES/kdesktop.mo @@ -164,6 +170,7 @@ share/locale/lt/LC_MESSAGES/kfile_png.mo share/locale/lt/LC_MESSAGES/kfile_ps.mo share/locale/lt/LC_MESSAGES/kfile_rpm.mo share/locale/lt/LC_MESSAGES/kfile_wav.mo +share/locale/lt/LC_MESSAGES/kfileaudiopreview.mo share/locale/lt/LC_MESSAGES/kfind.mo share/locale/lt/LC_MESSAGES/kfindpart.mo share/locale/lt/LC_MESSAGES/kfloppy.mo @@ -175,9 +182,11 @@ share/locale/lt/LC_MESSAGES/khotkeys.mo share/locale/lt/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/lt/LC_MESSAGES/kicker.mo share/locale/lt/LC_MESSAGES/kiconedit.mo +share/locale/lt/LC_MESSAGES/kio.mo share/locale/lt/LC_MESSAGES/kio_audiocd.mo share/locale/lt/LC_MESSAGES/kio_devices.mo share/locale/lt/LC_MESSAGES/kio_finger.mo +share/locale/lt/LC_MESSAGES/kio_fish.mo share/locale/lt/LC_MESSAGES/kio_floppy.mo share/locale/lt/LC_MESSAGES/kio_help.mo share/locale/lt/LC_MESSAGES/kio_imap4.mo @@ -188,6 +197,7 @@ share/locale/lt/LC_MESSAGES/kio_nfs.mo share/locale/lt/LC_MESSAGES/kio_nntp.mo share/locale/lt/LC_MESSAGES/kio_pop3.mo share/locale/lt/LC_MESSAGES/kio_print.mo +share/locale/lt/LC_MESSAGES/kio_settings.mo share/locale/lt/LC_MESSAGES/kio_sftp.mo share/locale/lt/LC_MESSAGES/kio_smb.mo share/locale/lt/LC_MESSAGES/kio_smbro.mo @@ -243,6 +253,7 @@ share/locale/lt/LC_MESSAGES/ksmserver.mo share/locale/lt/LC_MESSAGES/ksnapshot.mo share/locale/lt/LC_MESSAGES/ksplash.mo share/locale/lt/LC_MESSAGES/kstart.mo +share/locale/lt/LC_MESSAGES/kstyle_keramik_config.mo share/locale/lt/LC_MESSAGES/ksysguard.mo share/locale/lt/LC_MESSAGES/ksystemtrayapplet.mo share/locale/lt/LC_MESSAGES/ksystraycmd.mo @@ -270,7 +281,7 @@ share/locale/lt/LC_MESSAGES/kwin_icewm_config.mo share/locale/lt/LC_MESSAGES/kwin_keramik_config.mo share/locale/lt/LC_MESSAGES/kwin_modernsys_config.mo share/locale/lt/LC_MESSAGES/kwin_quartz_config.mo -share/locale/lt/LC_MESSAGES/kxconfig.mo +share/locale/lt/LC_MESSAGES/kwriteconfig.mo share/locale/lt/LC_MESSAGES/kxkb.mo share/locale/lt/LC_MESSAGES/kxmlrpcd.mo share/locale/lt/LC_MESSAGES/kxsconfig.mo @@ -298,6 +309,7 @@ share/locale/lt/LC_MESSAGES/taskbarextension.mo share/locale/lt/LC_MESSAGES/timezones.mo share/locale/lt/LC_MESSAGES/uachangerplugin.mo share/locale/lt/LC_MESSAGES/validatorsplugin.mo +share/locale/lt/LC_MESSAGES/vimpart.mo share/locale/lt/LC_MESSAGES/wakeup.mo share/locale/lt/LC_MESSAGES/webarchiver.mo share/locale/lt/charset diff --git a/misc/kde3-i18n-lv/Makefile b/misc/kde3-i18n-lv/Makefile index cf3fad17b539..a432fc065c86 100644 --- a/misc/kde3-i18n-lv/Makefile +++ b/misc/kde3-i18n-lv/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.0.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= lv- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-lv/distinfo b/misc/kde3-i18n-lv/distinfo index e69de29bb2d1..c1a38867cd8a 100644 --- a/misc/kde3-i18n-lv/distinfo +++ b/misc/kde3-i18n-lv/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/kde-i18n-lv-3.0.5.tar.bz2) = diff --git a/misc/kde3-i18n-mk/distinfo b/misc/kde3-i18n-mk/distinfo index ae03c7de7d6e..dcb18dd31d6d 100644 --- a/misc/kde3-i18n-mk/distinfo +++ b/misc/kde3-i18n-mk/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-mk-3.1.5.tar.bz2) = 5367b45436f818ec3c2d15a8f6e9f077 +SIZE (KDE/kde-i18n/kde-i18n-mk-3.1.5.tar.bz2) = 1816187 diff --git a/misc/kde3-i18n-mk/pkg-plist b/misc/kde3-i18n-mk/pkg-plist index b224aaba02f4..bbf419d7b549 100644 --- a/misc/kde3-i18n-mk/pkg-plist +++ b/misc/kde3-i18n-mk/pkg-plist @@ -311,5 +311,3 @@ share/locale/mk/LC_MESSAGES/timezones.mo share/locale/mk/charset share/locale/mk/entry.desktop share/locale/mk/flag.png -@dirrm share/locale/mk/LC_MESSAGES -@dirrm share/locale/mk diff --git a/misc/kde3-i18n-mn/Makefile b/misc/kde3-i18n-mn/Makefile index d9114dc2b7f7..dcc17019aa9a 100644 --- a/misc/kde3-i18n-mn/Makefile +++ b/misc/kde3-i18n-mn/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-ms/Makefile b/misc/kde3-i18n-ms/Makefile index d837e519764e..a1cce6debe79 100644 --- a/misc/kde3-i18n-ms/Makefile +++ b/misc/kde3-i18n-ms/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: kde3-i18n-ms +# New ports collection makefile for: kde3-i18n-ms # Date created: 20 January 2004 # Whom: Lauri Watts <lauri@kde.org> # @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ms- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-ms/distinfo b/misc/kde3-i18n-ms/distinfo index e895f68cd994..d9850024a6f7 100644 --- a/misc/kde3-i18n-ms/distinfo +++ b/misc/kde3-i18n-ms/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ms-3.2.0.tar.bz2) = 8affb173b9e2cc186cb25152d6af2f83 +MD5 (KDE/kde-i18n/kde-i18n-ms-3.2.1.tar.bz2) = 4e03e73b9a4c9d9c195e85632c357bc0 +SIZE (KDE/kde-i18n/kde-i18n-ms-3.2.1.tar.bz2) = 902695 diff --git a/misc/kde3-i18n-ms/pkg-plist b/misc/kde3-i18n-ms/pkg-plist index e69de29bb2d1..b2b1a679e45c 100644 --- a/misc/kde3-i18n-ms/pkg-plist +++ b/misc/kde3-i18n-ms/pkg-plist @@ -0,0 +1,197 @@ +share/locale/ms/LC_MESSAGES/amor.mo +share/locale/ms/LC_MESSAGES/appletproxy.mo +share/locale/ms/LC_MESSAGES/childpanelextension.mo +share/locale/ms/LC_MESSAGES/clockapplet.mo +share/locale/ms/LC_MESSAGES/cupsdconf.mo +share/locale/ms/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/ms/LC_MESSAGES/desktop_kdeaccessibility.mo +share/locale/ms/LC_MESSAGES/desktop_kdeaddons.mo +share/locale/ms/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/ms/LC_MESSAGES/desktop_kdebase.mo +share/locale/ms/LC_MESSAGES/desktop_kdeedu.mo +share/locale/ms/LC_MESSAGES/desktop_kdelibs.mo +share/locale/ms/LC_MESSAGES/desktop_kdemultimedia.mo +share/locale/ms/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/ms/LC_MESSAGES/desktop_kdepim.mo +share/locale/ms/LC_MESSAGES/desktop_kdesdk.mo +share/locale/ms/LC_MESSAGES/desktop_kdetoys.mo +share/locale/ms/LC_MESSAGES/desktop_kdeutils.mo +share/locale/ms/LC_MESSAGES/devicesapplet.mo +share/locale/ms/LC_MESSAGES/display.mo +share/locale/ms/LC_MESSAGES/dockbarextension.mo +share/locale/ms/LC_MESSAGES/drkonqi.mo +share/locale/ms/LC_MESSAGES/extensionproxy.mo +share/locale/ms/LC_MESSAGES/filetypes.mo +share/locale/ms/LC_MESSAGES/fontinst.mo +share/locale/ms/LC_MESSAGES/htmlsearch.mo +share/locale/ms/LC_MESSAGES/kabc_dir.mo +share/locale/ms/LC_MESSAGES/kabc_file.mo +share/locale/ms/LC_MESSAGES/kabc_ldap.mo +share/locale/ms/LC_MESSAGES/kabc_ldapkio.mo +share/locale/ms/LC_MESSAGES/kabc_net.mo +share/locale/ms/LC_MESSAGES/kabc_sql.mo +share/locale/ms/LC_MESSAGES/kabcformat_binary.mo +share/locale/ms/LC_MESSAGES/kaccess.mo +share/locale/ms/LC_MESSAGES/kappfinder.mo +share/locale/ms/LC_MESSAGES/kasbarextension.mo +share/locale/ms/LC_MESSAGES/kate.mo +share/locale/ms/LC_MESSAGES/katedefaultproject.mo +share/locale/ms/LC_MESSAGES/katepart.mo +share/locale/ms/LC_MESSAGES/katomic.mo +share/locale/ms/LC_MESSAGES/kblackbox.mo +share/locale/ms/LC_MESSAGES/kbounce.mo +share/locale/ms/LC_MESSAGES/kcmaccess.mo +share/locale/ms/LC_MESSAGES/kcmaccessibility.mo +share/locale/ms/LC_MESSAGES/kcmarts.mo +share/locale/ms/LC_MESSAGES/kcmbackground.mo +share/locale/ms/LC_MESSAGES/kcmbell.mo +share/locale/ms/LC_MESSAGES/kcmcgi.mo +share/locale/ms/LC_MESSAGES/kcmcolors.mo +share/locale/ms/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ms/LC_MESSAGES/kcmcrypto.mo +share/locale/ms/LC_MESSAGES/kcmcss.mo +share/locale/ms/LC_MESSAGES/kcmemail.mo +share/locale/ms/LC_MESSAGES/kcmenergy.mo +share/locale/ms/LC_MESSAGES/kcmfileshare.mo +share/locale/ms/LC_MESSAGES/kcmfontinst.mo +share/locale/ms/LC_MESSAGES/kcmfonts.mo +share/locale/ms/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/ms/LC_MESSAGES/kcmicons.mo +share/locale/ms/LC_MESSAGES/kcminfo.mo +share/locale/ms/LC_MESSAGES/kcminput.mo +share/locale/ms/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ms/LC_MESSAGES/kcmkamera.mo +share/locale/ms/LC_MESSAGES/kcmkclock.mo +share/locale/ms/LC_MESSAGES/kcmkded.mo +share/locale/ms/LC_MESSAGES/kcmkeys.mo +share/locale/ms/LC_MESSAGES/kcmkurifilt.mo +share/locale/ms/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ms/LC_MESSAGES/kcmkwintheme.mo +share/locale/ms/LC_MESSAGES/kcmlaunch.mo +share/locale/ms/LC_MESSAGES/kcmlayout.mo +share/locale/ms/LC_MESSAGES/kcmlocale.mo +share/locale/ms/LC_MESSAGES/kcmmidi.mo +share/locale/ms/LC_MESSAGES/kcmnic.mo +share/locale/ms/LC_MESSAGES/kcmnotify.mo +share/locale/ms/LC_MESSAGES/kcmperformance.mo +share/locale/ms/LC_MESSAGES/kcmprintmgr.mo +share/locale/ms/LC_MESSAGES/kcmsmartcard.mo +share/locale/ms/LC_MESSAGES/kcmsmserver.mo +share/locale/ms/LC_MESSAGES/kcmsocks.mo +share/locale/ms/LC_MESSAGES/kcmspellchecking.mo +share/locale/ms/LC_MESSAGES/kcmstyle.mo +share/locale/ms/LC_MESSAGES/kcmtaskbar.mo +share/locale/ms/LC_MESSAGES/kcmusb.mo +share/locale/ms/LC_MESSAGES/kcmview1394.mo +share/locale/ms/LC_MESSAGES/kcmxinerama.mo +share/locale/ms/LC_MESSAGES/kcontrol.mo +share/locale/ms/LC_MESSAGES/kdcop.mo +share/locale/ms/LC_MESSAGES/kdebugdialog.mo +share/locale/ms/LC_MESSAGES/kdelibs.mo +share/locale/ms/LC_MESSAGES/kdelibs_colors.mo +share/locale/ms/LC_MESSAGES/kdeprint.mo +share/locale/ms/LC_MESSAGES/kdeprint_part.mo +share/locale/ms/LC_MESSAGES/kdeprintfax.mo +share/locale/ms/LC_MESSAGES/kdesktop.mo +share/locale/ms/LC_MESSAGES/kdesu.mo +share/locale/ms/LC_MESSAGES/kdesud.mo +share/locale/ms/LC_MESSAGES/kdialog.mo +share/locale/ms/LC_MESSAGES/kdmchooser.mo +share/locale/ms/LC_MESSAGES/kdmconfig.mo +share/locale/ms/LC_MESSAGES/kdmgreet.mo +share/locale/ms/LC_MESSAGES/kfile_font.mo +share/locale/ms/LC_MESSAGES/kfileaudiopreview.mo +share/locale/ms/LC_MESSAGES/kfindpart.mo +share/locale/ms/LC_MESSAGES/kfmclient.mo +share/locale/ms/LC_MESSAGES/kfontviewpart.mo +share/locale/ms/LC_MESSAGES/khangman.mo +share/locale/ms/LC_MESSAGES/khelpcenter.mo +share/locale/ms/LC_MESSAGES/khotkeys.mo +share/locale/ms/LC_MESSAGES/kicker.mo +share/locale/ms/LC_MESSAGES/kio.mo +share/locale/ms/LC_MESSAGES/kio_devices.mo +share/locale/ms/LC_MESSAGES/kio_finger.mo +share/locale/ms/LC_MESSAGES/kio_fish.mo +share/locale/ms/LC_MESSAGES/kio_floppy.mo +share/locale/ms/LC_MESSAGES/kio_help.mo +share/locale/ms/LC_MESSAGES/kio_imap4.mo +share/locale/ms/LC_MESSAGES/kio_mac.mo +share/locale/ms/LC_MESSAGES/kio_man.mo +share/locale/ms/LC_MESSAGES/kio_nfs.mo +share/locale/ms/LC_MESSAGES/kio_nntp.mo +share/locale/ms/LC_MESSAGES/kio_pop3.mo +share/locale/ms/LC_MESSAGES/kio_print.mo +share/locale/ms/LC_MESSAGES/kio_settings.mo +share/locale/ms/LC_MESSAGES/kio_smb.mo +share/locale/ms/LC_MESSAGES/kio_smbro.mo +share/locale/ms/LC_MESSAGES/kjobviewer.mo +share/locale/ms/LC_MESSAGES/klegacyimport.mo +share/locale/ms/LC_MESSAGES/klipper.mo +share/locale/ms/LC_MESSAGES/kmcop.mo +share/locale/ms/LC_MESSAGES/kmenuapplet.mo +share/locale/ms/LC_MESSAGES/kmenuedit.mo +share/locale/ms/LC_MESSAGES/kmines.mo +share/locale/ms/LC_MESSAGES/kminipagerapplet.mo +share/locale/ms/LC_MESSAGES/knotify.mo +share/locale/ms/LC_MESSAGES/kolf.mo +share/locale/ms/LC_MESSAGES/kompare.mo +share/locale/ms/LC_MESSAGES/konqueror.mo +share/locale/ms/LC_MESSAGES/konsole.mo +share/locale/ms/LC_MESSAGES/kpackage.mo +share/locale/ms/LC_MESSAGES/kpager.mo +share/locale/ms/LC_MESSAGES/kpartapp.mo +share/locale/ms/LC_MESSAGES/kpersonalizer.mo +share/locale/ms/LC_MESSAGES/kprinter.mo +share/locale/ms/LC_MESSAGES/krandr.mo +share/locale/ms/LC_MESSAGES/krdb.mo +share/locale/ms/LC_MESSAGES/kreadconfig.mo +share/locale/ms/LC_MESSAGES/krunapplet.mo +share/locale/ms/LC_MESSAGES/ksame.mo +share/locale/ms/LC_MESSAGES/kscreensaver.mo +share/locale/ms/LC_MESSAGES/ksmiletris.mo +share/locale/ms/LC_MESSAGES/ksmserver.mo +share/locale/ms/LC_MESSAGES/ksnake.mo +share/locale/ms/LC_MESSAGES/ksokoban.mo +share/locale/ms/LC_MESSAGES/ksplash.mo +share/locale/ms/LC_MESSAGES/kstart.mo +share/locale/ms/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/ms/LC_MESSAGES/ksystraycmd.mo +share/locale/ms/LC_MESSAGES/ktaskbarapplet.mo +share/locale/ms/LC_MESSAGES/kteatime.mo +share/locale/ms/LC_MESSAGES/ktexteditor_insertfile.mo +share/locale/ms/LC_MESSAGES/ktexteditor_isearch.mo +share/locale/ms/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/ms/LC_MESSAGES/ktip.mo +share/locale/ms/LC_MESSAGES/ktron.mo +share/locale/ms/LC_MESSAGES/ktux.mo +share/locale/ms/LC_MESSAGES/kwin.mo +share/locale/ms/LC_MESSAGES/kwin_b2_config.mo +share/locale/ms/LC_MESSAGES/kwin_default_config.mo +share/locale/ms/LC_MESSAGES/kwin_keramik_config.mo +share/locale/ms/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/ms/LC_MESSAGES/kwin_quartz_config.mo +share/locale/ms/LC_MESSAGES/kwriteconfig.mo +share/locale/ms/LC_MESSAGES/kxkb.mo +share/locale/ms/LC_MESSAGES/kxsconfig.mo +share/locale/ms/LC_MESSAGES/libkicker.mo +share/locale/ms/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/ms/LC_MESSAGES/libkickermenu_konsole.mo +share/locale/ms/LC_MESSAGES/libkickermenu_prefmenu.mo +share/locale/ms/LC_MESSAGES/libkickermenu_recentdocs.mo +share/locale/ms/LC_MESSAGES/libkonq.mo +share/locale/ms/LC_MESSAGES/libkscreensaver.mo +share/locale/ms/LC_MESSAGES/libtaskbar.mo +share/locale/ms/LC_MESSAGES/libtaskmanager.mo +share/locale/ms/LC_MESSAGES/lockout.mo +share/locale/ms/LC_MESSAGES/lskat.mo +share/locale/ms/LC_MESSAGES/naughtyapplet.mo +share/locale/ms/LC_MESSAGES/nsplugin.mo +share/locale/ms/LC_MESSAGES/passwords.mo +share/locale/ms/LC_MESSAGES/ppdtranslations.mo +share/locale/ms/LC_MESSAGES/privacy.mo +share/locale/ms/LC_MESSAGES/quicklauncher.mo +share/locale/ms/LC_MESSAGES/secpolicy.mo +share/locale/ms/LC_MESSAGES/taskbarextension.mo +share/locale/ms/LC_MESSAGES/timezones.mo +share/locale/ms/charset +share/locale/ms/entry.desktop diff --git a/misc/kde3-i18n-mt/distinfo b/misc/kde3-i18n-mt/distinfo index 1adb3aa8b1be..fed23576c2ca 100644 --- a/misc/kde3-i18n-mt/distinfo +++ b/misc/kde3-i18n-mt/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-mt-3.1.5.tar.bz2) = 11d8d02cb0f04b8a71de5347babf6cab +SIZE (KDE/kde-i18n/kde-i18n-mt-3.1.5.tar.bz2) = 1850261 diff --git a/misc/kde3-i18n-nb/Makefile b/misc/kde3-i18n-nb/Makefile index 515ff0cda7ad..5408b4a68ae5 100644 --- a/misc/kde3-i18n-nb/Makefile +++ b/misc/kde3-i18n-nb/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nb- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-nb/distinfo b/misc/kde3-i18n-nb/distinfo index f1492187295c..5860a59195b0 100644 --- a/misc/kde3-i18n-nb/distinfo +++ b/misc/kde3-i18n-nb/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nb-3.2.0.tar.bz2) = 5fb144c6c24901d03f1d168ef4f7f203 +MD5 (KDE/kde-i18n/kde-i18n-nb-3.2.1.tar.bz2) = 2c99fafb76b5419c868d0c3d8c474835 +SIZE (KDE/kde-i18n/kde-i18n-nb-3.2.1.tar.bz2) = 4175446 diff --git a/misc/kde3-i18n-nb/pkg-plist b/misc/kde3-i18n-nb/pkg-plist index fcefa790917b..3cc48452cb85 100644 --- a/misc/kde3-i18n-nb/pkg-plist +++ b/misc/kde3-i18n-nb/pkg-plist @@ -20,6 +20,8 @@ share/locale/nb/LC_MESSAGES/childpanelextension.mo share/locale/nb/LC_MESSAGES/clockapplet.mo share/locale/nb/LC_MESSAGES/crashesplugin.mo share/locale/nb/LC_MESSAGES/cupsdconf.mo +share/locale/nb/LC_MESSAGES/cvsservice.mo +share/locale/nb/LC_MESSAGES/dcopservice.mo share/locale/nb/LC_MESSAGES/desktop_kde-i18n.mo share/locale/nb/LC_MESSAGES/desktop_kdeaddons.mo share/locale/nb/LC_MESSAGES/desktop_kdeadmin.mo @@ -35,6 +37,8 @@ share/locale/nb/LC_MESSAGES/desktop_kdepim.mo share/locale/nb/LC_MESSAGES/desktop_kdesdk.mo share/locale/nb/LC_MESSAGES/desktop_kdetoys.mo share/locale/nb/LC_MESSAGES/desktop_kdeutils.mo +share/locale/nb/LC_MESSAGES/desktop_kdevelop.mo +share/locale/nb/LC_MESSAGES/desktop_quanta.mo share/locale/nb/LC_MESSAGES/devicesapplet.mo share/locale/nb/LC_MESSAGES/dirfilterplugin.mo share/locale/nb/LC_MESSAGES/display.mo @@ -51,7 +55,9 @@ share/locale/nb/LC_MESSAGES/gideon.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/irkick.mo share/locale/nb/LC_MESSAGES/jefferson.mo +share/locale/nb/LC_MESSAGES/juk.mo share/locale/nb/LC_MESSAGES/kab3.mo share/locale/nb/LC_MESSAGES/kabc2mutt.mo share/locale/nb/LC_MESSAGES/kabc_dir.mo @@ -99,6 +105,7 @@ share/locale/nb/LC_MESSAGES/kblackbox.mo share/locale/nb/LC_MESSAGES/kbounce.mo share/locale/nb/LC_MESSAGES/kbruch.mo share/locale/nb/LC_MESSAGES/kbugbuster.mo +share/locale/nb/LC_MESSAGES/kcachegrind.mo share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcardchooser.mo share/locale/nb/LC_MESSAGES/kcharselect.mo @@ -114,6 +121,7 @@ share/locale/nb/LC_MESSAGES/kcmarts.mo share/locale/nb/LC_MESSAGES/kcmaudiocd.mo share/locale/nb/LC_MESSAGES/kcmbackground.mo share/locale/nb/LC_MESSAGES/kcmbell.mo +share/locale/nb/LC_MESSAGES/kcmcddb.mo share/locale/nb/LC_MESSAGES/kcmcgi.mo share/locale/nb/LC_MESSAGES/kcmcolors.mo share/locale/nb/LC_MESSAGES/kcmcomponentchooser.mo @@ -143,6 +151,8 @@ share/locale/nb/LC_MESSAGES/kcmkonsole.mo share/locale/nb/LC_MESSAGES/kcmktalkd.mo share/locale/nb/LC_MESSAGES/kcmkuick.mo share/locale/nb/LC_MESSAGES/kcmkurifilt.mo +share/locale/nb/LC_MESSAGES/kcmkvaio.mo +share/locale/nb/LC_MESSAGES/kcmkwallet.mo share/locale/nb/LC_MESSAGES/kcmkwindecoration.mo share/locale/nb/LC_MESSAGES/kcmkwintheme.mo share/locale/nb/LC_MESSAGES/kcmkwm.mo @@ -153,6 +163,7 @@ share/locale/nb/LC_MESSAGES/kcmlaunch.mo share/locale/nb/LC_MESSAGES/kcmlayout.mo share/locale/nb/LC_MESSAGES/kcmlilo.mo share/locale/nb/LC_MESSAGES/kcmlinuz.mo +share/locale/nb/LC_MESSAGES/kcmlirc.mo share/locale/nb/LC_MESSAGES/kcmlocale.mo share/locale/nb/LC_MESSAGES/kcmmediacontrol.mo share/locale/nb/LC_MESSAGES/kcmmidi.mo @@ -172,6 +183,7 @@ share/locale/nb/LC_MESSAGES/kcmtaskbar.mo share/locale/nb/LC_MESSAGES/kcmthemes.mo share/locale/nb/LC_MESSAGES/kcmusb.mo share/locale/nb/LC_MESSAGES/kcmview1394.mo +share/locale/nb/LC_MESSAGES/kcmwifi.mo share/locale/nb/LC_MESSAGES/kcmxinerama.mo share/locale/nb/LC_MESSAGES/kcoloredit.mo share/locale/nb/LC_MESSAGES/kcontrol.mo @@ -181,6 +193,7 @@ share/locale/nb/LC_MESSAGES/kdcop.mo share/locale/nb/LC_MESSAGES/kdebugdialog.mo share/locale/nb/LC_MESSAGES/kdelibs.mo share/locale/nb/LC_MESSAGES/kdelibs_colors.mo +share/locale/nb/LC_MESSAGES/kdelirc.mo share/locale/nb/LC_MESSAGES/kdepasswd.mo share/locale/nb/LC_MESSAGES/kdeprint.mo share/locale/nb/LC_MESSAGES/kdeprint_part.mo @@ -211,6 +224,7 @@ share/locale/nb/LC_MESSAGES/kfile_deb.mo share/locale/nb/LC_MESSAGES/kfile_desktop.mo share/locale/nb/LC_MESSAGES/kfile_diff.mo share/locale/nb/LC_MESSAGES/kfile_dvi.mo +share/locale/nb/LC_MESSAGES/kfile_flac.mo share/locale/nb/LC_MESSAGES/kfile_folder.mo share/locale/nb/LC_MESSAGES/kfile_font.mo share/locale/nb/LC_MESSAGES/kfile_gif.mo @@ -230,11 +244,13 @@ share/locale/nb/LC_MESSAGES/kfile_rfc822.mo share/locale/nb/LC_MESSAGES/kfile_rpm.mo share/locale/nb/LC_MESSAGES/kfile_tga.mo share/locale/nb/LC_MESSAGES/kfile_tiff.mo +share/locale/nb/LC_MESSAGES/kfile_ts.mo share/locale/nb/LC_MESSAGES/kfile_txt.mo share/locale/nb/LC_MESSAGES/kfile_vcf.mo share/locale/nb/LC_MESSAGES/kfile_wav.mo share/locale/nb/LC_MESSAGES/kfile_xbm.mo share/locale/nb/LC_MESSAGES/kfileaudiopreview.mo +share/locale/nb/LC_MESSAGES/kfilereplace.mo share/locale/nb/LC_MESSAGES/kfindpart.mo share/locale/nb/LC_MESSAGES/kfloppy.mo share/locale/nb/LC_MESSAGES/kfmclient.mo @@ -249,6 +265,7 @@ share/locale/nb/LC_MESSAGES/kgantt.mo share/locale/nb/LC_MESSAGES/kgeo.mo share/locale/nb/LC_MESSAGES/kget.mo share/locale/nb/LC_MESSAGES/kghostview.mo +share/locale/nb/LC_MESSAGES/kgpg.mo share/locale/nb/LC_MESSAGES/kgpgcertmanager.mo share/locale/nb/LC_MESSAGES/khangman.mo share/locale/nb/LC_MESSAGES/khelpcenter.mo @@ -331,6 +348,7 @@ share/locale/nb/LC_MESSAGES/konsole.mo share/locale/nb/LC_MESSAGES/konsolekalendar.mo share/locale/nb/LC_MESSAGES/kontact.mo share/locale/nb/LC_MESSAGES/kooka.mo +share/locale/nb/LC_MESSAGES/kopete.mo share/locale/nb/LC_MESSAGES/korganizer.mo share/locale/nb/LC_MESSAGES/korn.mo share/locale/nb/LC_MESSAGES/kpackage.mo @@ -404,6 +422,7 @@ share/locale/nb/LC_MESSAGES/ktuberling.mo share/locale/nb/LC_MESSAGES/ktux.mo share/locale/nb/LC_MESSAGES/kuick_plugin.mo share/locale/nb/LC_MESSAGES/kuickshow.mo +share/locale/nb/LC_MESSAGES/kuiviewer.mo share/locale/nb/LC_MESSAGES/kuser.mo share/locale/nb/LC_MESSAGES/kverbos.mo share/locale/nb/LC_MESSAGES/kview.mo @@ -417,7 +436,9 @@ share/locale/nb/LC_MESSAGES/kviewshell.mo share/locale/nb/LC_MESSAGES/kviewtemplateplugin.mo share/locale/nb/LC_MESSAGES/kviewviewer.mo share/locale/nb/LC_MESSAGES/kvoctrain.mo +share/locale/nb/LC_MESSAGES/kwalletmanager.mo share/locale/nb/LC_MESSAGES/kweather.mo +share/locale/nb/LC_MESSAGES/kwifimanager.mo share/locale/nb/LC_MESSAGES/kwin.mo share/locale/nb/LC_MESSAGES/kwin4.mo share/locale/nb/LC_MESSAGES/kwin_b2_config.mo @@ -428,6 +449,7 @@ share/locale/nb/LC_MESSAGES/kwin_icewm_config.mo share/locale/nb/LC_MESSAGES/kwin_keramik_config.mo share/locale/nb/LC_MESSAGES/kwin_modernsys_config.mo share/locale/nb/LC_MESSAGES/kwin_quartz_config.mo +share/locale/nb/LC_MESSAGES/kwireless.mo share/locale/nb/LC_MESSAGES/kworldclock.mo share/locale/nb/LC_MESSAGES/kwriteconfig.mo share/locale/nb/LC_MESSAGES/kwuftpd.mo @@ -435,9 +457,11 @@ share/locale/nb/LC_MESSAGES/kxconfig.mo share/locale/nb/LC_MESSAGES/kxkb.mo share/locale/nb/LC_MESSAGES/kxmlrpcd.mo share/locale/nb/LC_MESSAGES/kxsconfig.mo +share/locale/nb/LC_MESSAGES/kxsldbg.mo share/locale/nb/LC_MESSAGES/libcalendarresources.mo share/locale/nb/LC_MESSAGES/libkcal.mo share/locale/nb/LC_MESSAGES/libkcalsystem.mo +share/locale/nb/LC_MESSAGES/libkcddb.mo share/locale/nb/LC_MESSAGES/libkdegames.mo share/locale/nb/LC_MESSAGES/libkdehighscores.mo share/locale/nb/LC_MESSAGES/libkdenetwork.mo @@ -480,6 +504,8 @@ share/locale/nb/LC_MESSAGES/timezones.mo share/locale/nb/LC_MESSAGES/tippecanoe.mo share/locale/nb/LC_MESSAGES/tyler.mo share/locale/nb/LC_MESSAGES/uachangerplugin.mo +share/locale/nb/LC_MESSAGES/umbrello.mo +share/locale/nb/LC_MESSAGES/userinfo.mo share/locale/nb/LC_MESSAGES/validatorsplugin.mo share/locale/nb/LC_MESSAGES/wakeup.mo share/locale/nb/LC_MESSAGES/wavecapture.mo diff --git a/misc/kde3-i18n-nds/Makefile b/misc/kde3-i18n-nds/Makefile index def7e83d8688..f85718039a85 100644 --- a/misc/kde3-i18n-nds/Makefile +++ b/misc/kde3-i18n-nds/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile index f8d331354ddb..984cb9761591 100644 --- a/misc/kde3-i18n-nl/Makefile +++ b/misc/kde3-i18n-nl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nl- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-nl/distinfo b/misc/kde3-i18n-nl/distinfo index 2e03ba01d652..79a24f2d4768 100644 --- a/misc/kde3-i18n-nl/distinfo +++ b/misc/kde3-i18n-nl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nl-3.2.0.tar.bz2) = 42b52538f3b33bb03892ed666827cfdb +MD5 (KDE/kde-i18n/kde-i18n-nl-3.2.1.tar.bz2) = 0bbddb3ebe0321ba95bd92c9515a5bbd +SIZE (KDE/kde-i18n/kde-i18n-nl-3.2.1.tar.bz2) = 5992851 diff --git a/misc/kde3-i18n-nl/pkg-plist b/misc/kde3-i18n-nl/pkg-plist index dd68481d6c4c..c99fc79af14a 100644 --- a/misc/kde3-i18n-nl/pkg-plist +++ b/misc/kde3-i18n-nl/pkg-plist @@ -75,6 +75,9 @@ share/doc/HTML/nl/common/xml.dcl share/doc/HTML/nl/kaddressbook/common share/doc/HTML/nl/kaddressbook/index.cache.bz2 share/doc/HTML/nl/kaddressbook/index.docbook +share/doc/HTML/nl/kalzium/common +share/doc/HTML/nl/kalzium/index.cache.bz2 +share/doc/HTML/nl/kalzium/index.docbook share/doc/HTML/nl/kate-plugins/htmltools.docbook share/doc/HTML/nl/kate-plugins/insertcommand.docbook share/doc/HTML/nl/kate-plugins/openheader.docbook @@ -368,6 +371,10 @@ share/doc/HTML/nl/kioslave/webdavs.docbook share/doc/HTML/nl/kmoon/common share/doc/HTML/nl/kmoon/index.cache.bz2 share/doc/HTML/nl/kmoon/index.docbook +share/doc/HTML/nl/kmplot/commands.docbook +share/doc/HTML/nl/kmplot/configuration.docbook +share/doc/HTML/nl/kmplot/credits.docbook +share/doc/HTML/nl/kmplot/developer.docbook share/doc/HTML/nl/kompare/common share/doc/HTML/nl/kompare/index.cache.bz2 share/doc/HTML/nl/kompare/index.docbook @@ -375,6 +382,38 @@ share/doc/HTML/nl/konsole/konsole.png share/doc/HTML/nl/kspell/common share/doc/HTML/nl/kspell/index.cache.bz2 share/doc/HTML/nl/kspell/index.docbook +share/doc/HTML/nl/kstars/ai-contents.docbook +share/doc/HTML/nl/kstars/altvstime.docbook +share/doc/HTML/nl/kstars/astroinfo.docbook +share/doc/HTML/nl/kstars/blackbody.docbook +share/doc/HTML/nl/kstars/calc-apcoords.docbook +share/doc/HTML/nl/kstars/calc-dayduration.docbook +share/doc/HTML/nl/kstars/calc-eqgal.docbook +share/doc/HTML/nl/kstars/calc-geodetic.docbook +share/doc/HTML/nl/kstars/calc-horizontal.docbook +share/doc/HTML/nl/kstars/calc-julianday.docbook +share/doc/HTML/nl/kstars/calc-precess.docbook +share/doc/HTML/nl/kstars/calc-sidereal.docbook +share/doc/HTML/nl/kstars/calculator.docbook +share/doc/HTML/nl/kstars/cequator.docbook +share/doc/HTML/nl/kstars/colorandtemp.docbook +share/doc/HTML/nl/kstars/commands.docbook +share/doc/HTML/nl/kstars/config.docbook +share/doc/HTML/nl/kstars/cpoles.docbook +share/doc/HTML/nl/kstars/credits.docbook +share/doc/HTML/nl/kstars/csphere.docbook +share/doc/HTML/nl/kstars/darkmatter.docbook +share/doc/HTML/nl/kstars/dcop.docbook +share/doc/HTML/nl/kstars/details.docbook +share/doc/HTML/nl/kstars/dumpmode.docbook +share/doc/HTML/nl/kstars/ecliptic.docbook +share/doc/HTML/nl/kstars/ellipticalgalaxies.docbook +share/doc/HTML/nl/kstars/equinox.docbook +share/doc/HTML/nl/kstars/flux.docbook +share/doc/HTML/nl/kstars/geocoords.docbook +share/doc/HTML/nl/ktouch/common +share/doc/HTML/nl/ktouch/index.cache.bz2 +share/doc/HTML/nl/ktouch/index.docbook share/doc/HTML/nl/kweather/common share/doc/HTML/nl/kweather/index.cache.bz2 share/doc/HTML/nl/kweather/index.docbook @@ -890,9 +929,12 @@ share/locale/nl/entry.desktop share/locale/nl/flag.png @dirrm share/doc/HTML/nl/kworldclock @dirrm share/doc/HTML/nl/kweather +@dirrm share/doc/HTML/nl/ktouch +@dirrm share/doc/HTML/nl/kstars @dirrm share/doc/HTML/nl/kspell @dirrm share/doc/HTML/nl/konsole @dirrm share/doc/HTML/nl/kompare +@dirrm share/doc/HTML/nl/kmplot @dirrm share/doc/HTML/nl/kmoon @dirrm share/doc/HTML/nl/kioslave @dirrm share/doc/HTML/nl/kinfocenter/xserver @@ -954,6 +996,7 @@ share/locale/nl/flag.png @dirrm share/doc/HTML/nl/kbugbuster @dirrm share/doc/HTML/nl/kate-plugins @dirrm share/doc/HTML/nl/kate +@dirrm share/doc/HTML/nl/kalzium @dirrm share/doc/HTML/nl/kaddressbook @dirrm share/doc/HTML/nl/common @dirrm share/doc/HTML/nl/artsbuilder diff --git a/misc/kde3-i18n-nn/Makefile b/misc/kde3-i18n-nn/Makefile index 6f26668226a5..df452df47eb2 100644 --- a/misc/kde3-i18n-nn/Makefile +++ b/misc/kde3-i18n-nn/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nn- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-nn/distinfo b/misc/kde3-i18n-nn/distinfo index 6320a19a4ca2..098e325f7f95 100644 --- a/misc/kde3-i18n-nn/distinfo +++ b/misc/kde3-i18n-nn/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nn-3.2.0.tar.bz2) = 4216984ff8521f32c7a4ab8637c777b6 +MD5 (KDE/kde-i18n/kde-i18n-nn-3.2.1.tar.bz2) = e21994293fa6d78bc4b42d83ced488a1 +SIZE (KDE/kde-i18n/kde-i18n-nn-3.2.1.tar.bz2) = 3367156 diff --git a/misc/kde3-i18n-nso/distinfo b/misc/kde3-i18n-nso/distinfo index 78a478c366ea..63c5c5102a4b 100644 --- a/misc/kde3-i18n-nso/distinfo +++ b/misc/kde3-i18n-nso/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-nso-3.1.5.tar.bz2) = 68d413ddaea1fe6467d7f7c6d0e5b144 +SIZE (KDE/kde-i18n/kde-i18n-nso-3.1.5.tar.bz2) = 1927546 diff --git a/misc/kde3-i18n-ro/Makefile b/misc/kde3-i18n-ro/Makefile index ff1b6d387a0d..0a69146f1795 100644 --- a/misc/kde3-i18n-ro/Makefile +++ b/misc/kde3-i18n-ro/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ro- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-ro/distinfo b/misc/kde3-i18n-ro/distinfo index 426cdbd6f2af..d964893ddc69 100644 --- a/misc/kde3-i18n-ro/distinfo +++ b/misc/kde3-i18n-ro/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ro-3.2.0.tar.bz2) = f2f7ac13168bbe8f2ea6476d4ef9aa90 +MD5 (KDE/kde-i18n/kde-i18n-ro-3.2.1.tar.bz2) = cbd4053785c9b2444bf724a2e3c07e68 +SIZE (KDE/kde-i18n/kde-i18n-ro-3.2.1.tar.bz2) = 2861852 diff --git a/misc/kde3-i18n-ro/pkg-plist b/misc/kde3-i18n-ro/pkg-plist index 43e8fb15f920..9c9c9f666107 100644 --- a/misc/kde3-i18n-ro/pkg-plist +++ b/misc/kde3-i18n-ro/pkg-plist @@ -615,8 +615,6 @@ share/locale/ro/LC_MESSAGES/webarchiver.mo share/locale/ro/charset share/locale/ro/entry.desktop share/locale/ro/flag.png -@dirrm share/locale/ro/LC_MESSAGES -@dirrm share/locale/ro @dirrm share/doc/HTML/ro/kioslave @dirrm share/doc/HTML/ro/khelpcenter/visualdict @dirrm share/doc/HTML/ro/khelpcenter diff --git a/misc/kde3-i18n-se/Makefile b/misc/kde3-i18n-se/Makefile index cea5943bc62b..36ac40e685b8 100644 --- a/misc/kde3-i18n-se/Makefile +++ b/misc/kde3-i18n-se/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= se- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-se/distinfo b/misc/kde3-i18n-se/distinfo index 6bb9c43d9a99..837a8fd2fade 100644 --- a/misc/kde3-i18n-se/distinfo +++ b/misc/kde3-i18n-se/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-se-3.2.0.tar.bz2) = 0134f9b0fcabc7a3e127b34602ba1d71 +MD5 (KDE/kde-i18n/kde-i18n-se-3.2.1.tar.bz2) = 05b689bc4de5b6a62407b11aebde187c +SIZE (KDE/kde-i18n/kde-i18n-se-3.2.1.tar.bz2) = 1267399 diff --git a/misc/kde3-i18n-sk/Makefile b/misc/kde3-i18n-sk/Makefile index 28480a3348a9..026c64020765 100644 --- a/misc/kde3-i18n-sk/Makefile +++ b/misc/kde3-i18n-sk/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sk- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-sk/distinfo b/misc/kde3-i18n-sk/distinfo index 7387a3cea2ad..a7bb7b987127 100644 --- a/misc/kde3-i18n-sk/distinfo +++ b/misc/kde3-i18n-sk/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sk-3.2.0.tar.bz2) = 88499ab0c5320ab2a4f06d4feda21ac0 +MD5 (KDE/kde-i18n/kde-i18n-sk-3.2.1.tar.bz2) = b246b95d39f095a359681950a62fa603 +SIZE (KDE/kde-i18n/kde-i18n-sk-3.2.1.tar.bz2) = 7450215 diff --git a/misc/kde3-i18n-sk/pkg-plist b/misc/kde3-i18n-sk/pkg-plist index d2126c858c42..d486202f1c34 100644 --- a/misc/kde3-i18n-sk/pkg-plist +++ b/misc/kde3-i18n-sk/pkg-plist @@ -672,6 +672,7 @@ share/locale/sk/LC_MESSAGES/childpanelextension.mo share/locale/sk/LC_MESSAGES/clockapplet.mo share/locale/sk/LC_MESSAGES/crashesplugin.mo share/locale/sk/LC_MESSAGES/cupsdconf.mo +share/locale/sk/LC_MESSAGES/cvsservice.mo share/locale/sk/LC_MESSAGES/dcopservice.mo share/locale/sk/LC_MESSAGES/desktop_kde-i18n.mo share/locale/sk/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -705,6 +706,7 @@ share/locale/sk/LC_MESSAGES/fsview.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/irkick.mo share/locale/sk/LC_MESSAGES/jefferson.mo share/locale/sk/LC_MESSAGES/juk.mo share/locale/sk/LC_MESSAGES/kabc2mutt.mo @@ -752,6 +754,7 @@ share/locale/sk/LC_MESSAGES/kbattleship.mo share/locale/sk/LC_MESSAGES/kbinaryclock.mo share/locale/sk/LC_MESSAGES/kblackbox.mo share/locale/sk/LC_MESSAGES/kbounce.mo +share/locale/sk/LC_MESSAGES/kbruch.mo share/locale/sk/LC_MESSAGES/kbugbuster.mo share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcardchooser.mo @@ -799,6 +802,7 @@ share/locale/sk/LC_MESSAGES/kcmktalkd.mo share/locale/sk/LC_MESSAGES/kcmkuick.mo share/locale/sk/LC_MESSAGES/kcmkurifilt.mo share/locale/sk/LC_MESSAGES/kcmkvaio.mo +share/locale/sk/LC_MESSAGES/kcmkwallet.mo share/locale/sk/LC_MESSAGES/kcmkwindecoration.mo share/locale/sk/LC_MESSAGES/kcmkwintheme.mo share/locale/sk/LC_MESSAGES/kcmkwm.mo @@ -809,6 +813,7 @@ share/locale/sk/LC_MESSAGES/kcmlaunch.mo share/locale/sk/LC_MESSAGES/kcmlayout.mo share/locale/sk/LC_MESSAGES/kcmlilo.mo share/locale/sk/LC_MESSAGES/kcmlinuz.mo +share/locale/sk/LC_MESSAGES/kcmlirc.mo share/locale/sk/LC_MESSAGES/kcmlocale.mo share/locale/sk/LC_MESSAGES/kcmmediacontrol.mo share/locale/sk/LC_MESSAGES/kcmmidi.mo @@ -848,6 +853,7 @@ share/locale/sk/LC_MESSAGES/kdesu.mo share/locale/sk/LC_MESSAGES/kdesud.mo share/locale/sk/LC_MESSAGES/kdevtipofday.mo share/locale/sk/LC_MESSAGES/kdf.mo +share/locale/sk/LC_MESSAGES/kdgantt.mo share/locale/sk/LC_MESSAGES/kdialog.mo share/locale/sk/LC_MESSAGES/kdict.mo share/locale/sk/LC_MESSAGES/kdictapplet.mo @@ -904,6 +910,7 @@ share/locale/sk/LC_MESSAGES/kgantt.mo share/locale/sk/LC_MESSAGES/kget.mo share/locale/sk/LC_MESSAGES/kghostview.mo share/locale/sk/LC_MESSAGES/kgoldrunner.mo +share/locale/sk/LC_MESSAGES/kgpg.mo share/locale/sk/LC_MESSAGES/kgpgcertmanager.mo share/locale/sk/LC_MESSAGES/khangman.mo share/locale/sk/LC_MESSAGES/khelpcenter.mo @@ -963,6 +970,7 @@ share/locale/sk/LC_MESSAGES/kmidi.mo share/locale/sk/LC_MESSAGES/kmines.mo share/locale/sk/LC_MESSAGES/kminipagerapplet.mo share/locale/sk/LC_MESSAGES/kmix.mo +share/locale/sk/LC_MESSAGES/kmobile.mo share/locale/sk/LC_MESSAGES/kmoon.mo share/locale/sk/LC_MESSAGES/kmousetool.mo share/locale/sk/LC_MESSAGES/kmouth.mo @@ -1049,6 +1057,7 @@ share/locale/sk/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/sk/LC_MESSAGES/ktimemon.mo share/locale/sk/LC_MESSAGES/ktimer.mo share/locale/sk/LC_MESSAGES/ktip.mo +share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/ktouch.mo share/locale/sk/LC_MESSAGES/ktron.mo share/locale/sk/LC_MESSAGES/ktuberling.mo @@ -1068,6 +1077,7 @@ share/locale/sk/LC_MESSAGES/kviewshell.mo share/locale/sk/LC_MESSAGES/kviewtemplateplugin.mo share/locale/sk/LC_MESSAGES/kviewviewer.mo share/locale/sk/LC_MESSAGES/kvoctrain.mo +share/locale/sk/LC_MESSAGES/kwalletmanager.mo share/locale/sk/LC_MESSAGES/kweather.mo share/locale/sk/LC_MESSAGES/kwifimanager.mo share/locale/sk/LC_MESSAGES/kwin.mo @@ -1105,6 +1115,7 @@ share/locale/sk/LC_MESSAGES/libkonq.mo share/locale/sk/LC_MESSAGES/libkpimexchange.mo share/locale/sk/LC_MESSAGES/libkscan.mo share/locale/sk/LC_MESSAGES/libkscreensaver.mo +share/locale/sk/LC_MESSAGES/libksieve.mo share/locale/sk/LC_MESSAGES/libksirtet.mo share/locale/sk/LC_MESSAGES/libksync.mo share/locale/sk/LC_MESSAGES/libtaskbar.mo @@ -1134,6 +1145,7 @@ share/locale/sk/LC_MESSAGES/tippecanoe.mo share/locale/sk/LC_MESSAGES/tyler.mo share/locale/sk/LC_MESSAGES/uachangerplugin.mo share/locale/sk/LC_MESSAGES/umbrello.mo +share/locale/sk/LC_MESSAGES/userinfo.mo share/locale/sk/LC_MESSAGES/validatorsplugin.mo share/locale/sk/LC_MESSAGES/vimpart.mo share/locale/sk/LC_MESSAGES/wakeup.mo diff --git a/misc/kde3-i18n-sl/Makefile b/misc/kde3-i18n-sl/Makefile index 084109b25b41..b787e66ca080 100644 --- a/misc/kde3-i18n-sl/Makefile +++ b/misc/kde3-i18n-sl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sl- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-sl/distinfo b/misc/kde3-i18n-sl/distinfo index b1d220be7010..e8f243a04d0b 100644 --- a/misc/kde3-i18n-sl/distinfo +++ b/misc/kde3-i18n-sl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sl-3.2.0.tar.bz2) = 9fda220d4a380feca44423c6700b533a +MD5 (KDE/kde-i18n/kde-i18n-sl-3.2.1.tar.bz2) = cdcdda1dcd9a7c2c571b19f0c8c08e70 +SIZE (KDE/kde-i18n/kde-i18n-sl-3.2.1.tar.bz2) = 6630491 diff --git a/misc/kde3-i18n-sl/pkg-plist b/misc/kde3-i18n-sl/pkg-plist index f82b7ac2893c..efabc850c8e3 100644 --- a/misc/kde3-i18n-sl/pkg-plist +++ b/misc/kde3-i18n-sl/pkg-plist @@ -187,6 +187,9 @@ share/doc/HTML/sl/khelpcenter/lines.png share/doc/HTML/sl/khelpcenter/links.docbook share/doc/HTML/sl/khelpcenter/main.html share/doc/HTML/sl/khelpcenter/pointers.png +share/doc/HTML/sl/khelpcenter/quickstart/common +share/doc/HTML/sl/khelpcenter/quickstart/index.cache.bz2 +share/doc/HTML/sl/khelpcenter/quickstart/index.docbook share/doc/HTML/sl/khelpcenter/shadow1.png share/doc/HTML/sl/khelpcenter/support.docbook share/doc/HTML/sl/khelpcenter/tinylogo.png @@ -869,6 +872,7 @@ share/locale/sl/flag.png @dirrm share/doc/HTML/sl/kinfocenter @dirrm share/doc/HTML/sl/khelpcenter/visualdict @dirrm share/doc/HTML/sl/khelpcenter/userguide +@dirrm share/doc/HTML/sl/khelpcenter/quickstart @dirrm share/doc/HTML/sl/khelpcenter/glossary @dirrm share/doc/HTML/sl/khelpcenter/faq @dirrm share/doc/HTML/sl/khelpcenter diff --git a/misc/kde3-i18n-sr/Makefile b/misc/kde3-i18n-sr/Makefile index 0bf9ff8005e5..4db8233aa16d 100644 --- a/misc/kde3-i18n-sr/Makefile +++ b/misc/kde3-i18n-sr/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sr- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-sr/distinfo b/misc/kde3-i18n-sr/distinfo index e2bc9d98497d..e3d4a003ff80 100644 --- a/misc/kde3-i18n-sr/distinfo +++ b/misc/kde3-i18n-sr/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sr-3.2.0.tar.bz2) = 84dee857500dc00a127ea5cf3081474e +MD5 (KDE/kde-i18n/kde-i18n-sr-3.2.1.tar.bz2) = ae67d5152913b6804fffa10a2291ea44 +SIZE (KDE/kde-i18n/kde-i18n-sr-3.2.1.tar.bz2) = 3557330 diff --git a/misc/kde3-i18n-sr/pkg-plist b/misc/kde3-i18n-sr/pkg-plist index 6e74eb567b38..47cebb878a82 100644 --- a/misc/kde3-i18n-sr/pkg-plist +++ b/misc/kde3-i18n-sr/pkg-plist @@ -559,8 +559,6 @@ share/locale/sr/LC_MESSAGES/webarchiver.mo share/locale/sr/charset share/locale/sr/entry.desktop share/locale/sr/flag.png -@dirrm share/locale/sr/LC_MESSAGES -@dirrm share/locale/sr @dirrm share/doc/HTML/sr/khelpcenter @dirrm share/doc/HTML/sr/common @dirrm share/doc/HTML/sr diff --git a/misc/kde3-i18n-sr@Latn/Makefile b/misc/kde3-i18n-sr@Latn/Makefile index 610be14f5298..cbb9b2556591 100644 --- a/misc/kde3-i18n-sr@Latn/Makefile +++ b/misc/kde3-i18n-sr@Latn/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile index 610be14f5298..cbb9b2556591 100644 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ b/misc/kde3-i18n-sr_Latn/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-ss/distinfo b/misc/kde3-i18n-ss/distinfo index 67f5ab595e2f..2c96ea58220d 100644 --- a/misc/kde3-i18n-ss/distinfo +++ b/misc/kde3-i18n-ss/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-ss-3.1.5.tar.bz2) = 03a8d09412840f6c5e2d0ad5ada25a0e +SIZE (KDE/kde-i18n/kde-i18n-ss-3.1.5.tar.bz2) = 943896 diff --git a/misc/kde3-i18n-sv/Makefile b/misc/kde3-i18n-sv/Makefile index 2c3dc8a08b7a..76aa993f6011 100644 --- a/misc/kde3-i18n-sv/Makefile +++ b/misc/kde3-i18n-sv/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sv- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-sv/distinfo b/misc/kde3-i18n-sv/distinfo index 30e62471a05c..0ae98d2a697c 100644 --- a/misc/kde3-i18n-sv/distinfo +++ b/misc/kde3-i18n-sv/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sv-3.2.0.tar.bz2) = f3fcffe126371212794099c9e8b9cf88 +MD5 (KDE/kde-i18n/kde-i18n-sv-3.2.1.tar.bz2) = fd03adf7f8f8c64a7c01a2d60a5e7dcb +SIZE (KDE/kde-i18n/kde-i18n-sv-3.2.1.tar.bz2) = 23657984 diff --git a/misc/kde3-i18n-ta/Makefile b/misc/kde3-i18n-ta/Makefile index d233b8bfcb40..c8f039fc2f05 100644 --- a/misc/kde3-i18n-ta/Makefile +++ b/misc/kde3-i18n-ta/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ta- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-ta/distinfo b/misc/kde3-i18n-ta/distinfo index efc99ae5d04c..9eedec14d34e 100644 --- a/misc/kde3-i18n-ta/distinfo +++ b/misc/kde3-i18n-ta/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ta-3.2.0.tar.bz2) = d0ac08d46d5f6ac20b64e317f47ebe99 +MD5 (KDE/kde-i18n/kde-i18n-ta-3.2.1.tar.bz2) = 1f5f25659776d5af051da488a717007f +SIZE (KDE/kde-i18n/kde-i18n-ta-3.2.1.tar.bz2) = 3106155 diff --git a/misc/kde3-i18n-ta/pkg-plist b/misc/kde3-i18n-ta/pkg-plist index fe2f789fecc1..a19d7459e59d 100644 --- a/misc/kde3-i18n-ta/pkg-plist +++ b/misc/kde3-i18n-ta/pkg-plist @@ -506,5 +506,3 @@ share/locale/ta/LC_MESSAGES/webarchiver.mo share/locale/ta/charset share/locale/ta/entry.desktop share/locale/ta/flag.png -@dirrm share/locale/ta/LC_MESSAGES -@dirrm share/locale/ta diff --git a/misc/kde3-i18n-tg/Makefile b/misc/kde3-i18n-tg/Makefile index b781b181135b..fa8b68084743 100644 --- a/misc/kde3-i18n-tg/Makefile +++ b/misc/kde3-i18n-tg/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet active - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-th/Makefile b/misc/kde3-i18n-th/Makefile index 1db49b68e3aa..8e7ba6b146fc 100644 --- a/misc/kde3-i18n-th/Makefile +++ b/misc/kde3-i18n-th/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= th- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-th/distinfo b/misc/kde3-i18n-th/distinfo index 7a213a34e617..e66fec0f0a1b 100644 --- a/misc/kde3-i18n-th/distinfo +++ b/misc/kde3-i18n-th/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-th-3.1.5.tar.bz2) = 10e86d81c0e35acf331be084aeaf6459 +SIZE (KDE/kde-i18n/kde-i18n-th-3.1.5.tar.bz2) = 1992033 diff --git a/misc/kde3-i18n-tr/Makefile b/misc/kde3-i18n-tr/Makefile index 577c4478662f..52927a0e8ee5 100644 --- a/misc/kde3-i18n-tr/Makefile +++ b/misc/kde3-i18n-tr/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= tr- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-tr/distinfo b/misc/kde3-i18n-tr/distinfo index 9670f44a99ab..29220cc45ba1 100644 --- a/misc/kde3-i18n-tr/distinfo +++ b/misc/kde3-i18n-tr/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-tr-3.2.0.tar.bz2) = 2e1a8e6322e087c68bf55e15e627a1d9 +MD5 (KDE/kde-i18n/kde-i18n-tr-3.2.1.tar.bz2) = b1f31fe9b5921b01701d1451401c2a63 +SIZE (KDE/kde-i18n/kde-i18n-tr-3.2.1.tar.bz2) = 3110598 diff --git a/misc/kde3-i18n-uz/Makefile b/misc/kde3-i18n-uz/Makefile index 098aad2cdad9..5b4d385de48e 100644 --- a/misc/kde3-i18n-uz/Makefile +++ b/misc/kde3-i18n-uz/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde3-i18n-ven/Makefile b/misc/kde3-i18n-ven/Makefile index 655fc80f1eac..f787859dce4b 100644 --- a/misc/kde3-i18n-ven/Makefile +++ b/misc/kde3-i18n-ven/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ven- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-ven/distinfo b/misc/kde3-i18n-ven/distinfo index 0c0150195d0e..adac6f99e819 100644 --- a/misc/kde3-i18n-ven/distinfo +++ b/misc/kde3-i18n-ven/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-ven-3.1.5.tar.bz2) = 0248e0a421cf6b8f6bb26c8f96dadcb3 +SIZE (KDE/kde-i18n/kde-i18n-ven-3.1.5.tar.bz2) = 2399087 diff --git a/misc/kde3-i18n-xh/Makefile b/misc/kde3-i18n-xh/Makefile index a1f0a7f24a70..79b0025b7825 100644 --- a/misc/kde3-i18n-xh/Makefile +++ b/misc/kde3-i18n-xh/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= xh- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-xh/distinfo b/misc/kde3-i18n-xh/distinfo index 40eb24f1940e..c63bf81b03ef 100644 --- a/misc/kde3-i18n-xh/distinfo +++ b/misc/kde3-i18n-xh/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-xh-3.1.5.tar.bz2) = f3bc8caf598f47596ce739173282d54d +SIZE (KDE/kde-i18n/kde-i18n-xh-3.1.5.tar.bz2) = 4764342 diff --git a/misc/kde3-i18n-zu/Makefile b/misc/kde3-i18n-zu/Makefile index 88a8f8a2b57c..f0b94faf617c 100644 --- a/misc/kde3-i18n-zu/Makefile +++ b/misc/kde3-i18n-zu/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= zu- DIST_SUBDIR= KDE diff --git a/misc/kde3-i18n-zu/distinfo b/misc/kde3-i18n-zu/distinfo index b92552f0f6c0..67a698643e2c 100644 --- a/misc/kde3-i18n-zu/distinfo +++ b/misc/kde3-i18n-zu/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-zu-3.1.5.tar.bz2) = 074c17005c17947e385041c0ca682bbf +SIZE (KDE/kde-i18n/kde-i18n-zu-3.1.5.tar.bz2) = 2571893 diff --git a/misc/kde3-i18n/Makefile b/misc/kde3-i18n/Makefile index 54f3b4921caf..4128b4b09151 100644 --- a/misc/kde3-i18n/Makefile +++ b/misc/kde3-i18n/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n -.for LANG in af az bg bs ca cs cy da el en_GB eo es et eu fa fi hr id is it \ - lt lv mk ms mt nb nl nn nso ro se sk sl sr ss sv ta th tr ven xh zu +.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr id is it lt \ + lv mk mn ms mt nb nds nl nn nso ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor diff --git a/misc/kde4-i18n-is/Makefile b/misc/kde4-i18n-is/Makefile index 339f702bd08f..17702fc2e249 100644 --- a/misc/kde4-i18n-is/Makefile +++ b/misc/kde4-i18n-is/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/misc/kde4-i18n-is/distinfo b/misc/kde4-i18n-is/distinfo index 76bb5c6fc30c..4c280f2aa216 100644 --- a/misc/kde4-i18n-is/distinfo +++ b/misc/kde4-i18n-is/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-is-3.1.5.tar.bz2) = 208ddcfebfefcd017789c2ca436ad97f +MD5 (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = b68de28502079011785f0c52d669777d +SIZE (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = 2495881 diff --git a/misc/kde4-i18n-is/pkg-plist b/misc/kde4-i18n-is/pkg-plist index 63def159cb9f..30273b1a100a 100644 --- a/misc/kde4-i18n-is/pkg-plist +++ b/misc/kde4-i18n-is/pkg-plist @@ -1,4 +1,3 @@ -share/locale/is/LC_MESSAGES/aktion.mo share/locale/is/LC_MESSAGES/alarmdaemonctrl.mo share/locale/is/LC_MESSAGES/alsaplayerui.mo share/locale/is/LC_MESSAGES/amor.mo @@ -9,13 +8,17 @@ share/locale/is/LC_MESSAGES/artscontrol.mo share/locale/is/LC_MESSAGES/artsmodules.mo share/locale/is/LC_MESSAGES/atlantik.mo share/locale/is/LC_MESSAGES/atlantikdesigner.mo +share/locale/is/LC_MESSAGES/audiorename_plugin.mo +share/locale/is/LC_MESSAGES/autorefresh.mo share/locale/is/LC_MESSAGES/babelfish.mo share/locale/is/LC_MESSAGES/charlatanui.mo share/locale/is/LC_MESSAGES/childpanelextension.mo share/locale/is/LC_MESSAGES/clockapplet.mo share/locale/is/LC_MESSAGES/crashesplugin.mo share/locale/is/LC_MESSAGES/cupsdconf.mo +share/locale/is/LC_MESSAGES/dcopservice.mo share/locale/is/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/is/LC_MESSAGES/desktop_kdeaccessibility.mo share/locale/is/LC_MESSAGES/desktop_kdeaddons.mo share/locale/is/LC_MESSAGES/desktop_kdeadmin.mo share/locale/is/LC_MESSAGES/desktop_kdeartwork.mo @@ -30,7 +33,9 @@ share/locale/is/LC_MESSAGES/desktop_kdepim.mo share/locale/is/LC_MESSAGES/desktop_kdesdk.mo share/locale/is/LC_MESSAGES/desktop_kdetoys.mo share/locale/is/LC_MESSAGES/desktop_kdeutils.mo +share/locale/is/LC_MESSAGES/devicesapplet.mo share/locale/is/LC_MESSAGES/dirfilterplugin.mo +share/locale/is/LC_MESSAGES/display.mo share/locale/is/LC_MESSAGES/dockbarextension.mo share/locale/is/LC_MESSAGES/domtreeviewer.mo share/locale/is/LC_MESSAGES/drkonqi.mo @@ -40,13 +45,18 @@ share/locale/is/LC_MESSAGES/ffrs.mo share/locale/is/LC_MESSAGES/filetypes.mo share/locale/is/LC_MESSAGES/flashkard.mo share/locale/is/LC_MESSAGES/fontinst.mo +share/locale/is/LC_MESSAGES/fsview.mo share/locale/is/LC_MESSAGES/htmlsearch.mo share/locale/is/LC_MESSAGES/imagerename_plugin.mo share/locale/is/LC_MESSAGES/imgalleryplugin.mo +share/locale/is/LC_MESSAGES/irkick.mo share/locale/is/LC_MESSAGES/jefferson.mo +share/locale/is/LC_MESSAGES/juk.mo share/locale/is/LC_MESSAGES/kabc2mutt.mo share/locale/is/LC_MESSAGES/kabc_dir.mo +share/locale/is/LC_MESSAGES/kabc_file.mo share/locale/is/LC_MESSAGES/kabc_ldap.mo +share/locale/is/LC_MESSAGES/kabc_ldapkio.mo share/locale/is/LC_MESSAGES/kabc_net.mo share/locale/is/LC_MESSAGES/kabc_sql.mo share/locale/is/LC_MESSAGES/kabcformat_binary.mo @@ -57,17 +67,19 @@ share/locale/is/LC_MESSAGES/kalarm.mo share/locale/is/LC_MESSAGES/kalarmdgui.mo share/locale/is/LC_MESSAGES/kalzium.mo share/locale/is/LC_MESSAGES/kandy.mo -share/locale/is/LC_MESSAGES/kaphorism.mo share/locale/is/LC_MESSAGES/kappfinder.mo share/locale/is/LC_MESSAGES/karm.mo share/locale/is/LC_MESSAGES/kasbarextension.mo share/locale/is/LC_MESSAGES/kasteroids.mo share/locale/is/LC_MESSAGES/kate.mo +share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/is/LC_MESSAGES/katedefaultproject.mo share/locale/is/LC_MESSAGES/katefll_initplugin.mo share/locale/is/LC_MESSAGES/katefll_plugin.mo share/locale/is/LC_MESSAGES/katehelloworld.mo share/locale/is/LC_MESSAGES/katehtmltools.mo share/locale/is/LC_MESSAGES/kateinsertcommand.mo +share/locale/is/LC_MESSAGES/katemake.mo share/locale/is/LC_MESSAGES/katemodeline.mo share/locale/is/LC_MESSAGES/kateopenheader.mo share/locale/is/LC_MESSAGES/katepart.mo @@ -78,9 +90,11 @@ share/locale/is/LC_MESSAGES/katetextfilter.mo share/locale/is/LC_MESSAGES/katexmlcheck.mo share/locale/is/LC_MESSAGES/katexmltools.mo share/locale/is/LC_MESSAGES/katomic.mo +share/locale/is/LC_MESSAGES/kaudiocreator.mo share/locale/is/LC_MESSAGES/kbabel.mo share/locale/is/LC_MESSAGES/kbackgammon.mo share/locale/is/LC_MESSAGES/kbattleship.mo +share/locale/is/LC_MESSAGES/kbinaryclock.mo share/locale/is/LC_MESSAGES/kblackbox.mo share/locale/is/LC_MESSAGES/kbounce.mo share/locale/is/LC_MESSAGES/kcalc.mo @@ -88,7 +102,11 @@ share/locale/is/LC_MESSAGES/kcardchooser.mo share/locale/is/LC_MESSAGES/kcharselect.mo share/locale/is/LC_MESSAGES/kcharselectapplet.mo share/locale/is/LC_MESSAGES/kcm_krfb.mo +share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/is/LC_MESSAGES/kcmaccess.mo +share/locale/is/LC_MESSAGES/kcmaccessibility.mo share/locale/is/LC_MESSAGES/kcmarts.mo share/locale/is/LC_MESSAGES/kcmbackground.mo share/locale/is/LC_MESSAGES/kcmbell.mo @@ -106,6 +124,7 @@ share/locale/is/LC_MESSAGES/kcmicons.mo share/locale/is/LC_MESSAGES/kcminfo.mo share/locale/is/LC_MESSAGES/kcminput.mo share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/is/LC_MESSAGES/kcmkabconfig.mo share/locale/is/LC_MESSAGES/kcmkamera.mo share/locale/is/LC_MESSAGES/kcmkclock.mo share/locale/is/LC_MESSAGES/kcmkded.mo @@ -116,9 +135,12 @@ share/locale/is/LC_MESSAGES/kcmkmix.mo share/locale/is/LC_MESSAGES/kcmkonq.mo share/locale/is/LC_MESSAGES/kcmkonqhtml.mo share/locale/is/LC_MESSAGES/kcmkonsole.mo +share/locale/is/LC_MESSAGES/kcmkontactnt.mo share/locale/is/LC_MESSAGES/kcmktalkd.mo share/locale/is/LC_MESSAGES/kcmkuick.mo share/locale/is/LC_MESSAGES/kcmkurifilt.mo +share/locale/is/LC_MESSAGES/kcmkvaio.mo +share/locale/is/LC_MESSAGES/kcmkwallet.mo share/locale/is/LC_MESSAGES/kcmkwindecoration.mo share/locale/is/LC_MESSAGES/kcmkwintheme.mo share/locale/is/LC_MESSAGES/kcmkwm.mo @@ -129,12 +151,13 @@ share/locale/is/LC_MESSAGES/kcmlaunch.mo share/locale/is/LC_MESSAGES/kcmlayout.mo share/locale/is/LC_MESSAGES/kcmlilo.mo share/locale/is/LC_MESSAGES/kcmlinuz.mo +share/locale/is/LC_MESSAGES/kcmlirc.mo share/locale/is/LC_MESSAGES/kcmlocale.mo share/locale/is/LC_MESSAGES/kcmmediacontrol.mo share/locale/is/LC_MESSAGES/kcmmidi.mo -share/locale/is/LC_MESSAGES/kcmnewsticker.mo share/locale/is/LC_MESSAGES/kcmnic.mo share/locale/is/LC_MESSAGES/kcmnotify.mo +share/locale/is/LC_MESSAGES/kcmperformance.mo share/locale/is/LC_MESSAGES/kcmprintmgr.mo share/locale/is/LC_MESSAGES/kcmsamba.mo share/locale/is/LC_MESSAGES/kcmscreensaver.mo @@ -144,8 +167,11 @@ share/locale/is/LC_MESSAGES/kcmsocks.mo share/locale/is/LC_MESSAGES/kcmspellchecking.mo share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthemes.mo share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcmview1394.mo +share/locale/is/LC_MESSAGES/kcmvim.mo +share/locale/is/LC_MESSAGES/kcmwifi.mo +share/locale/is/LC_MESSAGES/kcmxinerama.mo share/locale/is/LC_MESSAGES/kcoloredit.mo share/locale/is/LC_MESSAGES/kcontrol.mo share/locale/is/LC_MESSAGES/kcron.mo @@ -153,7 +179,10 @@ share/locale/is/LC_MESSAGES/kdat.mo share/locale/is/LC_MESSAGES/kdcop.mo share/locale/is/LC_MESSAGES/kdebugdialog.mo share/locale/is/LC_MESSAGES/kdelibs.mo +share/locale/is/LC_MESSAGES/kdelibs_colors.mo +share/locale/is/LC_MESSAGES/kdelirc.mo share/locale/is/LC_MESSAGES/kdepasswd.mo +share/locale/is/LC_MESSAGES/kdeprint.mo share/locale/is/LC_MESSAGES/kdeprint_part.mo share/locale/is/LC_MESSAGES/kdeprintfax.mo share/locale/is/LC_MESSAGES/kdesktop.mo @@ -161,6 +190,7 @@ share/locale/is/LC_MESSAGES/kdessh.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kdesud.mo share/locale/is/LC_MESSAGES/kdf.mo +share/locale/is/LC_MESSAGES/kdgantt.mo share/locale/is/LC_MESSAGES/kdialog.mo share/locale/is/LC_MESSAGES/kdict.mo share/locale/is/LC_MESSAGES/kdictapplet.mo @@ -198,17 +228,17 @@ share/locale/is/LC_MESSAGES/kfile_txt.mo share/locale/is/LC_MESSAGES/kfile_vcf.mo share/locale/is/LC_MESSAGES/kfile_wav.mo share/locale/is/LC_MESSAGES/kfile_xbm.mo +share/locale/is/LC_MESSAGES/kfileaudiopreview.mo share/locale/is/LC_MESSAGES/kfindpart.mo share/locale/is/LC_MESSAGES/kfloppy.mo share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfmexec.mo -share/locale/is/LC_MESSAGES/kfontviewpart.mo -share/locale/is/LC_MESSAGES/kfortune.mo +share/locale/is/LC_MESSAGES/kfontinst.mo share/locale/is/LC_MESSAGES/kfouleggs.mo share/locale/is/LC_MESSAGES/kgantt.mo -share/locale/is/LC_MESSAGES/kgeo.mo share/locale/is/LC_MESSAGES/kget.mo share/locale/is/LC_MESSAGES/kghostview.mo +share/locale/is/LC_MESSAGES/kgoldrunner.mo +share/locale/is/LC_MESSAGES/kgpg.mo share/locale/is/LC_MESSAGES/kgpgcertmanager.mo share/locale/is/LC_MESSAGES/khangman.mo share/locale/is/LC_MESSAGES/khelpcenter.mo @@ -218,66 +248,72 @@ share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/is/LC_MESSAGES/kicker.mo share/locale/is/LC_MESSAGES/kiconedit.mo share/locale/is/LC_MESSAGES/kinetd.mo +share/locale/is/LC_MESSAGES/kio.mo share/locale/is/LC_MESSAGES/kio_audiocd.mo share/locale/is/LC_MESSAGES/kio_devices.mo share/locale/is/LC_MESSAGES/kio_finger.mo share/locale/is/LC_MESSAGES/kio_fish.mo share/locale/is/LC_MESSAGES/kio_floppy.mo +share/locale/is/LC_MESSAGES/kio_help.mo share/locale/is/LC_MESSAGES/kio_imap4.mo share/locale/is/LC_MESSAGES/kio_lan.mo share/locale/is/LC_MESSAGES/kio_mac.mo share/locale/is/LC_MESSAGES/kio_man.mo +share/locale/is/LC_MESSAGES/kio_mobile.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_print.mo +share/locale/is/LC_MESSAGES/kio_settings.mo share/locale/is/LC_MESSAGES/kio_sftp.mo +share/locale/is/LC_MESSAGES/kio_sieve.mo share/locale/is/LC_MESSAGES/kio_smb.mo share/locale/is/LC_MESSAGES/kio_smbro.mo share/locale/is/LC_MESSAGES/kio_smtp.mo share/locale/is/LC_MESSAGES/kioexec.mo share/locale/is/LC_MESSAGES/kit.mo -share/locale/is/LC_MESSAGES/kiten.mo share/locale/is/LC_MESSAGES/kjobviewer.mo share/locale/is/LC_MESSAGES/kjots.mo share/locale/is/LC_MESSAGES/kjumpingcube.mo share/locale/is/LC_MESSAGES/klaptopdaemon.mo share/locale/is/LC_MESSAGES/klegacyimport.mo -share/locale/is/LC_MESSAGES/kless.mo share/locale/is/LC_MESSAGES/klettres.mo share/locale/is/LC_MESSAGES/klickety.mo share/locale/is/LC_MESSAGES/klines.mo share/locale/is/LC_MESSAGES/klipper.mo share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/klpq.mo +share/locale/is/LC_MESSAGES/kmag.mo share/locale/is/LC_MESSAGES/kmahjongg.mo share/locale/is/LC_MESSAGES/kmail.mo share/locale/is/LC_MESSAGES/kmailcvt.mo share/locale/is/LC_MESSAGES/kmathtool.mo share/locale/is/LC_MESSAGES/kmcop.mo +share/locale/is/LC_MESSAGES/kmenuapplet.mo share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kmessedwords.mo share/locale/is/LC_MESSAGES/kmid.mo share/locale/is/LC_MESSAGES/kmidi.mo share/locale/is/LC_MESSAGES/kmines.mo share/locale/is/LC_MESSAGES/kminipagerapplet.mo share/locale/is/LC_MESSAGES/kmix.mo share/locale/is/LC_MESSAGES/kmoon.mo +share/locale/is/LC_MESSAGES/kmousetool.mo +share/locale/is/LC_MESSAGES/kmouth.mo share/locale/is/LC_MESSAGES/kmplot.mo share/locale/is/LC_MESSAGES/kmrml.mo share/locale/is/LC_MESSAGES/knewsticker.mo share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knorskverbs.mo share/locale/is/LC_MESSAGES/knotes.mo share/locale/is/LC_MESSAGES/knotify.mo share/locale/is/LC_MESSAGES/kodo.mo share/locale/is/LC_MESSAGES/kolf.mo share/locale/is/LC_MESSAGES/kolourpicker.mo +share/locale/is/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/is/LC_MESSAGES/konqueror.mo share/locale/is/LC_MESSAGES/konquest.mo share/locale/is/LC_MESSAGES/konsole.mo share/locale/is/LC_MESSAGES/konsolekalendar.mo +share/locale/is/LC_MESSAGES/kontact.mo share/locale/is/LC_MESSAGES/kooka.mo share/locale/is/LC_MESSAGES/korganizer.mo share/locale/is/LC_MESSAGES/korn.mo @@ -291,26 +327,26 @@ share/locale/is/LC_MESSAGES/kpercentage.mo share/locale/is/LC_MESSAGES/kpersonalizer.mo share/locale/is/LC_MESSAGES/kpf.mo share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/is/LC_MESSAGES/kpm.mo share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kpovmodeler.mo share/locale/is/LC_MESSAGES/kppp.mo share/locale/is/LC_MESSAGES/kppplogview.mo share/locale/is/LC_MESSAGES/kprinter.mo +share/locale/is/LC_MESSAGES/krandr.mo share/locale/is/LC_MESSAGES/krdb.mo share/locale/is/LC_MESSAGES/krdc.mo share/locale/is/LC_MESSAGES/kreadconfig.mo share/locale/is/LC_MESSAGES/krec.mo +share/locale/is/LC_MESSAGES/kregexpeditor.mo share/locale/is/LC_MESSAGES/kreversi.mo share/locale/is/LC_MESSAGES/krfb.mo share/locale/is/LC_MESSAGES/kruler.mo share/locale/is/LC_MESSAGES/krunapplet.mo share/locale/is/LC_MESSAGES/ksame.mo share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/kscoreapplet.mo share/locale/is/LC_MESSAGES/kscreensaver.mo share/locale/is/LC_MESSAGES/kshisen.mo +share/locale/is/LC_MESSAGES/ksig.mo +share/locale/is/LC_MESSAGES/ksim.mo share/locale/is/LC_MESSAGES/ksirc.mo share/locale/is/LC_MESSAGES/ksirtet.mo share/locale/is/LC_MESSAGES/ksmiletris.mo @@ -320,11 +356,13 @@ share/locale/is/LC_MESSAGES/ksnapshot.mo share/locale/is/LC_MESSAGES/ksokoban.mo share/locale/is/LC_MESSAGES/kspaceduel.mo share/locale/is/LC_MESSAGES/ksplash.mo +share/locale/is/LC_MESSAGES/ksplashthemes.mo share/locale/is/LC_MESSAGES/kstars.mo share/locale/is/LC_MESSAGES/kstart.mo share/locale/is/LC_MESSAGES/kstartperf.mo +share/locale/is/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/is/LC_MESSAGES/kstyle_plastik_config.mo share/locale/is/LC_MESSAGES/ksync.mo -share/locale/is/LC_MESSAGES/ksysctrl.mo share/locale/is/LC_MESSAGES/ksysguard.mo share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo share/locale/is/LC_MESSAGES/ksystraycmd.mo @@ -345,7 +383,6 @@ share/locale/is/LC_MESSAGES/ktux.mo share/locale/is/LC_MESSAGES/kuick_plugin.mo share/locale/is/LC_MESSAGES/kuickshow.mo share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kverbos.mo share/locale/is/LC_MESSAGES/kview.mo share/locale/is/LC_MESSAGES/kview_scale.mo share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo @@ -353,8 +390,9 @@ share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo share/locale/is/LC_MESSAGES/kviewscannerplugin.mo share/locale/is/LC_MESSAGES/kviewshell.mo share/locale/is/LC_MESSAGES/kviewtemplateplugin.mo -share/locale/is/LC_MESSAGES/kvoctrain.mo +share/locale/is/LC_MESSAGES/kwalletmanager.mo share/locale/is/LC_MESSAGES/kweather.mo +share/locale/is/LC_MESSAGES/kwifimanager.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin4.mo share/locale/is/LC_MESSAGES/kwin_b2_config.mo @@ -364,13 +402,16 @@ share/locale/is/LC_MESSAGES/kwin_glow_config.mo share/locale/is/LC_MESSAGES/kwin_icewm_config.mo share/locale/is/LC_MESSAGES/kwin_keramik_config.mo share/locale/is/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/is/LC_MESSAGES/kwin_plastik_config.mo share/locale/is/LC_MESSAGES/kwin_quartz_config.mo +share/locale/is/LC_MESSAGES/kwireless.mo share/locale/is/LC_MESSAGES/kworldclock.mo -share/locale/is/LC_MESSAGES/kwuftpd.mo -share/locale/is/LC_MESSAGES/kxconfig.mo +share/locale/is/LC_MESSAGES/kwriteconfig.mo share/locale/is/LC_MESSAGES/kxkb.mo share/locale/is/LC_MESSAGES/kxmlrpcd.mo share/locale/is/LC_MESSAGES/kxsconfig.mo +share/locale/is/LC_MESSAGES/libcalendarresources.mo +share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/is/LC_MESSAGES/libkcal.mo share/locale/is/LC_MESSAGES/libkcalsystem.mo share/locale/is/LC_MESSAGES/libkdegames.mo @@ -394,8 +435,7 @@ share/locale/is/LC_MESSAGES/lockout.mo share/locale/is/LC_MESSAGES/lskat.mo share/locale/is/LC_MESSAGES/lyrics.mo share/locale/is/LC_MESSAGES/mediacontrol.mo -share/locale/is/LC_MESSAGES/megami.mo -share/locale/is/LC_MESSAGES/multiplayers.mo +share/locale/is/LC_MESSAGES/minitoolsplugin.mo share/locale/is/LC_MESSAGES/naughtyapplet.mo share/locale/is/LC_MESSAGES/nexscope.mo share/locale/is/LC_MESSAGES/noatun.mo @@ -403,6 +443,7 @@ share/locale/is/LC_MESSAGES/nsplugin.mo share/locale/is/LC_MESSAGES/passwords.mo share/locale/is/LC_MESSAGES/pitchablespeed.mo share/locale/is/LC_MESSAGES/ppdtranslations.mo +share/locale/is/LC_MESSAGES/privacy.mo share/locale/is/LC_MESSAGES/quicklauncher.mo share/locale/is/LC_MESSAGES/secpolicy.mo share/locale/is/LC_MESSAGES/spy.mo @@ -412,12 +453,12 @@ share/locale/is/LC_MESSAGES/timezones.mo share/locale/is/LC_MESSAGES/tippecanoe.mo share/locale/is/LC_MESSAGES/tyler.mo share/locale/is/LC_MESSAGES/uachangerplugin.mo +share/locale/is/LC_MESSAGES/userinfo.mo share/locale/is/LC_MESSAGES/validatorsplugin.mo +share/locale/is/LC_MESSAGES/vimpart.mo share/locale/is/LC_MESSAGES/wakeup.mo share/locale/is/LC_MESSAGES/wavecapture.mo share/locale/is/LC_MESSAGES/webarchiver.mo share/locale/is/charset share/locale/is/entry.desktop share/locale/is/flag.png -@dirrm share/locale/is/LC_MESSAGES -@dirrm share/locale/is diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index 1bcf69f6ac95..ac6bb938a537 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= bg- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-bg/distinfo b/misc/kde4-l10n-bg/distinfo index 22d018b5a00b..eed3e94fb52b 100644 --- a/misc/kde4-l10n-bg/distinfo +++ b/misc/kde4-l10n-bg/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-bg-3.2.0.tar.bz2) = f4cdb41125d22213a7d917250f3a7db6 +MD5 (KDE/kde-i18n/kde-i18n-bg-3.2.1.tar.bz2) = 24d420ed7d604df5dd58be2d07061f92 +SIZE (KDE/kde-i18n/kde-i18n-bg-3.2.1.tar.bz2) = 2559842 diff --git a/misc/kde4-l10n-bg/pkg-plist b/misc/kde4-l10n-bg/pkg-plist index 05b11e5cbe3c..0e40294a5c42 100644 --- a/misc/kde4-l10n-bg/pkg-plist +++ b/misc/kde4-l10n-bg/pkg-plist @@ -461,7 +461,5 @@ share/locale/bg/LC_MESSAGES/webarchiver.mo share/locale/bg/charset share/locale/bg/entry.desktop share/locale/bg/flag.png -@dirrm share/locale/bg/LC_MESSAGES -@dirrm share/locale/bg @dirrm share/doc/HTML/bg/kcalc @dirrm share/doc/HTML/bg diff --git a/misc/kde4-l10n-ca/Makefile b/misc/kde4-l10n-ca/Makefile index 222b57c7fbcb..1b6b17c9eeff 100644 --- a/misc/kde4-l10n-ca/Makefile +++ b/misc/kde4-l10n-ca/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ca- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-ca/distinfo b/misc/kde4-l10n-ca/distinfo index 7034e5a10b77..615878f38fbb 100644 --- a/misc/kde4-l10n-ca/distinfo +++ b/misc/kde4-l10n-ca/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ca-3.2.0.tar.bz2) = ef07e45d123d9250d217abd6fe789642 +MD5 (KDE/kde-i18n/kde-i18n-ca-3.2.1.tar.bz2) = 08dcdd2091604bb4fecb7e88aede6e6e +SIZE (KDE/kde-i18n/kde-i18n-ca-3.2.1.tar.bz2) = 5275754 diff --git a/misc/kde4-l10n-ca/pkg-plist b/misc/kde4-l10n-ca/pkg-plist index 162c0082f040..6a01caacffe0 100644 --- a/misc/kde4-l10n-ca/pkg-plist +++ b/misc/kde4-l10n-ca/pkg-plist @@ -30,6 +30,7 @@ share/doc/HTML/ca/kdf/kdf_config.png share/doc/HTML/ca/keduca/common share/doc/HTML/ca/keduca/index.cache.bz2 share/doc/HTML/ca/keduca/index.docbook +share/doc/HTML/ca/keduca/screenshot.png share/doc/HTML/ca/kgpgcertmanager/common share/doc/HTML/ca/kgpgcertmanager/index.cache.bz2 share/doc/HTML/ca/kgpgcertmanager/index.docbook @@ -163,16 +164,21 @@ share/doc/HTML/ca/kmoon/index.docbook share/doc/HTML/ca/kompare/common share/doc/HTML/ca/kompare/index.cache.bz2 share/doc/HTML/ca/kompare/index.docbook +share/doc/HTML/ca/kpercentage/answer.png share/doc/HTML/ca/kpercentage/commands.docbook share/doc/HTML/ca/kpercentage/common share/doc/HTML/ca/kpercentage/credits.docbook share/doc/HTML/ca/kpercentage/devel.docbook +share/doc/HTML/ca/kpercentage/edu-logo.png share/doc/HTML/ca/kpercentage/faq.docbook +share/doc/HTML/ca/kpercentage/help.png share/doc/HTML/ca/kpercentage/index.cache.bz2 share/doc/HTML/ca/kpercentage/index.docbook share/doc/HTML/ca/kpercentage/install.docbook share/doc/HTML/ca/kpercentage/introduction.docbook +share/doc/HTML/ca/kpercentage/main.png share/doc/HTML/ca/kpercentage/using.docbook +share/doc/HTML/ca/kpercentage/welcome.png share/doc/HTML/ca/kpf/common share/doc/HTML/ca/kpf/index.cache.bz2 share/doc/HTML/ca/kpf/index.docbook @@ -360,6 +366,7 @@ share/locale/ca/LC_MESSAGES/kbattleship.mo share/locale/ca/LC_MESSAGES/kbinaryclock.mo share/locale/ca/LC_MESSAGES/kblackbox.mo share/locale/ca/LC_MESSAGES/kbounce.mo +share/locale/ca/LC_MESSAGES/kbruch.mo share/locale/ca/LC_MESSAGES/kbugbuster.mo share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcardchooser.mo @@ -435,8 +442,10 @@ share/locale/ca/LC_MESSAGES/kcmspellchecking.mo share/locale/ca/LC_MESSAGES/kcmstyle.mo share/locale/ca/LC_MESSAGES/kcmtaskbar.mo share/locale/ca/LC_MESSAGES/kcmusb.mo +share/locale/ca/LC_MESSAGES/kcmview1394.mo share/locale/ca/LC_MESSAGES/kcmvim.mo share/locale/ca/LC_MESSAGES/kcmwifi.mo +share/locale/ca/LC_MESSAGES/kcmxinerama.mo share/locale/ca/LC_MESSAGES/kcoloredit.mo share/locale/ca/LC_MESSAGES/kcontrol.mo share/locale/ca/LC_MESSAGES/kcron.mo @@ -456,6 +465,7 @@ share/locale/ca/LC_MESSAGES/kdesu.mo share/locale/ca/LC_MESSAGES/kdesud.mo share/locale/ca/LC_MESSAGES/kdevtipofday.mo share/locale/ca/LC_MESSAGES/kdf.mo +share/locale/ca/LC_MESSAGES/kdgantt.mo share/locale/ca/LC_MESSAGES/kdialog.mo share/locale/ca/LC_MESSAGES/kdict.mo share/locale/ca/LC_MESSAGES/kdictapplet.mo @@ -506,6 +516,7 @@ share/locale/ca/LC_MESSAGES/kfilereplace.mo share/locale/ca/LC_MESSAGES/kfindpart.mo share/locale/ca/LC_MESSAGES/kfloppy.mo share/locale/ca/LC_MESSAGES/kfmclient.mo +share/locale/ca/LC_MESSAGES/kfontinst.mo share/locale/ca/LC_MESSAGES/kfouleggs.mo share/locale/ca/LC_MESSAGES/kgamma.mo share/locale/ca/LC_MESSAGES/kgantt.mo @@ -634,9 +645,11 @@ share/locale/ca/LC_MESSAGES/ksnapshot.mo share/locale/ca/LC_MESSAGES/ksokoban.mo share/locale/ca/LC_MESSAGES/kspaceduel.mo share/locale/ca/LC_MESSAGES/ksplash.mo +share/locale/ca/LC_MESSAGES/ksplashthemes.mo share/locale/ca/LC_MESSAGES/kstars.mo share/locale/ca/LC_MESSAGES/kstart.mo share/locale/ca/LC_MESSAGES/kstartperf.mo +share/locale/ca/LC_MESSAGES/kstyle_keramik_config.mo share/locale/ca/LC_MESSAGES/kstyle_plastik_config.mo share/locale/ca/LC_MESSAGES/ksvgplugin.mo share/locale/ca/LC_MESSAGES/ksync.mo @@ -659,6 +672,7 @@ share/locale/ca/LC_MESSAGES/ktuberling.mo share/locale/ca/LC_MESSAGES/ktux.mo share/locale/ca/LC_MESSAGES/kuick_plugin.mo share/locale/ca/LC_MESSAGES/kuickshow.mo +share/locale/ca/LC_MESSAGES/kuiviewer.mo share/locale/ca/LC_MESSAGES/kuser.mo share/locale/ca/LC_MESSAGES/kview.mo share/locale/ca/LC_MESSAGES/kview_scale.mo diff --git a/misc/kde4-l10n-cs/Makefile b/misc/kde4-l10n-cs/Makefile index b59e4dba6b93..1c5c24ed0338 100644 --- a/misc/kde4-l10n-cs/Makefile +++ b/misc/kde4-l10n-cs/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= cs- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-cs/distinfo b/misc/kde4-l10n-cs/distinfo index d9e4f0c3f071..783ad3600d9f 100644 --- a/misc/kde4-l10n-cs/distinfo +++ b/misc/kde4-l10n-cs/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-cs-3.2.0.tar.bz2) = aa15e7ec83e744d5ace3fb61b0e08723 +MD5 (KDE/kde-i18n/kde-i18n-cs-3.2.1.tar.bz2) = 543e50e82b1bfee5f3e2d049435df9a9 +SIZE (KDE/kde-i18n/kde-i18n-cs-3.2.1.tar.bz2) = 4005408 diff --git a/misc/kde4-l10n-cs/pkg-plist b/misc/kde4-l10n-cs/pkg-plist index d863e4d95d52..e01df6c7be5a 100644 --- a/misc/kde4-l10n-cs/pkg-plist +++ b/misc/kde4-l10n-cs/pkg-plist @@ -510,7 +510,6 @@ share/locale/cs/LC_MESSAGES/kpersonalizer.mo share/locale/cs/LC_MESSAGES/kpf.mo share/locale/cs/LC_MESSAGES/kpilot.mo share/locale/cs/LC_MESSAGES/kpoker.mo -share/locale/cs/LC_MESSAGES/kpovmodeler.mo share/locale/cs/LC_MESSAGES/kppp.mo share/locale/cs/LC_MESSAGES/kppplogview.mo share/locale/cs/LC_MESSAGES/kprinter.mo @@ -628,7 +627,6 @@ share/locale/cs/LC_MESSAGES/lockout.mo share/locale/cs/LC_MESSAGES/lskat.mo share/locale/cs/LC_MESSAGES/lyrics.mo share/locale/cs/LC_MESSAGES/mediacontrol.mo -share/locale/cs/LC_MESSAGES/megami.mo share/locale/cs/LC_MESSAGES/minitoolsplugin.mo share/locale/cs/LC_MESSAGES/naughtyapplet.mo share/locale/cs/LC_MESSAGES/nexscope.mo @@ -638,7 +636,6 @@ share/locale/cs/LC_MESSAGES/passwords.mo share/locale/cs/LC_MESSAGES/pitchablespeed.mo share/locale/cs/LC_MESSAGES/privacy.mo share/locale/cs/LC_MESSAGES/qeditor.mo -share/locale/cs/LC_MESSAGES/quanta.mo share/locale/cs/LC_MESSAGES/quicklauncher.mo share/locale/cs/LC_MESSAGES/secpolicy.mo share/locale/cs/LC_MESSAGES/spy.mo diff --git a/misc/kde4-l10n-da/Makefile b/misc/kde4-l10n-da/Makefile index fcd9daaff3d0..a69e5304a828 100644 --- a/misc/kde4-l10n-da/Makefile +++ b/misc/kde4-l10n-da/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= da- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-da/distinfo b/misc/kde4-l10n-da/distinfo index af01e21574ba..9b2cd59ffeba 100644 --- a/misc/kde4-l10n-da/distinfo +++ b/misc/kde4-l10n-da/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-da-3.2.0.tar.bz2) = 0ab5aaf2b62448eacd6d6ecd3f38b320 +MD5 (KDE/kde-i18n/kde-i18n-da-3.2.1.tar.bz2) = eeba3137c1c64657d7d8002451e16c4f +SIZE (KDE/kde-i18n/kde-i18n-da-3.2.1.tar.bz2) = 15470383 diff --git a/misc/kde4-l10n-da/pkg-plist b/misc/kde4-l10n-da/pkg-plist index 507604789a05..0eb86d64b595 100644 --- a/misc/kde4-l10n-da/pkg-plist +++ b/misc/kde4-l10n-da/pkg-plist @@ -37,6 +37,22 @@ share/doc/HTML/da/amor/index.docbook share/doc/HTML/da/ark/common share/doc/HTML/da/ark/index.cache.bz2 share/doc/HTML/da/ark/index.docbook +share/doc/HTML/da/artsbuilder/apis.docbook +share/doc/HTML/da/artsbuilder/artsbuilder.docbook +share/doc/HTML/da/artsbuilder/detail.docbook +share/doc/HTML/da/artsbuilder/digitalaudio.docbook +share/doc/HTML/da/artsbuilder/faq.docbook +share/doc/HTML/da/artsbuilder/future.docbook +share/doc/HTML/da/artsbuilder/glossary.docbook +share/doc/HTML/da/artsbuilder/gui.docbook +share/doc/HTML/da/artsbuilder/helping.docbook +share/doc/HTML/da/artsbuilder/mcop.docbook +share/doc/HTML/da/artsbuilder/midi.docbook +share/doc/HTML/da/artsbuilder/midiintro.docbook +share/doc/HTML/da/artsbuilder/modules.docbook +share/doc/HTML/da/artsbuilder/porting.docbook +share/doc/HTML/da/artsbuilder/references.docbook +share/doc/HTML/da/artsbuilder/tools.docbook share/doc/HTML/da/atlantik/common share/doc/HTML/da/atlantik/index.cache.bz2 share/doc/HTML/da/atlantik/index.docbook @@ -853,6 +869,7 @@ share/doc/HTML/da/kooka/index.docbook share/doc/HTML/da/kopete/common share/doc/HTML/da/kopete/index.cache.bz2 share/doc/HTML/da/kopete/index.docbook +share/doc/HTML/da/kopete/menus.docbook share/doc/HTML/da/korganizer/common share/doc/HTML/da/korganizer/exchange-plugin.docbook share/doc/HTML/da/korganizer/group-scheduling.docbook @@ -1937,6 +1954,7 @@ share/locale/da/flag.png @dirrm share/doc/HTML/da/common @dirrm share/doc/HTML/da/cervisia @dirrm share/doc/HTML/da/atlantik +@dirrm share/doc/HTML/da/artsbuilder @dirrm share/doc/HTML/da/ark @dirrm share/doc/HTML/da/amor @dirrm share/doc/HTML/da/KRegExpEditor diff --git a/misc/kde4-l10n-el/Makefile b/misc/kde4-l10n-el/Makefile index 79625bab8a71..8e5c0ece414f 100644 --- a/misc/kde4-l10n-el/Makefile +++ b/misc/kde4-l10n-el/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= el- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-el/distinfo b/misc/kde4-l10n-el/distinfo index 198c48e6c1b3..5a385c64e523 100644 --- a/misc/kde4-l10n-el/distinfo +++ b/misc/kde4-l10n-el/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-el-3.2.0.tar.bz2) = fb400794ad6411697fdb72bfca34bcf6 +MD5 (KDE/kde-i18n/kde-i18n-el-3.2.1.tar.bz2) = 31149d2f13a989663baa50f7def2c63c +SIZE (KDE/kde-i18n/kde-i18n-el-3.2.1.tar.bz2) = 2033200 diff --git a/misc/kde4-l10n-el/pkg-plist b/misc/kde4-l10n-el/pkg-plist index 533b4c8761e1..b94a77bc5d80 100644 --- a/misc/kde4-l10n-el/pkg-plist +++ b/misc/kde4-l10n-el/pkg-plist @@ -5,6 +5,7 @@ share/locale/el/LC_MESSAGES/appletproxy.mo share/locale/el/LC_MESSAGES/ark.mo share/locale/el/LC_MESSAGES/artsbuilder.mo share/locale/el/LC_MESSAGES/artscontrol.mo +share/locale/el/LC_MESSAGES/atlantik.mo share/locale/el/LC_MESSAGES/audiorename_plugin.mo share/locale/el/LC_MESSAGES/autorefresh.mo share/locale/el/LC_MESSAGES/babelfish.mo @@ -50,6 +51,7 @@ share/locale/el/LC_MESSAGES/imagerename_plugin.mo share/locale/el/LC_MESSAGES/imgalleryplugin.mo share/locale/el/LC_MESSAGES/irkick.mo share/locale/el/LC_MESSAGES/jefferson.mo +share/locale/el/LC_MESSAGES/juk.mo share/locale/el/LC_MESSAGES/kabc2mutt.mo share/locale/el/LC_MESSAGES/kabc_dir.mo share/locale/el/LC_MESSAGES/kabc_file.mo @@ -87,6 +89,7 @@ share/locale/el/LC_MESSAGES/katexmltools.mo share/locale/el/LC_MESSAGES/katomic.mo share/locale/el/LC_MESSAGES/kaudiocreator.mo share/locale/el/LC_MESSAGES/kbabel.mo +share/locale/el/LC_MESSAGES/kbackgammon.mo share/locale/el/LC_MESSAGES/kbattleship.mo share/locale/el/LC_MESSAGES/kblackbox.mo share/locale/el/LC_MESSAGES/kbounce.mo @@ -228,6 +231,7 @@ share/locale/el/LC_MESSAGES/kfouleggs.mo share/locale/el/LC_MESSAGES/kgamma.mo share/locale/el/LC_MESSAGES/kget.mo share/locale/el/LC_MESSAGES/kghostview.mo +share/locale/el/LC_MESSAGES/kgoldrunner.mo share/locale/el/LC_MESSAGES/kgpg.mo share/locale/el/LC_MESSAGES/khangman.mo share/locale/el/LC_MESSAGES/khelpcenter.mo @@ -259,6 +263,7 @@ share/locale/el/LC_MESSAGES/kio_smb.mo share/locale/el/LC_MESSAGES/kio_smbro.mo share/locale/el/LC_MESSAGES/kio_smtp.mo share/locale/el/LC_MESSAGES/kioexec.mo +share/locale/el/LC_MESSAGES/kit.mo share/locale/el/LC_MESSAGES/kjobviewer.mo share/locale/el/LC_MESSAGES/kjots.mo share/locale/el/LC_MESSAGES/kjumpingcube.mo @@ -287,6 +292,7 @@ share/locale/el/LC_MESSAGES/knorskverbs.mo share/locale/el/LC_MESSAGES/knotes.mo share/locale/el/LC_MESSAGES/knotify.mo share/locale/el/LC_MESSAGES/kodo.mo +share/locale/el/LC_MESSAGES/kolf.mo share/locale/el/LC_MESSAGES/kolourpicker.mo share/locale/el/LC_MESSAGES/kompare.mo share/locale/el/LC_MESSAGES/konq_smbmounterplugin.mo @@ -319,6 +325,7 @@ share/locale/el/LC_MESSAGES/krunapplet.mo share/locale/el/LC_MESSAGES/ksame.mo share/locale/el/LC_MESSAGES/kscd.mo share/locale/el/LC_MESSAGES/kscreensaver.mo +share/locale/el/LC_MESSAGES/kshisen.mo share/locale/el/LC_MESSAGES/ksig.mo share/locale/el/LC_MESSAGES/ksirc.mo share/locale/el/LC_MESSAGES/ksirtet.mo @@ -326,6 +333,8 @@ share/locale/el/LC_MESSAGES/ksmiletris.mo share/locale/el/LC_MESSAGES/ksmserver.mo share/locale/el/LC_MESSAGES/ksnake.mo share/locale/el/LC_MESSAGES/ksnapshot.mo +share/locale/el/LC_MESSAGES/ksokoban.mo +share/locale/el/LC_MESSAGES/kspaceduel.mo share/locale/el/LC_MESSAGES/ksplash.mo share/locale/el/LC_MESSAGES/ksplashthemes.mo share/locale/el/LC_MESSAGES/kstart.mo @@ -394,6 +403,7 @@ share/locale/el/LC_MESSAGES/libksync.mo share/locale/el/LC_MESSAGES/libtaskbar.mo share/locale/el/LC_MESSAGES/libtaskmanager.mo share/locale/el/LC_MESSAGES/lockout.mo +share/locale/el/LC_MESSAGES/lskat.mo share/locale/el/LC_MESSAGES/lyrics.mo share/locale/el/LC_MESSAGES/mediacontrol.mo share/locale/el/LC_MESSAGES/minitoolsplugin.mo diff --git a/misc/kde4-l10n-en_GB/Makefile b/misc/kde4-l10n-en_GB/Makefile index 75423a5e0f38..28d80930542e 100644 --- a/misc/kde4-l10n-en_GB/Makefile +++ b/misc/kde4-l10n-en_GB/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= en_GB- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-en_GB/distinfo b/misc/kde4-l10n-en_GB/distinfo index d8b80f1c444c..289936dcf74d 100644 --- a/misc/kde4-l10n-en_GB/distinfo +++ b/misc/kde4-l10n-en_GB/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.2.0.tar.bz2) = 59cf44a83daca454b445e83e65206cc7 +MD5 (KDE/kde-i18n/kde-i18n-en_GB-3.2.1.tar.bz2) = e0cc422a25116d3167f445b6127815c5 +SIZE (KDE/kde-i18n/kde-i18n-en_GB-3.2.1.tar.bz2) = 4872189 diff --git a/misc/kde4-l10n-en_GB/pkg-plist b/misc/kde4-l10n-en_GB/pkg-plist index f007e3ac65c1..9a26980e0355 100644 --- a/misc/kde4-l10n-en_GB/pkg-plist +++ b/misc/kde4-l10n-en_GB/pkg-plist @@ -201,6 +201,8 @@ share/doc/HTML/en_GB/kdm/kdmrc-ref.docbook share/doc/HTML/en_GB/kfind/common share/doc/HTML/en_GB/kfind/index.cache.bz2 share/doc/HTML/en_GB/kfind/index.docbook +share/doc/HTML/en_GB/khelpcenter/common +share/doc/HTML/en_GB/khelpcenter/contact.docbook share/doc/HTML/en_GB/khelpcenter/faq/about.docbook share/doc/HTML/en_GB/khelpcenter/faq/common share/doc/HTML/en_GB/khelpcenter/faq/configkde.docbook @@ -224,9 +226,14 @@ share/doc/HTML/en_GB/khelpcenter/glossary/common share/doc/HTML/en_GB/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/glossary/index.docbook share/doc/HTML/en_GB/khelpcenter/glossary/kdeprintingglossary.docbook +share/doc/HTML/en_GB/khelpcenter/help.docbook +share/doc/HTML/en_GB/khelpcenter/index.cache.bz2 +share/doc/HTML/en_GB/khelpcenter/index.docbook +share/doc/HTML/en_GB/khelpcenter/links.docbook share/doc/HTML/en_GB/khelpcenter/quickstart/common share/doc/HTML/en_GB/khelpcenter/quickstart/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/quickstart/index.docbook +share/doc/HTML/en_GB/khelpcenter/support.docbook share/doc/HTML/en_GB/khelpcenter/userguide/about-desktop.docbook share/doc/HTML/en_GB/khelpcenter/userguide/common share/doc/HTML/en_GB/khelpcenter/userguide/first-impressions.docbook @@ -255,6 +262,8 @@ share/doc/HTML/en_GB/khelpcenter/userguide/ug-faq.docbook share/doc/HTML/en_GB/khelpcenter/visualdict/common share/doc/HTML/en_GB/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/visualdict/index.docbook +share/doc/HTML/en_GB/khelpcenter/welcome.docbook +share/doc/HTML/en_GB/khelpcenter/whatiskde.docbook share/doc/HTML/en_GB/kicker/common share/doc/HTML/en_GB/kicker/index.cache.bz2 share/doc/HTML/en_GB/kicker/index.docbook diff --git a/misc/kde4-l10n-eo/distinfo b/misc/kde4-l10n-eo/distinfo index 484fde646bf3..6cb18356a224 100644 --- a/misc/kde4-l10n-eo/distinfo +++ b/misc/kde4-l10n-eo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-eo-3.1.5.tar.bz2) = fe6eb8c599a108d4552db7c07a1597d9 +SIZE (KDE/kde-i18n/kde-i18n-eo-3.1.5.tar.bz2) = 2251478 diff --git a/misc/kde4-l10n-eo/pkg-plist b/misc/kde4-l10n-eo/pkg-plist index 743582ef7abc..e191ed129fc4 100644 --- a/misc/kde4-l10n-eo/pkg-plist +++ b/misc/kde4-l10n-eo/pkg-plist @@ -279,5 +279,3 @@ share/locale/eo/LC_MESSAGES/webarchiver.mo share/locale/eo/charset share/locale/eo/entry.desktop share/locale/eo/flag.png -@dirrm share/locale/eo/LC_MESSAGES -@dirrm share/locale/eo diff --git a/misc/kde4-l10n-es/Makefile b/misc/kde4-l10n-es/Makefile index 5fce4c52c821..b1a6ccaa1397 100644 --- a/misc/kde4-l10n-es/Makefile +++ b/misc/kde4-l10n-es/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= es- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-es/distinfo b/misc/kde4-l10n-es/distinfo index a16ee275032b..b89574a58fdd 100644 --- a/misc/kde4-l10n-es/distinfo +++ b/misc/kde4-l10n-es/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-es-3.2.0.tar.bz2) = 29552988ca17558ed97760bf760ed08a +MD5 (KDE/kde-i18n/kde-i18n-es-3.2.1.tar.bz2) = 9d1c478a446c275c5ae09c754800cd0d +SIZE (KDE/kde-i18n/kde-i18n-es-3.2.1.tar.bz2) = 11876530 diff --git a/misc/kde4-l10n-es/pkg-plist b/misc/kde4-l10n-es/pkg-plist index 9a272e1d2976..bfe464500094 100644 --- a/misc/kde4-l10n-es/pkg-plist +++ b/misc/kde4-l10n-es/pkg-plist @@ -126,7 +126,10 @@ share/doc/HTML/es/kasteroids/common share/doc/HTML/es/kasteroids/fuel.png share/doc/HTML/es/kasteroids/index.cache.bz2 share/doc/HTML/es/kasteroids/index.docbook +share/doc/HTML/es/kate-plugins/common share/doc/HTML/es/kate-plugins/htmltools.docbook +share/doc/HTML/es/kate-plugins/index.cache.bz2 +share/doc/HTML/es/kate-plugins/index.docbook share/doc/HTML/es/kate-plugins/insertcommand.docbook share/doc/HTML/es/kate-plugins/openheader.docbook share/doc/HTML/es/kate-plugins/projectmanager.docbook @@ -493,6 +496,9 @@ share/doc/HTML/es/khelpcenter/whatiskde.docbook share/doc/HTML/es/khexedit/common share/doc/HTML/es/khexedit/index.cache.bz2 share/doc/HTML/es/khexedit/index.docbook +share/doc/HTML/es/kicker-applets/common +share/doc/HTML/es/kicker-applets/index.cache.bz2 +share/doc/HTML/es/kicker-applets/index.docbook share/doc/HTML/es/kicker-applets/kolourpicker.docbook share/doc/HTML/es/kicker-applets/ktimemon.docbook share/doc/HTML/es/kicker/bookmarks_icon.png @@ -626,11 +632,14 @@ share/doc/HTML/es/klipper/common share/doc/HTML/es/klipper/index.cache.bz2 share/doc/HTML/es/klipper/index.docbook share/doc/HTML/es/klipper/screenshot.png +share/doc/HTML/es/kmail/common share/doc/HTML/es/kmail/configure.docbook share/doc/HTML/es/kmail/credits-and-licenses.docbook share/doc/HTML/es/kmail/faq.docbook share/doc/HTML/es/kmail/getting-started.docbook share/doc/HTML/es/kmail/importing.docbook +share/doc/HTML/es/kmail/index.cache.bz2 +share/doc/HTML/es/kmail/index.docbook share/doc/HTML/es/kmail/intro.docbook share/doc/HTML/es/kmail/menus.docbook share/doc/HTML/es/kmail/using-kmail.docbook @@ -665,9 +674,6 @@ share/doc/HTML/es/kmines/kmines2.png share/doc/HTML/es/kmix/common share/doc/HTML/es/kmix/index.cache.bz2 share/doc/HTML/es/kmix/index.docbook -share/doc/HTML/es/kmoon/common -share/doc/HTML/es/kmoon/index.cache.bz2 -share/doc/HTML/es/kmoon/index.docbook share/doc/HTML/es/kmouth/common share/doc/HTML/es/kmouth/index.cache.bz2 share/doc/HTML/es/kmouth/index.docbook @@ -751,6 +757,9 @@ share/doc/HTML/es/kontact/index.docbook share/doc/HTML/es/kooka/common share/doc/HTML/es/kooka/index.cache.bz2 share/doc/HTML/es/kooka/index.docbook +share/doc/HTML/es/kopete/common +share/doc/HTML/es/kopete/index.cache.bz2 +share/doc/HTML/es/kopete/index.docbook share/doc/HTML/es/korganizer/common share/doc/HTML/es/korganizer/exchange-plugin.docbook share/doc/HTML/es/korganizer/group-scheduling.docbook @@ -920,9 +929,15 @@ share/doc/HTML/es/kview/snapshot9.png share/doc/HTML/es/kvoctrain/common share/doc/HTML/es/kvoctrain/index.cache.bz2 share/doc/HTML/es/kvoctrain/index.docbook +share/doc/HTML/es/kwallet/common +share/doc/HTML/es/kwallet/index.cache.bz2 +share/doc/HTML/es/kwallet/index.docbook share/doc/HTML/es/kweather/common share/doc/HTML/es/kweather/index.cache.bz2 share/doc/HTML/es/kweather/index.docbook +share/doc/HTML/es/kwifimanager/common +share/doc/HTML/es/kwifimanager/index.cache.bz2 +share/doc/HTML/es/kwifimanager/index.docbook share/doc/HTML/es/kwin4/common share/doc/HTML/es/kwin4/index.cache.bz2 share/doc/HTML/es/kwin4/index.docbook @@ -947,18 +962,6 @@ share/doc/HTML/es/megami/index.docbook share/doc/HTML/es/noatun/common share/doc/HTML/es/noatun/index.cache.bz2 share/doc/HTML/es/noatun/index.docbook -share/doc/HTML/es/quanta/adv-quanta.docbook -share/doc/HTML/es/quanta/common -share/doc/HTML/es/quanta/debugging-quanta.docbook -share/doc/HTML/es/quanta/extending-quanta.docbook -share/doc/HTML/es/quanta/fundamentals.docbook -share/doc/HTML/es/quanta/index.cache.bz2 -share/doc/HTML/es/quanta/index.docbook -share/doc/HTML/es/quanta/installation.docbook -share/doc/HTML/es/quanta/introduction.docbook -share/doc/HTML/es/quanta/quanta-menus.docbook -share/doc/HTML/es/quanta/quanta-projects.docbook -share/doc/HTML/es/quanta/using-quanta.docbook share/doc/HTML/es/umbrello/authors.docbook share/doc/HTML/es/umbrello/credits.docbook share/doc/HTML/es/umbrello/faq.docbook @@ -1475,7 +1478,6 @@ share/locale/es/charset share/locale/es/entry.desktop share/locale/es/flag.png @dirrm share/doc/HTML/es/umbrello -@dirrm share/doc/HTML/es/quanta @dirrm share/doc/HTML/es/noatun @dirrm share/doc/HTML/es/megami @dirrm share/doc/HTML/es/lskat @@ -1484,7 +1486,9 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/kwuftpd @dirrm share/doc/HTML/es/kworldclock @dirrm share/doc/HTML/es/kwin4 +@dirrm share/doc/HTML/es/kwifimanager @dirrm share/doc/HTML/es/kweather +@dirrm share/doc/HTML/es/kwallet @dirrm share/doc/HTML/es/kvoctrain @dirrm share/doc/HTML/es/kview @dirrm share/doc/HTML/es/kverbos @@ -1518,6 +1522,7 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/kpackage @dirrm share/doc/HTML/es/korn @dirrm share/doc/HTML/es/korganizer +@dirrm share/doc/HTML/es/kopete @dirrm share/doc/HTML/es/kooka @dirrm share/doc/HTML/es/kontact @dirrm share/doc/HTML/es/konsolekalendar @@ -1531,7 +1536,6 @@ share/locale/es/flag.png @dirrm share/doc/HTML/es/knode @dirrm share/doc/HTML/es/kmplot @dirrm share/doc/HTML/es/kmouth -@dirrm share/doc/HTML/es/kmoon @dirrm share/doc/HTML/es/kmix @dirrm share/doc/HTML/es/kmines @dirrm share/doc/HTML/es/kmid diff --git a/misc/kde4-l10n-et/Makefile b/misc/kde4-l10n-et/Makefile index 30b1d886e601..cc070da505e0 100644 --- a/misc/kde4-l10n-et/Makefile +++ b/misc/kde4-l10n-et/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= et- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-et/distinfo b/misc/kde4-l10n-et/distinfo index eaa47c6e56fa..01c1401e90dc 100644 --- a/misc/kde4-l10n-et/distinfo +++ b/misc/kde4-l10n-et/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-et-3.2.0.tar.bz2) = a04de7d39468c9b9444f377fb6a157f4 +MD5 (KDE/kde-i18n/kde-i18n-et-3.2.1.tar.bz2) = 1671b52abf1f850e87cc1f6d1220ee3b +SIZE (KDE/kde-i18n/kde-i18n-et-3.2.1.tar.bz2) = 9958058 diff --git a/misc/kde4-l10n-eu/Makefile b/misc/kde4-l10n-eu/Makefile index 38bb2ba5f80a..f48d8045e357 100644 --- a/misc/kde4-l10n-eu/Makefile +++ b/misc/kde4-l10n-eu/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= eu- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-eu/distinfo b/misc/kde4-l10n-eu/distinfo index 410b8fc1ccc0..3b02b7a28489 100644 --- a/misc/kde4-l10n-eu/distinfo +++ b/misc/kde4-l10n-eu/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-eu-3.2.0.tar.bz2) = 73a4fd81c609058f46bec450c19380f7 +MD5 (KDE/kde-i18n/kde-i18n-eu-3.2.1.tar.bz2) = a13f0a307db23e6e6052f56811071c6e +SIZE (KDE/kde-i18n/kde-i18n-eu-3.2.1.tar.bz2) = 2292394 diff --git a/misc/kde4-l10n-eu/pkg-plist b/misc/kde4-l10n-eu/pkg-plist index e69de29bb2d1..11150e776162 100644 --- a/misc/kde4-l10n-eu/pkg-plist +++ b/misc/kde4-l10n-eu/pkg-plist @@ -0,0 +1,559 @@ +share/doc/HTML/eu/common/1.png +share/doc/HTML/eu/common/10.png +share/doc/HTML/eu/common/2.png +share/doc/HTML/eu/common/3.png +share/doc/HTML/eu/common/4.png +share/doc/HTML/eu/common/5.png +share/doc/HTML/eu/common/6.png +share/doc/HTML/eu/common/7.png +share/doc/HTML/eu/common/8.png +share/doc/HTML/eu/common/9.png +share/doc/HTML/eu/common/appheader.html +share/doc/HTML/eu/common/artistic-license.html +share/doc/HTML/eu/common/bottom1.png +share/doc/HTML/eu/common/bottom2.png +share/doc/HTML/eu/common/bsd-license.html +share/doc/HTML/eu/common/docheadergears.png +share/doc/HTML/eu/common/doctop1.png +share/doc/HTML/eu/common/doctop1a.png +share/doc/HTML/eu/common/doctop1b.png +share/doc/HTML/eu/common/doctop2.png +share/doc/HTML/eu/common/doxygen.css +share/doc/HTML/eu/common/fdl-license +share/doc/HTML/eu/common/fdl-license.html +share/doc/HTML/eu/common/fdl-translated.html +share/doc/HTML/eu/common/footer.html +share/doc/HTML/eu/common/gpl-license +share/doc/HTML/eu/common/gpl-license.html +share/doc/HTML/eu/common/gpl-translated.html +share/doc/HTML/eu/common/grad.png +share/doc/HTML/eu/common/header.html +share/doc/HTML/eu/common/headerbg.png +share/doc/HTML/eu/common/kde-common.css +share/doc/HTML/eu/common/kde-default.css +share/doc/HTML/eu/common/kde-localised.css +share/doc/HTML/eu/common/kde-localised.css.template +share/doc/HTML/eu/common/kde-web.css +share/doc/HTML/eu/common/kde_logo.png +share/doc/HTML/eu/common/kde_logo_bg.png +share/doc/HTML/eu/common/kmenu.png +share/doc/HTML/eu/common/lgpl-license +share/doc/HTML/eu/common/lgpl-license.html +share/doc/HTML/eu/common/logotp3.png +share/doc/HTML/eu/common/mainfooter.html +share/doc/HTML/eu/common/mainheader.html +share/doc/HTML/eu/common/qpl-license.html +share/doc/HTML/eu/common/shadow.png +share/doc/HTML/eu/common/web-docbottom.png +share/doc/HTML/eu/common/web-doctop.png +share/doc/HTML/eu/common/x11-license.html +share/doc/HTML/eu/common/xml.dcl +share/doc/HTML/eu/kbabel/catman.docbook +share/doc/HTML/eu/kbabel/dictionaries.docbook +share/doc/HTML/eu/kbabel/faq.docbook +share/doc/HTML/eu/kbabel/glossary.docbook +share/doc/HTML/eu/kbabel/kbabeldict.docbook +share/doc/HTML/eu/kbabel/menu.docbook +share/doc/HTML/eu/kbabel/preferences.docbook +share/doc/HTML/eu/kbabel/using.docbook +share/locale/eu/LC_MESSAGES/alarmdaemonctrl.mo +share/locale/eu/LC_MESSAGES/alsaplayerui.mo +share/locale/eu/LC_MESSAGES/amor.mo +share/locale/eu/LC_MESSAGES/appletproxy.mo +share/locale/eu/LC_MESSAGES/ark.mo +share/locale/eu/LC_MESSAGES/artsbuilder.mo +share/locale/eu/LC_MESSAGES/artscontrol.mo +share/locale/eu/LC_MESSAGES/artsmodules.mo +share/locale/eu/LC_MESSAGES/atlantikdesigner.mo +share/locale/eu/LC_MESSAGES/audiorename_plugin.mo +share/locale/eu/LC_MESSAGES/autorefresh.mo +share/locale/eu/LC_MESSAGES/babelfish.mo +share/locale/eu/LC_MESSAGES/cervisia.mo +share/locale/eu/LC_MESSAGES/charlatanui.mo +share/locale/eu/LC_MESSAGES/childpanelextension.mo +share/locale/eu/LC_MESSAGES/clockapplet.mo +share/locale/eu/LC_MESSAGES/crashesplugin.mo +share/locale/eu/LC_MESSAGES/cupsdconf.mo +share/locale/eu/LC_MESSAGES/cvsservice.mo +share/locale/eu/LC_MESSAGES/dcopservice.mo +share/locale/eu/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/eu/LC_MESSAGES/desktop_kdeaddons.mo +share/locale/eu/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/eu/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/eu/LC_MESSAGES/desktop_kdebase.mo +share/locale/eu/LC_MESSAGES/desktop_kdeedu.mo +share/locale/eu/LC_MESSAGES/desktop_kdegames.mo +share/locale/eu/LC_MESSAGES/desktop_kdegraphics.mo +share/locale/eu/LC_MESSAGES/desktop_kdelibs.mo +share/locale/eu/LC_MESSAGES/desktop_kdemultimedia.mo +share/locale/eu/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/eu/LC_MESSAGES/desktop_kdepim.mo +share/locale/eu/LC_MESSAGES/desktop_kdesdk.mo +share/locale/eu/LC_MESSAGES/desktop_kdetoys.mo +share/locale/eu/LC_MESSAGES/desktop_kdeutils.mo +share/locale/eu/LC_MESSAGES/desktop_kdevelop.mo +share/locale/eu/LC_MESSAGES/devicesapplet.mo +share/locale/eu/LC_MESSAGES/dirfilterplugin.mo +share/locale/eu/LC_MESSAGES/display.mo +share/locale/eu/LC_MESSAGES/dockbarextension.mo +share/locale/eu/LC_MESSAGES/domtreeviewer.mo +share/locale/eu/LC_MESSAGES/drkonqi.mo +share/locale/eu/LC_MESSAGES/dub.mo +share/locale/eu/LC_MESSAGES/extensionproxy.mo +share/locale/eu/LC_MESSAGES/ffrs.mo +share/locale/eu/LC_MESSAGES/filetypes.mo +share/locale/eu/LC_MESSAGES/flashkard.mo +share/locale/eu/LC_MESSAGES/fontinst.mo +share/locale/eu/LC_MESSAGES/fsview.mo +share/locale/eu/LC_MESSAGES/htmlsearch.mo +share/locale/eu/LC_MESSAGES/imagerename_plugin.mo +share/locale/eu/LC_MESSAGES/imgalleryplugin.mo +share/locale/eu/LC_MESSAGES/irkick.mo +share/locale/eu/LC_MESSAGES/jefferson.mo +share/locale/eu/LC_MESSAGES/juk.mo +share/locale/eu/LC_MESSAGES/kabc2mutt.mo +share/locale/eu/LC_MESSAGES/kabc_dir.mo +share/locale/eu/LC_MESSAGES/kabc_file.mo +share/locale/eu/LC_MESSAGES/kabc_ldap.mo +share/locale/eu/LC_MESSAGES/kabc_ldapkio.mo +share/locale/eu/LC_MESSAGES/kabc_net.mo +share/locale/eu/LC_MESSAGES/kabc_sql.mo +share/locale/eu/LC_MESSAGES/kabcformat_binary.mo +share/locale/eu/LC_MESSAGES/kaboodle.mo +share/locale/eu/LC_MESSAGES/kaccess.mo +share/locale/eu/LC_MESSAGES/kaddressbook.mo +share/locale/eu/LC_MESSAGES/kalarm.mo +share/locale/eu/LC_MESSAGES/kalarmdgui.mo +share/locale/eu/LC_MESSAGES/kalzium.mo +share/locale/eu/LC_MESSAGES/kandy.mo +share/locale/eu/LC_MESSAGES/kappfinder.mo +share/locale/eu/LC_MESSAGES/karm.mo +share/locale/eu/LC_MESSAGES/kasbarextension.mo +share/locale/eu/LC_MESSAGES/kasteroids.mo +share/locale/eu/LC_MESSAGES/kate.mo +share/locale/eu/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/eu/LC_MESSAGES/katedefaultproject.mo +share/locale/eu/LC_MESSAGES/katefll_initplugin.mo +share/locale/eu/LC_MESSAGES/katefll_plugin.mo +share/locale/eu/LC_MESSAGES/katehelloworld.mo +share/locale/eu/LC_MESSAGES/katehtmltools.mo +share/locale/eu/LC_MESSAGES/kateinsertcommand.mo +share/locale/eu/LC_MESSAGES/katemake.mo +share/locale/eu/LC_MESSAGES/katemodeline.mo +share/locale/eu/LC_MESSAGES/kateopenheader.mo +share/locale/eu/LC_MESSAGES/katepart.mo +share/locale/eu/LC_MESSAGES/kateprojectmanager.mo +share/locale/eu/LC_MESSAGES/katepybrowse.mo +share/locale/eu/LC_MESSAGES/katespell.mo +share/locale/eu/LC_MESSAGES/katetextfilter.mo +share/locale/eu/LC_MESSAGES/katexmlcheck.mo +share/locale/eu/LC_MESSAGES/katexmltools.mo +share/locale/eu/LC_MESSAGES/katomic.mo +share/locale/eu/LC_MESSAGES/kaudiocreator.mo +share/locale/eu/LC_MESSAGES/kbabel.mo +share/locale/eu/LC_MESSAGES/kbackgammon.mo +share/locale/eu/LC_MESSAGES/kbattleship.mo +share/locale/eu/LC_MESSAGES/kbinaryclock.mo +share/locale/eu/LC_MESSAGES/kblackbox.mo +share/locale/eu/LC_MESSAGES/kbounce.mo +share/locale/eu/LC_MESSAGES/kbruch.mo +share/locale/eu/LC_MESSAGES/kbugbuster.mo +share/locale/eu/LC_MESSAGES/kcachegrind.mo +share/locale/eu/LC_MESSAGES/kcalc.mo +share/locale/eu/LC_MESSAGES/kcardchooser.mo +share/locale/eu/LC_MESSAGES/kcharselect.mo +share/locale/eu/LC_MESSAGES/kcharselectapplet.mo +share/locale/eu/LC_MESSAGES/kcm_krfb.mo +share/locale/eu/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/eu/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo +share/locale/eu/LC_MESSAGES/kcmaccess.mo +share/locale/eu/LC_MESSAGES/kcmaccessibility.mo +share/locale/eu/LC_MESSAGES/kcmarts.mo +share/locale/eu/LC_MESSAGES/kcmaudiocd.mo +share/locale/eu/LC_MESSAGES/kcmbackground.mo +share/locale/eu/LC_MESSAGES/kcmbell.mo +share/locale/eu/LC_MESSAGES/kcmcddb.mo +share/locale/eu/LC_MESSAGES/kcmcgi.mo +share/locale/eu/LC_MESSAGES/kcmcolors.mo +share/locale/eu/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/eu/LC_MESSAGES/kcmcrypto.mo +share/locale/eu/LC_MESSAGES/kcmcss.mo +share/locale/eu/LC_MESSAGES/kcmemail.mo +share/locale/eu/LC_MESSAGES/kcmenergy.mo +share/locale/eu/LC_MESSAGES/kcmfileshare.mo +share/locale/eu/LC_MESSAGES/kcmfonts.mo +share/locale/eu/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/eu/LC_MESSAGES/kcmicons.mo +share/locale/eu/LC_MESSAGES/kcminfo.mo +share/locale/eu/LC_MESSAGES/kcminput.mo +share/locale/eu/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/eu/LC_MESSAGES/kcmkabconfig.mo +share/locale/eu/LC_MESSAGES/kcmkamera.mo +share/locale/eu/LC_MESSAGES/kcmkclock.mo +share/locale/eu/LC_MESSAGES/kcmkded.mo +share/locale/eu/LC_MESSAGES/kcmkeys.mo +share/locale/eu/LC_MESSAGES/kcmkicker.mo +share/locale/eu/LC_MESSAGES/kcmkio.mo +share/locale/eu/LC_MESSAGES/kcmkmix.mo +share/locale/eu/LC_MESSAGES/kcmkonq.mo +share/locale/eu/LC_MESSAGES/kcmkonqhtml.mo +share/locale/eu/LC_MESSAGES/kcmkonsole.mo +share/locale/eu/LC_MESSAGES/kcmkontactnt.mo +share/locale/eu/LC_MESSAGES/kcmktalkd.mo +share/locale/eu/LC_MESSAGES/kcmkuick.mo +share/locale/eu/LC_MESSAGES/kcmkurifilt.mo +share/locale/eu/LC_MESSAGES/kcmkvaio.mo +share/locale/eu/LC_MESSAGES/kcmkwallet.mo +share/locale/eu/LC_MESSAGES/kcmkwindecoration.mo +share/locale/eu/LC_MESSAGES/kcmkwintheme.mo +share/locale/eu/LC_MESSAGES/kcmkwm.mo +share/locale/eu/LC_MESSAGES/kcmkxmlrpcd.mo +share/locale/eu/LC_MESSAGES/kcmlanbrowser.mo +share/locale/eu/LC_MESSAGES/kcmlaptop.mo +share/locale/eu/LC_MESSAGES/kcmlaunch.mo +share/locale/eu/LC_MESSAGES/kcmlayout.mo +share/locale/eu/LC_MESSAGES/kcmlilo.mo +share/locale/eu/LC_MESSAGES/kcmlinuz.mo +share/locale/eu/LC_MESSAGES/kcmlocale.mo +share/locale/eu/LC_MESSAGES/kcmmediacontrol.mo +share/locale/eu/LC_MESSAGES/kcmmidi.mo +share/locale/eu/LC_MESSAGES/kcmnic.mo +share/locale/eu/LC_MESSAGES/kcmnotify.mo +share/locale/eu/LC_MESSAGES/kcmperformance.mo +share/locale/eu/LC_MESSAGES/kcmprintmgr.mo +share/locale/eu/LC_MESSAGES/kcmsamba.mo +share/locale/eu/LC_MESSAGES/kcmscreensaver.mo +share/locale/eu/LC_MESSAGES/kcmsmartcard.mo +share/locale/eu/LC_MESSAGES/kcmsmserver.mo +share/locale/eu/LC_MESSAGES/kcmsocks.mo +share/locale/eu/LC_MESSAGES/kcmspellchecking.mo +share/locale/eu/LC_MESSAGES/kcmstyle.mo +share/locale/eu/LC_MESSAGES/kcmtaskbar.mo +share/locale/eu/LC_MESSAGES/kcmusb.mo +share/locale/eu/LC_MESSAGES/kcmview1394.mo +share/locale/eu/LC_MESSAGES/kcmvim.mo +share/locale/eu/LC_MESSAGES/kcmwifi.mo +share/locale/eu/LC_MESSAGES/kcmxinerama.mo +share/locale/eu/LC_MESSAGES/kcoloredit.mo +share/locale/eu/LC_MESSAGES/kcontrol.mo +share/locale/eu/LC_MESSAGES/kcron.mo +share/locale/eu/LC_MESSAGES/kdat.mo +share/locale/eu/LC_MESSAGES/kdcop.mo +share/locale/eu/LC_MESSAGES/kdebugdialog.mo +share/locale/eu/LC_MESSAGES/kdelibs.mo +share/locale/eu/LC_MESSAGES/kdelibs_colors.mo +share/locale/eu/LC_MESSAGES/kdepasswd.mo +share/locale/eu/LC_MESSAGES/kdeprint.mo +share/locale/eu/LC_MESSAGES/kdeprint_part.mo +share/locale/eu/LC_MESSAGES/kdeprintfax.mo +share/locale/eu/LC_MESSAGES/kdesktop.mo +share/locale/eu/LC_MESSAGES/kdessh.mo +share/locale/eu/LC_MESSAGES/kdesu.mo +share/locale/eu/LC_MESSAGES/kdesud.mo +share/locale/eu/LC_MESSAGES/kdevtipofday.mo +share/locale/eu/LC_MESSAGES/kdf.mo +share/locale/eu/LC_MESSAGES/kdgantt.mo +share/locale/eu/LC_MESSAGES/kdialog.mo +share/locale/eu/LC_MESSAGES/kdict.mo +share/locale/eu/LC_MESSAGES/kdictapplet.mo +share/locale/eu/LC_MESSAGES/kdmchooser.mo +share/locale/eu/LC_MESSAGES/kdmconfig.mo +share/locale/eu/LC_MESSAGES/kdmgreet.mo +share/locale/eu/LC_MESSAGES/kdvi.mo +share/locale/eu/LC_MESSAGES/kedit.mo +share/locale/eu/LC_MESSAGES/keduca.mo +share/locale/eu/LC_MESSAGES/kenolaba.mo +share/locale/eu/LC_MESSAGES/kfax.mo +share/locale/eu/LC_MESSAGES/kfifteenapplet.mo +share/locale/eu/LC_MESSAGES/kfile_au.mo +share/locale/eu/LC_MESSAGES/kfile_avi.mo +share/locale/eu/LC_MESSAGES/kfile_bmp.mo +share/locale/eu/LC_MESSAGES/kfile_cpp.mo +share/locale/eu/LC_MESSAGES/kfile_deb.mo +share/locale/eu/LC_MESSAGES/kfile_desktop.mo +share/locale/eu/LC_MESSAGES/kfile_diff.mo +share/locale/eu/LC_MESSAGES/kfile_dvi.mo +share/locale/eu/LC_MESSAGES/kfile_flac.mo +share/locale/eu/LC_MESSAGES/kfile_folder.mo +share/locale/eu/LC_MESSAGES/kfile_font.mo +share/locale/eu/LC_MESSAGES/kfile_gif.mo +share/locale/eu/LC_MESSAGES/kfile_html.mo +share/locale/eu/LC_MESSAGES/kfile_ico.mo +share/locale/eu/LC_MESSAGES/kfile_jpeg.mo +share/locale/eu/LC_MESSAGES/kfile_m3u.mo +share/locale/eu/LC_MESSAGES/kfile_mp3.mo +share/locale/eu/LC_MESSAGES/kfile_ogg.mo +share/locale/eu/LC_MESSAGES/kfile_pcx.mo +share/locale/eu/LC_MESSAGES/kfile_pdf.mo +share/locale/eu/LC_MESSAGES/kfile_png.mo +share/locale/eu/LC_MESSAGES/kfile_pnm.mo +share/locale/eu/LC_MESSAGES/kfile_po.mo +share/locale/eu/LC_MESSAGES/kfile_ps.mo +share/locale/eu/LC_MESSAGES/kfile_rfc822.mo +share/locale/eu/LC_MESSAGES/kfile_rpm.mo +share/locale/eu/LC_MESSAGES/kfile_tga.mo +share/locale/eu/LC_MESSAGES/kfile_tiff.mo +share/locale/eu/LC_MESSAGES/kfile_ts.mo +share/locale/eu/LC_MESSAGES/kfile_txt.mo +share/locale/eu/LC_MESSAGES/kfile_vcf.mo +share/locale/eu/LC_MESSAGES/kfile_wav.mo +share/locale/eu/LC_MESSAGES/kfile_xbm.mo +share/locale/eu/LC_MESSAGES/kfileaudiopreview.mo +share/locale/eu/LC_MESSAGES/kfilereplace.mo +share/locale/eu/LC_MESSAGES/kfindpart.mo +share/locale/eu/LC_MESSAGES/kfloppy.mo +share/locale/eu/LC_MESSAGES/kfmclient.mo +share/locale/eu/LC_MESSAGES/kfontinst.mo +share/locale/eu/LC_MESSAGES/kfouleggs.mo +share/locale/eu/LC_MESSAGES/kgamma.mo +share/locale/eu/LC_MESSAGES/kgantt.mo +share/locale/eu/LC_MESSAGES/kget.mo +share/locale/eu/LC_MESSAGES/kghostview.mo +share/locale/eu/LC_MESSAGES/kgoldrunner.mo +share/locale/eu/LC_MESSAGES/kgpg.mo +share/locale/eu/LC_MESSAGES/kgpgcertmanager.mo +share/locale/eu/LC_MESSAGES/khangman.mo +share/locale/eu/LC_MESSAGES/khelpcenter.mo +share/locale/eu/LC_MESSAGES/khexedit.mo +share/locale/eu/LC_MESSAGES/khotkeys.mo +share/locale/eu/LC_MESSAGES/khtmlsettingsplugin.mo +share/locale/eu/LC_MESSAGES/kicker.mo +share/locale/eu/LC_MESSAGES/kiconedit.mo +share/locale/eu/LC_MESSAGES/kinetd.mo +share/locale/eu/LC_MESSAGES/kio.mo +share/locale/eu/LC_MESSAGES/kio_audiocd.mo +share/locale/eu/LC_MESSAGES/kio_devices.mo +share/locale/eu/LC_MESSAGES/kio_finger.mo +share/locale/eu/LC_MESSAGES/kio_fish.mo +share/locale/eu/LC_MESSAGES/kio_floppy.mo +share/locale/eu/LC_MESSAGES/kio_help.mo +share/locale/eu/LC_MESSAGES/kio_imap4.mo +share/locale/eu/LC_MESSAGES/kio_lan.mo +share/locale/eu/LC_MESSAGES/kio_mac.mo +share/locale/eu/LC_MESSAGES/kio_man.mo +share/locale/eu/LC_MESSAGES/kio_mobile.mo +share/locale/eu/LC_MESSAGES/kio_nfs.mo +share/locale/eu/LC_MESSAGES/kio_nntp.mo +share/locale/eu/LC_MESSAGES/kio_pop3.mo +share/locale/eu/LC_MESSAGES/kio_print.mo +share/locale/eu/LC_MESSAGES/kio_settings.mo +share/locale/eu/LC_MESSAGES/kio_sftp.mo +share/locale/eu/LC_MESSAGES/kio_sieve.mo +share/locale/eu/LC_MESSAGES/kio_smb.mo +share/locale/eu/LC_MESSAGES/kio_smbro.mo +share/locale/eu/LC_MESSAGES/kio_smtp.mo +share/locale/eu/LC_MESSAGES/kioexec.mo +share/locale/eu/LC_MESSAGES/kit.mo +share/locale/eu/LC_MESSAGES/kiten.mo +share/locale/eu/LC_MESSAGES/kjobviewer.mo +share/locale/eu/LC_MESSAGES/kjots.mo +share/locale/eu/LC_MESSAGES/kjumpingcube.mo +share/locale/eu/LC_MESSAGES/klaptopdaemon.mo +share/locale/eu/LC_MESSAGES/klegacyimport.mo +share/locale/eu/LC_MESSAGES/klettres.mo +share/locale/eu/LC_MESSAGES/klickety.mo +share/locale/eu/LC_MESSAGES/klines.mo +share/locale/eu/LC_MESSAGES/klipper.mo +share/locale/eu/LC_MESSAGES/klock.mo +share/locale/eu/LC_MESSAGES/kmahjongg.mo +share/locale/eu/LC_MESSAGES/kmail.mo +share/locale/eu/LC_MESSAGES/kmailcvt.mo +share/locale/eu/LC_MESSAGES/kmathtool.mo +share/locale/eu/LC_MESSAGES/kmcop.mo +share/locale/eu/LC_MESSAGES/kmenuapplet.mo +share/locale/eu/LC_MESSAGES/kmenuedit.mo +share/locale/eu/LC_MESSAGES/kmessedwords.mo +share/locale/eu/LC_MESSAGES/kmid.mo +share/locale/eu/LC_MESSAGES/kmidi.mo +share/locale/eu/LC_MESSAGES/kmines.mo +share/locale/eu/LC_MESSAGES/kminipagerapplet.mo +share/locale/eu/LC_MESSAGES/kmix.mo +share/locale/eu/LC_MESSAGES/kmoon.mo +share/locale/eu/LC_MESSAGES/kmplot.mo +share/locale/eu/LC_MESSAGES/kmrml.mo +share/locale/eu/LC_MESSAGES/knewsticker.mo +share/locale/eu/LC_MESSAGES/knode.mo +share/locale/eu/LC_MESSAGES/knorskverbs.mo +share/locale/eu/LC_MESSAGES/knotes.mo +share/locale/eu/LC_MESSAGES/knotify.mo +share/locale/eu/LC_MESSAGES/kodo.mo +share/locale/eu/LC_MESSAGES/kolf.mo +share/locale/eu/LC_MESSAGES/kolourpicker.mo +share/locale/eu/LC_MESSAGES/kompare.mo +share/locale/eu/LC_MESSAGES/konq_smbmounterplugin.mo +share/locale/eu/LC_MESSAGES/konqsidebar_mediaplayer.mo +share/locale/eu/LC_MESSAGES/konqueror.mo +share/locale/eu/LC_MESSAGES/konquest.mo +share/locale/eu/LC_MESSAGES/konsole.mo +share/locale/eu/LC_MESSAGES/konsolekalendar.mo +share/locale/eu/LC_MESSAGES/kontact.mo +share/locale/eu/LC_MESSAGES/kooka.mo +share/locale/eu/LC_MESSAGES/kopete.mo +share/locale/eu/LC_MESSAGES/korganizer.mo +share/locale/eu/LC_MESSAGES/korn.mo +share/locale/eu/LC_MESSAGES/kpackage.mo +share/locale/eu/LC_MESSAGES/kpager.mo +share/locale/eu/LC_MESSAGES/kpaint.mo +share/locale/eu/LC_MESSAGES/kpartapp.mo +share/locale/eu/LC_MESSAGES/kpartsaver.mo +share/locale/eu/LC_MESSAGES/kpat.mo +share/locale/eu/LC_MESSAGES/kpdf.mo +share/locale/eu/LC_MESSAGES/kpercentage.mo +share/locale/eu/LC_MESSAGES/kpersonalizer.mo +share/locale/eu/LC_MESSAGES/kpf.mo +share/locale/eu/LC_MESSAGES/kpilot.mo +share/locale/eu/LC_MESSAGES/kpoker.mo +share/locale/eu/LC_MESSAGES/kpovmodeler.mo +share/locale/eu/LC_MESSAGES/kppp.mo +share/locale/eu/LC_MESSAGES/kppplogview.mo +share/locale/eu/LC_MESSAGES/kprinter.mo +share/locale/eu/LC_MESSAGES/krandr.mo +share/locale/eu/LC_MESSAGES/krdb.mo +share/locale/eu/LC_MESSAGES/krdc.mo +share/locale/eu/LC_MESSAGES/kreadconfig.mo +share/locale/eu/LC_MESSAGES/krec.mo +share/locale/eu/LC_MESSAGES/kregexpeditor.mo +share/locale/eu/LC_MESSAGES/kreversi.mo +share/locale/eu/LC_MESSAGES/krfb.mo +share/locale/eu/LC_MESSAGES/kruler.mo +share/locale/eu/LC_MESSAGES/krunapplet.mo +share/locale/eu/LC_MESSAGES/ksame.mo +share/locale/eu/LC_MESSAGES/kscd.mo +share/locale/eu/LC_MESSAGES/kscreensaver.mo +share/locale/eu/LC_MESSAGES/kshisen.mo +share/locale/eu/LC_MESSAGES/ksig.mo +share/locale/eu/LC_MESSAGES/ksim.mo +share/locale/eu/LC_MESSAGES/ksirc.mo +share/locale/eu/LC_MESSAGES/ksirtet.mo +share/locale/eu/LC_MESSAGES/ksmiletris.mo +share/locale/eu/LC_MESSAGES/ksmserver.mo +share/locale/eu/LC_MESSAGES/ksnake.mo +share/locale/eu/LC_MESSAGES/ksnapshot.mo +share/locale/eu/LC_MESSAGES/ksokoban.mo +share/locale/eu/LC_MESSAGES/kspaceduel.mo +share/locale/eu/LC_MESSAGES/ksplash.mo +share/locale/eu/LC_MESSAGES/ksplashthemes.mo +share/locale/eu/LC_MESSAGES/kstars.mo +share/locale/eu/LC_MESSAGES/kstart.mo +share/locale/eu/LC_MESSAGES/kstartperf.mo +share/locale/eu/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/eu/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/eu/LC_MESSAGES/ksvgplugin.mo +share/locale/eu/LC_MESSAGES/ksync.mo +share/locale/eu/LC_MESSAGES/ksysguard.mo +share/locale/eu/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/eu/LC_MESSAGES/ksystraycmd.mo +share/locale/eu/LC_MESSAGES/ksysv.mo +share/locale/eu/LC_MESSAGES/ktalkd.mo +share/locale/eu/LC_MESSAGES/ktaskbarapplet.mo +share/locale/eu/LC_MESSAGES/kteatime.mo +share/locale/eu/LC_MESSAGES/ktexteditor_insertfile.mo +share/locale/eu/LC_MESSAGES/ktexteditor_isearch.mo +share/locale/eu/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/eu/LC_MESSAGES/ktimemon.mo +share/locale/eu/LC_MESSAGES/ktimer.mo +share/locale/eu/LC_MESSAGES/ktip.mo +share/locale/eu/LC_MESSAGES/ktnef.mo +share/locale/eu/LC_MESSAGES/ktouch.mo +share/locale/eu/LC_MESSAGES/ktron.mo +share/locale/eu/LC_MESSAGES/ktuberling.mo +share/locale/eu/LC_MESSAGES/ktux.mo +share/locale/eu/LC_MESSAGES/kuick_plugin.mo +share/locale/eu/LC_MESSAGES/kuickshow.mo +share/locale/eu/LC_MESSAGES/kuiviewer.mo +share/locale/eu/LC_MESSAGES/kuser.mo +share/locale/eu/LC_MESSAGES/kverbos.mo +share/locale/eu/LC_MESSAGES/kview.mo +share/locale/eu/LC_MESSAGES/kview_scale.mo +share/locale/eu/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/eu/LC_MESSAGES/kviewcanvas.mo +share/locale/eu/LC_MESSAGES/kvieweffectsplugin.mo +share/locale/eu/LC_MESSAGES/kviewpresenterplugin.mo +share/locale/eu/LC_MESSAGES/kviewscannerplugin.mo +share/locale/eu/LC_MESSAGES/kviewshell.mo +share/locale/eu/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/eu/LC_MESSAGES/kviewviewer.mo +share/locale/eu/LC_MESSAGES/kvoctrain.mo +share/locale/eu/LC_MESSAGES/kwalletmanager.mo +share/locale/eu/LC_MESSAGES/kweather.mo +share/locale/eu/LC_MESSAGES/kwifimanager.mo +share/locale/eu/LC_MESSAGES/kwin.mo +share/locale/eu/LC_MESSAGES/kwin4.mo +share/locale/eu/LC_MESSAGES/kwin_b2_config.mo +share/locale/eu/LC_MESSAGES/kwin_cde_config.mo +share/locale/eu/LC_MESSAGES/kwin_default_config.mo +share/locale/eu/LC_MESSAGES/kwin_glow_config.mo +share/locale/eu/LC_MESSAGES/kwin_icewm_config.mo +share/locale/eu/LC_MESSAGES/kwin_keramik_config.mo +share/locale/eu/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/eu/LC_MESSAGES/kwin_plastik_config.mo +share/locale/eu/LC_MESSAGES/kwin_quartz_config.mo +share/locale/eu/LC_MESSAGES/kwireless.mo +share/locale/eu/LC_MESSAGES/kworldclock.mo +share/locale/eu/LC_MESSAGES/kwriteconfig.mo +share/locale/eu/LC_MESSAGES/kxkb.mo +share/locale/eu/LC_MESSAGES/kxmlrpcd.mo +share/locale/eu/LC_MESSAGES/kxsconfig.mo +share/locale/eu/LC_MESSAGES/kxsldbg.mo +share/locale/eu/LC_MESSAGES/libcalendarresources.mo +share/locale/eu/LC_MESSAGES/libkaddrbk_geo_xxport.mo +share/locale/eu/LC_MESSAGES/libkcal.mo +share/locale/eu/LC_MESSAGES/libkcalsystem.mo +share/locale/eu/LC_MESSAGES/libkcddb.mo +share/locale/eu/LC_MESSAGES/libkdegames.mo +share/locale/eu/LC_MESSAGES/libkdehighscores.mo +share/locale/eu/LC_MESSAGES/libkdenetwork.mo +share/locale/eu/LC_MESSAGES/libkdepim.mo +share/locale/eu/LC_MESSAGES/libkicker.mo +share/locale/eu/LC_MESSAGES/libkickermenu_kdeprint.mo +share/locale/eu/LC_MESSAGES/libkickermenu_konsole.mo +share/locale/eu/LC_MESSAGES/libkickermenu_prefmenu.mo +share/locale/eu/LC_MESSAGES/libkickermenu_recentdocs.mo +share/locale/eu/LC_MESSAGES/libkonq.mo +share/locale/eu/LC_MESSAGES/libkpimexchange.mo +share/locale/eu/LC_MESSAGES/libkscan.mo +share/locale/eu/LC_MESSAGES/libkscreensaver.mo +share/locale/eu/LC_MESSAGES/libksieve.mo +share/locale/eu/LC_MESSAGES/libksirtet.mo +share/locale/eu/LC_MESSAGES/libksync.mo +share/locale/eu/LC_MESSAGES/libtaskbar.mo +share/locale/eu/LC_MESSAGES/libtaskmanager.mo +share/locale/eu/LC_MESSAGES/lockout.mo +share/locale/eu/LC_MESSAGES/lskat.mo +share/locale/eu/LC_MESSAGES/lyrics.mo +share/locale/eu/LC_MESSAGES/mediacontrol.mo +share/locale/eu/LC_MESSAGES/minitoolsplugin.mo +share/locale/eu/LC_MESSAGES/naughtyapplet.mo +share/locale/eu/LC_MESSAGES/nexscope.mo +share/locale/eu/LC_MESSAGES/noatun.mo +share/locale/eu/LC_MESSAGES/nsplugin.mo +share/locale/eu/LC_MESSAGES/passwords.mo +share/locale/eu/LC_MESSAGES/pitchablespeed.mo +share/locale/eu/LC_MESSAGES/ppdtranslations.mo +share/locale/eu/LC_MESSAGES/privacy.mo +share/locale/eu/LC_MESSAGES/qeditor.mo +share/locale/eu/LC_MESSAGES/quanta.mo +share/locale/eu/LC_MESSAGES/quicklauncher.mo +share/locale/eu/LC_MESSAGES/secpolicy.mo +share/locale/eu/LC_MESSAGES/spy.mo +share/locale/eu/LC_MESSAGES/synaescope.mo +share/locale/eu/LC_MESSAGES/taskbarextension.mo +share/locale/eu/LC_MESSAGES/timezones.mo +share/locale/eu/LC_MESSAGES/tippecanoe.mo +share/locale/eu/LC_MESSAGES/tyler.mo +share/locale/eu/LC_MESSAGES/uachangerplugin.mo +share/locale/eu/LC_MESSAGES/umbrello.mo +share/locale/eu/LC_MESSAGES/userinfo.mo +share/locale/eu/LC_MESSAGES/validatorsplugin.mo +share/locale/eu/LC_MESSAGES/vimpart.mo +share/locale/eu/LC_MESSAGES/wakeup.mo +share/locale/eu/LC_MESSAGES/wavecapture.mo +share/locale/eu/LC_MESSAGES/webarchiver.mo +share/locale/eu/charset +share/locale/eu/entry.desktop +share/locale/eu/flag.png +@dirrm share/doc/HTML/eu/kbabel +@dirrm share/doc/HTML/eu/common +@dirrm share/doc/HTML/eu diff --git a/misc/kde4-l10n-fi/Makefile b/misc/kde4-l10n-fi/Makefile index 440f006f5e73..8a02e0e6178c 100644 --- a/misc/kde4-l10n-fi/Makefile +++ b/misc/kde4-l10n-fi/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= fi- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-fi/distinfo b/misc/kde4-l10n-fi/distinfo index c73f82039e34..9fa89ff39d92 100644 --- a/misc/kde4-l10n-fi/distinfo +++ b/misc/kde4-l10n-fi/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-fi-3.2.0.tar.bz2) = a5c21cb62b3234f89030435f019085d3 +MD5 (KDE/kde-i18n/kde-i18n-fi-3.2.1.tar.bz2) = d71a9f36cdf1e5a694e26c40a3658e85 +SIZE (KDE/kde-i18n/kde-i18n-fi-3.2.1.tar.bz2) = 3008853 diff --git a/misc/kde4-l10n-gl/Makefile b/misc/kde4-l10n-gl/Makefile index 412a4d48f8a8..f5ace3448583 100644 --- a/misc/kde4-l10n-gl/Makefile +++ b/misc/kde4-l10n-gl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= gl- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-gl/distinfo b/misc/kde4-l10n-gl/distinfo index 451b389716df..1a91daa1758b 100644 --- a/misc/kde4-l10n-gl/distinfo +++ b/misc/kde4-l10n-gl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-gl-3.2.0.tar.bz2) = f4319f292a3af602150f8e5c8c60784d +MD5 (KDE/kde-i18n/kde-i18n-gl-3.2.1.tar.bz2) = ee6ff109176d72a255948ec4a6edf775 +SIZE (KDE/kde-i18n/kde-i18n-gl-3.2.1.tar.bz2) = 1881907 diff --git a/misc/kde4-l10n-gl/pkg-plist b/misc/kde4-l10n-gl/pkg-plist index a5d3ced9500a..3ac09272244b 100644 --- a/misc/kde4-l10n-gl/pkg-plist +++ b/misc/kde4-l10n-gl/pkg-plist @@ -13,6 +13,7 @@ share/locale/gl/LC_MESSAGES/clockapplet.mo share/locale/gl/LC_MESSAGES/crashesplugin.mo share/locale/gl/LC_MESSAGES/dcopservice.mo share/locale/gl/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/gl/LC_MESSAGES/desktop_kdeaddons.mo share/locale/gl/LC_MESSAGES/desktop_kdeadmin.mo share/locale/gl/LC_MESSAGES/desktop_kdebase.mo share/locale/gl/LC_MESSAGES/desktop_kdeedu.mo @@ -22,6 +23,7 @@ share/locale/gl/LC_MESSAGES/desktop_kdelibs.mo share/locale/gl/LC_MESSAGES/desktop_kdemultimedia.mo share/locale/gl/LC_MESSAGES/desktop_kdenetwork.mo share/locale/gl/LC_MESSAGES/desktop_kdepim.mo +share/locale/gl/LC_MESSAGES/desktop_kdesdk.mo share/locale/gl/LC_MESSAGES/desktop_kdetoys.mo share/locale/gl/LC_MESSAGES/desktop_kdeutils.mo share/locale/gl/LC_MESSAGES/desktop_quanta.mo @@ -109,6 +111,7 @@ share/locale/gl/LC_MESSAGES/kcmnic.mo share/locale/gl/LC_MESSAGES/kcmnotify.mo share/locale/gl/LC_MESSAGES/kcmperformance.mo share/locale/gl/LC_MESSAGES/kcmprintmgr.mo +share/locale/gl/LC_MESSAGES/kcmsamba.mo share/locale/gl/LC_MESSAGES/kcmscreensaver.mo share/locale/gl/LC_MESSAGES/kcmsmartcard.mo share/locale/gl/LC_MESSAGES/kcmsmserver.mo @@ -117,6 +120,7 @@ share/locale/gl/LC_MESSAGES/kcmspellchecking.mo share/locale/gl/LC_MESSAGES/kcmstyle.mo share/locale/gl/LC_MESSAGES/kcmtaskbar.mo share/locale/gl/LC_MESSAGES/kcmthemes.mo +share/locale/gl/LC_MESSAGES/kcmusb.mo share/locale/gl/LC_MESSAGES/kcmview1394.mo share/locale/gl/LC_MESSAGES/kcmxinerama.mo share/locale/gl/LC_MESSAGES/kcoloredit.mo @@ -216,10 +220,12 @@ share/locale/gl/LC_MESSAGES/klickety.mo share/locale/gl/LC_MESSAGES/klines.mo share/locale/gl/LC_MESSAGES/klipper.mo share/locale/gl/LC_MESSAGES/kmail.mo +share/locale/gl/LC_MESSAGES/kmathtool.mo share/locale/gl/LC_MESSAGES/kmcop.mo share/locale/gl/LC_MESSAGES/kmenuapplet.mo share/locale/gl/LC_MESSAGES/kmenuedit.mo share/locale/gl/LC_MESSAGES/kmessedwords.mo +share/locale/gl/LC_MESSAGES/kmid.mo share/locale/gl/LC_MESSAGES/kminipagerapplet.mo share/locale/gl/LC_MESSAGES/kmix.mo share/locale/gl/LC_MESSAGES/kmoon.mo @@ -258,6 +264,7 @@ share/locale/gl/LC_MESSAGES/ksmserver.mo share/locale/gl/LC_MESSAGES/ksnake.mo share/locale/gl/LC_MESSAGES/ksnapshot.mo share/locale/gl/LC_MESSAGES/ksplash.mo +share/locale/gl/LC_MESSAGES/ksplashthemes.mo share/locale/gl/LC_MESSAGES/kstart.mo share/locale/gl/LC_MESSAGES/kstyle_keramik_config.mo share/locale/gl/LC_MESSAGES/ksysctrl.mo @@ -271,6 +278,7 @@ share/locale/gl/LC_MESSAGES/ktexteditor_insertfile.mo share/locale/gl/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/gl/LC_MESSAGES/ktimer.mo share/locale/gl/LC_MESSAGES/ktip.mo +share/locale/gl/LC_MESSAGES/ktouch.mo share/locale/gl/LC_MESSAGES/ktron.mo share/locale/gl/LC_MESSAGES/ktux.mo share/locale/gl/LC_MESSAGES/kuick_plugin.mo @@ -323,5 +331,3 @@ share/locale/gl/LC_MESSAGES/webarchiver.mo share/locale/gl/charset share/locale/gl/entry.desktop share/locale/gl/flag.png -share/nls/POSIX -share/nls/en_US.US-ASCII diff --git a/misc/kde4-l10n-hi/Makefile b/misc/kde4-l10n-hi/Makefile index 21b32bfd688f..5c7e0370f23f 100644 --- a/misc/kde4-l10n-hi/Makefile +++ b/misc/kde4-l10n-hi/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= hi- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-hi/distinfo b/misc/kde4-l10n-hi/distinfo index 58e0f9026b55..ebe425022db3 100644 --- a/misc/kde4-l10n-hi/distinfo +++ b/misc/kde4-l10n-hi/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-hi-3.2.0.tar.bz2) = b69d2913e5007bfd68087aeaf9e79ace +MD5 (KDE/kde-i18n/kde-i18n-hi-3.2.1.tar.bz2) = 47a4231ff11bc0fa2a2c550878c0be89 +SIZE (KDE/kde-i18n/kde-i18n-hi-3.2.1.tar.bz2) = 1746141 diff --git a/misc/kde4-l10n-hi/pkg-plist b/misc/kde4-l10n-hi/pkg-plist index 397f12f585b2..b4fa1c403fe0 100644 --- a/misc/kde4-l10n-hi/pkg-plist +++ b/misc/kde4-l10n-hi/pkg-plist @@ -1,5 +1,18 @@ +share/locale/hi/LC_MESSAGES/alsaplayerui.mo share/locale/hi/LC_MESSAGES/appletproxy.mo +share/locale/hi/LC_MESSAGES/ark.mo +share/locale/hi/LC_MESSAGES/artsbuilder.mo +share/locale/hi/LC_MESSAGES/artscontrol.mo +share/locale/hi/LC_MESSAGES/artsmodules.mo share/locale/hi/LC_MESSAGES/atlantik.mo +share/locale/hi/LC_MESSAGES/atlantikdesigner.mo +share/locale/hi/LC_MESSAGES/audiorename_plugin.mo +share/locale/hi/LC_MESSAGES/autorefresh.mo +share/locale/hi/LC_MESSAGES/babelfish.mo +share/locale/hi/LC_MESSAGES/charlatanui.mo +share/locale/hi/LC_MESSAGES/childpanelextension.mo +share/locale/hi/LC_MESSAGES/clockapplet.mo +share/locale/hi/LC_MESSAGES/crashesplugin.mo share/locale/hi/LC_MESSAGES/cupsdconf.mo share/locale/hi/LC_MESSAGES/desktop_kde-i18n.mo share/locale/hi/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -18,30 +31,74 @@ share/locale/hi/LC_MESSAGES/desktop_kdesdk.mo share/locale/hi/LC_MESSAGES/desktop_kdetoys.mo share/locale/hi/LC_MESSAGES/desktop_kdeutils.mo share/locale/hi/LC_MESSAGES/devicesapplet.mo +share/locale/hi/LC_MESSAGES/dirfilterplugin.mo share/locale/hi/LC_MESSAGES/display.mo share/locale/hi/LC_MESSAGES/dockbarextension.mo +share/locale/hi/LC_MESSAGES/domtreeviewer.mo +share/locale/hi/LC_MESSAGES/drkonqi.mo +share/locale/hi/LC_MESSAGES/dub.mo +share/locale/hi/LC_MESSAGES/extensionproxy.mo +share/locale/hi/LC_MESSAGES/ffrs.mo +share/locale/hi/LC_MESSAGES/filetypes.mo +share/locale/hi/LC_MESSAGES/fontinst.mo +share/locale/hi/LC_MESSAGES/fsview.mo +share/locale/hi/LC_MESSAGES/htmlsearch.mo +share/locale/hi/LC_MESSAGES/imagerename_plugin.mo +share/locale/hi/LC_MESSAGES/imgalleryplugin.mo +share/locale/hi/LC_MESSAGES/irkick.mo +share/locale/hi/LC_MESSAGES/jefferson.mo +share/locale/hi/LC_MESSAGES/juk.mo share/locale/hi/LC_MESSAGES/kabc_dir.mo share/locale/hi/LC_MESSAGES/kabc_file.mo share/locale/hi/LC_MESSAGES/kabc_net.mo share/locale/hi/LC_MESSAGES/kabcformat_binary.mo +share/locale/hi/LC_MESSAGES/kaboodle.mo share/locale/hi/LC_MESSAGES/kaccess.mo +share/locale/hi/LC_MESSAGES/kappfinder.mo +share/locale/hi/LC_MESSAGES/kasbarextension.mo share/locale/hi/LC_MESSAGES/kasteroids.mo share/locale/hi/LC_MESSAGES/kate.mo +share/locale/hi/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/hi/LC_MESSAGES/katedefaultproject.mo +share/locale/hi/LC_MESSAGES/katefll_initplugin.mo +share/locale/hi/LC_MESSAGES/katefll_plugin.mo +share/locale/hi/LC_MESSAGES/katehelloworld.mo +share/locale/hi/LC_MESSAGES/katehtmltools.mo +share/locale/hi/LC_MESSAGES/kateinsertcommand.mo +share/locale/hi/LC_MESSAGES/katemake.mo +share/locale/hi/LC_MESSAGES/katemodeline.mo +share/locale/hi/LC_MESSAGES/kateopenheader.mo share/locale/hi/LC_MESSAGES/katepart.mo +share/locale/hi/LC_MESSAGES/kateprojectmanager.mo +share/locale/hi/LC_MESSAGES/katepybrowse.mo +share/locale/hi/LC_MESSAGES/katespell.mo +share/locale/hi/LC_MESSAGES/katetextfilter.mo +share/locale/hi/LC_MESSAGES/katexmlcheck.mo +share/locale/hi/LC_MESSAGES/katexmltools.mo share/locale/hi/LC_MESSAGES/katomic.mo +share/locale/hi/LC_MESSAGES/kaudiocreator.mo share/locale/hi/LC_MESSAGES/kbackgammon.mo share/locale/hi/LC_MESSAGES/kbattleship.mo +share/locale/hi/LC_MESSAGES/kbinaryclock.mo share/locale/hi/LC_MESSAGES/kblackbox.mo share/locale/hi/LC_MESSAGES/kbounce.mo +share/locale/hi/LC_MESSAGES/kcalc.mo +share/locale/hi/LC_MESSAGES/kcardchooser.mo +share/locale/hi/LC_MESSAGES/kcharselect.mo +share/locale/hi/LC_MESSAGES/kcharselectapplet.mo share/locale/hi/LC_MESSAGES/kcm_kviewpluginsconfig.mo share/locale/hi/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/hi/LC_MESSAGES/kcmaccess.mo share/locale/hi/LC_MESSAGES/kcmaccessibility.mo share/locale/hi/LC_MESSAGES/kcmarts.mo +share/locale/hi/LC_MESSAGES/kcmaudiocd.mo +share/locale/hi/LC_MESSAGES/kcmbackground.mo share/locale/hi/LC_MESSAGES/kcmbell.mo +share/locale/hi/LC_MESSAGES/kcmcddb.mo share/locale/hi/LC_MESSAGES/kcmcgi.mo share/locale/hi/LC_MESSAGES/kcmcolors.mo share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/hi/LC_MESSAGES/kcmcrypto.mo share/locale/hi/LC_MESSAGES/kcmcss.mo share/locale/hi/LC_MESSAGES/kcmemail.mo share/locale/hi/LC_MESSAGES/kcmenergy.mo @@ -49,43 +106,90 @@ share/locale/hi/LC_MESSAGES/kcmfileshare.mo share/locale/hi/LC_MESSAGES/kcmfonts.mo share/locale/hi/LC_MESSAGES/kcmhtmlsearch.mo share/locale/hi/LC_MESSAGES/kcmicons.mo +share/locale/hi/LC_MESSAGES/kcminfo.mo share/locale/hi/LC_MESSAGES/kcminput.mo share/locale/hi/LC_MESSAGES/kcmioslaveinfo.mo share/locale/hi/LC_MESSAGES/kcmkclock.mo share/locale/hi/LC_MESSAGES/kcmkded.mo +share/locale/hi/LC_MESSAGES/kcmkeys.mo +share/locale/hi/LC_MESSAGES/kcmkicker.mo +share/locale/hi/LC_MESSAGES/kcmkio.mo +share/locale/hi/LC_MESSAGES/kcmkmix.mo +share/locale/hi/LC_MESSAGES/kcmkonq.mo +share/locale/hi/LC_MESSAGES/kcmkonqhtml.mo +share/locale/hi/LC_MESSAGES/kcmkonsole.mo +share/locale/hi/LC_MESSAGES/kcmkontactnt.mo +share/locale/hi/LC_MESSAGES/kcmkuick.mo share/locale/hi/LC_MESSAGES/kcmkurifilt.mo +share/locale/hi/LC_MESSAGES/kcmkvaio.mo +share/locale/hi/LC_MESSAGES/kcmkwallet.mo share/locale/hi/LC_MESSAGES/kcmkwindecoration.mo share/locale/hi/LC_MESSAGES/kcmkwintheme.mo +share/locale/hi/LC_MESSAGES/kcmkwm.mo +share/locale/hi/LC_MESSAGES/kcmlaptop.mo share/locale/hi/LC_MESSAGES/kcmlaunch.mo +share/locale/hi/LC_MESSAGES/kcmlayout.mo +share/locale/hi/LC_MESSAGES/kcmlilo.mo +share/locale/hi/LC_MESSAGES/kcmlinuz.mo +share/locale/hi/LC_MESSAGES/kcmlirc.mo +share/locale/hi/LC_MESSAGES/kcmlocale.mo +share/locale/hi/LC_MESSAGES/kcmmediacontrol.mo share/locale/hi/LC_MESSAGES/kcmmidi.mo share/locale/hi/LC_MESSAGES/kcmnic.mo share/locale/hi/LC_MESSAGES/kcmnotify.mo share/locale/hi/LC_MESSAGES/kcmperformance.mo share/locale/hi/LC_MESSAGES/kcmprintmgr.mo share/locale/hi/LC_MESSAGES/kcmsamba.mo +share/locale/hi/LC_MESSAGES/kcmscreensaver.mo +share/locale/hi/LC_MESSAGES/kcmsmartcard.mo share/locale/hi/LC_MESSAGES/kcmsmserver.mo +share/locale/hi/LC_MESSAGES/kcmsocks.mo share/locale/hi/LC_MESSAGES/kcmspellchecking.mo +share/locale/hi/LC_MESSAGES/kcmstyle.mo +share/locale/hi/LC_MESSAGES/kcmtaskbar.mo +share/locale/hi/LC_MESSAGES/kcmusb.mo share/locale/hi/LC_MESSAGES/kcmview1394.mo +share/locale/hi/LC_MESSAGES/kcmvim.mo +share/locale/hi/LC_MESSAGES/kcmxinerama.mo share/locale/hi/LC_MESSAGES/kcontrol.mo +share/locale/hi/LC_MESSAGES/kcron.mo +share/locale/hi/LC_MESSAGES/kdat.mo share/locale/hi/LC_MESSAGES/kdcop.mo +share/locale/hi/LC_MESSAGES/kdebugdialog.mo share/locale/hi/LC_MESSAGES/kdelibs.mo share/locale/hi/LC_MESSAGES/kdelibs_colors.mo +share/locale/hi/LC_MESSAGES/kdelirc.mo +share/locale/hi/LC_MESSAGES/kdepasswd.mo share/locale/hi/LC_MESSAGES/kdeprint.mo +share/locale/hi/LC_MESSAGES/kdeprint_part.mo +share/locale/hi/LC_MESSAGES/kdeprintfax.mo share/locale/hi/LC_MESSAGES/kdesktop.mo +share/locale/hi/LC_MESSAGES/kdessh.mo +share/locale/hi/LC_MESSAGES/kdesu.mo +share/locale/hi/LC_MESSAGES/kdesud.mo +share/locale/hi/LC_MESSAGES/kdf.mo share/locale/hi/LC_MESSAGES/kdialog.mo share/locale/hi/LC_MESSAGES/kdmchooser.mo share/locale/hi/LC_MESSAGES/kdmconfig.mo share/locale/hi/LC_MESSAGES/kdmgreet.mo +share/locale/hi/LC_MESSAGES/kedit.mo share/locale/hi/LC_MESSAGES/kenolaba.mo +share/locale/hi/LC_MESSAGES/kfile_au.mo +share/locale/hi/LC_MESSAGES/kfile_avi.mo share/locale/hi/LC_MESSAGES/kfile_bmp.mo share/locale/hi/LC_MESSAGES/kfile_deb.mo share/locale/hi/LC_MESSAGES/kfile_desktop.mo share/locale/hi/LC_MESSAGES/kfile_dvi.mo +share/locale/hi/LC_MESSAGES/kfile_flac.mo share/locale/hi/LC_MESSAGES/kfile_folder.mo +share/locale/hi/LC_MESSAGES/kfile_font.mo share/locale/hi/LC_MESSAGES/kfile_gif.mo share/locale/hi/LC_MESSAGES/kfile_html.mo share/locale/hi/LC_MESSAGES/kfile_ico.mo share/locale/hi/LC_MESSAGES/kfile_jpeg.mo +share/locale/hi/LC_MESSAGES/kfile_m3u.mo +share/locale/hi/LC_MESSAGES/kfile_mp3.mo +share/locale/hi/LC_MESSAGES/kfile_ogg.mo share/locale/hi/LC_MESSAGES/kfile_pcx.mo share/locale/hi/LC_MESSAGES/kfile_pdf.mo share/locale/hi/LC_MESSAGES/kfile_png.mo @@ -95,42 +199,111 @@ share/locale/hi/LC_MESSAGES/kfile_rpm.mo share/locale/hi/LC_MESSAGES/kfile_tga.mo share/locale/hi/LC_MESSAGES/kfile_tiff.mo share/locale/hi/LC_MESSAGES/kfile_txt.mo +share/locale/hi/LC_MESSAGES/kfile_wav.mo share/locale/hi/LC_MESSAGES/kfile_xbm.mo +share/locale/hi/LC_MESSAGES/kfindpart.mo +share/locale/hi/LC_MESSAGES/kfloppy.mo +share/locale/hi/LC_MESSAGES/kfmclient.mo +share/locale/hi/LC_MESSAGES/kfontinst.mo share/locale/hi/LC_MESSAGES/kfouleggs.mo share/locale/hi/LC_MESSAGES/kgoldrunner.mo +share/locale/hi/LC_MESSAGES/kgpg.mo +share/locale/hi/LC_MESSAGES/khelpcenter.mo +share/locale/hi/LC_MESSAGES/khexedit.mo +share/locale/hi/LC_MESSAGES/khotkeys.mo +share/locale/hi/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/hi/LC_MESSAGES/kicker.mo share/locale/hi/LC_MESSAGES/kio.mo +share/locale/hi/LC_MESSAGES/kio_audiocd.mo +share/locale/hi/LC_MESSAGES/kio_devices.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_imap4.mo +share/locale/hi/LC_MESSAGES/kio_mac.mo +share/locale/hi/LC_MESSAGES/kio_man.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_print.mo +share/locale/hi/LC_MESSAGES/kio_settings.mo +share/locale/hi/LC_MESSAGES/kio_sftp.mo +share/locale/hi/LC_MESSAGES/kio_smb.mo +share/locale/hi/LC_MESSAGES/kio_smbro.mo +share/locale/hi/LC_MESSAGES/kio_smtp.mo +share/locale/hi/LC_MESSAGES/kjobviewer.mo +share/locale/hi/LC_MESSAGES/kjots.mo share/locale/hi/LC_MESSAGES/kjumpingcube.mo +share/locale/hi/LC_MESSAGES/klaptopdaemon.mo +share/locale/hi/LC_MESSAGES/klegacyimport.mo share/locale/hi/LC_MESSAGES/klickety.mo share/locale/hi/LC_MESSAGES/klines.mo share/locale/hi/LC_MESSAGES/klipper.mo +share/locale/hi/LC_MESSAGES/kmag.mo share/locale/hi/LC_MESSAGES/kmahjongg.mo share/locale/hi/LC_MESSAGES/kmenuapplet.mo +share/locale/hi/LC_MESSAGES/kmenuedit.mo +share/locale/hi/LC_MESSAGES/kmid.mo +share/locale/hi/LC_MESSAGES/kmidi.mo share/locale/hi/LC_MESSAGES/kmines.mo +share/locale/hi/LC_MESSAGES/kminipagerapplet.mo +share/locale/hi/LC_MESSAGES/kmix.mo +share/locale/hi/LC_MESSAGES/kmousetool.mo +share/locale/hi/LC_MESSAGES/kmouth.mo share/locale/hi/LC_MESSAGES/knorskverbs.mo share/locale/hi/LC_MESSAGES/kolf.mo +share/locale/hi/LC_MESSAGES/kolourpicker.mo +share/locale/hi/LC_MESSAGES/konq_smbmounterplugin.mo +share/locale/hi/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/hi/LC_MESSAGES/konqueror.mo share/locale/hi/LC_MESSAGES/konquest.mo share/locale/hi/LC_MESSAGES/konsole.mo +share/locale/hi/LC_MESSAGES/kpackage.mo share/locale/hi/LC_MESSAGES/kpager.mo share/locale/hi/LC_MESSAGES/kpartapp.mo share/locale/hi/LC_MESSAGES/kpat.mo +share/locale/hi/LC_MESSAGES/kpersonalizer.mo share/locale/hi/LC_MESSAGES/kpoker.mo +share/locale/hi/LC_MESSAGES/kprinter.mo +share/locale/hi/LC_MESSAGES/krandr.mo +share/locale/hi/LC_MESSAGES/krdb.mo +share/locale/hi/LC_MESSAGES/kreadconfig.mo +share/locale/hi/LC_MESSAGES/krec.mo +share/locale/hi/LC_MESSAGES/kregexpeditor.mo share/locale/hi/LC_MESSAGES/kreversi.mo share/locale/hi/LC_MESSAGES/krunapplet.mo share/locale/hi/LC_MESSAGES/ksame.mo +share/locale/hi/LC_MESSAGES/kscd.mo +share/locale/hi/LC_MESSAGES/kscreensaver.mo share/locale/hi/LC_MESSAGES/kshisen.mo +share/locale/hi/LC_MESSAGES/ksig.mo +share/locale/hi/LC_MESSAGES/ksim.mo share/locale/hi/LC_MESSAGES/ksirtet.mo share/locale/hi/LC_MESSAGES/ksmiletris.mo +share/locale/hi/LC_MESSAGES/ksmserver.mo share/locale/hi/LC_MESSAGES/ksnake.mo share/locale/hi/LC_MESSAGES/ksokoban.mo share/locale/hi/LC_MESSAGES/kspaceduel.mo +share/locale/hi/LC_MESSAGES/ksplash.mo +share/locale/hi/LC_MESSAGES/ksplashthemes.mo +share/locale/hi/LC_MESSAGES/kstart.mo +share/locale/hi/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/hi/LC_MESSAGES/ksysguard.mo share/locale/hi/LC_MESSAGES/ksystemtrayapplet.mo +share/locale/hi/LC_MESSAGES/ksystraycmd.mo +share/locale/hi/LC_MESSAGES/ksysv.mo +share/locale/hi/LC_MESSAGES/ktaskbarapplet.mo share/locale/hi/LC_MESSAGES/ktexteditor_kdatatool.mo +share/locale/hi/LC_MESSAGES/ktimemon.mo +share/locale/hi/LC_MESSAGES/ktimer.mo +share/locale/hi/LC_MESSAGES/ktip.mo share/locale/hi/LC_MESSAGES/ktron.mo share/locale/hi/LC_MESSAGES/ktuberling.mo +share/locale/hi/LC_MESSAGES/kuick_plugin.mo +share/locale/hi/LC_MESSAGES/kuser.mo share/locale/hi/LC_MESSAGES/kviewscannerplugin.mo share/locale/hi/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/hi/LC_MESSAGES/kwalletmanager.mo share/locale/hi/LC_MESSAGES/kwin.mo share/locale/hi/LC_MESSAGES/kwin4.mo share/locale/hi/LC_MESSAGES/kwin_b2_config.mo @@ -138,7 +311,10 @@ share/locale/hi/LC_MESSAGES/kwin_default_config.mo share/locale/hi/LC_MESSAGES/kwin_keramik_config.mo share/locale/hi/LC_MESSAGES/kwin_modernsys_config.mo share/locale/hi/LC_MESSAGES/kwin_quartz_config.mo +share/locale/hi/LC_MESSAGES/kwriteconfig.mo share/locale/hi/LC_MESSAGES/kxkb.mo +share/locale/hi/LC_MESSAGES/libkaddrbk_geo_xxport.mo +share/locale/hi/LC_MESSAGES/libkcddb.mo share/locale/hi/LC_MESSAGES/libkdegames.mo share/locale/hi/LC_MESSAGES/libkdehighscores.mo share/locale/hi/LC_MESSAGES/libkicker.mo @@ -153,13 +329,30 @@ share/locale/hi/LC_MESSAGES/libtaskbar.mo share/locale/hi/LC_MESSAGES/libtaskmanager.mo share/locale/hi/LC_MESSAGES/lockout.mo share/locale/hi/LC_MESSAGES/lskat.mo +share/locale/hi/LC_MESSAGES/lyrics.mo +share/locale/hi/LC_MESSAGES/mediacontrol.mo +share/locale/hi/LC_MESSAGES/minitoolsplugin.mo +share/locale/hi/LC_MESSAGES/naughtyapplet.mo +share/locale/hi/LC_MESSAGES/nexscope.mo +share/locale/hi/LC_MESSAGES/noatun.mo +share/locale/hi/LC_MESSAGES/nsplugin.mo +share/locale/hi/LC_MESSAGES/passwords.mo +share/locale/hi/LC_MESSAGES/pitchablespeed.mo +share/locale/hi/LC_MESSAGES/ppdtranslations.mo +share/locale/hi/LC_MESSAGES/privacy.mo share/locale/hi/LC_MESSAGES/quicklauncher.mo share/locale/hi/LC_MESSAGES/secpolicy.mo +share/locale/hi/LC_MESSAGES/synaescope.mo share/locale/hi/LC_MESSAGES/taskbarextension.mo share/locale/hi/LC_MESSAGES/timezones.mo +share/locale/hi/LC_MESSAGES/tippecanoe.mo +share/locale/hi/LC_MESSAGES/tyler.mo +share/locale/hi/LC_MESSAGES/uachangerplugin.mo +share/locale/hi/LC_MESSAGES/userinfo.mo +share/locale/hi/LC_MESSAGES/validatorsplugin.mo +share/locale/hi/LC_MESSAGES/vimpart.mo +share/locale/hi/LC_MESSAGES/wakeup.mo +share/locale/hi/LC_MESSAGES/wavecapture.mo +share/locale/hi/LC_MESSAGES/webarchiver.mo share/locale/hi/charset share/locale/hi/entry.desktop -share/nls/POSIX -share/nls/en_US.US-ASCII -@dirrm share/locale/hi/LC_MESSAGES -@dirrm share/locale/hi diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile index 339f702bd08f..17702fc2e249 100644 --- a/misc/kde4-l10n-is/Makefile +++ b/misc/kde4-l10n-is/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo index 76bb5c6fc30c..4c280f2aa216 100644 --- a/misc/kde4-l10n-is/distinfo +++ b/misc/kde4-l10n-is/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-is-3.1.5.tar.bz2) = 208ddcfebfefcd017789c2ca436ad97f +MD5 (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = b68de28502079011785f0c52d669777d +SIZE (KDE/kde-i18n/kde-i18n-is-3.2.1.tar.bz2) = 2495881 diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist index 63def159cb9f..30273b1a100a 100644 --- a/misc/kde4-l10n-is/pkg-plist +++ b/misc/kde4-l10n-is/pkg-plist @@ -1,4 +1,3 @@ -share/locale/is/LC_MESSAGES/aktion.mo share/locale/is/LC_MESSAGES/alarmdaemonctrl.mo share/locale/is/LC_MESSAGES/alsaplayerui.mo share/locale/is/LC_MESSAGES/amor.mo @@ -9,13 +8,17 @@ share/locale/is/LC_MESSAGES/artscontrol.mo share/locale/is/LC_MESSAGES/artsmodules.mo share/locale/is/LC_MESSAGES/atlantik.mo share/locale/is/LC_MESSAGES/atlantikdesigner.mo +share/locale/is/LC_MESSAGES/audiorename_plugin.mo +share/locale/is/LC_MESSAGES/autorefresh.mo share/locale/is/LC_MESSAGES/babelfish.mo share/locale/is/LC_MESSAGES/charlatanui.mo share/locale/is/LC_MESSAGES/childpanelextension.mo share/locale/is/LC_MESSAGES/clockapplet.mo share/locale/is/LC_MESSAGES/crashesplugin.mo share/locale/is/LC_MESSAGES/cupsdconf.mo +share/locale/is/LC_MESSAGES/dcopservice.mo share/locale/is/LC_MESSAGES/desktop_kde-i18n.mo +share/locale/is/LC_MESSAGES/desktop_kdeaccessibility.mo share/locale/is/LC_MESSAGES/desktop_kdeaddons.mo share/locale/is/LC_MESSAGES/desktop_kdeadmin.mo share/locale/is/LC_MESSAGES/desktop_kdeartwork.mo @@ -30,7 +33,9 @@ share/locale/is/LC_MESSAGES/desktop_kdepim.mo share/locale/is/LC_MESSAGES/desktop_kdesdk.mo share/locale/is/LC_MESSAGES/desktop_kdetoys.mo share/locale/is/LC_MESSAGES/desktop_kdeutils.mo +share/locale/is/LC_MESSAGES/devicesapplet.mo share/locale/is/LC_MESSAGES/dirfilterplugin.mo +share/locale/is/LC_MESSAGES/display.mo share/locale/is/LC_MESSAGES/dockbarextension.mo share/locale/is/LC_MESSAGES/domtreeviewer.mo share/locale/is/LC_MESSAGES/drkonqi.mo @@ -40,13 +45,18 @@ share/locale/is/LC_MESSAGES/ffrs.mo share/locale/is/LC_MESSAGES/filetypes.mo share/locale/is/LC_MESSAGES/flashkard.mo share/locale/is/LC_MESSAGES/fontinst.mo +share/locale/is/LC_MESSAGES/fsview.mo share/locale/is/LC_MESSAGES/htmlsearch.mo share/locale/is/LC_MESSAGES/imagerename_plugin.mo share/locale/is/LC_MESSAGES/imgalleryplugin.mo +share/locale/is/LC_MESSAGES/irkick.mo share/locale/is/LC_MESSAGES/jefferson.mo +share/locale/is/LC_MESSAGES/juk.mo share/locale/is/LC_MESSAGES/kabc2mutt.mo share/locale/is/LC_MESSAGES/kabc_dir.mo +share/locale/is/LC_MESSAGES/kabc_file.mo share/locale/is/LC_MESSAGES/kabc_ldap.mo +share/locale/is/LC_MESSAGES/kabc_ldapkio.mo share/locale/is/LC_MESSAGES/kabc_net.mo share/locale/is/LC_MESSAGES/kabc_sql.mo share/locale/is/LC_MESSAGES/kabcformat_binary.mo @@ -57,17 +67,19 @@ share/locale/is/LC_MESSAGES/kalarm.mo share/locale/is/LC_MESSAGES/kalarmdgui.mo share/locale/is/LC_MESSAGES/kalzium.mo share/locale/is/LC_MESSAGES/kandy.mo -share/locale/is/LC_MESSAGES/kaphorism.mo share/locale/is/LC_MESSAGES/kappfinder.mo share/locale/is/LC_MESSAGES/karm.mo share/locale/is/LC_MESSAGES/kasbarextension.mo share/locale/is/LC_MESSAGES/kasteroids.mo share/locale/is/LC_MESSAGES/kate.mo +share/locale/is/LC_MESSAGES/katecppsymbolviewer.mo +share/locale/is/LC_MESSAGES/katedefaultproject.mo share/locale/is/LC_MESSAGES/katefll_initplugin.mo share/locale/is/LC_MESSAGES/katefll_plugin.mo share/locale/is/LC_MESSAGES/katehelloworld.mo share/locale/is/LC_MESSAGES/katehtmltools.mo share/locale/is/LC_MESSAGES/kateinsertcommand.mo +share/locale/is/LC_MESSAGES/katemake.mo share/locale/is/LC_MESSAGES/katemodeline.mo share/locale/is/LC_MESSAGES/kateopenheader.mo share/locale/is/LC_MESSAGES/katepart.mo @@ -78,9 +90,11 @@ share/locale/is/LC_MESSAGES/katetextfilter.mo share/locale/is/LC_MESSAGES/katexmlcheck.mo share/locale/is/LC_MESSAGES/katexmltools.mo share/locale/is/LC_MESSAGES/katomic.mo +share/locale/is/LC_MESSAGES/kaudiocreator.mo share/locale/is/LC_MESSAGES/kbabel.mo share/locale/is/LC_MESSAGES/kbackgammon.mo share/locale/is/LC_MESSAGES/kbattleship.mo +share/locale/is/LC_MESSAGES/kbinaryclock.mo share/locale/is/LC_MESSAGES/kblackbox.mo share/locale/is/LC_MESSAGES/kbounce.mo share/locale/is/LC_MESSAGES/kcalc.mo @@ -88,7 +102,11 @@ share/locale/is/LC_MESSAGES/kcardchooser.mo share/locale/is/LC_MESSAGES/kcharselect.mo share/locale/is/LC_MESSAGES/kcharselectapplet.mo share/locale/is/LC_MESSAGES/kcm_krfb.mo +share/locale/is/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/is/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/is/LC_MESSAGES/kcmaccess.mo +share/locale/is/LC_MESSAGES/kcmaccessibility.mo share/locale/is/LC_MESSAGES/kcmarts.mo share/locale/is/LC_MESSAGES/kcmbackground.mo share/locale/is/LC_MESSAGES/kcmbell.mo @@ -106,6 +124,7 @@ share/locale/is/LC_MESSAGES/kcmicons.mo share/locale/is/LC_MESSAGES/kcminfo.mo share/locale/is/LC_MESSAGES/kcminput.mo share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/is/LC_MESSAGES/kcmkabconfig.mo share/locale/is/LC_MESSAGES/kcmkamera.mo share/locale/is/LC_MESSAGES/kcmkclock.mo share/locale/is/LC_MESSAGES/kcmkded.mo @@ -116,9 +135,12 @@ share/locale/is/LC_MESSAGES/kcmkmix.mo share/locale/is/LC_MESSAGES/kcmkonq.mo share/locale/is/LC_MESSAGES/kcmkonqhtml.mo share/locale/is/LC_MESSAGES/kcmkonsole.mo +share/locale/is/LC_MESSAGES/kcmkontactnt.mo share/locale/is/LC_MESSAGES/kcmktalkd.mo share/locale/is/LC_MESSAGES/kcmkuick.mo share/locale/is/LC_MESSAGES/kcmkurifilt.mo +share/locale/is/LC_MESSAGES/kcmkvaio.mo +share/locale/is/LC_MESSAGES/kcmkwallet.mo share/locale/is/LC_MESSAGES/kcmkwindecoration.mo share/locale/is/LC_MESSAGES/kcmkwintheme.mo share/locale/is/LC_MESSAGES/kcmkwm.mo @@ -129,12 +151,13 @@ share/locale/is/LC_MESSAGES/kcmlaunch.mo share/locale/is/LC_MESSAGES/kcmlayout.mo share/locale/is/LC_MESSAGES/kcmlilo.mo share/locale/is/LC_MESSAGES/kcmlinuz.mo +share/locale/is/LC_MESSAGES/kcmlirc.mo share/locale/is/LC_MESSAGES/kcmlocale.mo share/locale/is/LC_MESSAGES/kcmmediacontrol.mo share/locale/is/LC_MESSAGES/kcmmidi.mo -share/locale/is/LC_MESSAGES/kcmnewsticker.mo share/locale/is/LC_MESSAGES/kcmnic.mo share/locale/is/LC_MESSAGES/kcmnotify.mo +share/locale/is/LC_MESSAGES/kcmperformance.mo share/locale/is/LC_MESSAGES/kcmprintmgr.mo share/locale/is/LC_MESSAGES/kcmsamba.mo share/locale/is/LC_MESSAGES/kcmscreensaver.mo @@ -144,8 +167,11 @@ share/locale/is/LC_MESSAGES/kcmsocks.mo share/locale/is/LC_MESSAGES/kcmspellchecking.mo share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmtaskbar.mo -share/locale/is/LC_MESSAGES/kcmthemes.mo share/locale/is/LC_MESSAGES/kcmusb.mo +share/locale/is/LC_MESSAGES/kcmview1394.mo +share/locale/is/LC_MESSAGES/kcmvim.mo +share/locale/is/LC_MESSAGES/kcmwifi.mo +share/locale/is/LC_MESSAGES/kcmxinerama.mo share/locale/is/LC_MESSAGES/kcoloredit.mo share/locale/is/LC_MESSAGES/kcontrol.mo share/locale/is/LC_MESSAGES/kcron.mo @@ -153,7 +179,10 @@ share/locale/is/LC_MESSAGES/kdat.mo share/locale/is/LC_MESSAGES/kdcop.mo share/locale/is/LC_MESSAGES/kdebugdialog.mo share/locale/is/LC_MESSAGES/kdelibs.mo +share/locale/is/LC_MESSAGES/kdelibs_colors.mo +share/locale/is/LC_MESSAGES/kdelirc.mo share/locale/is/LC_MESSAGES/kdepasswd.mo +share/locale/is/LC_MESSAGES/kdeprint.mo share/locale/is/LC_MESSAGES/kdeprint_part.mo share/locale/is/LC_MESSAGES/kdeprintfax.mo share/locale/is/LC_MESSAGES/kdesktop.mo @@ -161,6 +190,7 @@ share/locale/is/LC_MESSAGES/kdessh.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kdesud.mo share/locale/is/LC_MESSAGES/kdf.mo +share/locale/is/LC_MESSAGES/kdgantt.mo share/locale/is/LC_MESSAGES/kdialog.mo share/locale/is/LC_MESSAGES/kdict.mo share/locale/is/LC_MESSAGES/kdictapplet.mo @@ -198,17 +228,17 @@ share/locale/is/LC_MESSAGES/kfile_txt.mo share/locale/is/LC_MESSAGES/kfile_vcf.mo share/locale/is/LC_MESSAGES/kfile_wav.mo share/locale/is/LC_MESSAGES/kfile_xbm.mo +share/locale/is/LC_MESSAGES/kfileaudiopreview.mo share/locale/is/LC_MESSAGES/kfindpart.mo share/locale/is/LC_MESSAGES/kfloppy.mo share/locale/is/LC_MESSAGES/kfmclient.mo -share/locale/is/LC_MESSAGES/kfmexec.mo -share/locale/is/LC_MESSAGES/kfontviewpart.mo -share/locale/is/LC_MESSAGES/kfortune.mo +share/locale/is/LC_MESSAGES/kfontinst.mo share/locale/is/LC_MESSAGES/kfouleggs.mo share/locale/is/LC_MESSAGES/kgantt.mo -share/locale/is/LC_MESSAGES/kgeo.mo share/locale/is/LC_MESSAGES/kget.mo share/locale/is/LC_MESSAGES/kghostview.mo +share/locale/is/LC_MESSAGES/kgoldrunner.mo +share/locale/is/LC_MESSAGES/kgpg.mo share/locale/is/LC_MESSAGES/kgpgcertmanager.mo share/locale/is/LC_MESSAGES/khangman.mo share/locale/is/LC_MESSAGES/khelpcenter.mo @@ -218,66 +248,72 @@ share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/is/LC_MESSAGES/kicker.mo share/locale/is/LC_MESSAGES/kiconedit.mo share/locale/is/LC_MESSAGES/kinetd.mo +share/locale/is/LC_MESSAGES/kio.mo share/locale/is/LC_MESSAGES/kio_audiocd.mo share/locale/is/LC_MESSAGES/kio_devices.mo share/locale/is/LC_MESSAGES/kio_finger.mo share/locale/is/LC_MESSAGES/kio_fish.mo share/locale/is/LC_MESSAGES/kio_floppy.mo +share/locale/is/LC_MESSAGES/kio_help.mo share/locale/is/LC_MESSAGES/kio_imap4.mo share/locale/is/LC_MESSAGES/kio_lan.mo share/locale/is/LC_MESSAGES/kio_mac.mo share/locale/is/LC_MESSAGES/kio_man.mo +share/locale/is/LC_MESSAGES/kio_mobile.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_print.mo +share/locale/is/LC_MESSAGES/kio_settings.mo share/locale/is/LC_MESSAGES/kio_sftp.mo +share/locale/is/LC_MESSAGES/kio_sieve.mo share/locale/is/LC_MESSAGES/kio_smb.mo share/locale/is/LC_MESSAGES/kio_smbro.mo share/locale/is/LC_MESSAGES/kio_smtp.mo share/locale/is/LC_MESSAGES/kioexec.mo share/locale/is/LC_MESSAGES/kit.mo -share/locale/is/LC_MESSAGES/kiten.mo share/locale/is/LC_MESSAGES/kjobviewer.mo share/locale/is/LC_MESSAGES/kjots.mo share/locale/is/LC_MESSAGES/kjumpingcube.mo share/locale/is/LC_MESSAGES/klaptopdaemon.mo share/locale/is/LC_MESSAGES/klegacyimport.mo -share/locale/is/LC_MESSAGES/kless.mo share/locale/is/LC_MESSAGES/klettres.mo share/locale/is/LC_MESSAGES/klickety.mo share/locale/is/LC_MESSAGES/klines.mo share/locale/is/LC_MESSAGES/klipper.mo share/locale/is/LC_MESSAGES/klock.mo -share/locale/is/LC_MESSAGES/klpq.mo +share/locale/is/LC_MESSAGES/kmag.mo share/locale/is/LC_MESSAGES/kmahjongg.mo share/locale/is/LC_MESSAGES/kmail.mo share/locale/is/LC_MESSAGES/kmailcvt.mo share/locale/is/LC_MESSAGES/kmathtool.mo share/locale/is/LC_MESSAGES/kmcop.mo +share/locale/is/LC_MESSAGES/kmenuapplet.mo share/locale/is/LC_MESSAGES/kmenuedit.mo -share/locale/is/LC_MESSAGES/kmessedwords.mo share/locale/is/LC_MESSAGES/kmid.mo share/locale/is/LC_MESSAGES/kmidi.mo share/locale/is/LC_MESSAGES/kmines.mo share/locale/is/LC_MESSAGES/kminipagerapplet.mo share/locale/is/LC_MESSAGES/kmix.mo share/locale/is/LC_MESSAGES/kmoon.mo +share/locale/is/LC_MESSAGES/kmousetool.mo +share/locale/is/LC_MESSAGES/kmouth.mo share/locale/is/LC_MESSAGES/kmplot.mo share/locale/is/LC_MESSAGES/kmrml.mo share/locale/is/LC_MESSAGES/knewsticker.mo share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knorskverbs.mo share/locale/is/LC_MESSAGES/knotes.mo share/locale/is/LC_MESSAGES/knotify.mo share/locale/is/LC_MESSAGES/kodo.mo share/locale/is/LC_MESSAGES/kolf.mo share/locale/is/LC_MESSAGES/kolourpicker.mo +share/locale/is/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/is/LC_MESSAGES/konqsidebar_mediaplayer.mo share/locale/is/LC_MESSAGES/konqueror.mo share/locale/is/LC_MESSAGES/konquest.mo share/locale/is/LC_MESSAGES/konsole.mo share/locale/is/LC_MESSAGES/konsolekalendar.mo +share/locale/is/LC_MESSAGES/kontact.mo share/locale/is/LC_MESSAGES/kooka.mo share/locale/is/LC_MESSAGES/korganizer.mo share/locale/is/LC_MESSAGES/korn.mo @@ -291,26 +327,26 @@ share/locale/is/LC_MESSAGES/kpercentage.mo share/locale/is/LC_MESSAGES/kpersonalizer.mo share/locale/is/LC_MESSAGES/kpf.mo share/locale/is/LC_MESSAGES/kpilot.mo -share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo -share/locale/is/LC_MESSAGES/kpm.mo share/locale/is/LC_MESSAGES/kpoker.mo -share/locale/is/LC_MESSAGES/kpovmodeler.mo share/locale/is/LC_MESSAGES/kppp.mo share/locale/is/LC_MESSAGES/kppplogview.mo share/locale/is/LC_MESSAGES/kprinter.mo +share/locale/is/LC_MESSAGES/krandr.mo share/locale/is/LC_MESSAGES/krdb.mo share/locale/is/LC_MESSAGES/krdc.mo share/locale/is/LC_MESSAGES/kreadconfig.mo share/locale/is/LC_MESSAGES/krec.mo +share/locale/is/LC_MESSAGES/kregexpeditor.mo share/locale/is/LC_MESSAGES/kreversi.mo share/locale/is/LC_MESSAGES/krfb.mo share/locale/is/LC_MESSAGES/kruler.mo share/locale/is/LC_MESSAGES/krunapplet.mo share/locale/is/LC_MESSAGES/ksame.mo share/locale/is/LC_MESSAGES/kscd.mo -share/locale/is/LC_MESSAGES/kscoreapplet.mo share/locale/is/LC_MESSAGES/kscreensaver.mo share/locale/is/LC_MESSAGES/kshisen.mo +share/locale/is/LC_MESSAGES/ksig.mo +share/locale/is/LC_MESSAGES/ksim.mo share/locale/is/LC_MESSAGES/ksirc.mo share/locale/is/LC_MESSAGES/ksirtet.mo share/locale/is/LC_MESSAGES/ksmiletris.mo @@ -320,11 +356,13 @@ share/locale/is/LC_MESSAGES/ksnapshot.mo share/locale/is/LC_MESSAGES/ksokoban.mo share/locale/is/LC_MESSAGES/kspaceduel.mo share/locale/is/LC_MESSAGES/ksplash.mo +share/locale/is/LC_MESSAGES/ksplashthemes.mo share/locale/is/LC_MESSAGES/kstars.mo share/locale/is/LC_MESSAGES/kstart.mo share/locale/is/LC_MESSAGES/kstartperf.mo +share/locale/is/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/is/LC_MESSAGES/kstyle_plastik_config.mo share/locale/is/LC_MESSAGES/ksync.mo -share/locale/is/LC_MESSAGES/ksysctrl.mo share/locale/is/LC_MESSAGES/ksysguard.mo share/locale/is/LC_MESSAGES/ksystemtrayapplet.mo share/locale/is/LC_MESSAGES/ksystraycmd.mo @@ -345,7 +383,6 @@ share/locale/is/LC_MESSAGES/ktux.mo share/locale/is/LC_MESSAGES/kuick_plugin.mo share/locale/is/LC_MESSAGES/kuickshow.mo share/locale/is/LC_MESSAGES/kuser.mo -share/locale/is/LC_MESSAGES/kverbos.mo share/locale/is/LC_MESSAGES/kview.mo share/locale/is/LC_MESSAGES/kview_scale.mo share/locale/is/LC_MESSAGES/kviewbrowserplugin.mo @@ -353,8 +390,9 @@ share/locale/is/LC_MESSAGES/kviewpresenterplugin.mo share/locale/is/LC_MESSAGES/kviewscannerplugin.mo share/locale/is/LC_MESSAGES/kviewshell.mo share/locale/is/LC_MESSAGES/kviewtemplateplugin.mo -share/locale/is/LC_MESSAGES/kvoctrain.mo +share/locale/is/LC_MESSAGES/kwalletmanager.mo share/locale/is/LC_MESSAGES/kweather.mo +share/locale/is/LC_MESSAGES/kwifimanager.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin4.mo share/locale/is/LC_MESSAGES/kwin_b2_config.mo @@ -364,13 +402,16 @@ share/locale/is/LC_MESSAGES/kwin_glow_config.mo share/locale/is/LC_MESSAGES/kwin_icewm_config.mo share/locale/is/LC_MESSAGES/kwin_keramik_config.mo share/locale/is/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/is/LC_MESSAGES/kwin_plastik_config.mo share/locale/is/LC_MESSAGES/kwin_quartz_config.mo +share/locale/is/LC_MESSAGES/kwireless.mo share/locale/is/LC_MESSAGES/kworldclock.mo -share/locale/is/LC_MESSAGES/kwuftpd.mo -share/locale/is/LC_MESSAGES/kxconfig.mo +share/locale/is/LC_MESSAGES/kwriteconfig.mo share/locale/is/LC_MESSAGES/kxkb.mo share/locale/is/LC_MESSAGES/kxmlrpcd.mo share/locale/is/LC_MESSAGES/kxsconfig.mo +share/locale/is/LC_MESSAGES/libcalendarresources.mo +share/locale/is/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/is/LC_MESSAGES/libkcal.mo share/locale/is/LC_MESSAGES/libkcalsystem.mo share/locale/is/LC_MESSAGES/libkdegames.mo @@ -394,8 +435,7 @@ share/locale/is/LC_MESSAGES/lockout.mo share/locale/is/LC_MESSAGES/lskat.mo share/locale/is/LC_MESSAGES/lyrics.mo share/locale/is/LC_MESSAGES/mediacontrol.mo -share/locale/is/LC_MESSAGES/megami.mo -share/locale/is/LC_MESSAGES/multiplayers.mo +share/locale/is/LC_MESSAGES/minitoolsplugin.mo share/locale/is/LC_MESSAGES/naughtyapplet.mo share/locale/is/LC_MESSAGES/nexscope.mo share/locale/is/LC_MESSAGES/noatun.mo @@ -403,6 +443,7 @@ share/locale/is/LC_MESSAGES/nsplugin.mo share/locale/is/LC_MESSAGES/passwords.mo share/locale/is/LC_MESSAGES/pitchablespeed.mo share/locale/is/LC_MESSAGES/ppdtranslations.mo +share/locale/is/LC_MESSAGES/privacy.mo share/locale/is/LC_MESSAGES/quicklauncher.mo share/locale/is/LC_MESSAGES/secpolicy.mo share/locale/is/LC_MESSAGES/spy.mo @@ -412,12 +453,12 @@ share/locale/is/LC_MESSAGES/timezones.mo share/locale/is/LC_MESSAGES/tippecanoe.mo share/locale/is/LC_MESSAGES/tyler.mo share/locale/is/LC_MESSAGES/uachangerplugin.mo +share/locale/is/LC_MESSAGES/userinfo.mo share/locale/is/LC_MESSAGES/validatorsplugin.mo +share/locale/is/LC_MESSAGES/vimpart.mo share/locale/is/LC_MESSAGES/wakeup.mo share/locale/is/LC_MESSAGES/wavecapture.mo share/locale/is/LC_MESSAGES/webarchiver.mo share/locale/is/charset share/locale/is/entry.desktop share/locale/is/flag.png -@dirrm share/locale/is/LC_MESSAGES -@dirrm share/locale/is diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index 1e59e27355bc..34c25a906deb 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= it- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-it/distinfo b/misc/kde4-l10n-it/distinfo index 32424a893566..a5ac977e7fa5 100644 --- a/misc/kde4-l10n-it/distinfo +++ b/misc/kde4-l10n-it/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-it-3.2.0.tar.bz2) = 0939305956e0c59e74fa851de85da236 +MD5 (KDE/kde-i18n/kde-i18n-it-3.2.1.tar.bz2) = 8c95d41de53c706082bb767c291a648d +SIZE (KDE/kde-i18n/kde-i18n-it-3.2.1.tar.bz2) = 10977240 diff --git a/misc/kde4-l10n-it/pkg-plist b/misc/kde4-l10n-it/pkg-plist index 16407502fd18..de042bc43975 100644 --- a/misc/kde4-l10n-it/pkg-plist +++ b/misc/kde4-l10n-it/pkg-plist @@ -98,6 +98,12 @@ share/doc/HTML/it/kamera/index.docbook share/doc/HTML/it/kasteroids/common share/doc/HTML/it/kasteroids/index.cache.bz2 share/doc/HTML/it/kasteroids/index.docbook +share/doc/HTML/it/kate-plugins/htmltools.docbook +share/doc/HTML/it/kate-plugins/insertcommand.docbook +share/doc/HTML/it/kate-plugins/openheader.docbook +share/doc/HTML/it/kate-plugins/textfilter.docbook +share/doc/HTML/it/kate-plugins/xmlcheck.docbook +share/doc/HTML/it/kate-plugins/xmltools.docbook share/doc/HTML/it/katomic/common share/doc/HTML/it/katomic/index.cache.bz2 share/doc/HTML/it/katomic/index.docbook @@ -506,6 +512,7 @@ share/doc/HTML/it/kpercentage/using.docbook share/doc/HTML/it/kpoker/common share/doc/HTML/it/kpoker/index.cache.bz2 share/doc/HTML/it/kpoker/index.docbook +share/doc/HTML/it/kppp/global-settings.docbook share/doc/HTML/it/krec/common share/doc/HTML/it/krec/index.cache.bz2 share/doc/HTML/it/krec/index.docbook @@ -728,6 +735,9 @@ share/doc/HTML/it/lskat/index.docbook share/doc/HTML/it/megami/common share/doc/HTML/it/megami/index.cache.bz2 share/doc/HTML/it/megami/index.docbook +share/doc/HTML/it/mouse/common +share/doc/HTML/it/mouse/index.cache.bz2 +share/doc/HTML/it/mouse/index.docbook share/doc/HTML/it/noatun/common share/doc/HTML/it/noatun/index.cache.bz2 share/doc/HTML/it/noatun/index.docbook @@ -1178,8 +1188,6 @@ share/locale/it/LC_MESSAGES/kwin_quartz_config.mo share/locale/it/LC_MESSAGES/kwireless.mo share/locale/it/LC_MESSAGES/kworldclock.mo share/locale/it/LC_MESSAGES/kwriteconfig.mo -share/locale/it/LC_MESSAGES/kwuftpd.mo -share/locale/it/LC_MESSAGES/kxconfig.mo share/locale/it/LC_MESSAGES/kxkb.mo share/locale/it/LC_MESSAGES/kxmlrpcd.mo share/locale/it/LC_MESSAGES/kxsconfig.mo @@ -1242,6 +1250,7 @@ share/locale/it/charset share/locale/it/entry.desktop share/locale/it/flag.png @dirrm share/doc/HTML/it/noatun +@dirrm share/doc/HTML/it/mouse @dirrm share/doc/HTML/it/megami @dirrm share/doc/HTML/it/lskat @dirrm share/doc/HTML/it/lisa @@ -1273,6 +1282,7 @@ share/locale/it/flag.png @dirrm share/doc/HTML/it/kruler @dirrm share/doc/HTML/it/kreversi @dirrm share/doc/HTML/it/krec +@dirrm share/doc/HTML/it/kppp @dirrm share/doc/HTML/it/kpoker @dirrm share/doc/HTML/it/kpercentage @dirrm share/doc/HTML/it/kpat @@ -1374,6 +1384,7 @@ share/locale/it/flag.png @dirrm share/doc/HTML/it/kbattleship @dirrm share/doc/HTML/it/kbackgammon @dirrm share/doc/HTML/it/katomic +@dirrm share/doc/HTML/it/kate-plugins @dirrm share/doc/HTML/it/kasteroids @dirrm share/doc/HTML/it/kamera @dirrm share/doc/HTML/it/kalzium diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index 18977b1ff5e8..00eaca27b12d 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kde-i18n -# PORTVERSION= ${KDE_VERSION} -PORTVERSION= 3.1.5 +PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n diff --git a/misc/kde4-l10n-lt/distinfo b/misc/kde4-l10n-lt/distinfo index 2d8372f481e1..5e4672354a2b 100644 --- a/misc/kde4-l10n-lt/distinfo +++ b/misc/kde4-l10n-lt/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-lt-3.1.5.tar.bz2) = 3083cdcda1aad0dc64c63732cb050bdd +MD5 (KDE/kde-i18n/kde-i18n-lt-3.2.1.tar.bz2) = 6283932edabf4c694b35c741f6ca105f +SIZE (KDE/kde-i18n/kde-i18n-lt-3.2.1.tar.bz2) = 2667910 diff --git a/misc/kde4-l10n-lt/pkg-plist b/misc/kde4-l10n-lt/pkg-plist index ba7fe215dfb9..f5684e996f71 100644 --- a/misc/kde4-l10n-lt/pkg-plist +++ b/misc/kde4-l10n-lt/pkg-plist @@ -32,12 +32,13 @@ share/locale/lt/LC_MESSAGES/desktop_kdenetwork.mo share/locale/lt/LC_MESSAGES/desktop_kdepim.mo share/locale/lt/LC_MESSAGES/desktop_kdesdk.mo share/locale/lt/LC_MESSAGES/desktop_kdeutils.mo +share/locale/lt/LC_MESSAGES/devicesapplet.mo share/locale/lt/LC_MESSAGES/dirfilterplugin.mo +share/locale/lt/LC_MESSAGES/display.mo share/locale/lt/LC_MESSAGES/dockbarextension.mo share/locale/lt/LC_MESSAGES/domtreeviewer.mo share/locale/lt/LC_MESSAGES/drkonqi.mo share/locale/lt/LC_MESSAGES/dub.mo -share/locale/lt/LC_MESSAGES/empath.mo share/locale/lt/LC_MESSAGES/extensionproxy.mo share/locale/lt/LC_MESSAGES/filetypes.mo share/locale/lt/LC_MESSAGES/fontinst.mo @@ -45,7 +46,9 @@ share/locale/lt/LC_MESSAGES/htmlsearch.mo share/locale/lt/LC_MESSAGES/imgalleryplugin.mo share/locale/lt/LC_MESSAGES/kab3.mo share/locale/lt/LC_MESSAGES/kabc_dir.mo +share/locale/lt/LC_MESSAGES/kabc_file.mo share/locale/lt/LC_MESSAGES/kabc_ldap.mo +share/locale/lt/LC_MESSAGES/kabc_ldapkio.mo share/locale/lt/LC_MESSAGES/kabc_net.mo share/locale/lt/LC_MESSAGES/kabc_sql.mo share/locale/lt/LC_MESSAGES/kabcformat_binary.mo @@ -55,6 +58,7 @@ share/locale/lt/LC_MESSAGES/kaddressbook.mo share/locale/lt/LC_MESSAGES/kappfinder.mo share/locale/lt/LC_MESSAGES/kasbarextension.mo share/locale/lt/LC_MESSAGES/kate.mo +share/locale/lt/LC_MESSAGES/katedefaultproject.mo share/locale/lt/LC_MESSAGES/katehelloworld.mo share/locale/lt/LC_MESSAGES/katehtmltools.mo share/locale/lt/LC_MESSAGES/kateinsertcommand.mo @@ -90,7 +94,6 @@ share/locale/lt/LC_MESSAGES/kcminput.mo share/locale/lt/LC_MESSAGES/kcmioslaveinfo.mo share/locale/lt/LC_MESSAGES/kcmkamera.mo share/locale/lt/LC_MESSAGES/kcmkclock.mo -share/locale/lt/LC_MESSAGES/kcmkdb.mo share/locale/lt/LC_MESSAGES/kcmkded.mo share/locale/lt/LC_MESSAGES/kcmkeys.mo share/locale/lt/LC_MESSAGES/kcmkicker.mo @@ -115,6 +118,7 @@ share/locale/lt/LC_MESSAGES/kcmlocale.mo share/locale/lt/LC_MESSAGES/kcmmidi.mo share/locale/lt/LC_MESSAGES/kcmnic.mo share/locale/lt/LC_MESSAGES/kcmnotify.mo +share/locale/lt/LC_MESSAGES/kcmperformance.mo share/locale/lt/LC_MESSAGES/kcmprintmgr.mo share/locale/lt/LC_MESSAGES/kcmsamba.mo share/locale/lt/LC_MESSAGES/kcmscreensaver.mo @@ -124,8 +128,8 @@ share/locale/lt/LC_MESSAGES/kcmsocks.mo share/locale/lt/LC_MESSAGES/kcmspellchecking.mo share/locale/lt/LC_MESSAGES/kcmstyle.mo share/locale/lt/LC_MESSAGES/kcmtaskbar.mo -share/locale/lt/LC_MESSAGES/kcmthemes.mo share/locale/lt/LC_MESSAGES/kcmusb.mo +share/locale/lt/LC_MESSAGES/kcmvim.mo share/locale/lt/LC_MESSAGES/kcmwidgetsettings.mo share/locale/lt/LC_MESSAGES/kcoloredit.mo share/locale/lt/LC_MESSAGES/kcontrol.mo @@ -134,7 +138,9 @@ share/locale/lt/LC_MESSAGES/kdat.mo share/locale/lt/LC_MESSAGES/kdcop.mo share/locale/lt/LC_MESSAGES/kdebugdialog.mo share/locale/lt/LC_MESSAGES/kdelibs.mo +share/locale/lt/LC_MESSAGES/kdelibs_colors.mo share/locale/lt/LC_MESSAGES/kdepasswd.mo +share/locale/lt/LC_MESSAGES/kdeprint.mo share/locale/lt/LC_MESSAGES/kdeprint_part.mo share/locale/lt/LC_MESSAGES/kdeprintfax.mo share/locale/lt/LC_MESSAGES/kdesktop.mo @@ -164,6 +170,7 @@ share/locale/lt/LC_MESSAGES/kfile_png.mo share/locale/lt/LC_MESSAGES/kfile_ps.mo share/locale/lt/LC_MESSAGES/kfile_rpm.mo share/locale/lt/LC_MESSAGES/kfile_wav.mo +share/locale/lt/LC_MESSAGES/kfileaudiopreview.mo share/locale/lt/LC_MESSAGES/kfind.mo share/locale/lt/LC_MESSAGES/kfindpart.mo share/locale/lt/LC_MESSAGES/kfloppy.mo @@ -175,9 +182,11 @@ share/locale/lt/LC_MESSAGES/khotkeys.mo share/locale/lt/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/lt/LC_MESSAGES/kicker.mo share/locale/lt/LC_MESSAGES/kiconedit.mo +share/locale/lt/LC_MESSAGES/kio.mo share/locale/lt/LC_MESSAGES/kio_audiocd.mo share/locale/lt/LC_MESSAGES/kio_devices.mo share/locale/lt/LC_MESSAGES/kio_finger.mo +share/locale/lt/LC_MESSAGES/kio_fish.mo share/locale/lt/LC_MESSAGES/kio_floppy.mo share/locale/lt/LC_MESSAGES/kio_help.mo share/locale/lt/LC_MESSAGES/kio_imap4.mo @@ -188,6 +197,7 @@ share/locale/lt/LC_MESSAGES/kio_nfs.mo share/locale/lt/LC_MESSAGES/kio_nntp.mo share/locale/lt/LC_MESSAGES/kio_pop3.mo share/locale/lt/LC_MESSAGES/kio_print.mo +share/locale/lt/LC_MESSAGES/kio_settings.mo share/locale/lt/LC_MESSAGES/kio_sftp.mo share/locale/lt/LC_MESSAGES/kio_smb.mo share/locale/lt/LC_MESSAGES/kio_smbro.mo @@ -243,6 +253,7 @@ share/locale/lt/LC_MESSAGES/ksmserver.mo share/locale/lt/LC_MESSAGES/ksnapshot.mo share/locale/lt/LC_MESSAGES/ksplash.mo share/locale/lt/LC_MESSAGES/kstart.mo +share/locale/lt/LC_MESSAGES/kstyle_keramik_config.mo share/locale/lt/LC_MESSAGES/ksysguard.mo share/locale/lt/LC_MESSAGES/ksystemtrayapplet.mo share/locale/lt/LC_MESSAGES/ksystraycmd.mo @@ -270,7 +281,7 @@ share/locale/lt/LC_MESSAGES/kwin_icewm_config.mo share/locale/lt/LC_MESSAGES/kwin_keramik_config.mo share/locale/lt/LC_MESSAGES/kwin_modernsys_config.mo share/locale/lt/LC_MESSAGES/kwin_quartz_config.mo -share/locale/lt/LC_MESSAGES/kxconfig.mo +share/locale/lt/LC_MESSAGES/kwriteconfig.mo share/locale/lt/LC_MESSAGES/kxkb.mo share/locale/lt/LC_MESSAGES/kxmlrpcd.mo share/locale/lt/LC_MESSAGES/kxsconfig.mo @@ -298,6 +309,7 @@ share/locale/lt/LC_MESSAGES/taskbarextension.mo share/locale/lt/LC_MESSAGES/timezones.mo share/locale/lt/LC_MESSAGES/uachangerplugin.mo share/locale/lt/LC_MESSAGES/validatorsplugin.mo +share/locale/lt/LC_MESSAGES/vimpart.mo share/locale/lt/LC_MESSAGES/wakeup.mo share/locale/lt/LC_MESSAGES/webarchiver.mo share/locale/lt/charset diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile index cf3fad17b539..a432fc065c86 100644 --- a/misc/kde4-l10n-lv/Makefile +++ b/misc/kde4-l10n-lv/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.0.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= lv- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-lv/distinfo b/misc/kde4-l10n-lv/distinfo index e69de29bb2d1..c1a38867cd8a 100644 --- a/misc/kde4-l10n-lv/distinfo +++ b/misc/kde4-l10n-lv/distinfo @@ -0,0 +1 @@ +SIZE (KDE/kde-i18n/kde-i18n-lv-3.0.5.tar.bz2) = diff --git a/misc/kde4-l10n-mk/distinfo b/misc/kde4-l10n-mk/distinfo index ae03c7de7d6e..dcb18dd31d6d 100644 --- a/misc/kde4-l10n-mk/distinfo +++ b/misc/kde4-l10n-mk/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-mk-3.1.5.tar.bz2) = 5367b45436f818ec3c2d15a8f6e9f077 +SIZE (KDE/kde-i18n/kde-i18n-mk-3.1.5.tar.bz2) = 1816187 diff --git a/misc/kde4-l10n-mk/pkg-plist b/misc/kde4-l10n-mk/pkg-plist index b224aaba02f4..bbf419d7b549 100644 --- a/misc/kde4-l10n-mk/pkg-plist +++ b/misc/kde4-l10n-mk/pkg-plist @@ -311,5 +311,3 @@ share/locale/mk/LC_MESSAGES/timezones.mo share/locale/mk/charset share/locale/mk/entry.desktop share/locale/mk/flag.png -@dirrm share/locale/mk/LC_MESSAGES -@dirrm share/locale/mk diff --git a/misc/kde4-l10n-nb/Makefile b/misc/kde4-l10n-nb/Makefile index 515ff0cda7ad..5408b4a68ae5 100644 --- a/misc/kde4-l10n-nb/Makefile +++ b/misc/kde4-l10n-nb/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nb- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-nb/distinfo b/misc/kde4-l10n-nb/distinfo index f1492187295c..5860a59195b0 100644 --- a/misc/kde4-l10n-nb/distinfo +++ b/misc/kde4-l10n-nb/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nb-3.2.0.tar.bz2) = 5fb144c6c24901d03f1d168ef4f7f203 +MD5 (KDE/kde-i18n/kde-i18n-nb-3.2.1.tar.bz2) = 2c99fafb76b5419c868d0c3d8c474835 +SIZE (KDE/kde-i18n/kde-i18n-nb-3.2.1.tar.bz2) = 4175446 diff --git a/misc/kde4-l10n-nb/pkg-plist b/misc/kde4-l10n-nb/pkg-plist index fcefa790917b..3cc48452cb85 100644 --- a/misc/kde4-l10n-nb/pkg-plist +++ b/misc/kde4-l10n-nb/pkg-plist @@ -20,6 +20,8 @@ share/locale/nb/LC_MESSAGES/childpanelextension.mo share/locale/nb/LC_MESSAGES/clockapplet.mo share/locale/nb/LC_MESSAGES/crashesplugin.mo share/locale/nb/LC_MESSAGES/cupsdconf.mo +share/locale/nb/LC_MESSAGES/cvsservice.mo +share/locale/nb/LC_MESSAGES/dcopservice.mo share/locale/nb/LC_MESSAGES/desktop_kde-i18n.mo share/locale/nb/LC_MESSAGES/desktop_kdeaddons.mo share/locale/nb/LC_MESSAGES/desktop_kdeadmin.mo @@ -35,6 +37,8 @@ share/locale/nb/LC_MESSAGES/desktop_kdepim.mo share/locale/nb/LC_MESSAGES/desktop_kdesdk.mo share/locale/nb/LC_MESSAGES/desktop_kdetoys.mo share/locale/nb/LC_MESSAGES/desktop_kdeutils.mo +share/locale/nb/LC_MESSAGES/desktop_kdevelop.mo +share/locale/nb/LC_MESSAGES/desktop_quanta.mo share/locale/nb/LC_MESSAGES/devicesapplet.mo share/locale/nb/LC_MESSAGES/dirfilterplugin.mo share/locale/nb/LC_MESSAGES/display.mo @@ -51,7 +55,9 @@ share/locale/nb/LC_MESSAGES/gideon.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/irkick.mo share/locale/nb/LC_MESSAGES/jefferson.mo +share/locale/nb/LC_MESSAGES/juk.mo share/locale/nb/LC_MESSAGES/kab3.mo share/locale/nb/LC_MESSAGES/kabc2mutt.mo share/locale/nb/LC_MESSAGES/kabc_dir.mo @@ -99,6 +105,7 @@ share/locale/nb/LC_MESSAGES/kblackbox.mo share/locale/nb/LC_MESSAGES/kbounce.mo share/locale/nb/LC_MESSAGES/kbruch.mo share/locale/nb/LC_MESSAGES/kbugbuster.mo +share/locale/nb/LC_MESSAGES/kcachegrind.mo share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcardchooser.mo share/locale/nb/LC_MESSAGES/kcharselect.mo @@ -114,6 +121,7 @@ share/locale/nb/LC_MESSAGES/kcmarts.mo share/locale/nb/LC_MESSAGES/kcmaudiocd.mo share/locale/nb/LC_MESSAGES/kcmbackground.mo share/locale/nb/LC_MESSAGES/kcmbell.mo +share/locale/nb/LC_MESSAGES/kcmcddb.mo share/locale/nb/LC_MESSAGES/kcmcgi.mo share/locale/nb/LC_MESSAGES/kcmcolors.mo share/locale/nb/LC_MESSAGES/kcmcomponentchooser.mo @@ -143,6 +151,8 @@ share/locale/nb/LC_MESSAGES/kcmkonsole.mo share/locale/nb/LC_MESSAGES/kcmktalkd.mo share/locale/nb/LC_MESSAGES/kcmkuick.mo share/locale/nb/LC_MESSAGES/kcmkurifilt.mo +share/locale/nb/LC_MESSAGES/kcmkvaio.mo +share/locale/nb/LC_MESSAGES/kcmkwallet.mo share/locale/nb/LC_MESSAGES/kcmkwindecoration.mo share/locale/nb/LC_MESSAGES/kcmkwintheme.mo share/locale/nb/LC_MESSAGES/kcmkwm.mo @@ -153,6 +163,7 @@ share/locale/nb/LC_MESSAGES/kcmlaunch.mo share/locale/nb/LC_MESSAGES/kcmlayout.mo share/locale/nb/LC_MESSAGES/kcmlilo.mo share/locale/nb/LC_MESSAGES/kcmlinuz.mo +share/locale/nb/LC_MESSAGES/kcmlirc.mo share/locale/nb/LC_MESSAGES/kcmlocale.mo share/locale/nb/LC_MESSAGES/kcmmediacontrol.mo share/locale/nb/LC_MESSAGES/kcmmidi.mo @@ -172,6 +183,7 @@ share/locale/nb/LC_MESSAGES/kcmtaskbar.mo share/locale/nb/LC_MESSAGES/kcmthemes.mo share/locale/nb/LC_MESSAGES/kcmusb.mo share/locale/nb/LC_MESSAGES/kcmview1394.mo +share/locale/nb/LC_MESSAGES/kcmwifi.mo share/locale/nb/LC_MESSAGES/kcmxinerama.mo share/locale/nb/LC_MESSAGES/kcoloredit.mo share/locale/nb/LC_MESSAGES/kcontrol.mo @@ -181,6 +193,7 @@ share/locale/nb/LC_MESSAGES/kdcop.mo share/locale/nb/LC_MESSAGES/kdebugdialog.mo share/locale/nb/LC_MESSAGES/kdelibs.mo share/locale/nb/LC_MESSAGES/kdelibs_colors.mo +share/locale/nb/LC_MESSAGES/kdelirc.mo share/locale/nb/LC_MESSAGES/kdepasswd.mo share/locale/nb/LC_MESSAGES/kdeprint.mo share/locale/nb/LC_MESSAGES/kdeprint_part.mo @@ -211,6 +224,7 @@ share/locale/nb/LC_MESSAGES/kfile_deb.mo share/locale/nb/LC_MESSAGES/kfile_desktop.mo share/locale/nb/LC_MESSAGES/kfile_diff.mo share/locale/nb/LC_MESSAGES/kfile_dvi.mo +share/locale/nb/LC_MESSAGES/kfile_flac.mo share/locale/nb/LC_MESSAGES/kfile_folder.mo share/locale/nb/LC_MESSAGES/kfile_font.mo share/locale/nb/LC_MESSAGES/kfile_gif.mo @@ -230,11 +244,13 @@ share/locale/nb/LC_MESSAGES/kfile_rfc822.mo share/locale/nb/LC_MESSAGES/kfile_rpm.mo share/locale/nb/LC_MESSAGES/kfile_tga.mo share/locale/nb/LC_MESSAGES/kfile_tiff.mo +share/locale/nb/LC_MESSAGES/kfile_ts.mo share/locale/nb/LC_MESSAGES/kfile_txt.mo share/locale/nb/LC_MESSAGES/kfile_vcf.mo share/locale/nb/LC_MESSAGES/kfile_wav.mo share/locale/nb/LC_MESSAGES/kfile_xbm.mo share/locale/nb/LC_MESSAGES/kfileaudiopreview.mo +share/locale/nb/LC_MESSAGES/kfilereplace.mo share/locale/nb/LC_MESSAGES/kfindpart.mo share/locale/nb/LC_MESSAGES/kfloppy.mo share/locale/nb/LC_MESSAGES/kfmclient.mo @@ -249,6 +265,7 @@ share/locale/nb/LC_MESSAGES/kgantt.mo share/locale/nb/LC_MESSAGES/kgeo.mo share/locale/nb/LC_MESSAGES/kget.mo share/locale/nb/LC_MESSAGES/kghostview.mo +share/locale/nb/LC_MESSAGES/kgpg.mo share/locale/nb/LC_MESSAGES/kgpgcertmanager.mo share/locale/nb/LC_MESSAGES/khangman.mo share/locale/nb/LC_MESSAGES/khelpcenter.mo @@ -331,6 +348,7 @@ share/locale/nb/LC_MESSAGES/konsole.mo share/locale/nb/LC_MESSAGES/konsolekalendar.mo share/locale/nb/LC_MESSAGES/kontact.mo share/locale/nb/LC_MESSAGES/kooka.mo +share/locale/nb/LC_MESSAGES/kopete.mo share/locale/nb/LC_MESSAGES/korganizer.mo share/locale/nb/LC_MESSAGES/korn.mo share/locale/nb/LC_MESSAGES/kpackage.mo @@ -404,6 +422,7 @@ share/locale/nb/LC_MESSAGES/ktuberling.mo share/locale/nb/LC_MESSAGES/ktux.mo share/locale/nb/LC_MESSAGES/kuick_plugin.mo share/locale/nb/LC_MESSAGES/kuickshow.mo +share/locale/nb/LC_MESSAGES/kuiviewer.mo share/locale/nb/LC_MESSAGES/kuser.mo share/locale/nb/LC_MESSAGES/kverbos.mo share/locale/nb/LC_MESSAGES/kview.mo @@ -417,7 +436,9 @@ share/locale/nb/LC_MESSAGES/kviewshell.mo share/locale/nb/LC_MESSAGES/kviewtemplateplugin.mo share/locale/nb/LC_MESSAGES/kviewviewer.mo share/locale/nb/LC_MESSAGES/kvoctrain.mo +share/locale/nb/LC_MESSAGES/kwalletmanager.mo share/locale/nb/LC_MESSAGES/kweather.mo +share/locale/nb/LC_MESSAGES/kwifimanager.mo share/locale/nb/LC_MESSAGES/kwin.mo share/locale/nb/LC_MESSAGES/kwin4.mo share/locale/nb/LC_MESSAGES/kwin_b2_config.mo @@ -428,6 +449,7 @@ share/locale/nb/LC_MESSAGES/kwin_icewm_config.mo share/locale/nb/LC_MESSAGES/kwin_keramik_config.mo share/locale/nb/LC_MESSAGES/kwin_modernsys_config.mo share/locale/nb/LC_MESSAGES/kwin_quartz_config.mo +share/locale/nb/LC_MESSAGES/kwireless.mo share/locale/nb/LC_MESSAGES/kworldclock.mo share/locale/nb/LC_MESSAGES/kwriteconfig.mo share/locale/nb/LC_MESSAGES/kwuftpd.mo @@ -435,9 +457,11 @@ share/locale/nb/LC_MESSAGES/kxconfig.mo share/locale/nb/LC_MESSAGES/kxkb.mo share/locale/nb/LC_MESSAGES/kxmlrpcd.mo share/locale/nb/LC_MESSAGES/kxsconfig.mo +share/locale/nb/LC_MESSAGES/kxsldbg.mo share/locale/nb/LC_MESSAGES/libcalendarresources.mo share/locale/nb/LC_MESSAGES/libkcal.mo share/locale/nb/LC_MESSAGES/libkcalsystem.mo +share/locale/nb/LC_MESSAGES/libkcddb.mo share/locale/nb/LC_MESSAGES/libkdegames.mo share/locale/nb/LC_MESSAGES/libkdehighscores.mo share/locale/nb/LC_MESSAGES/libkdenetwork.mo @@ -480,6 +504,8 @@ share/locale/nb/LC_MESSAGES/timezones.mo share/locale/nb/LC_MESSAGES/tippecanoe.mo share/locale/nb/LC_MESSAGES/tyler.mo share/locale/nb/LC_MESSAGES/uachangerplugin.mo +share/locale/nb/LC_MESSAGES/umbrello.mo +share/locale/nb/LC_MESSAGES/userinfo.mo share/locale/nb/LC_MESSAGES/validatorsplugin.mo share/locale/nb/LC_MESSAGES/wakeup.mo share/locale/nb/LC_MESSAGES/wavecapture.mo diff --git a/misc/kde4-l10n-nds/Makefile b/misc/kde4-l10n-nds/Makefile index def7e83d8688..f85718039a85 100644 --- a/misc/kde4-l10n-nds/Makefile +++ b/misc/kde4-l10n-nds/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde4-l10n-nl/Makefile b/misc/kde4-l10n-nl/Makefile index f8d331354ddb..984cb9761591 100644 --- a/misc/kde4-l10n-nl/Makefile +++ b/misc/kde4-l10n-nl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nl- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-nl/distinfo b/misc/kde4-l10n-nl/distinfo index 2e03ba01d652..79a24f2d4768 100644 --- a/misc/kde4-l10n-nl/distinfo +++ b/misc/kde4-l10n-nl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nl-3.2.0.tar.bz2) = 42b52538f3b33bb03892ed666827cfdb +MD5 (KDE/kde-i18n/kde-i18n-nl-3.2.1.tar.bz2) = 0bbddb3ebe0321ba95bd92c9515a5bbd +SIZE (KDE/kde-i18n/kde-i18n-nl-3.2.1.tar.bz2) = 5992851 diff --git a/misc/kde4-l10n-nl/pkg-plist b/misc/kde4-l10n-nl/pkg-plist index dd68481d6c4c..c99fc79af14a 100644 --- a/misc/kde4-l10n-nl/pkg-plist +++ b/misc/kde4-l10n-nl/pkg-plist @@ -75,6 +75,9 @@ share/doc/HTML/nl/common/xml.dcl share/doc/HTML/nl/kaddressbook/common share/doc/HTML/nl/kaddressbook/index.cache.bz2 share/doc/HTML/nl/kaddressbook/index.docbook +share/doc/HTML/nl/kalzium/common +share/doc/HTML/nl/kalzium/index.cache.bz2 +share/doc/HTML/nl/kalzium/index.docbook share/doc/HTML/nl/kate-plugins/htmltools.docbook share/doc/HTML/nl/kate-plugins/insertcommand.docbook share/doc/HTML/nl/kate-plugins/openheader.docbook @@ -368,6 +371,10 @@ share/doc/HTML/nl/kioslave/webdavs.docbook share/doc/HTML/nl/kmoon/common share/doc/HTML/nl/kmoon/index.cache.bz2 share/doc/HTML/nl/kmoon/index.docbook +share/doc/HTML/nl/kmplot/commands.docbook +share/doc/HTML/nl/kmplot/configuration.docbook +share/doc/HTML/nl/kmplot/credits.docbook +share/doc/HTML/nl/kmplot/developer.docbook share/doc/HTML/nl/kompare/common share/doc/HTML/nl/kompare/index.cache.bz2 share/doc/HTML/nl/kompare/index.docbook @@ -375,6 +382,38 @@ share/doc/HTML/nl/konsole/konsole.png share/doc/HTML/nl/kspell/common share/doc/HTML/nl/kspell/index.cache.bz2 share/doc/HTML/nl/kspell/index.docbook +share/doc/HTML/nl/kstars/ai-contents.docbook +share/doc/HTML/nl/kstars/altvstime.docbook +share/doc/HTML/nl/kstars/astroinfo.docbook +share/doc/HTML/nl/kstars/blackbody.docbook +share/doc/HTML/nl/kstars/calc-apcoords.docbook +share/doc/HTML/nl/kstars/calc-dayduration.docbook +share/doc/HTML/nl/kstars/calc-eqgal.docbook +share/doc/HTML/nl/kstars/calc-geodetic.docbook +share/doc/HTML/nl/kstars/calc-horizontal.docbook +share/doc/HTML/nl/kstars/calc-julianday.docbook +share/doc/HTML/nl/kstars/calc-precess.docbook +share/doc/HTML/nl/kstars/calc-sidereal.docbook +share/doc/HTML/nl/kstars/calculator.docbook +share/doc/HTML/nl/kstars/cequator.docbook +share/doc/HTML/nl/kstars/colorandtemp.docbook +share/doc/HTML/nl/kstars/commands.docbook +share/doc/HTML/nl/kstars/config.docbook +share/doc/HTML/nl/kstars/cpoles.docbook +share/doc/HTML/nl/kstars/credits.docbook +share/doc/HTML/nl/kstars/csphere.docbook +share/doc/HTML/nl/kstars/darkmatter.docbook +share/doc/HTML/nl/kstars/dcop.docbook +share/doc/HTML/nl/kstars/details.docbook +share/doc/HTML/nl/kstars/dumpmode.docbook +share/doc/HTML/nl/kstars/ecliptic.docbook +share/doc/HTML/nl/kstars/ellipticalgalaxies.docbook +share/doc/HTML/nl/kstars/equinox.docbook +share/doc/HTML/nl/kstars/flux.docbook +share/doc/HTML/nl/kstars/geocoords.docbook +share/doc/HTML/nl/ktouch/common +share/doc/HTML/nl/ktouch/index.cache.bz2 +share/doc/HTML/nl/ktouch/index.docbook share/doc/HTML/nl/kweather/common share/doc/HTML/nl/kweather/index.cache.bz2 share/doc/HTML/nl/kweather/index.docbook @@ -890,9 +929,12 @@ share/locale/nl/entry.desktop share/locale/nl/flag.png @dirrm share/doc/HTML/nl/kworldclock @dirrm share/doc/HTML/nl/kweather +@dirrm share/doc/HTML/nl/ktouch +@dirrm share/doc/HTML/nl/kstars @dirrm share/doc/HTML/nl/kspell @dirrm share/doc/HTML/nl/konsole @dirrm share/doc/HTML/nl/kompare +@dirrm share/doc/HTML/nl/kmplot @dirrm share/doc/HTML/nl/kmoon @dirrm share/doc/HTML/nl/kioslave @dirrm share/doc/HTML/nl/kinfocenter/xserver @@ -954,6 +996,7 @@ share/locale/nl/flag.png @dirrm share/doc/HTML/nl/kbugbuster @dirrm share/doc/HTML/nl/kate-plugins @dirrm share/doc/HTML/nl/kate +@dirrm share/doc/HTML/nl/kalzium @dirrm share/doc/HTML/nl/kaddressbook @dirrm share/doc/HTML/nl/common @dirrm share/doc/HTML/nl/artsbuilder diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index 6f26668226a5..df452df47eb2 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= nn- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-nn/distinfo b/misc/kde4-l10n-nn/distinfo index 6320a19a4ca2..098e325f7f95 100644 --- a/misc/kde4-l10n-nn/distinfo +++ b/misc/kde4-l10n-nn/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-nn-3.2.0.tar.bz2) = 4216984ff8521f32c7a4ab8637c777b6 +MD5 (KDE/kde-i18n/kde-i18n-nn-3.2.1.tar.bz2) = e21994293fa6d78bc4b42d83ced488a1 +SIZE (KDE/kde-i18n/kde-i18n-nn-3.2.1.tar.bz2) = 3367156 diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index ff1b6d387a0d..0a69146f1795 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ro- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-ro/distinfo b/misc/kde4-l10n-ro/distinfo index 426cdbd6f2af..d964893ddc69 100644 --- a/misc/kde4-l10n-ro/distinfo +++ b/misc/kde4-l10n-ro/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ro-3.2.0.tar.bz2) = f2f7ac13168bbe8f2ea6476d4ef9aa90 +MD5 (KDE/kde-i18n/kde-i18n-ro-3.2.1.tar.bz2) = cbd4053785c9b2444bf724a2e3c07e68 +SIZE (KDE/kde-i18n/kde-i18n-ro-3.2.1.tar.bz2) = 2861852 diff --git a/misc/kde4-l10n-ro/pkg-plist b/misc/kde4-l10n-ro/pkg-plist index 43e8fb15f920..9c9c9f666107 100644 --- a/misc/kde4-l10n-ro/pkg-plist +++ b/misc/kde4-l10n-ro/pkg-plist @@ -615,8 +615,6 @@ share/locale/ro/LC_MESSAGES/webarchiver.mo share/locale/ro/charset share/locale/ro/entry.desktop share/locale/ro/flag.png -@dirrm share/locale/ro/LC_MESSAGES -@dirrm share/locale/ro @dirrm share/doc/HTML/ro/kioslave @dirrm share/doc/HTML/ro/khelpcenter/visualdict @dirrm share/doc/HTML/ro/khelpcenter diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index 28480a3348a9..026c64020765 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sk- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-sk/distinfo b/misc/kde4-l10n-sk/distinfo index 7387a3cea2ad..a7bb7b987127 100644 --- a/misc/kde4-l10n-sk/distinfo +++ b/misc/kde4-l10n-sk/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sk-3.2.0.tar.bz2) = 88499ab0c5320ab2a4f06d4feda21ac0 +MD5 (KDE/kde-i18n/kde-i18n-sk-3.2.1.tar.bz2) = b246b95d39f095a359681950a62fa603 +SIZE (KDE/kde-i18n/kde-i18n-sk-3.2.1.tar.bz2) = 7450215 diff --git a/misc/kde4-l10n-sk/pkg-plist b/misc/kde4-l10n-sk/pkg-plist index d2126c858c42..d486202f1c34 100644 --- a/misc/kde4-l10n-sk/pkg-plist +++ b/misc/kde4-l10n-sk/pkg-plist @@ -672,6 +672,7 @@ share/locale/sk/LC_MESSAGES/childpanelextension.mo share/locale/sk/LC_MESSAGES/clockapplet.mo share/locale/sk/LC_MESSAGES/crashesplugin.mo share/locale/sk/LC_MESSAGES/cupsdconf.mo +share/locale/sk/LC_MESSAGES/cvsservice.mo share/locale/sk/LC_MESSAGES/dcopservice.mo share/locale/sk/LC_MESSAGES/desktop_kde-i18n.mo share/locale/sk/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -705,6 +706,7 @@ share/locale/sk/LC_MESSAGES/fsview.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/irkick.mo share/locale/sk/LC_MESSAGES/jefferson.mo share/locale/sk/LC_MESSAGES/juk.mo share/locale/sk/LC_MESSAGES/kabc2mutt.mo @@ -752,6 +754,7 @@ share/locale/sk/LC_MESSAGES/kbattleship.mo share/locale/sk/LC_MESSAGES/kbinaryclock.mo share/locale/sk/LC_MESSAGES/kblackbox.mo share/locale/sk/LC_MESSAGES/kbounce.mo +share/locale/sk/LC_MESSAGES/kbruch.mo share/locale/sk/LC_MESSAGES/kbugbuster.mo share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcardchooser.mo @@ -799,6 +802,7 @@ share/locale/sk/LC_MESSAGES/kcmktalkd.mo share/locale/sk/LC_MESSAGES/kcmkuick.mo share/locale/sk/LC_MESSAGES/kcmkurifilt.mo share/locale/sk/LC_MESSAGES/kcmkvaio.mo +share/locale/sk/LC_MESSAGES/kcmkwallet.mo share/locale/sk/LC_MESSAGES/kcmkwindecoration.mo share/locale/sk/LC_MESSAGES/kcmkwintheme.mo share/locale/sk/LC_MESSAGES/kcmkwm.mo @@ -809,6 +813,7 @@ share/locale/sk/LC_MESSAGES/kcmlaunch.mo share/locale/sk/LC_MESSAGES/kcmlayout.mo share/locale/sk/LC_MESSAGES/kcmlilo.mo share/locale/sk/LC_MESSAGES/kcmlinuz.mo +share/locale/sk/LC_MESSAGES/kcmlirc.mo share/locale/sk/LC_MESSAGES/kcmlocale.mo share/locale/sk/LC_MESSAGES/kcmmediacontrol.mo share/locale/sk/LC_MESSAGES/kcmmidi.mo @@ -848,6 +853,7 @@ share/locale/sk/LC_MESSAGES/kdesu.mo share/locale/sk/LC_MESSAGES/kdesud.mo share/locale/sk/LC_MESSAGES/kdevtipofday.mo share/locale/sk/LC_MESSAGES/kdf.mo +share/locale/sk/LC_MESSAGES/kdgantt.mo share/locale/sk/LC_MESSAGES/kdialog.mo share/locale/sk/LC_MESSAGES/kdict.mo share/locale/sk/LC_MESSAGES/kdictapplet.mo @@ -904,6 +910,7 @@ share/locale/sk/LC_MESSAGES/kgantt.mo share/locale/sk/LC_MESSAGES/kget.mo share/locale/sk/LC_MESSAGES/kghostview.mo share/locale/sk/LC_MESSAGES/kgoldrunner.mo +share/locale/sk/LC_MESSAGES/kgpg.mo share/locale/sk/LC_MESSAGES/kgpgcertmanager.mo share/locale/sk/LC_MESSAGES/khangman.mo share/locale/sk/LC_MESSAGES/khelpcenter.mo @@ -963,6 +970,7 @@ share/locale/sk/LC_MESSAGES/kmidi.mo share/locale/sk/LC_MESSAGES/kmines.mo share/locale/sk/LC_MESSAGES/kminipagerapplet.mo share/locale/sk/LC_MESSAGES/kmix.mo +share/locale/sk/LC_MESSAGES/kmobile.mo share/locale/sk/LC_MESSAGES/kmoon.mo share/locale/sk/LC_MESSAGES/kmousetool.mo share/locale/sk/LC_MESSAGES/kmouth.mo @@ -1049,6 +1057,7 @@ share/locale/sk/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/sk/LC_MESSAGES/ktimemon.mo share/locale/sk/LC_MESSAGES/ktimer.mo share/locale/sk/LC_MESSAGES/ktip.mo +share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/ktouch.mo share/locale/sk/LC_MESSAGES/ktron.mo share/locale/sk/LC_MESSAGES/ktuberling.mo @@ -1068,6 +1077,7 @@ share/locale/sk/LC_MESSAGES/kviewshell.mo share/locale/sk/LC_MESSAGES/kviewtemplateplugin.mo share/locale/sk/LC_MESSAGES/kviewviewer.mo share/locale/sk/LC_MESSAGES/kvoctrain.mo +share/locale/sk/LC_MESSAGES/kwalletmanager.mo share/locale/sk/LC_MESSAGES/kweather.mo share/locale/sk/LC_MESSAGES/kwifimanager.mo share/locale/sk/LC_MESSAGES/kwin.mo @@ -1105,6 +1115,7 @@ share/locale/sk/LC_MESSAGES/libkonq.mo share/locale/sk/LC_MESSAGES/libkpimexchange.mo share/locale/sk/LC_MESSAGES/libkscan.mo share/locale/sk/LC_MESSAGES/libkscreensaver.mo +share/locale/sk/LC_MESSAGES/libksieve.mo share/locale/sk/LC_MESSAGES/libksirtet.mo share/locale/sk/LC_MESSAGES/libksync.mo share/locale/sk/LC_MESSAGES/libtaskbar.mo @@ -1134,6 +1145,7 @@ share/locale/sk/LC_MESSAGES/tippecanoe.mo share/locale/sk/LC_MESSAGES/tyler.mo share/locale/sk/LC_MESSAGES/uachangerplugin.mo share/locale/sk/LC_MESSAGES/umbrello.mo +share/locale/sk/LC_MESSAGES/userinfo.mo share/locale/sk/LC_MESSAGES/validatorsplugin.mo share/locale/sk/LC_MESSAGES/vimpart.mo share/locale/sk/LC_MESSAGES/wakeup.mo diff --git a/misc/kde4-l10n-sl/Makefile b/misc/kde4-l10n-sl/Makefile index 084109b25b41..b787e66ca080 100644 --- a/misc/kde4-l10n-sl/Makefile +++ b/misc/kde4-l10n-sl/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sl- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-sl/distinfo b/misc/kde4-l10n-sl/distinfo index b1d220be7010..e8f243a04d0b 100644 --- a/misc/kde4-l10n-sl/distinfo +++ b/misc/kde4-l10n-sl/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sl-3.2.0.tar.bz2) = 9fda220d4a380feca44423c6700b533a +MD5 (KDE/kde-i18n/kde-i18n-sl-3.2.1.tar.bz2) = cdcdda1dcd9a7c2c571b19f0c8c08e70 +SIZE (KDE/kde-i18n/kde-i18n-sl-3.2.1.tar.bz2) = 6630491 diff --git a/misc/kde4-l10n-sl/pkg-plist b/misc/kde4-l10n-sl/pkg-plist index f82b7ac2893c..efabc850c8e3 100644 --- a/misc/kde4-l10n-sl/pkg-plist +++ b/misc/kde4-l10n-sl/pkg-plist @@ -187,6 +187,9 @@ share/doc/HTML/sl/khelpcenter/lines.png share/doc/HTML/sl/khelpcenter/links.docbook share/doc/HTML/sl/khelpcenter/main.html share/doc/HTML/sl/khelpcenter/pointers.png +share/doc/HTML/sl/khelpcenter/quickstart/common +share/doc/HTML/sl/khelpcenter/quickstart/index.cache.bz2 +share/doc/HTML/sl/khelpcenter/quickstart/index.docbook share/doc/HTML/sl/khelpcenter/shadow1.png share/doc/HTML/sl/khelpcenter/support.docbook share/doc/HTML/sl/khelpcenter/tinylogo.png @@ -869,6 +872,7 @@ share/locale/sl/flag.png @dirrm share/doc/HTML/sl/kinfocenter @dirrm share/doc/HTML/sl/khelpcenter/visualdict @dirrm share/doc/HTML/sl/khelpcenter/userguide +@dirrm share/doc/HTML/sl/khelpcenter/quickstart @dirrm share/doc/HTML/sl/khelpcenter/glossary @dirrm share/doc/HTML/sl/khelpcenter/faq @dirrm share/doc/HTML/sl/khelpcenter diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index 0bf9ff8005e5..4db8233aa16d 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sr- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-sr/distinfo b/misc/kde4-l10n-sr/distinfo index e2bc9d98497d..e3d4a003ff80 100644 --- a/misc/kde4-l10n-sr/distinfo +++ b/misc/kde4-l10n-sr/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sr-3.2.0.tar.bz2) = 84dee857500dc00a127ea5cf3081474e +MD5 (KDE/kde-i18n/kde-i18n-sr-3.2.1.tar.bz2) = ae67d5152913b6804fffa10a2291ea44 +SIZE (KDE/kde-i18n/kde-i18n-sr-3.2.1.tar.bz2) = 3557330 diff --git a/misc/kde4-l10n-sr/pkg-plist b/misc/kde4-l10n-sr/pkg-plist index 6e74eb567b38..47cebb878a82 100644 --- a/misc/kde4-l10n-sr/pkg-plist +++ b/misc/kde4-l10n-sr/pkg-plist @@ -559,8 +559,6 @@ share/locale/sr/LC_MESSAGES/webarchiver.mo share/locale/sr/charset share/locale/sr/entry.desktop share/locale/sr/flag.png -@dirrm share/locale/sr/LC_MESSAGES -@dirrm share/locale/sr @dirrm share/doc/HTML/sr/khelpcenter @dirrm share/doc/HTML/sr/common @dirrm share/doc/HTML/sr diff --git a/misc/kde4-l10n-sv/Makefile b/misc/kde4-l10n-sv/Makefile index 2c3dc8a08b7a..76aa993f6011 100644 --- a/misc/kde4-l10n-sv/Makefile +++ b/misc/kde4-l10n-sv/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= sv- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-sv/distinfo b/misc/kde4-l10n-sv/distinfo index 30e62471a05c..0ae98d2a697c 100644 --- a/misc/kde4-l10n-sv/distinfo +++ b/misc/kde4-l10n-sv/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-sv-3.2.0.tar.bz2) = f3fcffe126371212794099c9e8b9cf88 +MD5 (KDE/kde-i18n/kde-i18n-sv-3.2.1.tar.bz2) = fd03adf7f8f8c64a7c01a2d60a5e7dcb +SIZE (KDE/kde-i18n/kde-i18n-sv-3.2.1.tar.bz2) = 23657984 diff --git a/misc/kde4-l10n-ta/Makefile b/misc/kde4-l10n-ta/Makefile index d233b8bfcb40..c8f039fc2f05 100644 --- a/misc/kde4-l10n-ta/Makefile +++ b/misc/kde4-l10n-ta/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ta- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-ta/distinfo b/misc/kde4-l10n-ta/distinfo index efc99ae5d04c..9eedec14d34e 100644 --- a/misc/kde4-l10n-ta/distinfo +++ b/misc/kde4-l10n-ta/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ta-3.2.0.tar.bz2) = d0ac08d46d5f6ac20b64e317f47ebe99 +MD5 (KDE/kde-i18n/kde-i18n-ta-3.2.1.tar.bz2) = 1f5f25659776d5af051da488a717007f +SIZE (KDE/kde-i18n/kde-i18n-ta-3.2.1.tar.bz2) = 3106155 diff --git a/misc/kde4-l10n-ta/pkg-plist b/misc/kde4-l10n-ta/pkg-plist index fe2f789fecc1..a19d7459e59d 100644 --- a/misc/kde4-l10n-ta/pkg-plist +++ b/misc/kde4-l10n-ta/pkg-plist @@ -506,5 +506,3 @@ share/locale/ta/LC_MESSAGES/webarchiver.mo share/locale/ta/charset share/locale/ta/entry.desktop share/locale/ta/flag.png -@dirrm share/locale/ta/LC_MESSAGES -@dirrm share/locale/ta diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile index b781b181135b..fa8b68084743 100644 --- a/misc/kde4-l10n-tg/Makefile +++ b/misc/kde4-l10n-tg/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE3 -IGNORE= This port is part of KDE 3.2.1 and is not yet active - BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 1db49b68e3aa..8e7ba6b146fc 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -10,7 +10,7 @@ PORTNAME= kde-i18n PORTVERSION= 3.1.5 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= th- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-th/distinfo b/misc/kde4-l10n-th/distinfo index 7a213a34e617..e66fec0f0a1b 100644 --- a/misc/kde4-l10n-th/distinfo +++ b/misc/kde4-l10n-th/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-th-3.1.5.tar.bz2) = 10e86d81c0e35acf331be084aeaf6459 +SIZE (KDE/kde-i18n/kde-i18n-th-3.1.5.tar.bz2) = 1992033 diff --git a/misc/kde4-l10n-tr/Makefile b/misc/kde4-l10n-tr/Makefile index 577c4478662f..52927a0e8ee5 100644 --- a/misc/kde4-l10n-tr/Makefile +++ b/misc/kde4-l10n-tr/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= tr- DIST_SUBDIR= KDE diff --git a/misc/kde4-l10n-tr/distinfo b/misc/kde4-l10n-tr/distinfo index 9670f44a99ab..29220cc45ba1 100644 --- a/misc/kde4-l10n-tr/distinfo +++ b/misc/kde4-l10n-tr/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-tr-3.2.0.tar.bz2) = 2e1a8e6322e087c68bf55e15e627a1d9 +MD5 (KDE/kde-i18n/kde-i18n-tr-3.2.1.tar.bz2) = b1f31fe9b5921b01701d1451401c2a63 +SIZE (KDE/kde-i18n/kde-i18n-tr-3.2.1.tar.bz2) = 3110598 diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 54f3b4921caf..4128b4b09151 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/vi/entry.desktop:${PORTSDIR}/vietnamese/kde3-i18n \ ${LOCALBASE}/share/locale/pl/entry.desktop:${PORTSDIR}/polish/kde3-i18n -.for LANG in af az bg bs ca cs cy da el en_GB eo es et eu fa fi hr id is it \ - lt lv mk ms mt nb nl nn nso ro se sk sl sr ss sv ta th tr ven xh zu +.for LANG in af az bg bn bs ca cs cy da el en_GB eo es et eu fa fi hr id is it lt \ + lv mk mn ms mt nb nds nl nn nso ro se sk sl sr sr@Latn ss sv ta tg th tr uz ven xh zu RUN_DEPENDS+=\ ${LOCALBASE}/share/locale/${LANG}/entry.desktop:${PORTSDIR}/misc/kde3-i18n-${LANG} .endfor diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 12bf7d0f5b5b..95fed83ab1e6 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -8,31 +8,36 @@ PORTNAME= kdeaddons PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -DIST_SUBDIR= KDE +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER?= kde@FreeBSD.org COMMENT= Additional plugins and scripts for some KDE applications -LIB_DEPENDS+= noatun:${PORTSDIR}/multimedia/kdemultimedia3 \ - kdegames:${PORTSDIR}/games/kdegames3 - -USE_KDEBASE_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_GMAKE= yes -USE_SDL= sdl -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -post-configure: - @ ${TOUCH} ${WRKSRC}/configure ${WRKSRC}/config.status \ - ${WRKSRC}/config.h.in +RUN_DEPENDS= ${ATLANTIKDESIGNER_DEP}:${PORTSDIR}/games/atlantikdesigner \ + ${KADDRESSBOOKPLUG_DEP}:${PORTSDIR}/misc/kaddressbook-plugins \ + ${KATEPLUGINS_DEP}:${PORTSDIR}/editors/kate-plugins \ + ${KFILEPLUGINS_DEP}:${PORTSDIR}/misc/kfile-plugins \ + ${KICKERAPPLETS_DEP}:${PORTSDIR}/misc/kicker-applets \ + ${KNEWSTICKERAPP_DEP}:${PORTSDIR}/misc/knewsticker-scripts \ + ${KONQPLUGINS_DEP}:${PORTSDIR}/misc/konq-plugins \ + ${KONTACTPLUG_DEP}:${PORTSDIR}/net/kontact-plugins \ + ${KSIG_DEP}:${PORTSDIR}/misc/ksig \ + ${NOATUNPLUG_DEP}:${PORTSDIR}/multimedia/noatun-plugins \ + ${RENAMEDLGPLUG_DEP}:${PORTSDIR}/misc/renamedlgplugins \ + ${KVIM_DEP}:${PORTSDIR}/editors/vimpart + +NO_BUILD= yes +USE_KDELIBS_VER=3 + +.if make(package) +DEPENDS_TARGET="package" +.endif # .if make(package) + +do-install: # empty + ${DO_NADA} + +.include "${.CURDIR}/Makefile.split" .include <bsd.port.mk> diff --git a/misc/kdeaddons3/distinfo b/misc/kdeaddons3/distinfo deleted file mode 100644 index 999c6d0328a4..000000000000 --- a/misc/kdeaddons3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kdeaddons-3.2.0.tar.bz2) = e61991c52aa6b76dec0790e76eb889bd diff --git a/misc/kdeaddons3/pkg-plist b/misc/kdeaddons3/pkg-plist deleted file mode 100644 index c6ad904a0f22..000000000000 --- a/misc/kdeaddons3/pkg-plist +++ /dev/null @@ -1,379 +0,0 @@ -bin/atlantikdesigner -bin/exif.py -bin/fsview -bin/jpegorient -bin/ksig -bin/noatunsynaescope.bin -bin/noatuntippecanoe.bin -bin/noatuntyler.bin -bin/orient.py -lib/kde3/katecppsymbolviewerplugin.la -lib/kde3/katecppsymbolviewerplugin.so -lib/kde3/katefll_initplugin.la -lib/kde3/katefll_initplugin.so -lib/kde3/katefll_plugin.la -lib/kde3/katefll_plugin.so -lib/kde3/katehtmltoolsplugin.la -lib/kde3/katehtmltoolsplugin.so -lib/kde3/kateinsertcommandplugin.la -lib/kde3/kateinsertcommandplugin.so -lib/kde3/katemodelineplugin.la -lib/kde3/katemodelineplugin.so -lib/kde3/kateopenheaderplugin.la -lib/kde3/kateopenheaderplugin.so -lib/kde3/katepybrowseplugin.la -lib/kde3/katepybrowseplugin.so -lib/kde3/katetextfilterplugin.la -lib/kde3/katetextfilterplugin.so -lib/kde3/katexmlcheckplugin.la -lib/kde3/katexmlcheckplugin.so -lib/kde3/katexmltoolsplugin.la -lib/kde3/katexmltoolsplugin.so -lib/kde3/kbinaryclock_panelapplet.la -lib/kde3/kbinaryclock_panelapplet.so -lib/kde3/kcm_kuick.la -lib/kde3/kcm_kuick.so -lib/kde3/kcm_vim.la -lib/kde3/kcm_vim.so -lib/kde3/kfile_desktop.la -lib/kde3/kfile_desktop.so -lib/kde3/kfile_folder.la -lib/kde3/kfile_folder.so -lib/kde3/kfile_html.la -lib/kde3/kfile_html.so -lib/kde3/kfile_txt.la -lib/kde3/kfile_txt.so -lib/kde3/kolourpicker_panelapplet.la -lib/kde3/kolourpicker_panelapplet.so -lib/kde3/konq_smbmounterplugin.la -lib/kde3/konq_smbmounterplugin.so -lib/kde3/konqsidebar_mediaplayer.la -lib/kde3/konqsidebar_mediaplayer.so -lib/kde3/ktimemon_panelapplet.la -lib/kde3/ktimemon_panelapplet.so -lib/kde3/libautorefresh.la -lib/kde3/libautorefresh.so -lib/kde3/libbabelfishplugin.la -lib/kde3/libbabelfishplugin.so -lib/kde3/libcrashesplugin.la -lib/kde3/libcrashesplugin.so -lib/kde3/libdirfilterplugin.la -lib/kde3/libdirfilterplugin.so -lib/kde3/libdomtreeviewerplugin.la -lib/kde3/libdomtreeviewerplugin.so -lib/kde3/libfsviewpart.la -lib/kde3/libfsviewpart.so -lib/kde3/libkhtmlsettingsplugin.la -lib/kde3/libkhtmlsettingsplugin.so -lib/kde3/libkimgallery.la -lib/kde3/libkimgallery.so -lib/kde3/libkuickplugin.la -lib/kde3/libkuickplugin.so -lib/kde3/libminitoolsplugin.la -lib/kde3/libminitoolsplugin.so -lib/kde3/librenaudioplugin.la -lib/kde3/librenaudioplugin.so -lib/kde3/librenimageplugin.la -lib/kde3/librenimageplugin.so -lib/kde3/libuachangerplugin.la -lib/kde3/libuachangerplugin.so -lib/kde3/libvalidatorsplugin.la -lib/kde3/libvalidatorsplugin.so -lib/kde3/libvimpart.la -lib/kde3/libvimpart.so -lib/kde3/libvimpart.so.0 -lib/kde3/libwebarchiverplugin.la -lib/kde3/libwebarchiverplugin.so -lib/kde3/mediacontrol_panelapplet.la -lib/kde3/mediacontrol_panelapplet.so -lib/kde3/noatun_ffrs.la -lib/kde3/noatun_ffrs.so -lib/kde3/noatunalsaplayer.la -lib/kde3/noatunalsaplayer.so -lib/kde3/noatunblurscope.la -lib/kde3/noatunblurscope.so -lib/kde3/noatuncharlatan.la -lib/kde3/noatuncharlatan.so -lib/kde3/noatundub.la -lib/kde3/noatundub.so -lib/kde3/noatunluckytag.la -lib/kde3/noatunluckytag.so -lib/kde3/noatunlyrics.la -lib/kde3/noatunlyrics.so -lib/kde3/noatunmadness.la -lib/kde3/noatunmadness.so -lib/kde3/noatunpitchablespeed.la -lib/kde3/noatunpitchablespeed.so -lib/kde3/noatunsynaescope.la -lib/kde3/noatunsynaescope.so -lib/kde3/noatuntippecanoe.la -lib/kde3/noatuntippecanoe.so -lib/kde3/noatuntyler.la -lib/kde3/noatuntyler.so -lib/kde3/noatunwakeup.la -lib/kde3/noatunwakeup.so -lib/kde3/noatunwavecapture.la -lib/kde3/noatunwavecapture.so -lib/kde3/webarchivethumbnail.la -lib/kde3/webarchivethumbnail.so -lib/libxvim.la -lib/libxvim.so -lib/libxvim.so.0 -share/applications/kde/atlantikdesigner.desktop -share/applications/kde/kcmvim.desktop -share/applications/kde/ksig.desktop -share/applnk/.hidden/babelfishplugin.desktop -share/applnk/.hidden/crashesplugin.desktop -share/applnk/.hidden/dirfilterplugin.desktop -share/applnk/.hidden/domtreeviewerplugin.desktop -share/applnk/.hidden/katefll.desktop -share/applnk/.hidden/kcmkuick.desktop -share/applnk/.hidden/khtmlsettingsplugin.desktop -share/applnk/.hidden/kimgalleryplugin.desktop -share/applnk/.hidden/kuickplugin.desktop -share/applnk/.hidden/mediaplayerplugin.desktop -share/applnk/.hidden/minitoolsplugin.desktop -share/applnk/.hidden/smbmounterplugin.desktop -share/applnk/.hidden/uachangerplugin.desktop -share/applnk/.hidden/validatorsplugin.desktop -share/applnk/.hidden/webarchiverplugin.desktop -share/apps/atlantikdesigner/atlantikdesignerui.rc -share/apps/fsview/fsview_part.rc -share/apps/kate/plugins/katecppsymbolviewer/ui.rc -share/apps/kate/plugins/katefll/ui.rc -share/apps/kate/plugins/katehtmltools/ui.rc -share/apps/kate/plugins/kateinsertcommand/ui.rc -share/apps/kate/plugins/katemodeline/ui.rc -share/apps/kate/plugins/kateopenheader/ui.rc -share/apps/kate/plugins/katepybrowse/ui.rc -share/apps/kate/plugins/katetextfilter/ui.rc -share/apps/kate/plugins/katexmlcheck/ui.rc -share/apps/kate/plugins/katexmltools/ui.rc -share/apps/kate/scripts/html-tidy.desktop -share/apps/kate/scripts/html-tidy.sh -share/apps/katexmltools/html4-loose.dtd.xml -share/apps/katexmltools/html4-strict.dtd.xml -share/apps/katexmltools/kde-docbook.dtd.xml -share/apps/katexmltools/kpartgui.dtd.xml -share/apps/katexmltools/language.dtd.xml -share/apps/katexmltools/simplify_dtd.xsl -share/apps/katexmltools/testcases.xml -share/apps/katexmltools/xhtml1-frameset.dtd.xml -share/apps/katexmltools/xhtml1-strict.dtd.xml -share/apps/katexmltools/xhtml1-transitional.dtd.xml -share/apps/katexmltools/xslt-1.0.dtd.xml -share/apps/kcontrol/pics/kvim.png -share/apps/khtml/kpartplugins/autorefresh.rc -share/apps/khtml/kpartplugins/crashesplugin.rc -share/apps/khtml/kpartplugins/khtmlsettingsplugin.rc -share/apps/khtml/kpartplugins/minitoolsplugin.rc -share/apps/khtml/kpartplugins/plugin_babelfish.rc -share/apps/khtml/kpartplugins/plugin_domtreeviewer.rc -share/apps/khtml/kpartplugins/plugin_validators.rc -share/apps/khtml/kpartplugins/plugin_webarchiver.rc -share/apps/khtml/kpartplugins/uachangerplugin.rc -share/apps/kicker/applets/kbinaryclock.desktop -share/apps/kicker/applets/kolourpicker.desktop -share/apps/kicker/applets/ktimemon.desktop -share/apps/kicker/applets/mediacontrol.desktop -share/apps/knewsticker/scripts/Generic.Newsticker.Error -share/apps/knewsticker/scripts/Readme.ErrorHandling -share/apps/knewsticker/scripts/Readme.newsrss -share/apps/knewsticker/scripts/Readme.stock -share/apps/knewsticker/scripts/bbc.pl -share/apps/knewsticker/scripts/fyensget.py -share/apps/knewsticker/scripts/newsrss.pl -share/apps/knewsticker/scripts/sportscores.py -share/apps/knewsticker/scripts/stock.pl -share/apps/konqiconview/kpartplugins/dirfilterplugin.rc -share/apps/konqiconview/kpartplugins/kimgalleryplugin.rc -share/apps/konqiconview/kpartplugins/smbmounterplugin.rc -share/apps/konqlistview/kpartplugins/dirfilterplugin.rc -share/apps/konqlistview/kpartplugins/kimgalleryplugin.rc -share/apps/konqlistview/kpartplugins/smbmounterplugin.rc -share/apps/konqsidebartng/add/mplayer_add.desktop -share/apps/konqsidebartng/entries/mplayer.desktop -share/apps/konqsidebartng/kicker_entries/mplayer.desktop -share/apps/konqueror/servicemenus/imageconverter.desktop -share/apps/konqueror/servicemenus/jpegorient.desktop -share/apps/ksig/ksigui.rc -share/apps/mediacontrol/blueish/next.png -share/apps/mediacontrol/blueish/pause.png -share/apps/mediacontrol/blueish/play.png -share/apps/mediacontrol/blueish/prev.png -share/apps/mediacontrol/blueish/stop.png -share/apps/mediacontrol/default/next.png -share/apps/mediacontrol/default/pause.png -share/apps/mediacontrol/default/play.png -share/apps/mediacontrol/default/prev.png -share/apps/mediacontrol/default/stop.png -share/apps/noatun/alsaplayerui.plugin -share/apps/noatun/blurscope.plugin -share/apps/noatun/charlatanui.plugin -share/apps/noatun/dub.plugin -share/apps/noatun/ffrs.plugin -share/apps/noatun/luckytag.plugin -share/apps/noatun/lyrics.plugin -share/apps/noatun/lyricsui.rc -share/apps/noatun/madness.plugin -share/apps/noatun/pitchablespeed.plugin -share/apps/noatun/synaescope.plugin -share/apps/noatun/tippecanoe.plugin -share/apps/noatun/tyler.plugin -share/apps/noatun/tylerstates -share/apps/noatun/wakeup.plugin -share/apps/noatun/wavecapture.plugin -share/apps/vimpart/kvim.vim -share/apps/vimpart/vimpartui.rc -share/apps/vimpart/vimpartuibrowser.rc -share/apps/vimpart/vimpartuireadonly.rc -share/config.kcfg/kbinaryclock.kcfg -share/doc/HTML/en/kate-plugins/common -share/doc/HTML/en/kate-plugins/htmltools.docbook -share/doc/HTML/en/kate-plugins/index.cache.bz2 -share/doc/HTML/en/kate-plugins/index.docbook -share/doc/HTML/en/kate-plugins/insertcommand.docbook -share/doc/HTML/en/kate-plugins/openheader.docbook -share/doc/HTML/en/kate-plugins/textfilter.docbook -share/doc/HTML/en/kate-plugins/xmlcheck.docbook -share/doc/HTML/en/kate-plugins/xmltools.docbook -share/doc/HTML/en/kicker-applets/common -share/doc/HTML/en/kicker-applets/index.cache.bz2 -share/doc/HTML/en/kicker-applets/index.docbook -share/doc/HTML/en/kicker-applets/kolourpicker.docbook -share/doc/HTML/en/kicker-applets/ktimemon.docbook -share/doc/HTML/en/konq-plugins/babel/common -share/doc/HTML/en/konq-plugins/babel/cr16-action-babelfish.png -share/doc/HTML/en/konq-plugins/babel/index.cache.bz2 -share/doc/HTML/en/konq-plugins/babel/index.docbook -share/doc/HTML/en/konq-plugins/common -share/doc/HTML/en/konq-plugins/crashes/common -share/doc/HTML/en/konq-plugins/crashes/index.cache.bz2 -share/doc/HTML/en/konq-plugins/crashes/index.docbook -share/doc/HTML/en/konq-plugins/dirfilter/common -share/doc/HTML/en/konq-plugins/dirfilter/index.cache.bz2 -share/doc/HTML/en/konq-plugins/dirfilter/index.docbook -share/doc/HTML/en/konq-plugins/domtreeviewer/common -share/doc/HTML/en/konq-plugins/domtreeviewer/index.cache.bz2 -share/doc/HTML/en/konq-plugins/domtreeviewer/index.docbook -share/doc/HTML/en/konq-plugins/fsview/common -share/doc/HTML/en/konq-plugins/fsview/index.cache.bz2 -share/doc/HTML/en/konq-plugins/fsview/index.docbook -share/doc/HTML/en/konq-plugins/imgallery/common -share/doc/HTML/en/konq-plugins/imgallery/index.cache.bz2 -share/doc/HTML/en/konq-plugins/imgallery/index.docbook -share/doc/HTML/en/konq-plugins/index.cache.bz2 -share/doc/HTML/en/konq-plugins/index.docbook -share/doc/HTML/en/konq-plugins/khtmlsettings/common -share/doc/HTML/en/konq-plugins/khtmlsettings/index.cache.bz2 -share/doc/HTML/en/konq-plugins/khtmlsettings/index.docbook -share/doc/HTML/en/konq-plugins/kuick/common -share/doc/HTML/en/konq-plugins/kuick/index.cache.bz2 -share/doc/HTML/en/konq-plugins/kuick/index.docbook -share/doc/HTML/en/konq-plugins/mediaplayer/common -share/doc/HTML/en/konq-plugins/mediaplayer/index.cache.bz2 -share/doc/HTML/en/konq-plugins/mediaplayer/index.docbook -share/doc/HTML/en/konq-plugins/smbmounter/common -share/doc/HTML/en/konq-plugins/smbmounter/index.cache.bz2 -share/doc/HTML/en/konq-plugins/smbmounter/index.docbook -share/doc/HTML/en/konq-plugins/uachanger/common -share/doc/HTML/en/konq-plugins/uachanger/index.cache.bz2 -share/doc/HTML/en/konq-plugins/uachanger/index.docbook -share/doc/HTML/en/konq-plugins/validators/common -share/doc/HTML/en/konq-plugins/validators/index.cache.bz2 -share/doc/HTML/en/konq-plugins/validators/index.docbook -share/doc/HTML/en/konq-plugins/webarchiver/common -share/doc/HTML/en/konq-plugins/webarchiver/index.cache.bz2 -share/doc/HTML/en/konq-plugins/webarchiver/index.docbook -share/icons/crystalsvg/16x16/actions/babelfish.png -share/icons/crystalsvg/16x16/actions/cssvalidator.png -share/icons/crystalsvg/16x16/actions/domtreeviewer.png -share/icons/crystalsvg/16x16/actions/htmlvalidator.png -share/icons/crystalsvg/16x16/actions/imagegallery.png -share/icons/crystalsvg/16x16/actions/validators.png -share/icons/crystalsvg/16x16/actions/webarchiver.png -share/icons/crystalsvg/16x16/apps/atlantikdesigner.png -share/icons/crystalsvg/16x16/apps/konqsidebar_mediaplayer.png -share/icons/crystalsvg/16x16/apps/ktimemon.png -share/icons/crystalsvg/16x16/apps/synaescope.png -share/icons/crystalsvg/22x22/actions/babelfish.png -share/icons/crystalsvg/22x22/actions/cssvalidator.png -share/icons/crystalsvg/22x22/actions/domtreeviewer.png -share/icons/crystalsvg/22x22/actions/htmlvalidator.png -share/icons/crystalsvg/22x22/actions/imagegallery.png -share/icons/crystalsvg/22x22/actions/validators.png -share/icons/crystalsvg/22x22/actions/webarchiver.png -share/icons/crystalsvg/22x22/apps/konqsidebar_mediaplayer.png -share/icons/crystalsvg/32x32/apps/atlantikdesigner.png -share/icons/crystalsvg/32x32/apps/konqsidebar_mediaplayer.png -share/icons/crystalsvg/32x32/apps/ktimemon.png -share/icons/crystalsvg/48x48/apps/konqsidebar_mediaplayer.png -share/icons/hicolor/16x16/apps/ksig.png -share/icons/hicolor/22x22/apps/fsview.png -share/icons/hicolor/32x32/apps/fsview.png -share/icons/hicolor/32x32/apps/ksig.png -share/icons/locolor/16x16/apps/autorefresh.png -share/icons/locolor/16x16/apps/ktimemon.png -share/icons/locolor/32x32/apps/konqsidebar_mediaplayer.png -share/icons/locolor/32x32/apps/ktimemon.png -share/mimelnk/application/x-webarchive.desktop -share/services/fsview_part.desktop -share/services/katecppsymbolviewer.desktop -share/services/katefll_initplugin.desktop -share/services/katefll_plugin.desktop -share/services/katehtmltools.desktop -share/services/kateinsertcommand.desktop -share/services/katemodeline.desktop -share/services/kateopenheader.desktop -share/services/katepybrowse.desktop -share/services/katetextfilter.desktop -share/services/katexmlcheck.desktop -share/services/katexmltools.desktop -share/services/kfile_desktop.desktop -share/services/kfile_folder.desktop -share/services/kfile_html.desktop -share/services/kfile_txt.desktop -share/services/kuick_plugin.desktop -share/services/renaudiodlg.desktop -share/services/renimagedlg.desktop -share/services/vimpart.desktop -share/services/webarchivethumbnail.desktop -@dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22 -@dirrm share/doc/HTML/en/konq-plugins/webarchiver -@dirrm share/doc/HTML/en/konq-plugins/validators -@dirrm share/doc/HTML/en/konq-plugins/uachanger -@dirrm share/doc/HTML/en/konq-plugins/smbmounter -@dirrm share/doc/HTML/en/konq-plugins/mediaplayer -@dirrm share/doc/HTML/en/konq-plugins/kuick -@dirrm share/doc/HTML/en/konq-plugins/khtmlsettings -@dirrm share/doc/HTML/en/konq-plugins/imgallery -@dirrm share/doc/HTML/en/konq-plugins/fsview -@dirrm share/doc/HTML/en/konq-plugins/domtreeviewer -@dirrm share/doc/HTML/en/konq-plugins/dirfilter -@dirrm share/doc/HTML/en/konq-plugins/crashes -@dirrm share/doc/HTML/en/konq-plugins/babel -@dirrm share/doc/HTML/en/konq-plugins -@dirrm share/doc/HTML/en/kicker-applets -@dirrm share/doc/HTML/en/kate-plugins -@dirrm share/apps/vimpart -@dirrm share/apps/mediacontrol/default -@dirrm share/apps/mediacontrol/blueish -@dirrm share/apps/mediacontrol -@dirrm share/apps/ksig -@dirrm share/apps/knewsticker/scripts -@dirrm share/apps/knewsticker -@dirrm share/apps/khtml/kpartplugins -@dirrm share/apps/katexmltools -@dirrm share/apps/kate/plugins/katexmltools -@dirrm share/apps/kate/plugins/katexmlcheck -@dirrm share/apps/kate/plugins/katetextfilter -@dirrm share/apps/kate/plugins/katepybrowse -@dirrm share/apps/kate/plugins/kateopenheader -@dirrm share/apps/kate/plugins/katemodeline -@dirrm share/apps/kate/plugins/kateinsertcommand -@dirrm share/apps/kate/plugins/katehtmltools -@dirrm share/apps/kate/plugins/katefll -@dirrm share/apps/kate/plugins/katecppsymbolviewer -@dirrm share/apps/fsview -@dirrm share/apps/atlantikdesigner diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index 2b33641dc04e..b363c7fbdb26 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeedu PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org diff --git a/misc/kdeedu3/distinfo b/misc/kdeedu3/distinfo index 3ba50b3dd996..26b079ffbc1b 100644 --- a/misc/kdeedu3/distinfo +++ b/misc/kdeedu3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeedu-3.2.0.tar.bz2) = a0a59713a19fb01dd62b13b92f222d08 +MD5 (KDE/kdeedu-3.2.1.tar.bz2) = e6eea40d3e26426e34f02bba8ffb72e2 +SIZE (KDE/kdeedu-3.2.1.tar.bz2) = 22400086 diff --git a/misc/kdeedu3/pkg-plist b/misc/kdeedu3/pkg-plist index b5bc07a9cb75..10243349adbc 100644 --- a/misc/kdeedu3/pkg-plist +++ b/misc/kdeedu3/pkg-plist @@ -352,6 +352,13 @@ share/apps/klettres/cs/alpha/a-29.ogg share/apps/klettres/cs/alpha/a-3.ogg share/apps/klettres/cs/alpha/a-30.ogg share/apps/klettres/cs/alpha/a-31.ogg +share/apps/klettres/cs/alpha/a-32.ogg +share/apps/klettres/cs/alpha/a-33.ogg +share/apps/klettres/cs/alpha/a-34.ogg +share/apps/klettres/cs/alpha/a-35.ogg +share/apps/klettres/cs/alpha/a-36.ogg +share/apps/klettres/cs/alpha/a-37.ogg +share/apps/klettres/cs/alpha/a-38.ogg share/apps/klettres/cs/alpha/a-4.ogg share/apps/klettres/cs/alpha/a-5.ogg share/apps/klettres/cs/alpha/a-6.ogg @@ -1545,9 +1552,18 @@ share/doc/HTML/en/kvoctrain/stat1-dlg.png share/doc/HTML/en/kvoctrain/stat2-dlg.png share/doc/HTML/en/kvoctrain/syn-query-dlg.png share/doc/HTML/en/kvoctrain/verb-query-dlg.png +share/icons/crystalsvg/128x128/apps/flashkard.png share/icons/crystalsvg/128x128/apps/kalzium.png share/icons/crystalsvg/128x128/apps/khangman.png +share/icons/crystalsvg/128x128/apps/kig.png +share/icons/crystalsvg/128x128/apps/kiten.png share/icons/crystalsvg/128x128/apps/klettres.png +share/icons/crystalsvg/128x128/apps/kmessedwords.png +share/icons/crystalsvg/128x128/apps/kmplot.png +share/icons/crystalsvg/128x128/apps/kpercentage.png +share/icons/crystalsvg/128x128/apps/kstars.png +share/icons/crystalsvg/128x128/apps/ktouch.png +share/icons/crystalsvg/128x128/apps/kverbos.png share/icons/crystalsvg/16x16/actions/kanjidic.png share/icons/crystalsvg/16x16/actions/kverbosuser.png share/icons/crystalsvg/16x16/apps/edu_languages.png @@ -1566,6 +1582,7 @@ share/icons/crystalsvg/16x16/apps/kmessedwords.png share/icons/crystalsvg/16x16/apps/kmplot.png share/icons/crystalsvg/16x16/apps/kpercentage.png share/icons/crystalsvg/16x16/apps/kstars.png +share/icons/crystalsvg/16x16/apps/ktouch.png share/icons/crystalsvg/16x16/apps/kverbos.png share/icons/crystalsvg/16x16/apps/kvoctrain.png share/icons/crystalsvg/22x22/actions/edit_add.png @@ -1582,22 +1599,30 @@ share/icons/crystalsvg/32x32/apps/kbruch.png share/icons/crystalsvg/32x32/apps/keduca.png share/icons/crystalsvg/32x32/apps/khangman.png share/icons/crystalsvg/32x32/apps/kig.png +share/icons/crystalsvg/32x32/apps/kiten.png share/icons/crystalsvg/32x32/apps/klettres.png share/icons/crystalsvg/32x32/apps/kmessedwords.png share/icons/crystalsvg/32x32/apps/kmplot.png share/icons/crystalsvg/32x32/apps/kpercentage.png share/icons/crystalsvg/32x32/apps/kstars.png +share/icons/crystalsvg/32x32/apps/ktouch.png +share/icons/crystalsvg/32x32/apps/kverbos.png share/icons/crystalsvg/32x32/apps/kvoctrain.png share/icons/crystalsvg/48x48/apps/edu_languages.png share/icons/crystalsvg/48x48/apps/flashkard.png share/icons/crystalsvg/48x48/apps/kalzium.png share/icons/crystalsvg/48x48/apps/keduca.png share/icons/crystalsvg/48x48/apps/khangman.png +share/icons/crystalsvg/48x48/apps/kig.png +share/icons/crystalsvg/48x48/apps/kiten.png share/icons/crystalsvg/48x48/apps/klettres.png +share/icons/crystalsvg/48x48/apps/kmessedwords.png +share/icons/crystalsvg/48x48/apps/kmplot.png +share/icons/crystalsvg/48x48/apps/kpercentage.png share/icons/crystalsvg/48x48/apps/kstars.png +share/icons/crystalsvg/48x48/apps/ktouch.png +share/icons/crystalsvg/48x48/apps/kverbos.png share/icons/crystalsvg/48x48/apps/kvoctrain.png -share/icons/hicolor/16x16/apps/ktouch.png -share/icons/hicolor/32x32/apps/ktouch.png share/icons/hicolor/48x48/apps/grownup.png share/icons/hicolor/48x48/apps/kids.png share/icons/hicolor/48x48/apps/menubar.png @@ -1605,16 +1630,8 @@ share/icons/locolor/16x16/actions/edit_add.png share/icons/locolor/16x16/actions/edit_remove.png share/icons/locolor/16x16/apps/kbruch.png share/icons/locolor/16x16/apps/kig.png -share/icons/locolor/16x16/apps/kmessedwords.png -share/icons/locolor/16x16/apps/kmplot.png -share/icons/locolor/16x16/apps/kpercentage.png -share/icons/locolor/16x16/apps/kstars.png share/icons/locolor/32x32/apps/kbruch.png share/icons/locolor/32x32/apps/kig.png -share/icons/locolor/32x32/apps/kmessedwords.png -share/icons/locolor/32x32/apps/kmplot.png -share/icons/locolor/32x32/apps/kpercentage.png -share/icons/locolor/32x32/apps/kstars.png share/mimelnk/application/x-edu.desktop share/mimelnk/application/x-edugallery.desktop share/mimelnk/application/x-kgeo.desktop @@ -1629,10 +1646,6 @@ share/services/kig_part.desktop @dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 @dirrm share/icons/crystalsvg/48x48/apps @dirrm share/icons/crystalsvg/32x32/apps @dirrm share/icons/crystalsvg/22x22/apps diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 2b33641dc04e..b363c7fbdb26 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -9,7 +9,7 @@ PORTNAME= kdeedu PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org diff --git a/misc/kdeedu4/distinfo b/misc/kdeedu4/distinfo index 3ba50b3dd996..26b079ffbc1b 100644 --- a/misc/kdeedu4/distinfo +++ b/misc/kdeedu4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeedu-3.2.0.tar.bz2) = a0a59713a19fb01dd62b13b92f222d08 +MD5 (KDE/kdeedu-3.2.1.tar.bz2) = e6eea40d3e26426e34f02bba8ffb72e2 +SIZE (KDE/kdeedu-3.2.1.tar.bz2) = 22400086 diff --git a/misc/kdeedu4/pkg-plist b/misc/kdeedu4/pkg-plist index b5bc07a9cb75..10243349adbc 100644 --- a/misc/kdeedu4/pkg-plist +++ b/misc/kdeedu4/pkg-plist @@ -352,6 +352,13 @@ share/apps/klettres/cs/alpha/a-29.ogg share/apps/klettres/cs/alpha/a-3.ogg share/apps/klettres/cs/alpha/a-30.ogg share/apps/klettres/cs/alpha/a-31.ogg +share/apps/klettres/cs/alpha/a-32.ogg +share/apps/klettres/cs/alpha/a-33.ogg +share/apps/klettres/cs/alpha/a-34.ogg +share/apps/klettres/cs/alpha/a-35.ogg +share/apps/klettres/cs/alpha/a-36.ogg +share/apps/klettres/cs/alpha/a-37.ogg +share/apps/klettres/cs/alpha/a-38.ogg share/apps/klettres/cs/alpha/a-4.ogg share/apps/klettres/cs/alpha/a-5.ogg share/apps/klettres/cs/alpha/a-6.ogg @@ -1545,9 +1552,18 @@ share/doc/HTML/en/kvoctrain/stat1-dlg.png share/doc/HTML/en/kvoctrain/stat2-dlg.png share/doc/HTML/en/kvoctrain/syn-query-dlg.png share/doc/HTML/en/kvoctrain/verb-query-dlg.png +share/icons/crystalsvg/128x128/apps/flashkard.png share/icons/crystalsvg/128x128/apps/kalzium.png share/icons/crystalsvg/128x128/apps/khangman.png +share/icons/crystalsvg/128x128/apps/kig.png +share/icons/crystalsvg/128x128/apps/kiten.png share/icons/crystalsvg/128x128/apps/klettres.png +share/icons/crystalsvg/128x128/apps/kmessedwords.png +share/icons/crystalsvg/128x128/apps/kmplot.png +share/icons/crystalsvg/128x128/apps/kpercentage.png +share/icons/crystalsvg/128x128/apps/kstars.png +share/icons/crystalsvg/128x128/apps/ktouch.png +share/icons/crystalsvg/128x128/apps/kverbos.png share/icons/crystalsvg/16x16/actions/kanjidic.png share/icons/crystalsvg/16x16/actions/kverbosuser.png share/icons/crystalsvg/16x16/apps/edu_languages.png @@ -1566,6 +1582,7 @@ share/icons/crystalsvg/16x16/apps/kmessedwords.png share/icons/crystalsvg/16x16/apps/kmplot.png share/icons/crystalsvg/16x16/apps/kpercentage.png share/icons/crystalsvg/16x16/apps/kstars.png +share/icons/crystalsvg/16x16/apps/ktouch.png share/icons/crystalsvg/16x16/apps/kverbos.png share/icons/crystalsvg/16x16/apps/kvoctrain.png share/icons/crystalsvg/22x22/actions/edit_add.png @@ -1582,22 +1599,30 @@ share/icons/crystalsvg/32x32/apps/kbruch.png share/icons/crystalsvg/32x32/apps/keduca.png share/icons/crystalsvg/32x32/apps/khangman.png share/icons/crystalsvg/32x32/apps/kig.png +share/icons/crystalsvg/32x32/apps/kiten.png share/icons/crystalsvg/32x32/apps/klettres.png share/icons/crystalsvg/32x32/apps/kmessedwords.png share/icons/crystalsvg/32x32/apps/kmplot.png share/icons/crystalsvg/32x32/apps/kpercentage.png share/icons/crystalsvg/32x32/apps/kstars.png +share/icons/crystalsvg/32x32/apps/ktouch.png +share/icons/crystalsvg/32x32/apps/kverbos.png share/icons/crystalsvg/32x32/apps/kvoctrain.png share/icons/crystalsvg/48x48/apps/edu_languages.png share/icons/crystalsvg/48x48/apps/flashkard.png share/icons/crystalsvg/48x48/apps/kalzium.png share/icons/crystalsvg/48x48/apps/keduca.png share/icons/crystalsvg/48x48/apps/khangman.png +share/icons/crystalsvg/48x48/apps/kig.png +share/icons/crystalsvg/48x48/apps/kiten.png share/icons/crystalsvg/48x48/apps/klettres.png +share/icons/crystalsvg/48x48/apps/kmessedwords.png +share/icons/crystalsvg/48x48/apps/kmplot.png +share/icons/crystalsvg/48x48/apps/kpercentage.png share/icons/crystalsvg/48x48/apps/kstars.png +share/icons/crystalsvg/48x48/apps/ktouch.png +share/icons/crystalsvg/48x48/apps/kverbos.png share/icons/crystalsvg/48x48/apps/kvoctrain.png -share/icons/hicolor/16x16/apps/ktouch.png -share/icons/hicolor/32x32/apps/ktouch.png share/icons/hicolor/48x48/apps/grownup.png share/icons/hicolor/48x48/apps/kids.png share/icons/hicolor/48x48/apps/menubar.png @@ -1605,16 +1630,8 @@ share/icons/locolor/16x16/actions/edit_add.png share/icons/locolor/16x16/actions/edit_remove.png share/icons/locolor/16x16/apps/kbruch.png share/icons/locolor/16x16/apps/kig.png -share/icons/locolor/16x16/apps/kmessedwords.png -share/icons/locolor/16x16/apps/kmplot.png -share/icons/locolor/16x16/apps/kpercentage.png -share/icons/locolor/16x16/apps/kstars.png share/icons/locolor/32x32/apps/kbruch.png share/icons/locolor/32x32/apps/kig.png -share/icons/locolor/32x32/apps/kmessedwords.png -share/icons/locolor/32x32/apps/kmplot.png -share/icons/locolor/32x32/apps/kpercentage.png -share/icons/locolor/32x32/apps/kstars.png share/mimelnk/application/x-edu.desktop share/mimelnk/application/x-edugallery.desktop share/mimelnk/application/x-kgeo.desktop @@ -1629,10 +1646,6 @@ share/services/kig_part.desktop @dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 @dirrm share/icons/crystalsvg/48x48/apps @dirrm share/icons/crystalsvg/32x32/apps @dirrm share/icons/crystalsvg/22x22/apps diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/kdeutils3/distinfo b/misc/kdeutils3/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/misc/kdeutils3/distinfo +++ b/misc/kdeutils3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/misc/kdeutils3/files/plist.base b/misc/kdeutils3/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/misc/kdeutils3/files/plist.base +++ b/misc/kdeutils3/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/misc/kdeutils3/files/plist.kfloppy b/misc/kdeutils3/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/misc/kdeutils3/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/kdeutils4/distinfo b/misc/kdeutils4/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/misc/kdeutils4/distinfo +++ b/misc/kdeutils4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/misc/kdeutils4/files/plist.base b/misc/kdeutils4/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/misc/kdeutils4/files/plist.base +++ b/misc/kdeutils4/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/misc/kdeutils4/files/plist.kfloppy b/misc/kdeutils4/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/misc/kdeutils4/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/misc/kfile-plugins/Makefile b/misc/kfile-plugins/Makefile index 82a08e6e1d6b..861e58bbb098 100644 --- a/misc/kfile-plugins/Makefile +++ b/misc/kfile-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for Konqueror (in filemanager mode) -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KFILEPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//} KDE_DOC_SPLIT= # none USE_KDEBASE_VER=3 diff --git a/misc/kicker-applets/Makefile b/misc/kicker-applets/Makefile index cdab09ebc0f7..59310380bb17 100644 --- a/misc/kicker-applets/Makefile +++ b/misc/kicker-applets/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Additional applets for Kicker -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KICKERAPPLETS_PORTNAME:S/${KDE_SPLIT_DIST}-//} USE_KDEBASE_VER=3 USE_KDELIBS_VER=3 diff --git a/misc/knewsticker-scripts/Makefile b/misc/knewsticker-scripts/Makefile index a7dc4b1c6dc0..bd414fc0498b 100644 --- a/misc/knewsticker-scripts/Makefile +++ b/misc/knewsticker-scripts/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilityscripts for KNewsTicker -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KNEWSTICKERAPP_PORTNAME:S/${KDE_SPLIT_DIST}-//} KDE_DOC_SPLIT= # none USE_KDELIBS_VER=3 diff --git a/misc/koffice-i18n-af/distinfo b/misc/koffice-i18n-af/distinfo index 30ef1385c29b..d53f813b2cff 100644 --- a/misc/koffice-i18n-af/distinfo +++ b/misc/koffice-i18n-af/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-af-1.3.tar.bz2) = 36afe0209288c827285a65c73ac52303 +SIZE (KDE/kde-i18n/koffice-i18n-af-1.3.tar.bz2) = 523714 diff --git a/misc/koffice-i18n-bs/distinfo b/misc/koffice-i18n-bs/distinfo index 3957e5a48a32..67b365d2fb37 100644 --- a/misc/koffice-i18n-bs/distinfo +++ b/misc/koffice-i18n-bs/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-bs-1.2.1.tar.bz2) = fe642085ab01f4b5d22dfa08c9085d72 +SIZE (KDE/kde-i18n/koffice-i18n-bs-1.2.1.tar.bz2) = 415750 diff --git a/misc/koffice-i18n-cs/distinfo b/misc/koffice-i18n-cs/distinfo index e93ed835cd8f..b410ff1e609e 100644 --- a/misc/koffice-i18n-cs/distinfo +++ b/misc/koffice-i18n-cs/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-cs-1.3.tar.bz2) = a6c5aecc656d98ec6cf7e2b157d79761 +SIZE (KDE/kde-i18n/koffice-i18n-cs-1.3.tar.bz2) = 603746 diff --git a/misc/koffice-i18n-da/distinfo b/misc/koffice-i18n-da/distinfo index df42b1cb5290..9f6d5ec82d16 100644 --- a/misc/koffice-i18n-da/distinfo +++ b/misc/koffice-i18n-da/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = cd40cc7c4d8803fa80a39380af163bcd +SIZE (KDE/kde-i18n/koffice-i18n-da-1.3.tar.bz2) = 768755 diff --git a/misc/koffice-i18n-el/distinfo b/misc/koffice-i18n-el/distinfo index a35f7c44da70..fe37e5660ae3 100644 --- a/misc/koffice-i18n-el/distinfo +++ b/misc/koffice-i18n-el/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 48e15a1e3210134e1426be61673e135b +SIZE (KDE/kde-i18n/koffice-i18n-el-1.3.tar.bz2) = 518792 diff --git a/misc/koffice-i18n-en_GB/distinfo b/misc/koffice-i18n-en_GB/distinfo index 8dc99dfec506..e091df3a1939 100644 --- a/misc/koffice-i18n-en_GB/distinfo +++ b/misc/koffice-i18n-en_GB/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = b15124b835f771efe80620496a5ad281 +SIZE (KDE/kde-i18n/koffice-i18n-en_GB-1.3.tar.bz2) = 550757 diff --git a/misc/koffice-i18n-eo/distinfo b/misc/koffice-i18n-eo/distinfo index 4ab6199d4950..cb7efe7af61d 100644 --- a/misc/koffice-i18n-eo/distinfo +++ b/misc/koffice-i18n-eo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-eo-1.3.tar.bz2) = d5ab142b00c37831e607decf6373049b +SIZE (KDE/kde-i18n/koffice-i18n-eo-1.3.tar.bz2) = 568930 diff --git a/misc/koffice-i18n-es/distinfo b/misc/koffice-i18n-es/distinfo index 22238d27d81d..3544dbfe3dc4 100644 --- a/misc/koffice-i18n-es/distinfo +++ b/misc/koffice-i18n-es/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 236cb0474c0a0812fff0bd282560e3b9 +SIZE (KDE/kde-i18n/koffice-i18n-es-1.3.tar.bz2) = 1500984 diff --git a/misc/koffice-i18n-et/distinfo b/misc/koffice-i18n-et/distinfo index b29f590f0ada..99fe25d0c6ca 100644 --- a/misc/koffice-i18n-et/distinfo +++ b/misc/koffice-i18n-et/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 8ab3fc6ae0344f721d73d45e9d0b86e8 +SIZE (KDE/kde-i18n/koffice-i18n-et-1.3.tar.bz2) = 940303 diff --git a/misc/koffice-i18n-fa/distinfo b/misc/koffice-i18n-fa/distinfo index 45b644fd6648..895607903c2e 100644 --- a/misc/koffice-i18n-fa/distinfo +++ b/misc/koffice-i18n-fa/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fa-1.3.tar.bz2) = 983de2dc9791a5364d35e85a21e41f10 +SIZE (KDE/kde-i18n/koffice-i18n-fa-1.3.tar.bz2) = 556745 diff --git a/misc/koffice-i18n-fi/distinfo b/misc/koffice-i18n-fi/distinfo index 21b8b85ed36f..1e63079c4621 100644 --- a/misc/koffice-i18n-fi/distinfo +++ b/misc/koffice-i18n-fi/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-fi-1.3.tar.bz2) = 152028c099959d1c383a54cef488660f +SIZE (KDE/kde-i18n/koffice-i18n-fi-1.3.tar.bz2) = 549058 diff --git a/misc/koffice-i18n-it/distinfo b/misc/koffice-i18n-it/distinfo index 1c34eaa0ddf6..1fb5d2a00c8d 100644 --- a/misc/koffice-i18n-it/distinfo +++ b/misc/koffice-i18n-it/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = b636ede70ce159695439fa37ddf00606 +SIZE (KDE/kde-i18n/koffice-i18n-it-1.3.tar.bz2) = 1368933 diff --git a/misc/koffice-i18n-lo/distinfo b/misc/koffice-i18n-lo/distinfo index d89074187ab9..ed4e2805a7d9 100644 --- a/misc/koffice-i18n-lo/distinfo +++ b/misc/koffice-i18n-lo/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lo-1.3.tar.bz2) = 7e0cecb44263b5c0fd81cbb26c98529b +SIZE (KDE/kde-i18n/koffice-i18n-lo-1.3.tar.bz2) = 623076 diff --git a/misc/koffice-i18n-lt/distinfo b/misc/koffice-i18n-lt/distinfo index ffd411e7f41b..24870a79f0ae 100644 --- a/misc/koffice-i18n-lt/distinfo +++ b/misc/koffice-i18n-lt/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lt-1.2.1.tar.bz2) = 06315fcd279197763dc748de29484233 +SIZE (KDE/kde-i18n/koffice-i18n-lt-1.2.1.tar.bz2) = 475748 diff --git a/misc/koffice-i18n-lv/distinfo b/misc/koffice-i18n-lv/distinfo index 9c13590713a9..de20b5547dcd 100644 --- a/misc/koffice-i18n-lv/distinfo +++ b/misc/koffice-i18n-lv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-lv-1.2.1.tar.bz2) = 15cf6b3a8ca3caa0f6e4b9b51810b555 +SIZE (KDE/kde-i18n/koffice-i18n-lv-1.2.1.tar.bz2) = 438315 diff --git a/misc/koffice-i18n-mt/distinfo b/misc/koffice-i18n-mt/distinfo index f2b55d819eda..82ea78fe5bcb 100644 --- a/misc/koffice-i18n-mt/distinfo +++ b/misc/koffice-i18n-mt/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-mt-1.3.tar.bz2) = 29513820ecf2f2c621bafe554a3c48df +SIZE (KDE/kde-i18n/koffice-i18n-mt-1.3.tar.bz2) = 551549 diff --git a/misc/koffice-i18n-nb/distinfo b/misc/koffice-i18n-nb/distinfo index 928ee58df674..583024ad981a 100644 --- a/misc/koffice-i18n-nb/distinfo +++ b/misc/koffice-i18n-nb/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 3ccae87fefcfb7867eb4be0eacef9d62 +SIZE (KDE/kde-i18n/koffice-i18n-nb-1.3.tar.bz2) = 625989 diff --git a/misc/koffice-i18n-nl/distinfo b/misc/koffice-i18n-nl/distinfo index 78b3bad7e6cd..765caf1d7181 100644 --- a/misc/koffice-i18n-nl/distinfo +++ b/misc/koffice-i18n-nl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 7847f7ef84b9a1a31b7257405a4851e2 +SIZE (KDE/kde-i18n/koffice-i18n-nl-1.3.tar.bz2) = 693945 diff --git a/misc/koffice-i18n-nn/distinfo b/misc/koffice-i18n-nn/distinfo index 6c053d8ad465..dbed187fce87 100644 --- a/misc/koffice-i18n-nn/distinfo +++ b/misc/koffice-i18n-nn/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-nn-1.3.tar.bz2) = 2f982858e44cd5f5191b1bef5a57b4e1 +SIZE (KDE/kde-i18n/koffice-i18n-nn-1.3.tar.bz2) = 611644 diff --git a/misc/koffice-i18n-se/distinfo b/misc/koffice-i18n-se/distinfo index e464cb33b0bc..498e305a79cc 100644 --- a/misc/koffice-i18n-se/distinfo +++ b/misc/koffice-i18n-se/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-se-1.3.tar.bz2) = 23f9b561675619babf3f46b80c7ee603 +SIZE (KDE/kde-i18n/koffice-i18n-se-1.3.tar.bz2) = 573088 diff --git a/misc/koffice-i18n-sk/distinfo b/misc/koffice-i18n-sk/distinfo index f6253f860fa5..faa8bcb515f6 100644 --- a/misc/koffice-i18n-sk/distinfo +++ b/misc/koffice-i18n-sk/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sk-1.3.tar.bz2) = 19d3c081e923ec9df6eb8dd59b643901 +SIZE (KDE/kde-i18n/koffice-i18n-sk-1.3.tar.bz2) = 1215209 diff --git a/misc/koffice-i18n-sl/distinfo b/misc/koffice-i18n-sl/distinfo index 1354dc9fe582..02e319edf98d 100644 --- a/misc/koffice-i18n-sl/distinfo +++ b/misc/koffice-i18n-sl/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sl-1.3.tar.bz2) = f6523bac1730255407e73ef7a2b6a1e1 +SIZE (KDE/kde-i18n/koffice-i18n-sl-1.3.tar.bz2) = 614547 diff --git a/misc/koffice-i18n-sv/distinfo b/misc/koffice-i18n-sv/distinfo index d6904cf14fa2..a2d00f7a88a3 100644 --- a/misc/koffice-i18n-sv/distinfo +++ b/misc/koffice-i18n-sv/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = bac2fb1ac55d0fe676faf936ec712bcc +SIZE (KDE/kde-i18n/koffice-i18n-sv-1.3.tar.bz2) = 3994492 diff --git a/misc/koffice-i18n-th/distinfo b/misc/koffice-i18n-th/distinfo index abcc43af67ec..5e71c71faf0b 100644 --- a/misc/koffice-i18n-th/distinfo +++ b/misc/koffice-i18n-th/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-th-1.3.tar.bz2) = 98e53f0a2cfde85e859192398606d6de +SIZE (KDE/kde-i18n/koffice-i18n-th-1.3.tar.bz2) = 547006 diff --git a/misc/koffice-i18n-tr/distinfo b/misc/koffice-i18n-tr/distinfo index 689ce24b6601..adcc56aca6eb 100644 --- a/misc/koffice-i18n-tr/distinfo +++ b/misc/koffice-i18n-tr/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = aefac0daf595e5357ba22d57753bb3c1 +SIZE (KDE/kde-i18n/koffice-i18n-tr-1.3.tar.bz2) = 588695 diff --git a/misc/koffice-i18n-ven/distinfo b/misc/koffice-i18n-ven/distinfo index 5cc93301b6da..935f6b091366 100644 --- a/misc/koffice-i18n-ven/distinfo +++ b/misc/koffice-i18n-ven/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ven-1.3.tar.bz2) = aef8d0bb5e6878c80c969462b2e24c5f +SIZE (KDE/kde-i18n/koffice-i18n-ven-1.3.tar.bz2) = 565211 diff --git a/misc/koffice-i18n-xh/distinfo b/misc/koffice-i18n-xh/distinfo index 1c8011773913..b4767c10fdc6 100644 --- a/misc/koffice-i18n-xh/distinfo +++ b/misc/koffice-i18n-xh/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-xh-1.3.tar.bz2) = 7b8de6dbf6b0e76d1735c8358e2a31cb +SIZE (KDE/kde-i18n/koffice-i18n-xh-1.3.tar.bz2) = 591523 diff --git a/misc/koffice-i18n-zu/distinfo b/misc/koffice-i18n-zu/distinfo index d01210afdf71..b15843041726 100644 --- a/misc/koffice-i18n-zu/distinfo +++ b/misc/koffice-i18n-zu/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-zu-1.3.tar.bz2) = 51cfaf7f79366b408c4b0b242bf42e38 +SIZE (KDE/kde-i18n/koffice-i18n-zu-1.3.tar.bz2) = 567637 diff --git a/misc/konq-plugins-kde4/Makefile b/misc/konq-plugins-kde4/Makefile index 5b6231510fbf..21dc31abdfe4 100644 --- a/misc/konq-plugins-kde4/Makefile +++ b/misc/konq-plugins-kde4/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Additonal plugins and features for Konqueror -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KONQPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//} USE_KDEBASE_VER=3 USE_KDELIBS_VER=3 diff --git a/misc/konq-plugins/Makefile b/misc/konq-plugins/Makefile index 5b6231510fbf..21dc31abdfe4 100644 --- a/misc/konq-plugins/Makefile +++ b/misc/konq-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Additonal plugins and features for Konqueror -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KONQPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//} USE_KDEBASE_VER=3 USE_KDELIBS_VER=3 diff --git a/misc/ksig/Makefile b/misc/ksig/Makefile index 0f61c9680933..171cf37eb5e7 100644 --- a/misc/ksig/Makefile +++ b/misc/ksig/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Signature randomiser, available standalone or as a plugin within KMail -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= ${KSIG_PORTNAME:S/${KDE_SPLIT_DIST}-//} KDE_DOC_SPLIT= # none USE_KDELIBS_VER=3 diff --git a/misc/renamedlgplugins/Makefile b/misc/renamedlgplugins/Makefile index fe427110e2eb..9d8a1c60d47d 100644 --- a/misc/renamedlgplugins/Makefile +++ b/misc/renamedlgplugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= "Plugins for Konqueror's rename dialog" -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - KDE_SPLIT= renamedlgplugins KDE_DOC_SPLIT= # none USE_KDELIBS_VER=3 diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index 336d047d2a71..685003c5e754 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdemultimedia PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -36,47 +35,60 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= esound USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV= ${CONFIGURE_ENV} -CONFIGURE_ARGS+= --with-vorbis="${LOCALBASE}" \ - --enable-audio=oss,esd +CONFIGURE_ARGS+= --with-vorbis="${LOCALBASE}" +INSTALLS_SHLIB= yes +LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 + +OPTIONS= XINE "Enable support for video playback, using libxine" off \ + MPEGLIB "Use mpeglib for audio playback" on .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> .if exists(${X11BASE}/bin/xine-config) +. if !defined(WITH_XINE) +XINE_OVERRIDE= yes WITH_XINE= yes -.endif # exists(${LOCALBASE}/bin/xine-config) +. endif +.endif -.if defined(WITHOUT_XINE) -DO_NOT_COMPILE+= xine_artsplugin -CONFIGURE_ARGS+= --disable-xinetest -.elif defined(WITH_XINE) +.if defined(WITH_XINE) PLIST_APPEND+= plist.xine LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine BUILD_DEPENDS+= xine-config:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--with-xine-prefix=${X11BASE} -.endif # defined(WITHOUT_XINE) - -.if defined(WITHOUT_MPEGLIB) -PLIST_APPEND+= plist.no-mpeglib .else +DO_NOT_COMPILE+= xine_artsplugin +CONFIGURE_ARGS+= --disable-xinetest +.endif + +.if defined(WITH_MPEGLIB) PLIST_APPEND+= plist.mpeglib +.else +PLIST_APPEND+= plist.no-mpeglib .endif .if defined(DO_NOT_COMPILE) CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" .endif # defined(DO_NOT_COMPILE) -INSTALLS_SHLIB= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +pre-everything:: +.if defined(XINE_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* libxine is installed but WITH_XINE is not set! *" + @${ECHO_MSG} "* WITH_XINE has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif pre-configure: -.if defined(WITHOUT_MPEGLIB) +.if !defined(WITH_MPEGLIB) ${REINPLACE_CMD} -e \ '/FreeBSD/,/;$$/s/kde_mpeglib_compiles=yes/kde_mpeglib_compiles=no/g' \ ${WRKSRC}/configure diff --git a/multimedia/kdemultimedia3/distinfo b/multimedia/kdemultimedia3/distinfo index ef8a80408285..dad125cb93a7 100644 --- a/multimedia/kdemultimedia3/distinfo +++ b/multimedia/kdemultimedia3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdemultimedia-3.2.0.tar.bz2) = caa8578190d032acd3c8fa996cf9585a +MD5 (KDE/kdemultimedia-3.2.1.tar.bz2) = 6e03faa44ff7fdf60fd2fef0d23d5c43 +SIZE (KDE/kdemultimedia-3.2.1.tar.bz2) = 4926192 diff --git a/multimedia/kdemultimedia3/files/patch-configure b/multimedia/kdemultimedia3/files/patch-configure index 9b45322fceeb..7185d93fc46b 100644 --- a/multimedia/kdemultimedia3/files/patch-configure +++ b/multimedia/kdemultimedia3/files/patch-configure @@ -9,19 +9,12 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_X86_SSE 1 ---- configure.orig Tue Feb 3 11:30:24 2004 -+++ configure Tue Feb 3 11:30:53 2004 -@@ -32539,13 +32539,6 @@ - echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6 - - fi --if test $ac_cv_header_linux_cdrom_h = yes; then -- : --else -- { echo "$as_me:$LINENO: WARNING: This doesn't seem to be a Linux system. KAudioCreator has been disabled." >&5 --echo "$as_me: WARNING: This doesn't seem to be a Linux system. KAudioCreator has been disabled." >&2;} --enable_kac=no --fi - - - CPPFLAGS=$kde_safe_cppflags +@@ -32634,7 +32634,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lFLAC $LIBS" ++LIBS="-lFLAC -lm $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* #line $LINENO "configure" */ + /* confdefs.h. */ diff --git a/multimedia/kdemultimedia3/files/plist.base b/multimedia/kdemultimedia3/files/plist.base index 695007fe4827..3a24ba9347ee 100644 --- a/multimedia/kdemultimedia3/files/plist.base +++ b/multimedia/kdemultimedia3/files/plist.base @@ -279,6 +279,9 @@ lib/libkdeinit_krec.la lib/libkdeinit_krec.so lib/libkdeinit_noatun.la lib/libkdeinit_noatun.so +lib/libkmidlib.la +lib/libkmidlib.so +lib/libkmidlib.so.0 lib/libmpeg-0.3.0.so lib/libmpeg.la lib/libmpeg.so @@ -298,7 +301,6 @@ lib/libwinskinvis.so lib/libworkman.la lib/libworkman.so lib/libworkman.so.6 -lib/libworkmanaudio.a lib/libyafcore.la lib/libyafcore.so lib/libyafcore.so.0 @@ -963,6 +965,7 @@ share/icons/crystalsvg/16x16/apps/artsbuilder.png share/icons/crystalsvg/16x16/apps/artscontrol.png share/icons/crystalsvg/16x16/apps/juk.png share/icons/crystalsvg/16x16/apps/kaboodle.png +share/icons/crystalsvg/16x16/apps/kaudiocreator.png share/icons/crystalsvg/16x16/apps/kmid.png share/icons/crystalsvg/16x16/apps/kmix.png share/icons/crystalsvg/16x16/apps/krec.png @@ -987,6 +990,7 @@ share/icons/crystalsvg/32x32/actions/artsmidimanager.png share/icons/crystalsvg/32x32/apps/artscontrol.png share/icons/crystalsvg/32x32/apps/juk.png share/icons/crystalsvg/32x32/apps/kaboodle.png +share/icons/crystalsvg/32x32/apps/kaudiocreator.png share/icons/crystalsvg/32x32/apps/kmid.png share/icons/crystalsvg/32x32/apps/kmix.png share/icons/crystalsvg/32x32/apps/krec.png @@ -1000,7 +1004,6 @@ share/icons/crystalsvg/48x48/actions/artsmidimanager.png share/icons/crystalsvg/48x48/apps/artscontrol.png share/icons/crystalsvg/48x48/apps/juk.png share/icons/crystalsvg/48x48/apps/kaboodle.png -share/icons/crystalsvg/32x32/apps/kaudiocreator.png share/icons/crystalsvg/48x48/apps/kmid.png share/icons/crystalsvg/48x48/apps/kmix.png share/icons/crystalsvg/48x48/apps/krec.png diff --git a/multimedia/kdemultimedia3/files/plist.base.rm b/multimedia/kdemultimedia3/files/plist.base.rm index 8d8a64e27781..cf7d314966d4 100644 --- a/multimedia/kdemultimedia3/files/plist.base.rm +++ b/multimedia/kdemultimedia3/files/plist.base.rm @@ -5,6 +5,11 @@ @dirrm share/mimelnk/audio @dirrm share/mimelnk/application @dirrm share/mimelnk +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor @dirrm share/icons/crystalsvg/scalable/apps @dirrm share/icons/crystalsvg/scalable/actions @dirrm share/icons/crystalsvg/scalable diff --git a/multimedia/kdemultimedia3/pkg-message b/multimedia/kdemultimedia3/pkg-message index 2aff439f6210..46998b1bd3e9 100644 --- a/multimedia/kdemultimedia3/pkg-message +++ b/multimedia/kdemultimedia3/pkg-message @@ -2,15 +2,13 @@ ====================================================================== In order to run the kscd program properly, please run as root: - ln -sf <cdrom_device> /dev/cdrom chmod 666 <cdrom_device> -to link and give permission to access the CD-ROM device. +to give permission to access the CD-ROM device. For example, if you have an IDE/ATAPI CD-ROM device: - ln -sf /dev/racd0c /dev/cdrom - chmod 666 /dev/racd0c + chmod 666 /dev/acd0c Additional instructions for using the audiocd:/ kioslave: @@ -20,8 +18,10 @@ the CAM transport layer and CAM passthrough layer devices to 666, i.e.: chmod 666 /dev/xpt0 /dev/pass0 +For ATAPI CD-ROMs and no ATAPICAM, the instructions for kscd apply. + In order to make these changes permanent on FreeBSD 5.x, you have to add them to /etc/devfs.conf. Further instructions and examples on how -to do this, can be found there as well. +to do this can be found there as well. ====================================================================== diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 336d047d2a71..685003c5e754 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdemultimedia PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -36,47 +35,60 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= esound USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV= ${CONFIGURE_ENV} -CONFIGURE_ARGS+= --with-vorbis="${LOCALBASE}" \ - --enable-audio=oss,esd +CONFIGURE_ARGS+= --with-vorbis="${LOCALBASE}" +INSTALLS_SHLIB= yes +LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 + +OPTIONS= XINE "Enable support for video playback, using libxine" off \ + MPEGLIB "Use mpeglib for audio playback" on .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> .if exists(${X11BASE}/bin/xine-config) +. if !defined(WITH_XINE) +XINE_OVERRIDE= yes WITH_XINE= yes -.endif # exists(${LOCALBASE}/bin/xine-config) +. endif +.endif -.if defined(WITHOUT_XINE) -DO_NOT_COMPILE+= xine_artsplugin -CONFIGURE_ARGS+= --disable-xinetest -.elif defined(WITH_XINE) +.if defined(WITH_XINE) PLIST_APPEND+= plist.xine LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine BUILD_DEPENDS+= xine-config:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--with-xine-prefix=${X11BASE} -.endif # defined(WITHOUT_XINE) - -.if defined(WITHOUT_MPEGLIB) -PLIST_APPEND+= plist.no-mpeglib .else +DO_NOT_COMPILE+= xine_artsplugin +CONFIGURE_ARGS+= --disable-xinetest +.endif + +.if defined(WITH_MPEGLIB) PLIST_APPEND+= plist.mpeglib +.else +PLIST_APPEND+= plist.no-mpeglib .endif .if defined(DO_NOT_COMPILE) CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" .endif # defined(DO_NOT_COMPILE) -INSTALLS_SHLIB= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +pre-everything:: +.if defined(XINE_OVERRIDE) + @${ECHO_MSG} + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} "* libxine is installed but WITH_XINE is not set! *" + @${ECHO_MSG} "* WITH_XINE has been enabled automatically. *" + @${ECHO_MSG} "********************************************************" + @${ECHO_MSG} +.endif pre-configure: -.if defined(WITHOUT_MPEGLIB) +.if !defined(WITH_MPEGLIB) ${REINPLACE_CMD} -e \ '/FreeBSD/,/;$$/s/kde_mpeglib_compiles=yes/kde_mpeglib_compiles=no/g' \ ${WRKSRC}/configure diff --git a/multimedia/kdemultimedia4/distinfo b/multimedia/kdemultimedia4/distinfo index ef8a80408285..dad125cb93a7 100644 --- a/multimedia/kdemultimedia4/distinfo +++ b/multimedia/kdemultimedia4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdemultimedia-3.2.0.tar.bz2) = caa8578190d032acd3c8fa996cf9585a +MD5 (KDE/kdemultimedia-3.2.1.tar.bz2) = 6e03faa44ff7fdf60fd2fef0d23d5c43 +SIZE (KDE/kdemultimedia-3.2.1.tar.bz2) = 4926192 diff --git a/multimedia/kdemultimedia4/files/patch-configure b/multimedia/kdemultimedia4/files/patch-configure index 9b45322fceeb..7185d93fc46b 100644 --- a/multimedia/kdemultimedia4/files/patch-configure +++ b/multimedia/kdemultimedia4/files/patch-configure @@ -9,19 +9,12 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_X86_SSE 1 ---- configure.orig Tue Feb 3 11:30:24 2004 -+++ configure Tue Feb 3 11:30:53 2004 -@@ -32539,13 +32539,6 @@ - echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6 - - fi --if test $ac_cv_header_linux_cdrom_h = yes; then -- : --else -- { echo "$as_me:$LINENO: WARNING: This doesn't seem to be a Linux system. KAudioCreator has been disabled." >&5 --echo "$as_me: WARNING: This doesn't seem to be a Linux system. KAudioCreator has been disabled." >&2;} --enable_kac=no --fi - - - CPPFLAGS=$kde_safe_cppflags +@@ -32634,7 +32634,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lFLAC $LIBS" ++LIBS="-lFLAC -lm $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* #line $LINENO "configure" */ + /* confdefs.h. */ diff --git a/multimedia/kdemultimedia4/files/plist.base b/multimedia/kdemultimedia4/files/plist.base index 695007fe4827..3a24ba9347ee 100644 --- a/multimedia/kdemultimedia4/files/plist.base +++ b/multimedia/kdemultimedia4/files/plist.base @@ -279,6 +279,9 @@ lib/libkdeinit_krec.la lib/libkdeinit_krec.so lib/libkdeinit_noatun.la lib/libkdeinit_noatun.so +lib/libkmidlib.la +lib/libkmidlib.so +lib/libkmidlib.so.0 lib/libmpeg-0.3.0.so lib/libmpeg.la lib/libmpeg.so @@ -298,7 +301,6 @@ lib/libwinskinvis.so lib/libworkman.la lib/libworkman.so lib/libworkman.so.6 -lib/libworkmanaudio.a lib/libyafcore.la lib/libyafcore.so lib/libyafcore.so.0 @@ -963,6 +965,7 @@ share/icons/crystalsvg/16x16/apps/artsbuilder.png share/icons/crystalsvg/16x16/apps/artscontrol.png share/icons/crystalsvg/16x16/apps/juk.png share/icons/crystalsvg/16x16/apps/kaboodle.png +share/icons/crystalsvg/16x16/apps/kaudiocreator.png share/icons/crystalsvg/16x16/apps/kmid.png share/icons/crystalsvg/16x16/apps/kmix.png share/icons/crystalsvg/16x16/apps/krec.png @@ -987,6 +990,7 @@ share/icons/crystalsvg/32x32/actions/artsmidimanager.png share/icons/crystalsvg/32x32/apps/artscontrol.png share/icons/crystalsvg/32x32/apps/juk.png share/icons/crystalsvg/32x32/apps/kaboodle.png +share/icons/crystalsvg/32x32/apps/kaudiocreator.png share/icons/crystalsvg/32x32/apps/kmid.png share/icons/crystalsvg/32x32/apps/kmix.png share/icons/crystalsvg/32x32/apps/krec.png @@ -1000,7 +1004,6 @@ share/icons/crystalsvg/48x48/actions/artsmidimanager.png share/icons/crystalsvg/48x48/apps/artscontrol.png share/icons/crystalsvg/48x48/apps/juk.png share/icons/crystalsvg/48x48/apps/kaboodle.png -share/icons/crystalsvg/32x32/apps/kaudiocreator.png share/icons/crystalsvg/48x48/apps/kmid.png share/icons/crystalsvg/48x48/apps/kmix.png share/icons/crystalsvg/48x48/apps/krec.png diff --git a/multimedia/kdemultimedia4/files/plist.base.rm b/multimedia/kdemultimedia4/files/plist.base.rm index 8d8a64e27781..cf7d314966d4 100644 --- a/multimedia/kdemultimedia4/files/plist.base.rm +++ b/multimedia/kdemultimedia4/files/plist.base.rm @@ -5,6 +5,11 @@ @dirrm share/mimelnk/audio @dirrm share/mimelnk/application @dirrm share/mimelnk +@dirrm share/icons/locolor/32x32/apps +@dirrm share/icons/locolor/32x32 +@dirrm share/icons/locolor/16x16/apps +@dirrm share/icons/locolor/16x16 +@dirrm share/icons/locolor @dirrm share/icons/crystalsvg/scalable/apps @dirrm share/icons/crystalsvg/scalable/actions @dirrm share/icons/crystalsvg/scalable diff --git a/multimedia/kdemultimedia4/pkg-message b/multimedia/kdemultimedia4/pkg-message index 2aff439f6210..46998b1bd3e9 100644 --- a/multimedia/kdemultimedia4/pkg-message +++ b/multimedia/kdemultimedia4/pkg-message @@ -2,15 +2,13 @@ ====================================================================== In order to run the kscd program properly, please run as root: - ln -sf <cdrom_device> /dev/cdrom chmod 666 <cdrom_device> -to link and give permission to access the CD-ROM device. +to give permission to access the CD-ROM device. For example, if you have an IDE/ATAPI CD-ROM device: - ln -sf /dev/racd0c /dev/cdrom - chmod 666 /dev/racd0c + chmod 666 /dev/acd0c Additional instructions for using the audiocd:/ kioslave: @@ -20,8 +18,10 @@ the CAM transport layer and CAM passthrough layer devices to 666, i.e.: chmod 666 /dev/xpt0 /dev/pass0 +For ATAPI CD-ROMs and no ATAPICAM, the instructions for kscd apply. + In order to make these changes permanent on FreeBSD 5.x, you have to add them to /etc/devfs.conf. Further instructions and examples on how -to do this, can be found there as well. +to do this can be found there as well. ====================================================================== diff --git a/multimedia/noatun-plugins/Makefile b/multimedia/noatun-plugins/Makefile index bf4fb7865bdb..c9bd2e671864 100644 --- a/multimedia/noatun-plugins/Makefile +++ b/multimedia/noatun-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Various plugins for Noatun -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - LIB_DEPENDS= noatun:${PORTSDIR}/multimedia/kdemultimedia3 KDE_SPLIT= ${NOATUNPLUG_PORTNAME:S/${KDE_SPLIT_DIST}-//} diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index ce508dd3539a..9392b8add91d 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 6cc4074f9977..e33ac821a656 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdenetwork-3.2.0.tar.bz2) = 80d5a03ac950a7fac10bacbb122db11f +MD5 (KDE/kdenetwork-3.2.1.tar.bz2) = c9135b09191624490590a014da4bfb3d +SIZE (KDE/kdenetwork-3.2.1.tar.bz2) = 6210423 diff --git a/net/kdenetwork3/files/plist.base b/net/kdenetwork3/files/plist.base index 3bbc46854d98..f8b33e1d8e3f 100644 --- a/net/kdenetwork3/files/plist.base +++ b/net/kdenetwork3/files/plist.base @@ -318,6 +318,7 @@ share/apps/kopete/icons/crystalsvg/64x64/apps/icq_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/msn_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/sms_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/yahoo_protocol.png +share/apps/kopete/ircchatui.rc share/apps/kopete/kopetechatwindow.rc share/apps/kopete/kopeteemailwindow.rc share/apps/kopete/kopeteui.rc @@ -944,7 +945,9 @@ share/apps/kppp/Rules/Portugal/PT_Regional.rst share/apps/kppp/Rules/Portugal/PT_Regional_Ilhas.rst share/apps/kppp/Rules/Portugal/PT_YesNET.rst share/apps/kppp/Rules/Portugal/PT_YesNET_Ilhas.rst -share/apps/kppp/Rules/Romania/RomTelecom.rst +share/apps/kppp/Rules/Romania/Romtelecom_Acces_Special_Internet.rst +share/apps/kppp/Rules/Romania/Romtelecom_Interurban.rst +share/apps/kppp/Rules/Romania/Romtelecom_Local.rst share/apps/kppp/Rules/Romania/Zapp-Mobile.rst share/apps/kppp/Rules/Russia/TEMPLATE.ru share/apps/kppp/Rules/Russia/mtu-intel_standart.rst @@ -1047,7 +1050,6 @@ share/apps/krdc/pics/pointcursor.png share/apps/krdc/pics/pointcursormask.png share/apps/krdc/rdp-keymaps/ar share/apps/krdc/rdp-keymaps/common -share/apps/krdc/rdp-keymaps/convert-map share/apps/krdc/rdp-keymaps/da share/apps/krdc/rdp-keymaps/de share/apps/krdc/rdp-keymaps/en-gb diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index ce508dd3539a..9392b8add91d 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index 6cc4074f9977..e33ac821a656 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdenetwork-3.2.0.tar.bz2) = 80d5a03ac950a7fac10bacbb122db11f +MD5 (KDE/kdenetwork-3.2.1.tar.bz2) = c9135b09191624490590a014da4bfb3d +SIZE (KDE/kdenetwork-3.2.1.tar.bz2) = 6210423 diff --git a/net/kdenetwork4/files/plist.base b/net/kdenetwork4/files/plist.base index 3bbc46854d98..f8b33e1d8e3f 100644 --- a/net/kdenetwork4/files/plist.base +++ b/net/kdenetwork4/files/plist.base @@ -318,6 +318,7 @@ share/apps/kopete/icons/crystalsvg/64x64/apps/icq_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/msn_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/sms_protocol.png share/apps/kopete/icons/crystalsvg/64x64/apps/yahoo_protocol.png +share/apps/kopete/ircchatui.rc share/apps/kopete/kopetechatwindow.rc share/apps/kopete/kopeteemailwindow.rc share/apps/kopete/kopeteui.rc @@ -944,7 +945,9 @@ share/apps/kppp/Rules/Portugal/PT_Regional.rst share/apps/kppp/Rules/Portugal/PT_Regional_Ilhas.rst share/apps/kppp/Rules/Portugal/PT_YesNET.rst share/apps/kppp/Rules/Portugal/PT_YesNET_Ilhas.rst -share/apps/kppp/Rules/Romania/RomTelecom.rst +share/apps/kppp/Rules/Romania/Romtelecom_Acces_Special_Internet.rst +share/apps/kppp/Rules/Romania/Romtelecom_Interurban.rst +share/apps/kppp/Rules/Romania/Romtelecom_Local.rst share/apps/kppp/Rules/Romania/Zapp-Mobile.rst share/apps/kppp/Rules/Russia/TEMPLATE.ru share/apps/kppp/Rules/Russia/mtu-intel_standart.rst @@ -1047,7 +1050,6 @@ share/apps/krdc/pics/pointcursor.png share/apps/krdc/pics/pointcursormask.png share/apps/krdc/rdp-keymaps/ar share/apps/krdc/rdp-keymaps/common -share/apps/krdc/rdp-keymaps/convert-map share/apps/krdc/rdp-keymaps/da share/apps/krdc/rdp-keymaps/de share/apps/krdc/rdp-keymaps/en-gb diff --git a/net/kontact-plugins/Makefile b/net/kontact-plugins/Makefile index 2069b0dad06c..354672158a80 100644 --- a/net/kontact-plugins/Makefile +++ b/net/kontact-plugins/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Newsticker plugin for Kontact -IGNORE= This port is part of KDE 3.2.1 and is not yet ready - LIB_DEPENDS= kdepim:${PORTSDIR}/deskutils/kdepim3 KDE_SPLIT= kontact diff --git a/polish/calligra-l10n/distinfo b/polish/calligra-l10n/distinfo index ab85f20cf9b7..4d82adc47301 100644 --- a/polish/calligra-l10n/distinfo +++ b/polish/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = c8e5503168699944784d3a61e0dfe1e0 +SIZE (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = 738732 diff --git a/polish/kde3-i18n/Makefile b/polish/kde3-i18n/Makefile index 8aace53155f6..c671197f4428 100644 --- a/polish/kde3-i18n/Makefile +++ b/polish/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= polish kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pl- DIST_SUBDIR= KDE diff --git a/polish/kde3-i18n/distinfo b/polish/kde3-i18n/distinfo index 097ef372ee66..3c912dcc22fe 100644 --- a/polish/kde3-i18n/distinfo +++ b/polish/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pl-3.2.0.tar.bz2) = 58e444d5df566601d47af9d8cf4e6c4d +MD5 (KDE/kde-i18n/kde-i18n-pl-3.2.1.tar.bz2) = 67ee9a808183f1db7c9c30b73617df9d +SIZE (KDE/kde-i18n/kde-i18n-pl-3.2.1.tar.bz2) = 3367091 diff --git a/polish/kde3-i18n/pkg-plist b/polish/kde3-i18n/pkg-plist index cdc309de86c0..26edcead388c 100644 --- a/polish/kde3-i18n/pkg-plist +++ b/polish/kde3-i18n/pkg-plist @@ -17,6 +17,7 @@ share/locale/pl/LC_MESSAGES/childpanelextension.mo share/locale/pl/LC_MESSAGES/clockapplet.mo share/locale/pl/LC_MESSAGES/crashesplugin.mo share/locale/pl/LC_MESSAGES/cupsdconf.mo +share/locale/pl/LC_MESSAGES/cvsservice.mo share/locale/pl/LC_MESSAGES/dcopservice.mo share/locale/pl/LC_MESSAGES/desktop_kde-i18n.mo share/locale/pl/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -34,6 +35,8 @@ share/locale/pl/LC_MESSAGES/desktop_kdepim.mo share/locale/pl/LC_MESSAGES/desktop_kdesdk.mo share/locale/pl/LC_MESSAGES/desktop_kdetoys.mo share/locale/pl/LC_MESSAGES/desktop_kdeutils.mo +share/locale/pl/LC_MESSAGES/desktop_kdevelop.mo +share/locale/pl/LC_MESSAGES/desktop_quanta.mo share/locale/pl/LC_MESSAGES/devicesapplet.mo share/locale/pl/LC_MESSAGES/dirfilterplugin.mo share/locale/pl/LC_MESSAGES/display.mo @@ -46,9 +49,11 @@ share/locale/pl/LC_MESSAGES/ffrs.mo share/locale/pl/LC_MESSAGES/filetypes.mo share/locale/pl/LC_MESSAGES/flashkard.mo share/locale/pl/LC_MESSAGES/fontinst.mo +share/locale/pl/LC_MESSAGES/fsview.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/irkick.mo share/locale/pl/LC_MESSAGES/jefferson.mo share/locale/pl/LC_MESSAGES/juk.mo share/locale/pl/LC_MESSAGES/kabc2mutt.mo @@ -78,6 +83,7 @@ share/locale/pl/LC_MESSAGES/katefll_plugin.mo share/locale/pl/LC_MESSAGES/katehelloworld.mo share/locale/pl/LC_MESSAGES/katehtmltools.mo share/locale/pl/LC_MESSAGES/kateinsertcommand.mo +share/locale/pl/LC_MESSAGES/katemake.mo share/locale/pl/LC_MESSAGES/katemodeline.mo share/locale/pl/LC_MESSAGES/kateopenheader.mo share/locale/pl/LC_MESSAGES/katepart.mo @@ -95,6 +101,7 @@ share/locale/pl/LC_MESSAGES/kbattleship.mo share/locale/pl/LC_MESSAGES/kbinaryclock.mo share/locale/pl/LC_MESSAGES/kblackbox.mo share/locale/pl/LC_MESSAGES/kbounce.mo +share/locale/pl/LC_MESSAGES/kbruch.mo share/locale/pl/LC_MESSAGES/kbugbuster.mo share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcardchooser.mo @@ -126,6 +133,7 @@ share/locale/pl/LC_MESSAGES/kcmicons.mo share/locale/pl/LC_MESSAGES/kcminfo.mo share/locale/pl/LC_MESSAGES/kcminput.mo share/locale/pl/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/pl/LC_MESSAGES/kcmkabconfig.mo share/locale/pl/LC_MESSAGES/kcmkamera.mo share/locale/pl/LC_MESSAGES/kcmkclock.mo share/locale/pl/LC_MESSAGES/kcmkded.mo @@ -136,6 +144,7 @@ share/locale/pl/LC_MESSAGES/kcmkmix.mo share/locale/pl/LC_MESSAGES/kcmkonq.mo share/locale/pl/LC_MESSAGES/kcmkonqhtml.mo share/locale/pl/LC_MESSAGES/kcmkonsole.mo +share/locale/pl/LC_MESSAGES/kcmkontactnt.mo share/locale/pl/LC_MESSAGES/kcmktalkd.mo share/locale/pl/LC_MESSAGES/kcmkuick.mo share/locale/pl/LC_MESSAGES/kcmkurifilt.mo @@ -150,6 +159,7 @@ share/locale/pl/LC_MESSAGES/kcmlaunch.mo share/locale/pl/LC_MESSAGES/kcmlayout.mo share/locale/pl/LC_MESSAGES/kcmlilo.mo share/locale/pl/LC_MESSAGES/kcmlinuz.mo +share/locale/pl/LC_MESSAGES/kcmlirc.mo share/locale/pl/LC_MESSAGES/kcmlocale.mo share/locale/pl/LC_MESSAGES/kcmmediacontrol.mo share/locale/pl/LC_MESSAGES/kcmmidi.mo @@ -167,6 +177,7 @@ share/locale/pl/LC_MESSAGES/kcmstyle.mo share/locale/pl/LC_MESSAGES/kcmtaskbar.mo share/locale/pl/LC_MESSAGES/kcmusb.mo share/locale/pl/LC_MESSAGES/kcmview1394.mo +share/locale/pl/LC_MESSAGES/kcmvim.mo share/locale/pl/LC_MESSAGES/kcmxinerama.mo share/locale/pl/LC_MESSAGES/kcoloredit.mo share/locale/pl/LC_MESSAGES/kcontrol.mo @@ -176,6 +187,7 @@ share/locale/pl/LC_MESSAGES/kdcop.mo share/locale/pl/LC_MESSAGES/kdebugdialog.mo share/locale/pl/LC_MESSAGES/kdelibs.mo share/locale/pl/LC_MESSAGES/kdelibs_colors.mo +share/locale/pl/LC_MESSAGES/kdelirc.mo share/locale/pl/LC_MESSAGES/kdepasswd.mo share/locale/pl/LC_MESSAGES/kdeprint.mo share/locale/pl/LC_MESSAGES/kdeprint_part.mo @@ -186,6 +198,7 @@ share/locale/pl/LC_MESSAGES/kdesu.mo share/locale/pl/LC_MESSAGES/kdesud.mo share/locale/pl/LC_MESSAGES/kdevtipofday.mo share/locale/pl/LC_MESSAGES/kdf.mo +share/locale/pl/LC_MESSAGES/kdgantt.mo share/locale/pl/LC_MESSAGES/kdialog.mo share/locale/pl/LC_MESSAGES/kdict.mo share/locale/pl/LC_MESSAGES/kdictapplet.mo @@ -232,6 +245,7 @@ share/locale/pl/LC_MESSAGES/kfile_vcf.mo share/locale/pl/LC_MESSAGES/kfile_wav.mo share/locale/pl/LC_MESSAGES/kfile_xbm.mo share/locale/pl/LC_MESSAGES/kfileaudiopreview.mo +share/locale/pl/LC_MESSAGES/kfilereplace.mo share/locale/pl/LC_MESSAGES/kfindpart.mo share/locale/pl/LC_MESSAGES/kfloppy.mo share/locale/pl/LC_MESSAGES/kfmclient.mo @@ -242,6 +256,7 @@ share/locale/pl/LC_MESSAGES/kgantt.mo share/locale/pl/LC_MESSAGES/kget.mo share/locale/pl/LC_MESSAGES/kghostview.mo share/locale/pl/LC_MESSAGES/kgoldrunner.mo +share/locale/pl/LC_MESSAGES/kgpg.mo share/locale/pl/LC_MESSAGES/kgpgcertmanager.mo share/locale/pl/LC_MESSAGES/khangman.mo share/locale/pl/LC_MESSAGES/khelpcenter.mo @@ -269,6 +284,7 @@ share/locale/pl/LC_MESSAGES/kio_pop3.mo share/locale/pl/LC_MESSAGES/kio_print.mo share/locale/pl/LC_MESSAGES/kio_settings.mo share/locale/pl/LC_MESSAGES/kio_sftp.mo +share/locale/pl/LC_MESSAGES/kio_sieve.mo share/locale/pl/LC_MESSAGES/kio_smb.mo share/locale/pl/LC_MESSAGES/kio_smbro.mo share/locale/pl/LC_MESSAGES/kio_smtp.mo @@ -299,6 +315,7 @@ share/locale/pl/LC_MESSAGES/kmidi.mo share/locale/pl/LC_MESSAGES/kmines.mo share/locale/pl/LC_MESSAGES/kminipagerapplet.mo share/locale/pl/LC_MESSAGES/kmix.mo +share/locale/pl/LC_MESSAGES/kmobile.mo share/locale/pl/LC_MESSAGES/kmoon.mo share/locale/pl/LC_MESSAGES/kmousetool.mo share/locale/pl/LC_MESSAGES/kmouth.mo @@ -313,11 +330,13 @@ share/locale/pl/LC_MESSAGES/kodo.mo share/locale/pl/LC_MESSAGES/kolf.mo share/locale/pl/LC_MESSAGES/kolourpicker.mo share/locale/pl/LC_MESSAGES/kompare.mo +share/locale/pl/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/pl/LC_MESSAGES/konqsidebar_mediaplayer.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/kontact.mo share/locale/pl/LC_MESSAGES/kooka.mo share/locale/pl/LC_MESSAGES/kopete.mo share/locale/pl/LC_MESSAGES/korganizer.mo @@ -352,6 +371,7 @@ share/locale/pl/LC_MESSAGES/ksame.mo share/locale/pl/LC_MESSAGES/kscd.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo share/locale/pl/LC_MESSAGES/kshisen.mo +share/locale/pl/LC_MESSAGES/ksig.mo share/locale/pl/LC_MESSAGES/ksim.mo share/locale/pl/LC_MESSAGES/ksirc.mo share/locale/pl/LC_MESSAGES/ksirtet.mo @@ -383,6 +403,7 @@ share/locale/pl/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/pl/LC_MESSAGES/ktimemon.mo share/locale/pl/LC_MESSAGES/ktimer.mo share/locale/pl/LC_MESSAGES/ktip.mo +share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pl/LC_MESSAGES/ktouch.mo share/locale/pl/LC_MESSAGES/ktron.mo share/locale/pl/LC_MESSAGES/ktuberling.mo @@ -421,6 +442,8 @@ share/locale/pl/LC_MESSAGES/kwriteconfig.mo share/locale/pl/LC_MESSAGES/kxkb.mo share/locale/pl/LC_MESSAGES/kxmlrpcd.mo share/locale/pl/LC_MESSAGES/kxsconfig.mo +share/locale/pl/LC_MESSAGES/kxsldbg.mo +share/locale/pl/LC_MESSAGES/libcalendarresources.mo share/locale/pl/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/pl/LC_MESSAGES/libkcal.mo share/locale/pl/LC_MESSAGES/libkcalsystem.mo @@ -438,6 +461,7 @@ share/locale/pl/LC_MESSAGES/libkonq.mo share/locale/pl/LC_MESSAGES/libkpimexchange.mo share/locale/pl/LC_MESSAGES/libkscan.mo share/locale/pl/LC_MESSAGES/libkscreensaver.mo +share/locale/pl/LC_MESSAGES/libksieve.mo share/locale/pl/LC_MESSAGES/libksirtet.mo share/locale/pl/LC_MESSAGES/libksync.mo share/locale/pl/LC_MESSAGES/libtaskbar.mo @@ -446,6 +470,7 @@ share/locale/pl/LC_MESSAGES/lockout.mo share/locale/pl/LC_MESSAGES/lskat.mo share/locale/pl/LC_MESSAGES/lyrics.mo share/locale/pl/LC_MESSAGES/mediacontrol.mo +share/locale/pl/LC_MESSAGES/minitoolsplugin.mo share/locale/pl/LC_MESSAGES/naughtyapplet.mo share/locale/pl/LC_MESSAGES/noatun.mo share/locale/pl/LC_MESSAGES/nsplugin.mo @@ -467,6 +492,7 @@ share/locale/pl/LC_MESSAGES/uachangerplugin.mo share/locale/pl/LC_MESSAGES/umbrello.mo share/locale/pl/LC_MESSAGES/userinfo.mo share/locale/pl/LC_MESSAGES/validatorsplugin.mo +share/locale/pl/LC_MESSAGES/vimpart.mo share/locale/pl/LC_MESSAGES/wakeup.mo share/locale/pl/LC_MESSAGES/wavecapture.mo share/locale/pl/LC_MESSAGES/webarchiver.mo diff --git a/polish/kde4-l10n/Makefile b/polish/kde4-l10n/Makefile index 8aace53155f6..c671197f4428 100644 --- a/polish/kde4-l10n/Makefile +++ b/polish/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= polish kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pl- DIST_SUBDIR= KDE diff --git a/polish/kde4-l10n/distinfo b/polish/kde4-l10n/distinfo index 097ef372ee66..3c912dcc22fe 100644 --- a/polish/kde4-l10n/distinfo +++ b/polish/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pl-3.2.0.tar.bz2) = 58e444d5df566601d47af9d8cf4e6c4d +MD5 (KDE/kde-i18n/kde-i18n-pl-3.2.1.tar.bz2) = 67ee9a808183f1db7c9c30b73617df9d +SIZE (KDE/kde-i18n/kde-i18n-pl-3.2.1.tar.bz2) = 3367091 diff --git a/polish/kde4-l10n/pkg-plist b/polish/kde4-l10n/pkg-plist index cdc309de86c0..26edcead388c 100644 --- a/polish/kde4-l10n/pkg-plist +++ b/polish/kde4-l10n/pkg-plist @@ -17,6 +17,7 @@ share/locale/pl/LC_MESSAGES/childpanelextension.mo share/locale/pl/LC_MESSAGES/clockapplet.mo share/locale/pl/LC_MESSAGES/crashesplugin.mo share/locale/pl/LC_MESSAGES/cupsdconf.mo +share/locale/pl/LC_MESSAGES/cvsservice.mo share/locale/pl/LC_MESSAGES/dcopservice.mo share/locale/pl/LC_MESSAGES/desktop_kde-i18n.mo share/locale/pl/LC_MESSAGES/desktop_kdeaccessibility.mo @@ -34,6 +35,8 @@ share/locale/pl/LC_MESSAGES/desktop_kdepim.mo share/locale/pl/LC_MESSAGES/desktop_kdesdk.mo share/locale/pl/LC_MESSAGES/desktop_kdetoys.mo share/locale/pl/LC_MESSAGES/desktop_kdeutils.mo +share/locale/pl/LC_MESSAGES/desktop_kdevelop.mo +share/locale/pl/LC_MESSAGES/desktop_quanta.mo share/locale/pl/LC_MESSAGES/devicesapplet.mo share/locale/pl/LC_MESSAGES/dirfilterplugin.mo share/locale/pl/LC_MESSAGES/display.mo @@ -46,9 +49,11 @@ share/locale/pl/LC_MESSAGES/ffrs.mo share/locale/pl/LC_MESSAGES/filetypes.mo share/locale/pl/LC_MESSAGES/flashkard.mo share/locale/pl/LC_MESSAGES/fontinst.mo +share/locale/pl/LC_MESSAGES/fsview.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/irkick.mo share/locale/pl/LC_MESSAGES/jefferson.mo share/locale/pl/LC_MESSAGES/juk.mo share/locale/pl/LC_MESSAGES/kabc2mutt.mo @@ -78,6 +83,7 @@ share/locale/pl/LC_MESSAGES/katefll_plugin.mo share/locale/pl/LC_MESSAGES/katehelloworld.mo share/locale/pl/LC_MESSAGES/katehtmltools.mo share/locale/pl/LC_MESSAGES/kateinsertcommand.mo +share/locale/pl/LC_MESSAGES/katemake.mo share/locale/pl/LC_MESSAGES/katemodeline.mo share/locale/pl/LC_MESSAGES/kateopenheader.mo share/locale/pl/LC_MESSAGES/katepart.mo @@ -95,6 +101,7 @@ share/locale/pl/LC_MESSAGES/kbattleship.mo share/locale/pl/LC_MESSAGES/kbinaryclock.mo share/locale/pl/LC_MESSAGES/kblackbox.mo share/locale/pl/LC_MESSAGES/kbounce.mo +share/locale/pl/LC_MESSAGES/kbruch.mo share/locale/pl/LC_MESSAGES/kbugbuster.mo share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcardchooser.mo @@ -126,6 +133,7 @@ share/locale/pl/LC_MESSAGES/kcmicons.mo share/locale/pl/LC_MESSAGES/kcminfo.mo share/locale/pl/LC_MESSAGES/kcminput.mo share/locale/pl/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/pl/LC_MESSAGES/kcmkabconfig.mo share/locale/pl/LC_MESSAGES/kcmkamera.mo share/locale/pl/LC_MESSAGES/kcmkclock.mo share/locale/pl/LC_MESSAGES/kcmkded.mo @@ -136,6 +144,7 @@ share/locale/pl/LC_MESSAGES/kcmkmix.mo share/locale/pl/LC_MESSAGES/kcmkonq.mo share/locale/pl/LC_MESSAGES/kcmkonqhtml.mo share/locale/pl/LC_MESSAGES/kcmkonsole.mo +share/locale/pl/LC_MESSAGES/kcmkontactnt.mo share/locale/pl/LC_MESSAGES/kcmktalkd.mo share/locale/pl/LC_MESSAGES/kcmkuick.mo share/locale/pl/LC_MESSAGES/kcmkurifilt.mo @@ -150,6 +159,7 @@ share/locale/pl/LC_MESSAGES/kcmlaunch.mo share/locale/pl/LC_MESSAGES/kcmlayout.mo share/locale/pl/LC_MESSAGES/kcmlilo.mo share/locale/pl/LC_MESSAGES/kcmlinuz.mo +share/locale/pl/LC_MESSAGES/kcmlirc.mo share/locale/pl/LC_MESSAGES/kcmlocale.mo share/locale/pl/LC_MESSAGES/kcmmediacontrol.mo share/locale/pl/LC_MESSAGES/kcmmidi.mo @@ -167,6 +177,7 @@ share/locale/pl/LC_MESSAGES/kcmstyle.mo share/locale/pl/LC_MESSAGES/kcmtaskbar.mo share/locale/pl/LC_MESSAGES/kcmusb.mo share/locale/pl/LC_MESSAGES/kcmview1394.mo +share/locale/pl/LC_MESSAGES/kcmvim.mo share/locale/pl/LC_MESSAGES/kcmxinerama.mo share/locale/pl/LC_MESSAGES/kcoloredit.mo share/locale/pl/LC_MESSAGES/kcontrol.mo @@ -176,6 +187,7 @@ share/locale/pl/LC_MESSAGES/kdcop.mo share/locale/pl/LC_MESSAGES/kdebugdialog.mo share/locale/pl/LC_MESSAGES/kdelibs.mo share/locale/pl/LC_MESSAGES/kdelibs_colors.mo +share/locale/pl/LC_MESSAGES/kdelirc.mo share/locale/pl/LC_MESSAGES/kdepasswd.mo share/locale/pl/LC_MESSAGES/kdeprint.mo share/locale/pl/LC_MESSAGES/kdeprint_part.mo @@ -186,6 +198,7 @@ share/locale/pl/LC_MESSAGES/kdesu.mo share/locale/pl/LC_MESSAGES/kdesud.mo share/locale/pl/LC_MESSAGES/kdevtipofday.mo share/locale/pl/LC_MESSAGES/kdf.mo +share/locale/pl/LC_MESSAGES/kdgantt.mo share/locale/pl/LC_MESSAGES/kdialog.mo share/locale/pl/LC_MESSAGES/kdict.mo share/locale/pl/LC_MESSAGES/kdictapplet.mo @@ -232,6 +245,7 @@ share/locale/pl/LC_MESSAGES/kfile_vcf.mo share/locale/pl/LC_MESSAGES/kfile_wav.mo share/locale/pl/LC_MESSAGES/kfile_xbm.mo share/locale/pl/LC_MESSAGES/kfileaudiopreview.mo +share/locale/pl/LC_MESSAGES/kfilereplace.mo share/locale/pl/LC_MESSAGES/kfindpart.mo share/locale/pl/LC_MESSAGES/kfloppy.mo share/locale/pl/LC_MESSAGES/kfmclient.mo @@ -242,6 +256,7 @@ share/locale/pl/LC_MESSAGES/kgantt.mo share/locale/pl/LC_MESSAGES/kget.mo share/locale/pl/LC_MESSAGES/kghostview.mo share/locale/pl/LC_MESSAGES/kgoldrunner.mo +share/locale/pl/LC_MESSAGES/kgpg.mo share/locale/pl/LC_MESSAGES/kgpgcertmanager.mo share/locale/pl/LC_MESSAGES/khangman.mo share/locale/pl/LC_MESSAGES/khelpcenter.mo @@ -269,6 +284,7 @@ share/locale/pl/LC_MESSAGES/kio_pop3.mo share/locale/pl/LC_MESSAGES/kio_print.mo share/locale/pl/LC_MESSAGES/kio_settings.mo share/locale/pl/LC_MESSAGES/kio_sftp.mo +share/locale/pl/LC_MESSAGES/kio_sieve.mo share/locale/pl/LC_MESSAGES/kio_smb.mo share/locale/pl/LC_MESSAGES/kio_smbro.mo share/locale/pl/LC_MESSAGES/kio_smtp.mo @@ -299,6 +315,7 @@ share/locale/pl/LC_MESSAGES/kmidi.mo share/locale/pl/LC_MESSAGES/kmines.mo share/locale/pl/LC_MESSAGES/kminipagerapplet.mo share/locale/pl/LC_MESSAGES/kmix.mo +share/locale/pl/LC_MESSAGES/kmobile.mo share/locale/pl/LC_MESSAGES/kmoon.mo share/locale/pl/LC_MESSAGES/kmousetool.mo share/locale/pl/LC_MESSAGES/kmouth.mo @@ -313,11 +330,13 @@ share/locale/pl/LC_MESSAGES/kodo.mo share/locale/pl/LC_MESSAGES/kolf.mo share/locale/pl/LC_MESSAGES/kolourpicker.mo share/locale/pl/LC_MESSAGES/kompare.mo +share/locale/pl/LC_MESSAGES/konq_smbmounterplugin.mo share/locale/pl/LC_MESSAGES/konqsidebar_mediaplayer.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/kontact.mo share/locale/pl/LC_MESSAGES/kooka.mo share/locale/pl/LC_MESSAGES/kopete.mo share/locale/pl/LC_MESSAGES/korganizer.mo @@ -352,6 +371,7 @@ share/locale/pl/LC_MESSAGES/ksame.mo share/locale/pl/LC_MESSAGES/kscd.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo share/locale/pl/LC_MESSAGES/kshisen.mo +share/locale/pl/LC_MESSAGES/ksig.mo share/locale/pl/LC_MESSAGES/ksim.mo share/locale/pl/LC_MESSAGES/ksirc.mo share/locale/pl/LC_MESSAGES/ksirtet.mo @@ -383,6 +403,7 @@ share/locale/pl/LC_MESSAGES/ktexteditor_kdatatool.mo share/locale/pl/LC_MESSAGES/ktimemon.mo share/locale/pl/LC_MESSAGES/ktimer.mo share/locale/pl/LC_MESSAGES/ktip.mo +share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pl/LC_MESSAGES/ktouch.mo share/locale/pl/LC_MESSAGES/ktron.mo share/locale/pl/LC_MESSAGES/ktuberling.mo @@ -421,6 +442,8 @@ share/locale/pl/LC_MESSAGES/kwriteconfig.mo share/locale/pl/LC_MESSAGES/kxkb.mo share/locale/pl/LC_MESSAGES/kxmlrpcd.mo share/locale/pl/LC_MESSAGES/kxsconfig.mo +share/locale/pl/LC_MESSAGES/kxsldbg.mo +share/locale/pl/LC_MESSAGES/libcalendarresources.mo share/locale/pl/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/pl/LC_MESSAGES/libkcal.mo share/locale/pl/LC_MESSAGES/libkcalsystem.mo @@ -438,6 +461,7 @@ share/locale/pl/LC_MESSAGES/libkonq.mo share/locale/pl/LC_MESSAGES/libkpimexchange.mo share/locale/pl/LC_MESSAGES/libkscan.mo share/locale/pl/LC_MESSAGES/libkscreensaver.mo +share/locale/pl/LC_MESSAGES/libksieve.mo share/locale/pl/LC_MESSAGES/libksirtet.mo share/locale/pl/LC_MESSAGES/libksync.mo share/locale/pl/LC_MESSAGES/libtaskbar.mo @@ -446,6 +470,7 @@ share/locale/pl/LC_MESSAGES/lockout.mo share/locale/pl/LC_MESSAGES/lskat.mo share/locale/pl/LC_MESSAGES/lyrics.mo share/locale/pl/LC_MESSAGES/mediacontrol.mo +share/locale/pl/LC_MESSAGES/minitoolsplugin.mo share/locale/pl/LC_MESSAGES/naughtyapplet.mo share/locale/pl/LC_MESSAGES/noatun.mo share/locale/pl/LC_MESSAGES/nsplugin.mo @@ -467,6 +492,7 @@ share/locale/pl/LC_MESSAGES/uachangerplugin.mo share/locale/pl/LC_MESSAGES/umbrello.mo share/locale/pl/LC_MESSAGES/userinfo.mo share/locale/pl/LC_MESSAGES/validatorsplugin.mo +share/locale/pl/LC_MESSAGES/vimpart.mo share/locale/pl/LC_MESSAGES/wakeup.mo share/locale/pl/LC_MESSAGES/wavecapture.mo share/locale/pl/LC_MESSAGES/webarchiver.mo diff --git a/polish/koffice-i18n/distinfo b/polish/koffice-i18n/distinfo index ab85f20cf9b7..4d82adc47301 100644 --- a/polish/koffice-i18n/distinfo +++ b/polish/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = c8e5503168699944784d3a61e0dfe1e0 +SIZE (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = 738732 diff --git a/polish/koffice-kde4-l10n/distinfo b/polish/koffice-kde4-l10n/distinfo index ab85f20cf9b7..4d82adc47301 100644 --- a/polish/koffice-kde4-l10n/distinfo +++ b/polish/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = c8e5503168699944784d3a61e0dfe1e0 +SIZE (KDE/kde-i18n/koffice-i18n-pl-1.3.tar.bz2) = 738732 diff --git a/portuguese/calligra-l10n-pt_BR/distinfo b/portuguese/calligra-l10n-pt_BR/distinfo index 834a20bc5e85..9014ccd0a8f6 100644 --- a/portuguese/calligra-l10n-pt_BR/distinfo +++ b/portuguese/calligra-l10n-pt_BR/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = e9e7e4b054d5d1f2f6cd450a632c1dc9 +SIZE (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = 889387 diff --git a/portuguese/calligra-l10n/distinfo b/portuguese/calligra-l10n/distinfo index 8583e8b2c522..df5da07a4db7 100644 --- a/portuguese/calligra-l10n/distinfo +++ b/portuguese/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = c7385013bef2453404d6ea6ecf07d654 +SIZE (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = 618721 diff --git a/portuguese/kde3-i18n-pt_BR/Makefile b/portuguese/kde3-i18n-pt_BR/Makefile index 3250412982f4..3fcd972e49bb 100644 --- a/portuguese/kde3-i18n-pt_BR/Makefile +++ b/portuguese/kde3-i18n-pt_BR/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= portuguese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pt_BR- DIST_SUBDIR= KDE diff --git a/portuguese/kde3-i18n-pt_BR/distinfo b/portuguese/kde3-i18n-pt_BR/distinfo index d6be5cdd86ba..d8612883c25e 100644 --- a/portuguese/kde3-i18n-pt_BR/distinfo +++ b/portuguese/kde3-i18n-pt_BR/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pt_BR-3.2.0.tar.bz2) = 5d0675c18df4f6fbadd93361bb2ee025 +MD5 (KDE/kde-i18n/kde-i18n-pt_BR-3.2.1.tar.bz2) = b40ebe7285677330395cd318f16e9632 +SIZE (KDE/kde-i18n/kde-i18n-pt_BR-3.2.1.tar.bz2) = 6261200 diff --git a/portuguese/kde3-i18n/Makefile b/portuguese/kde3-i18n/Makefile index 426813ebb631..99e4f9329a49 100644 --- a/portuguese/kde3-i18n/Makefile +++ b/portuguese/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= portuguese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pt- DIST_SUBDIR= KDE diff --git a/portuguese/kde3-i18n/distinfo b/portuguese/kde3-i18n/distinfo index 938d2b563047..2b5c97205de3 100644 --- a/portuguese/kde3-i18n/distinfo +++ b/portuguese/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pt-3.2.0.tar.bz2) = e37275a7c3786690ae244857309c3963 +MD5 (KDE/kde-i18n/kde-i18n-pt-3.2.1.tar.bz2) = 9fc73adb31514e64f4135c424ac461b3 +SIZE (KDE/kde-i18n/kde-i18n-pt-3.2.1.tar.bz2) = 7067574 diff --git a/portuguese/kde3-i18n/pkg-plist b/portuguese/kde3-i18n/pkg-plist index f86d14554f90..57196c92c947 100644 --- a/portuguese/kde3-i18n/pkg-plist +++ b/portuguese/kde3-i18n/pkg-plist @@ -19,9 +19,15 @@ share/apps/ktuberling/sounds/pt/pinguim.wav share/apps/ktuberling/sounds/pt/relogio.wav share/apps/ktuberling/sounds/pt/senhor-batata.wav share/apps/ktuberling/sounds/pt/sobrancelha.wav +share/doc/HTML/pt/KRegExpEditor/common +share/doc/HTML/pt/KRegExpEditor/index.cache.bz2 +share/doc/HTML/pt/KRegExpEditor/index.docbook share/doc/HTML/pt/amor/common share/doc/HTML/pt/amor/index.cache.bz2 share/doc/HTML/pt/amor/index.docbook +share/doc/HTML/pt/ark/common +share/doc/HTML/pt/ark/index.cache.bz2 +share/doc/HTML/pt/ark/index.docbook share/doc/HTML/pt/common/1.png share/doc/HTML/pt/common/10.png share/doc/HTML/pt/common/2.png @@ -107,9 +113,15 @@ share/doc/HTML/pt/kate/regular-expressions.docbook share/doc/HTML/pt/kbugbuster/common share/doc/HTML/pt/kbugbuster/index.cache.bz2 share/doc/HTML/pt/kbugbuster/index.docbook +share/doc/HTML/pt/kcalc/common +share/doc/HTML/pt/kcalc/index.cache.bz2 +share/doc/HTML/pt/kcalc/index.docbook share/doc/HTML/pt/kcharselect/common share/doc/HTML/pt/kcharselect/index.cache.bz2 share/doc/HTML/pt/kcharselect/index.docbook +share/doc/HTML/pt/kcoloredit/common +share/doc/HTML/pt/kcoloredit/index.cache.bz2 +share/doc/HTML/pt/kcoloredit/index.docbook share/doc/HTML/pt/kcontrol/arts/common share/doc/HTML/pt/kcontrol/arts/index.cache.bz2 share/doc/HTML/pt/kcontrol/arts/index.docbook @@ -286,6 +298,9 @@ share/doc/HTML/pt/kcron/kcronstart.png share/doc/HTML/pt/kcron/newtask.png share/doc/HTML/pt/kcron/newvariable.png share/doc/HTML/pt/kcron/print.png +share/doc/HTML/pt/kdat/common +share/doc/HTML/pt/kdat/index.cache.bz2 +share/doc/HTML/pt/kdat/index.docbook share/doc/HTML/pt/kdebugdialog/common share/doc/HTML/pt/kdebugdialog/index.cache.bz2 share/doc/HTML/pt/kdebugdialog/index.docbook @@ -316,6 +331,12 @@ share/doc/HTML/pt/kdm/common share/doc/HTML/pt/kdm/index.cache.bz2 share/doc/HTML/pt/kdm/index.docbook share/doc/HTML/pt/kdm/kdmrc-ref.docbook +share/doc/HTML/pt/kdvi/common +share/doc/HTML/pt/kdvi/index.cache.bz2 +share/doc/HTML/pt/kdvi/index.docbook +share/doc/HTML/pt/kedit/common +share/doc/HTML/pt/kedit/index.cache.bz2 +share/doc/HTML/pt/kedit/index.docbook share/doc/HTML/pt/kenolaba/common share/doc/HTML/pt/kenolaba/index.cache.bz2 share/doc/HTML/pt/kenolaba/index.docbook @@ -325,6 +346,15 @@ share/doc/HTML/pt/kfind/index.docbook share/doc/HTML/pt/kfloppy/common share/doc/HTML/pt/kfloppy/index.cache.bz2 share/doc/HTML/pt/kfloppy/index.docbook +share/doc/HTML/pt/kgamma/common +share/doc/HTML/pt/kgamma/index.cache.bz2 +share/doc/HTML/pt/kgamma/index.docbook +share/doc/HTML/pt/kghostview/common +share/doc/HTML/pt/kghostview/index.cache.bz2 +share/doc/HTML/pt/kghostview/index.docbook +share/doc/HTML/pt/kgpg/common +share/doc/HTML/pt/kgpg/index.cache.bz2 +share/doc/HTML/pt/kgpg/index.docbook share/doc/HTML/pt/khelpcenter/common share/doc/HTML/pt/khelpcenter/contact.docbook share/doc/HTML/pt/khelpcenter/help.docbook @@ -334,6 +364,9 @@ share/doc/HTML/pt/khelpcenter/links.docbook share/doc/HTML/pt/khelpcenter/support.docbook share/doc/HTML/pt/khelpcenter/welcome.docbook share/doc/HTML/pt/khelpcenter/whatiskde.docbook +share/doc/HTML/pt/khexedit/common +share/doc/HTML/pt/khexedit/index.cache.bz2 +share/doc/HTML/pt/khexedit/index.docbook share/doc/HTML/pt/kicker-applets/common share/doc/HTML/pt/kicker-applets/index.cache.bz2 share/doc/HTML/pt/kicker-applets/index.docbook @@ -440,6 +473,9 @@ share/doc/HTML/pt/kioslave/telnet.docbook share/doc/HTML/pt/kioslave/thumbnail.docbook share/doc/HTML/pt/kioslave/webdav.docbook share/doc/HTML/pt/kioslave/webdavs.docbook +share/doc/HTML/pt/kjots/common +share/doc/HTML/pt/kjots/index.cache.bz2 +share/doc/HTML/pt/kjots/index.docbook share/doc/HTML/pt/klickety/common share/doc/HTML/pt/klickety/index.cache.bz2 share/doc/HTML/pt/klickety/index.docbook @@ -483,16 +519,28 @@ share/doc/HTML/pt/konqueror/sidebar.docbook share/doc/HTML/pt/konsole/common share/doc/HTML/pt/konsole/index.cache.bz2 share/doc/HTML/pt/konsole/index.docbook +share/doc/HTML/pt/kooka/common +share/doc/HTML/pt/kooka/index.cache.bz2 +share/doc/HTML/pt/kooka/index.docbook share/doc/HTML/pt/kpackage/common share/doc/HTML/pt/kpackage/index.cache.bz2 share/doc/HTML/pt/kpackage/index.docbook share/doc/HTML/pt/kpager/common share/doc/HTML/pt/kpager/index.cache.bz2 share/doc/HTML/pt/kpager/index.docbook +share/doc/HTML/pt/kpaint/common +share/doc/HTML/pt/kpaint/index.cache.bz2 +share/doc/HTML/pt/kpaint/index.docbook share/doc/HTML/pt/kpat/man.docbook +share/doc/HTML/pt/kpdf/common +share/doc/HTML/pt/kpdf/index.cache.bz2 +share/doc/HTML/pt/kpdf/index.docbook share/doc/HTML/pt/krfb/common share/doc/HTML/pt/krfb/index.cache.bz2 share/doc/HTML/pt/krfb/index.docbook +share/doc/HTML/pt/kruler/common +share/doc/HTML/pt/kruler/index.cache.bz2 +share/doc/HTML/pt/kruler/index.docbook share/doc/HTML/pt/ksim/common share/doc/HTML/pt/ksim/index.cache.bz2 share/doc/HTML/pt/ksim/index.docbook @@ -520,6 +568,9 @@ share/doc/HTML/pt/ktimer/index.docbook share/doc/HTML/pt/kuser/common share/doc/HTML/pt/kuser/index.cache.bz2 share/doc/HTML/pt/kuser/index.docbook +share/doc/HTML/pt/kwallet/common +share/doc/HTML/pt/kwallet/index.cache.bz2 +share/doc/HTML/pt/kwallet/index.docbook share/doc/HTML/pt/kweather/common share/doc/HTML/pt/kweather/index.cache.bz2 share/doc/HTML/pt/kweather/index.docbook @@ -538,9 +589,36 @@ share/doc/HTML/pt/kxconfig/index.docbook share/doc/HTML/pt/kxkb/common share/doc/HTML/pt/kxkb/index.cache.bz2 share/doc/HTML/pt/kxkb/index.docbook +share/doc/HTML/pt/kxsldbg/callstack.docbook +share/doc/HTML/pt/kxsldbg/common +share/doc/HTML/pt/kxsldbg/credits.docbook +share/doc/HTML/pt/kxsldbg/entities.docbook +share/doc/HTML/pt/kxsldbg/glossary.docbook +share/doc/HTML/pt/kxsldbg/index.cache.bz2 +share/doc/HTML/pt/kxsldbg/index.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_configure.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_inspector.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_mainwindow.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_tools.docbook +share/doc/HTML/pt/kxsldbg/sources.docbook +share/doc/HTML/pt/kxsldbg/templates.docbook +share/doc/HTML/pt/kxsldbg/variables.docbook +share/doc/HTML/pt/quanta/adv-quanta.docbook +share/doc/HTML/pt/quanta/common share/doc/HTML/pt/quanta/config-quanta.docbook +share/doc/HTML/pt/quanta/credits-license.docbook +share/doc/HTML/pt/quanta/debugging-quanta.docbook +share/doc/HTML/pt/quanta/extending-quanta.docbook +share/doc/HTML/pt/quanta/fundamentals.docbook share/doc/HTML/pt/quanta/glossary.docbook +share/doc/HTML/pt/quanta/index.cache.bz2 +share/doc/HTML/pt/quanta/index.docbook share/doc/HTML/pt/quanta/installation.docbook +share/doc/HTML/pt/quanta/introduction.docbook +share/doc/HTML/pt/quanta/q-and-a.docbook +share/doc/HTML/pt/quanta/quanta-menus.docbook +share/doc/HTML/pt/quanta/quanta-projects.docbook +share/doc/HTML/pt/quanta/working-with-quanta.docbook share/locale/pt/LC_MESSAGES/alarmdaemonctrl.mo share/locale/pt/LC_MESSAGES/alsaplayerui.mo share/locale/pt/LC_MESSAGES/amor.mo @@ -1050,12 +1128,14 @@ share/locale/pt/charset share/locale/pt/entry.desktop share/locale/pt/flag.png @dirrm share/doc/HTML/pt/quanta +@dirrm share/doc/HTML/pt/kxsldbg @dirrm share/doc/HTML/pt/kxkb @dirrm share/doc/HTML/pt/kxconfig @dirrm share/doc/HTML/pt/kwuftpd @dirrm share/doc/HTML/pt/kwrite @dirrm share/doc/HTML/pt/kworldclock @dirrm share/doc/HTML/pt/kweather +@dirrm share/doc/HTML/pt/kwallet @dirrm share/doc/HTML/pt/kuser @dirrm share/doc/HTML/pt/ktimer @dirrm share/doc/HTML/pt/kteatime @@ -1065,10 +1145,14 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kspell @dirrm share/doc/HTML/pt/ksnapshot @dirrm share/doc/HTML/pt/ksim +@dirrm share/doc/HTML/pt/kruler @dirrm share/doc/HTML/pt/krfb +@dirrm share/doc/HTML/pt/kpdf @dirrm share/doc/HTML/pt/kpat +@dirrm share/doc/HTML/pt/kpaint @dirrm share/doc/HTML/pt/kpager @dirrm share/doc/HTML/pt/kpackage +@dirrm share/doc/HTML/pt/kooka @dirrm share/doc/HTML/pt/konsole @dirrm share/doc/HTML/pt/konqueror @dirrm share/doc/HTML/pt/konq-plugins @@ -1079,6 +1163,7 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kmathtool @dirrm share/doc/HTML/pt/klipper @dirrm share/doc/HTML/pt/klickety +@dirrm share/doc/HTML/pt/kjots @dirrm share/doc/HTML/pt/kioslave @dirrm share/doc/HTML/pt/kinfocenter/xserver @dirrm share/doc/HTML/pt/kinfocenter/usb @@ -1100,15 +1185,22 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kinfocenter @dirrm share/doc/HTML/pt/kicker-applets @dirrm share/doc/HTML/pt/kicker +@dirrm share/doc/HTML/pt/khexedit @dirrm share/doc/HTML/pt/khelpcenter +@dirrm share/doc/HTML/pt/kgpg +@dirrm share/doc/HTML/pt/kghostview +@dirrm share/doc/HTML/pt/kgamma @dirrm share/doc/HTML/pt/kfloppy @dirrm share/doc/HTML/pt/kfind @dirrm share/doc/HTML/pt/kenolaba +@dirrm share/doc/HTML/pt/kedit +@dirrm share/doc/HTML/pt/kdvi @dirrm share/doc/HTML/pt/kdm @dirrm share/doc/HTML/pt/kdf @dirrm share/doc/HTML/pt/kdesu @dirrm share/doc/HTML/pt/kdeprint @dirrm share/doc/HTML/pt/kdebugdialog +@dirrm share/doc/HTML/pt/kdat @dirrm share/doc/HTML/pt/kcron @dirrm share/doc/HTML/pt/kcontrol/windowmanagement @dirrm share/doc/HTML/pt/kcontrol/useragent @@ -1165,7 +1257,9 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kcontrol/background @dirrm share/doc/HTML/pt/kcontrol/arts @dirrm share/doc/HTML/pt/kcontrol +@dirrm share/doc/HTML/pt/kcoloredit @dirrm share/doc/HTML/pt/kcharselect +@dirrm share/doc/HTML/pt/kcalc @dirrm share/doc/HTML/pt/kbugbuster @dirrm share/doc/HTML/pt/kate-plugins @dirrm share/doc/HTML/pt/kate @@ -1173,7 +1267,9 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kaddressbook @dirrm share/doc/HTML/pt/kaboodle @dirrm share/doc/HTML/pt/common +@dirrm share/doc/HTML/pt/ark @dirrm share/doc/HTML/pt/amor +@dirrm share/doc/HTML/pt/KRegExpEditor @dirrm share/doc/HTML/pt @dirrm share/apps/ktuberling/sounds/pt @dirrm share/apps/ktuberling/sounds diff --git a/portuguese/kde4-l10n-pt_BR/Makefile b/portuguese/kde4-l10n-pt_BR/Makefile index 3250412982f4..3fcd972e49bb 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile +++ b/portuguese/kde4-l10n-pt_BR/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= portuguese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pt_BR- DIST_SUBDIR= KDE diff --git a/portuguese/kde4-l10n-pt_BR/distinfo b/portuguese/kde4-l10n-pt_BR/distinfo index d6be5cdd86ba..d8612883c25e 100644 --- a/portuguese/kde4-l10n-pt_BR/distinfo +++ b/portuguese/kde4-l10n-pt_BR/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pt_BR-3.2.0.tar.bz2) = 5d0675c18df4f6fbadd93361bb2ee025 +MD5 (KDE/kde-i18n/kde-i18n-pt_BR-3.2.1.tar.bz2) = b40ebe7285677330395cd318f16e9632 +SIZE (KDE/kde-i18n/kde-i18n-pt_BR-3.2.1.tar.bz2) = 6261200 diff --git a/portuguese/kde4-l10n/Makefile b/portuguese/kde4-l10n/Makefile index 426813ebb631..99e4f9329a49 100644 --- a/portuguese/kde4-l10n/Makefile +++ b/portuguese/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= portuguese kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= pt- DIST_SUBDIR= KDE diff --git a/portuguese/kde4-l10n/distinfo b/portuguese/kde4-l10n/distinfo index 938d2b563047..2b5c97205de3 100644 --- a/portuguese/kde4-l10n/distinfo +++ b/portuguese/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-pt-3.2.0.tar.bz2) = e37275a7c3786690ae244857309c3963 +MD5 (KDE/kde-i18n/kde-i18n-pt-3.2.1.tar.bz2) = 9fc73adb31514e64f4135c424ac461b3 +SIZE (KDE/kde-i18n/kde-i18n-pt-3.2.1.tar.bz2) = 7067574 diff --git a/portuguese/kde4-l10n/pkg-plist b/portuguese/kde4-l10n/pkg-plist index f86d14554f90..57196c92c947 100644 --- a/portuguese/kde4-l10n/pkg-plist +++ b/portuguese/kde4-l10n/pkg-plist @@ -19,9 +19,15 @@ share/apps/ktuberling/sounds/pt/pinguim.wav share/apps/ktuberling/sounds/pt/relogio.wav share/apps/ktuberling/sounds/pt/senhor-batata.wav share/apps/ktuberling/sounds/pt/sobrancelha.wav +share/doc/HTML/pt/KRegExpEditor/common +share/doc/HTML/pt/KRegExpEditor/index.cache.bz2 +share/doc/HTML/pt/KRegExpEditor/index.docbook share/doc/HTML/pt/amor/common share/doc/HTML/pt/amor/index.cache.bz2 share/doc/HTML/pt/amor/index.docbook +share/doc/HTML/pt/ark/common +share/doc/HTML/pt/ark/index.cache.bz2 +share/doc/HTML/pt/ark/index.docbook share/doc/HTML/pt/common/1.png share/doc/HTML/pt/common/10.png share/doc/HTML/pt/common/2.png @@ -107,9 +113,15 @@ share/doc/HTML/pt/kate/regular-expressions.docbook share/doc/HTML/pt/kbugbuster/common share/doc/HTML/pt/kbugbuster/index.cache.bz2 share/doc/HTML/pt/kbugbuster/index.docbook +share/doc/HTML/pt/kcalc/common +share/doc/HTML/pt/kcalc/index.cache.bz2 +share/doc/HTML/pt/kcalc/index.docbook share/doc/HTML/pt/kcharselect/common share/doc/HTML/pt/kcharselect/index.cache.bz2 share/doc/HTML/pt/kcharselect/index.docbook +share/doc/HTML/pt/kcoloredit/common +share/doc/HTML/pt/kcoloredit/index.cache.bz2 +share/doc/HTML/pt/kcoloredit/index.docbook share/doc/HTML/pt/kcontrol/arts/common share/doc/HTML/pt/kcontrol/arts/index.cache.bz2 share/doc/HTML/pt/kcontrol/arts/index.docbook @@ -286,6 +298,9 @@ share/doc/HTML/pt/kcron/kcronstart.png share/doc/HTML/pt/kcron/newtask.png share/doc/HTML/pt/kcron/newvariable.png share/doc/HTML/pt/kcron/print.png +share/doc/HTML/pt/kdat/common +share/doc/HTML/pt/kdat/index.cache.bz2 +share/doc/HTML/pt/kdat/index.docbook share/doc/HTML/pt/kdebugdialog/common share/doc/HTML/pt/kdebugdialog/index.cache.bz2 share/doc/HTML/pt/kdebugdialog/index.docbook @@ -316,6 +331,12 @@ share/doc/HTML/pt/kdm/common share/doc/HTML/pt/kdm/index.cache.bz2 share/doc/HTML/pt/kdm/index.docbook share/doc/HTML/pt/kdm/kdmrc-ref.docbook +share/doc/HTML/pt/kdvi/common +share/doc/HTML/pt/kdvi/index.cache.bz2 +share/doc/HTML/pt/kdvi/index.docbook +share/doc/HTML/pt/kedit/common +share/doc/HTML/pt/kedit/index.cache.bz2 +share/doc/HTML/pt/kedit/index.docbook share/doc/HTML/pt/kenolaba/common share/doc/HTML/pt/kenolaba/index.cache.bz2 share/doc/HTML/pt/kenolaba/index.docbook @@ -325,6 +346,15 @@ share/doc/HTML/pt/kfind/index.docbook share/doc/HTML/pt/kfloppy/common share/doc/HTML/pt/kfloppy/index.cache.bz2 share/doc/HTML/pt/kfloppy/index.docbook +share/doc/HTML/pt/kgamma/common +share/doc/HTML/pt/kgamma/index.cache.bz2 +share/doc/HTML/pt/kgamma/index.docbook +share/doc/HTML/pt/kghostview/common +share/doc/HTML/pt/kghostview/index.cache.bz2 +share/doc/HTML/pt/kghostview/index.docbook +share/doc/HTML/pt/kgpg/common +share/doc/HTML/pt/kgpg/index.cache.bz2 +share/doc/HTML/pt/kgpg/index.docbook share/doc/HTML/pt/khelpcenter/common share/doc/HTML/pt/khelpcenter/contact.docbook share/doc/HTML/pt/khelpcenter/help.docbook @@ -334,6 +364,9 @@ share/doc/HTML/pt/khelpcenter/links.docbook share/doc/HTML/pt/khelpcenter/support.docbook share/doc/HTML/pt/khelpcenter/welcome.docbook share/doc/HTML/pt/khelpcenter/whatiskde.docbook +share/doc/HTML/pt/khexedit/common +share/doc/HTML/pt/khexedit/index.cache.bz2 +share/doc/HTML/pt/khexedit/index.docbook share/doc/HTML/pt/kicker-applets/common share/doc/HTML/pt/kicker-applets/index.cache.bz2 share/doc/HTML/pt/kicker-applets/index.docbook @@ -440,6 +473,9 @@ share/doc/HTML/pt/kioslave/telnet.docbook share/doc/HTML/pt/kioslave/thumbnail.docbook share/doc/HTML/pt/kioslave/webdav.docbook share/doc/HTML/pt/kioslave/webdavs.docbook +share/doc/HTML/pt/kjots/common +share/doc/HTML/pt/kjots/index.cache.bz2 +share/doc/HTML/pt/kjots/index.docbook share/doc/HTML/pt/klickety/common share/doc/HTML/pt/klickety/index.cache.bz2 share/doc/HTML/pt/klickety/index.docbook @@ -483,16 +519,28 @@ share/doc/HTML/pt/konqueror/sidebar.docbook share/doc/HTML/pt/konsole/common share/doc/HTML/pt/konsole/index.cache.bz2 share/doc/HTML/pt/konsole/index.docbook +share/doc/HTML/pt/kooka/common +share/doc/HTML/pt/kooka/index.cache.bz2 +share/doc/HTML/pt/kooka/index.docbook share/doc/HTML/pt/kpackage/common share/doc/HTML/pt/kpackage/index.cache.bz2 share/doc/HTML/pt/kpackage/index.docbook share/doc/HTML/pt/kpager/common share/doc/HTML/pt/kpager/index.cache.bz2 share/doc/HTML/pt/kpager/index.docbook +share/doc/HTML/pt/kpaint/common +share/doc/HTML/pt/kpaint/index.cache.bz2 +share/doc/HTML/pt/kpaint/index.docbook share/doc/HTML/pt/kpat/man.docbook +share/doc/HTML/pt/kpdf/common +share/doc/HTML/pt/kpdf/index.cache.bz2 +share/doc/HTML/pt/kpdf/index.docbook share/doc/HTML/pt/krfb/common share/doc/HTML/pt/krfb/index.cache.bz2 share/doc/HTML/pt/krfb/index.docbook +share/doc/HTML/pt/kruler/common +share/doc/HTML/pt/kruler/index.cache.bz2 +share/doc/HTML/pt/kruler/index.docbook share/doc/HTML/pt/ksim/common share/doc/HTML/pt/ksim/index.cache.bz2 share/doc/HTML/pt/ksim/index.docbook @@ -520,6 +568,9 @@ share/doc/HTML/pt/ktimer/index.docbook share/doc/HTML/pt/kuser/common share/doc/HTML/pt/kuser/index.cache.bz2 share/doc/HTML/pt/kuser/index.docbook +share/doc/HTML/pt/kwallet/common +share/doc/HTML/pt/kwallet/index.cache.bz2 +share/doc/HTML/pt/kwallet/index.docbook share/doc/HTML/pt/kweather/common share/doc/HTML/pt/kweather/index.cache.bz2 share/doc/HTML/pt/kweather/index.docbook @@ -538,9 +589,36 @@ share/doc/HTML/pt/kxconfig/index.docbook share/doc/HTML/pt/kxkb/common share/doc/HTML/pt/kxkb/index.cache.bz2 share/doc/HTML/pt/kxkb/index.docbook +share/doc/HTML/pt/kxsldbg/callstack.docbook +share/doc/HTML/pt/kxsldbg/common +share/doc/HTML/pt/kxsldbg/credits.docbook +share/doc/HTML/pt/kxsldbg/entities.docbook +share/doc/HTML/pt/kxsldbg/glossary.docbook +share/doc/HTML/pt/kxsldbg/index.cache.bz2 +share/doc/HTML/pt/kxsldbg/index.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_configure.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_inspector.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_mainwindow.docbook +share/doc/HTML/pt/kxsldbg/kxsldbg_tools.docbook +share/doc/HTML/pt/kxsldbg/sources.docbook +share/doc/HTML/pt/kxsldbg/templates.docbook +share/doc/HTML/pt/kxsldbg/variables.docbook +share/doc/HTML/pt/quanta/adv-quanta.docbook +share/doc/HTML/pt/quanta/common share/doc/HTML/pt/quanta/config-quanta.docbook +share/doc/HTML/pt/quanta/credits-license.docbook +share/doc/HTML/pt/quanta/debugging-quanta.docbook +share/doc/HTML/pt/quanta/extending-quanta.docbook +share/doc/HTML/pt/quanta/fundamentals.docbook share/doc/HTML/pt/quanta/glossary.docbook +share/doc/HTML/pt/quanta/index.cache.bz2 +share/doc/HTML/pt/quanta/index.docbook share/doc/HTML/pt/quanta/installation.docbook +share/doc/HTML/pt/quanta/introduction.docbook +share/doc/HTML/pt/quanta/q-and-a.docbook +share/doc/HTML/pt/quanta/quanta-menus.docbook +share/doc/HTML/pt/quanta/quanta-projects.docbook +share/doc/HTML/pt/quanta/working-with-quanta.docbook share/locale/pt/LC_MESSAGES/alarmdaemonctrl.mo share/locale/pt/LC_MESSAGES/alsaplayerui.mo share/locale/pt/LC_MESSAGES/amor.mo @@ -1050,12 +1128,14 @@ share/locale/pt/charset share/locale/pt/entry.desktop share/locale/pt/flag.png @dirrm share/doc/HTML/pt/quanta +@dirrm share/doc/HTML/pt/kxsldbg @dirrm share/doc/HTML/pt/kxkb @dirrm share/doc/HTML/pt/kxconfig @dirrm share/doc/HTML/pt/kwuftpd @dirrm share/doc/HTML/pt/kwrite @dirrm share/doc/HTML/pt/kworldclock @dirrm share/doc/HTML/pt/kweather +@dirrm share/doc/HTML/pt/kwallet @dirrm share/doc/HTML/pt/kuser @dirrm share/doc/HTML/pt/ktimer @dirrm share/doc/HTML/pt/kteatime @@ -1065,10 +1145,14 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kspell @dirrm share/doc/HTML/pt/ksnapshot @dirrm share/doc/HTML/pt/ksim +@dirrm share/doc/HTML/pt/kruler @dirrm share/doc/HTML/pt/krfb +@dirrm share/doc/HTML/pt/kpdf @dirrm share/doc/HTML/pt/kpat +@dirrm share/doc/HTML/pt/kpaint @dirrm share/doc/HTML/pt/kpager @dirrm share/doc/HTML/pt/kpackage +@dirrm share/doc/HTML/pt/kooka @dirrm share/doc/HTML/pt/konsole @dirrm share/doc/HTML/pt/konqueror @dirrm share/doc/HTML/pt/konq-plugins @@ -1079,6 +1163,7 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kmathtool @dirrm share/doc/HTML/pt/klipper @dirrm share/doc/HTML/pt/klickety +@dirrm share/doc/HTML/pt/kjots @dirrm share/doc/HTML/pt/kioslave @dirrm share/doc/HTML/pt/kinfocenter/xserver @dirrm share/doc/HTML/pt/kinfocenter/usb @@ -1100,15 +1185,22 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kinfocenter @dirrm share/doc/HTML/pt/kicker-applets @dirrm share/doc/HTML/pt/kicker +@dirrm share/doc/HTML/pt/khexedit @dirrm share/doc/HTML/pt/khelpcenter +@dirrm share/doc/HTML/pt/kgpg +@dirrm share/doc/HTML/pt/kghostview +@dirrm share/doc/HTML/pt/kgamma @dirrm share/doc/HTML/pt/kfloppy @dirrm share/doc/HTML/pt/kfind @dirrm share/doc/HTML/pt/kenolaba +@dirrm share/doc/HTML/pt/kedit +@dirrm share/doc/HTML/pt/kdvi @dirrm share/doc/HTML/pt/kdm @dirrm share/doc/HTML/pt/kdf @dirrm share/doc/HTML/pt/kdesu @dirrm share/doc/HTML/pt/kdeprint @dirrm share/doc/HTML/pt/kdebugdialog +@dirrm share/doc/HTML/pt/kdat @dirrm share/doc/HTML/pt/kcron @dirrm share/doc/HTML/pt/kcontrol/windowmanagement @dirrm share/doc/HTML/pt/kcontrol/useragent @@ -1165,7 +1257,9 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kcontrol/background @dirrm share/doc/HTML/pt/kcontrol/arts @dirrm share/doc/HTML/pt/kcontrol +@dirrm share/doc/HTML/pt/kcoloredit @dirrm share/doc/HTML/pt/kcharselect +@dirrm share/doc/HTML/pt/kcalc @dirrm share/doc/HTML/pt/kbugbuster @dirrm share/doc/HTML/pt/kate-plugins @dirrm share/doc/HTML/pt/kate @@ -1173,7 +1267,9 @@ share/locale/pt/flag.png @dirrm share/doc/HTML/pt/kaddressbook @dirrm share/doc/HTML/pt/kaboodle @dirrm share/doc/HTML/pt/common +@dirrm share/doc/HTML/pt/ark @dirrm share/doc/HTML/pt/amor +@dirrm share/doc/HTML/pt/KRegExpEditor @dirrm share/doc/HTML/pt @dirrm share/apps/ktuberling/sounds/pt @dirrm share/apps/ktuberling/sounds diff --git a/portuguese/koffice-i18n-pt_BR/distinfo b/portuguese/koffice-i18n-pt_BR/distinfo index 834a20bc5e85..9014ccd0a8f6 100644 --- a/portuguese/koffice-i18n-pt_BR/distinfo +++ b/portuguese/koffice-i18n-pt_BR/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = e9e7e4b054d5d1f2f6cd450a632c1dc9 +SIZE (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = 889387 diff --git a/portuguese/koffice-i18n/distinfo b/portuguese/koffice-i18n/distinfo index 8583e8b2c522..df5da07a4db7 100644 --- a/portuguese/koffice-i18n/distinfo +++ b/portuguese/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = c7385013bef2453404d6ea6ecf07d654 +SIZE (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = 618721 diff --git a/portuguese/koffice-kde4-l10n-pt_BR/distinfo b/portuguese/koffice-kde4-l10n-pt_BR/distinfo index 834a20bc5e85..9014ccd0a8f6 100644 --- a/portuguese/koffice-kde4-l10n-pt_BR/distinfo +++ b/portuguese/koffice-kde4-l10n-pt_BR/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = e9e7e4b054d5d1f2f6cd450a632c1dc9 +SIZE (KDE/kde-i18n/koffice-i18n-pt_BR-1.3.tar.bz2) = 889387 diff --git a/portuguese/koffice-kde4-l10n/distinfo b/portuguese/koffice-kde4-l10n/distinfo index 8583e8b2c522..df5da07a4db7 100644 --- a/portuguese/koffice-kde4-l10n/distinfo +++ b/portuguese/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = c7385013bef2453404d6ea6ecf07d654 +SIZE (KDE/kde-i18n/koffice-i18n-pt-1.3.tar.bz2) = 618721 diff --git a/russian/calligra-l10n/distinfo b/russian/calligra-l10n/distinfo index fbfde44b33b9..ea06d46a4bd8 100644 --- a/russian/calligra-l10n/distinfo +++ b/russian/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = e4876dabcfc7cab4de98cc26583e71b7 +SIZE (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = 756576 diff --git a/russian/kde3-i18n/Makefile b/russian/kde3-i18n/Makefile index cc86393ec4a1..4b890a4d1893 100644 --- a/russian/kde3-i18n/Makefile +++ b/russian/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= russian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ru- DIST_SUBDIR= KDE diff --git a/russian/kde3-i18n/distinfo b/russian/kde3-i18n/distinfo index fbe3c846fe64..51ea440025af 100644 --- a/russian/kde3-i18n/distinfo +++ b/russian/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ru-3.2.0.tar.bz2) = 5ead1db135c26641181e0c987cae4ffe +MD5 (KDE/kde-i18n/kde-i18n-ru-3.2.1.tar.bz2) = 49a49579e61eef43f4596b1e13ff399c +SIZE (KDE/kde-i18n/kde-i18n-ru-3.2.1.tar.bz2) = 7978544 diff --git a/russian/kde3-i18n/pkg-plist b/russian/kde3-i18n/pkg-plist index 9ea57ae2da25..892e1bc98219 100644 --- a/russian/kde3-i18n/pkg-plist +++ b/russian/kde3-i18n/pkg-plist @@ -615,6 +615,8 @@ share/locale/ru/LC_MESSAGES/desktop_kdevelop.mo share/locale/ru/LC_MESSAGES/desktop_quanta.mo share/locale/ru/LC_MESSAGES/devicesapplet.mo share/locale/ru/LC_MESSAGES/dirfilterplugin.mo +share/locale/ru/LC_MESSAGES/display.mo +share/locale/ru/LC_MESSAGES/dockbarextension.mo share/locale/ru/LC_MESSAGES/domtreeviewer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/dub.mo @@ -675,10 +677,15 @@ share/locale/ru/LC_MESSAGES/kblackbox.mo share/locale/ru/LC_MESSAGES/kbounce.mo share/locale/ru/LC_MESSAGES/kbruch.mo share/locale/ru/LC_MESSAGES/kbugbuster.mo +share/locale/ru/LC_MESSAGES/kcachegrind.mo share/locale/ru/LC_MESSAGES/kcalc.mo share/locale/ru/LC_MESSAGES/kcardchooser.mo share/locale/ru/LC_MESSAGES/kcharselect.mo share/locale/ru/LC_MESSAGES/kcharselectapplet.mo +share/locale/ru/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/ru/LC_MESSAGES/kcmaccess.mo share/locale/ru/LC_MESSAGES/kcmaccessibility.mo share/locale/ru/LC_MESSAGES/kcmarts.mo @@ -700,6 +707,7 @@ share/locale/ru/LC_MESSAGES/kcmicons.mo share/locale/ru/LC_MESSAGES/kcminfo.mo share/locale/ru/LC_MESSAGES/kcminput.mo share/locale/ru/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ru/LC_MESSAGES/kcmkabconfig.mo share/locale/ru/LC_MESSAGES/kcmkamera.mo share/locale/ru/LC_MESSAGES/kcmkclock.mo share/locale/ru/LC_MESSAGES/kcmkded.mo @@ -763,6 +771,7 @@ share/locale/ru/LC_MESSAGES/kdesu.mo share/locale/ru/LC_MESSAGES/kdesud.mo share/locale/ru/LC_MESSAGES/kdevtipofday.mo share/locale/ru/LC_MESSAGES/kdf.mo +share/locale/ru/LC_MESSAGES/kdgantt.mo share/locale/ru/LC_MESSAGES/kdialog.mo share/locale/ru/LC_MESSAGES/kdict.mo share/locale/ru/LC_MESSAGES/kdictapplet.mo @@ -795,6 +804,7 @@ share/locale/ru/LC_MESSAGES/kfile_ogg.mo share/locale/ru/LC_MESSAGES/kfile_pcx.mo share/locale/ru/LC_MESSAGES/kfile_pdf.mo share/locale/ru/LC_MESSAGES/kfile_png.mo +share/locale/ru/LC_MESSAGES/kfile_pnm.mo share/locale/ru/LC_MESSAGES/kfile_po.mo share/locale/ru/LC_MESSAGES/kfile_ps.mo share/locale/ru/LC_MESSAGES/kfile_rfc822.mo @@ -814,6 +824,7 @@ share/locale/ru/LC_MESSAGES/kfmclient.mo share/locale/ru/LC_MESSAGES/kfontinst.mo share/locale/ru/LC_MESSAGES/kfontviewpart.mo share/locale/ru/LC_MESSAGES/kfouleggs.mo +share/locale/ru/LC_MESSAGES/kgamma.mo share/locale/ru/LC_MESSAGES/kgantt.mo share/locale/ru/LC_MESSAGES/kget.mo share/locale/ru/LC_MESSAGES/kghostview.mo @@ -833,6 +844,7 @@ share/locale/ru/LC_MESSAGES/kio.mo share/locale/ru/LC_MESSAGES/kio_audiocd.mo share/locale/ru/LC_MESSAGES/kio_devices.mo share/locale/ru/LC_MESSAGES/kio_finger.mo +share/locale/ru/LC_MESSAGES/kio_fish.mo share/locale/ru/LC_MESSAGES/kio_floppy.mo share/locale/ru/LC_MESSAGES/kio_help.mo share/locale/ru/LC_MESSAGES/kio_imap4.mo @@ -844,7 +856,9 @@ share/locale/ru/LC_MESSAGES/kio_nfs.mo share/locale/ru/LC_MESSAGES/kio_nntp.mo share/locale/ru/LC_MESSAGES/kio_pop3.mo share/locale/ru/LC_MESSAGES/kio_print.mo +share/locale/ru/LC_MESSAGES/kio_settings.mo share/locale/ru/LC_MESSAGES/kio_sftp.mo +share/locale/ru/LC_MESSAGES/kio_sieve.mo share/locale/ru/LC_MESSAGES/kio_smb.mo share/locale/ru/LC_MESSAGES/kio_smbro.mo share/locale/ru/LC_MESSAGES/kio_smtp.mo @@ -866,6 +880,7 @@ share/locale/ru/LC_MESSAGES/kmail.mo share/locale/ru/LC_MESSAGES/kmailcvt.mo share/locale/ru/LC_MESSAGES/kmathtool.mo share/locale/ru/LC_MESSAGES/kmcop.mo +share/locale/ru/LC_MESSAGES/kmenuapplet.mo share/locale/ru/LC_MESSAGES/kmenuedit.mo share/locale/ru/LC_MESSAGES/kmessedwords.mo share/locale/ru/LC_MESSAGES/kmid.mo @@ -941,6 +956,9 @@ share/locale/ru/LC_MESSAGES/ksplashthemes.mo share/locale/ru/LC_MESSAGES/kstars.mo share/locale/ru/LC_MESSAGES/kstart.mo share/locale/ru/LC_MESSAGES/kstartperf.mo +share/locale/ru/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/ru/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/ru/LC_MESSAGES/ksvgplugin.mo share/locale/ru/LC_MESSAGES/ksync.mo share/locale/ru/LC_MESSAGES/ksysguard.mo share/locale/ru/LC_MESSAGES/ksystemtrayapplet.mo @@ -967,10 +985,13 @@ share/locale/ru/LC_MESSAGES/kuser.mo share/locale/ru/LC_MESSAGES/kview.mo share/locale/ru/LC_MESSAGES/kview_scale.mo share/locale/ru/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/ru/LC_MESSAGES/kviewcanvas.mo +share/locale/ru/LC_MESSAGES/kvieweffectsplugin.mo share/locale/ru/LC_MESSAGES/kviewpresenterplugin.mo share/locale/ru/LC_MESSAGES/kviewscannerplugin.mo share/locale/ru/LC_MESSAGES/kviewshell.mo share/locale/ru/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/ru/LC_MESSAGES/kviewviewer.mo share/locale/ru/LC_MESSAGES/kwalletmanager.mo share/locale/ru/LC_MESSAGES/kweather.mo share/locale/ru/LC_MESSAGES/kwifimanager.mo @@ -980,11 +1001,14 @@ share/locale/ru/LC_MESSAGES/kwin_b2_config.mo share/locale/ru/LC_MESSAGES/kwin_cde_config.mo share/locale/ru/LC_MESSAGES/kwin_default_config.mo share/locale/ru/LC_MESSAGES/kwin_glow_config.mo +share/locale/ru/LC_MESSAGES/kwin_icewm_config.mo share/locale/ru/LC_MESSAGES/kwin_keramik_config.mo share/locale/ru/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/ru/LC_MESSAGES/kwin_plastik_config.mo share/locale/ru/LC_MESSAGES/kwin_quartz_config.mo share/locale/ru/LC_MESSAGES/kwireless.mo share/locale/ru/LC_MESSAGES/kworldclock.mo +share/locale/ru/LC_MESSAGES/kwriteconfig.mo share/locale/ru/LC_MESSAGES/kxkb.mo share/locale/ru/LC_MESSAGES/kxmlrpcd.mo share/locale/ru/LC_MESSAGES/kxsconfig.mo @@ -1007,6 +1031,7 @@ share/locale/ru/LC_MESSAGES/libkonq.mo share/locale/ru/LC_MESSAGES/libkpimexchange.mo share/locale/ru/LC_MESSAGES/libkscan.mo share/locale/ru/LC_MESSAGES/libkscreensaver.mo +share/locale/ru/LC_MESSAGES/libksieve.mo share/locale/ru/LC_MESSAGES/libksirtet.mo share/locale/ru/LC_MESSAGES/libksync.mo share/locale/ru/LC_MESSAGES/libtaskbar.mo diff --git a/russian/kde4-l10n/Makefile b/russian/kde4-l10n/Makefile index cc86393ec4a1..4b890a4d1893 100644 --- a/russian/kde4-l10n/Makefile +++ b/russian/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= russian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ru- DIST_SUBDIR= KDE diff --git a/russian/kde4-l10n/distinfo b/russian/kde4-l10n/distinfo index fbe3c846fe64..51ea440025af 100644 --- a/russian/kde4-l10n/distinfo +++ b/russian/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-ru-3.2.0.tar.bz2) = 5ead1db135c26641181e0c987cae4ffe +MD5 (KDE/kde-i18n/kde-i18n-ru-3.2.1.tar.bz2) = 49a49579e61eef43f4596b1e13ff399c +SIZE (KDE/kde-i18n/kde-i18n-ru-3.2.1.tar.bz2) = 7978544 diff --git a/russian/kde4-l10n/pkg-plist b/russian/kde4-l10n/pkg-plist index 9ea57ae2da25..892e1bc98219 100644 --- a/russian/kde4-l10n/pkg-plist +++ b/russian/kde4-l10n/pkg-plist @@ -615,6 +615,8 @@ share/locale/ru/LC_MESSAGES/desktop_kdevelop.mo share/locale/ru/LC_MESSAGES/desktop_quanta.mo share/locale/ru/LC_MESSAGES/devicesapplet.mo share/locale/ru/LC_MESSAGES/dirfilterplugin.mo +share/locale/ru/LC_MESSAGES/display.mo +share/locale/ru/LC_MESSAGES/dockbarextension.mo share/locale/ru/LC_MESSAGES/domtreeviewer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/dub.mo @@ -675,10 +677,15 @@ share/locale/ru/LC_MESSAGES/kblackbox.mo share/locale/ru/LC_MESSAGES/kbounce.mo share/locale/ru/LC_MESSAGES/kbruch.mo share/locale/ru/LC_MESSAGES/kbugbuster.mo +share/locale/ru/LC_MESSAGES/kcachegrind.mo share/locale/ru/LC_MESSAGES/kcalc.mo share/locale/ru/LC_MESSAGES/kcardchooser.mo share/locale/ru/LC_MESSAGES/kcharselect.mo share/locale/ru/LC_MESSAGES/kcharselectapplet.mo +share/locale/ru/LC_MESSAGES/kcm_kviewcanvasconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewgeneralconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewpluginsconfig.mo +share/locale/ru/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo share/locale/ru/LC_MESSAGES/kcmaccess.mo share/locale/ru/LC_MESSAGES/kcmaccessibility.mo share/locale/ru/LC_MESSAGES/kcmarts.mo @@ -700,6 +707,7 @@ share/locale/ru/LC_MESSAGES/kcmicons.mo share/locale/ru/LC_MESSAGES/kcminfo.mo share/locale/ru/LC_MESSAGES/kcminput.mo share/locale/ru/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/ru/LC_MESSAGES/kcmkabconfig.mo share/locale/ru/LC_MESSAGES/kcmkamera.mo share/locale/ru/LC_MESSAGES/kcmkclock.mo share/locale/ru/LC_MESSAGES/kcmkded.mo @@ -763,6 +771,7 @@ share/locale/ru/LC_MESSAGES/kdesu.mo share/locale/ru/LC_MESSAGES/kdesud.mo share/locale/ru/LC_MESSAGES/kdevtipofday.mo share/locale/ru/LC_MESSAGES/kdf.mo +share/locale/ru/LC_MESSAGES/kdgantt.mo share/locale/ru/LC_MESSAGES/kdialog.mo share/locale/ru/LC_MESSAGES/kdict.mo share/locale/ru/LC_MESSAGES/kdictapplet.mo @@ -795,6 +804,7 @@ share/locale/ru/LC_MESSAGES/kfile_ogg.mo share/locale/ru/LC_MESSAGES/kfile_pcx.mo share/locale/ru/LC_MESSAGES/kfile_pdf.mo share/locale/ru/LC_MESSAGES/kfile_png.mo +share/locale/ru/LC_MESSAGES/kfile_pnm.mo share/locale/ru/LC_MESSAGES/kfile_po.mo share/locale/ru/LC_MESSAGES/kfile_ps.mo share/locale/ru/LC_MESSAGES/kfile_rfc822.mo @@ -814,6 +824,7 @@ share/locale/ru/LC_MESSAGES/kfmclient.mo share/locale/ru/LC_MESSAGES/kfontinst.mo share/locale/ru/LC_MESSAGES/kfontviewpart.mo share/locale/ru/LC_MESSAGES/kfouleggs.mo +share/locale/ru/LC_MESSAGES/kgamma.mo share/locale/ru/LC_MESSAGES/kgantt.mo share/locale/ru/LC_MESSAGES/kget.mo share/locale/ru/LC_MESSAGES/kghostview.mo @@ -833,6 +844,7 @@ share/locale/ru/LC_MESSAGES/kio.mo share/locale/ru/LC_MESSAGES/kio_audiocd.mo share/locale/ru/LC_MESSAGES/kio_devices.mo share/locale/ru/LC_MESSAGES/kio_finger.mo +share/locale/ru/LC_MESSAGES/kio_fish.mo share/locale/ru/LC_MESSAGES/kio_floppy.mo share/locale/ru/LC_MESSAGES/kio_help.mo share/locale/ru/LC_MESSAGES/kio_imap4.mo @@ -844,7 +856,9 @@ share/locale/ru/LC_MESSAGES/kio_nfs.mo share/locale/ru/LC_MESSAGES/kio_nntp.mo share/locale/ru/LC_MESSAGES/kio_pop3.mo share/locale/ru/LC_MESSAGES/kio_print.mo +share/locale/ru/LC_MESSAGES/kio_settings.mo share/locale/ru/LC_MESSAGES/kio_sftp.mo +share/locale/ru/LC_MESSAGES/kio_sieve.mo share/locale/ru/LC_MESSAGES/kio_smb.mo share/locale/ru/LC_MESSAGES/kio_smbro.mo share/locale/ru/LC_MESSAGES/kio_smtp.mo @@ -866,6 +880,7 @@ share/locale/ru/LC_MESSAGES/kmail.mo share/locale/ru/LC_MESSAGES/kmailcvt.mo share/locale/ru/LC_MESSAGES/kmathtool.mo share/locale/ru/LC_MESSAGES/kmcop.mo +share/locale/ru/LC_MESSAGES/kmenuapplet.mo share/locale/ru/LC_MESSAGES/kmenuedit.mo share/locale/ru/LC_MESSAGES/kmessedwords.mo share/locale/ru/LC_MESSAGES/kmid.mo @@ -941,6 +956,9 @@ share/locale/ru/LC_MESSAGES/ksplashthemes.mo share/locale/ru/LC_MESSAGES/kstars.mo share/locale/ru/LC_MESSAGES/kstart.mo share/locale/ru/LC_MESSAGES/kstartperf.mo +share/locale/ru/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/ru/LC_MESSAGES/kstyle_plastik_config.mo +share/locale/ru/LC_MESSAGES/ksvgplugin.mo share/locale/ru/LC_MESSAGES/ksync.mo share/locale/ru/LC_MESSAGES/ksysguard.mo share/locale/ru/LC_MESSAGES/ksystemtrayapplet.mo @@ -967,10 +985,13 @@ share/locale/ru/LC_MESSAGES/kuser.mo share/locale/ru/LC_MESSAGES/kview.mo share/locale/ru/LC_MESSAGES/kview_scale.mo share/locale/ru/LC_MESSAGES/kviewbrowserplugin.mo +share/locale/ru/LC_MESSAGES/kviewcanvas.mo +share/locale/ru/LC_MESSAGES/kvieweffectsplugin.mo share/locale/ru/LC_MESSAGES/kviewpresenterplugin.mo share/locale/ru/LC_MESSAGES/kviewscannerplugin.mo share/locale/ru/LC_MESSAGES/kviewshell.mo share/locale/ru/LC_MESSAGES/kviewtemplateplugin.mo +share/locale/ru/LC_MESSAGES/kviewviewer.mo share/locale/ru/LC_MESSAGES/kwalletmanager.mo share/locale/ru/LC_MESSAGES/kweather.mo share/locale/ru/LC_MESSAGES/kwifimanager.mo @@ -980,11 +1001,14 @@ share/locale/ru/LC_MESSAGES/kwin_b2_config.mo share/locale/ru/LC_MESSAGES/kwin_cde_config.mo share/locale/ru/LC_MESSAGES/kwin_default_config.mo share/locale/ru/LC_MESSAGES/kwin_glow_config.mo +share/locale/ru/LC_MESSAGES/kwin_icewm_config.mo share/locale/ru/LC_MESSAGES/kwin_keramik_config.mo share/locale/ru/LC_MESSAGES/kwin_modernsys_config.mo +share/locale/ru/LC_MESSAGES/kwin_plastik_config.mo share/locale/ru/LC_MESSAGES/kwin_quartz_config.mo share/locale/ru/LC_MESSAGES/kwireless.mo share/locale/ru/LC_MESSAGES/kworldclock.mo +share/locale/ru/LC_MESSAGES/kwriteconfig.mo share/locale/ru/LC_MESSAGES/kxkb.mo share/locale/ru/LC_MESSAGES/kxmlrpcd.mo share/locale/ru/LC_MESSAGES/kxsconfig.mo @@ -1007,6 +1031,7 @@ share/locale/ru/LC_MESSAGES/libkonq.mo share/locale/ru/LC_MESSAGES/libkpimexchange.mo share/locale/ru/LC_MESSAGES/libkscan.mo share/locale/ru/LC_MESSAGES/libkscreensaver.mo +share/locale/ru/LC_MESSAGES/libksieve.mo share/locale/ru/LC_MESSAGES/libksirtet.mo share/locale/ru/LC_MESSAGES/libksync.mo share/locale/ru/LC_MESSAGES/libtaskbar.mo diff --git a/russian/koffice-i18n/distinfo b/russian/koffice-i18n/distinfo index fbfde44b33b9..ea06d46a4bd8 100644 --- a/russian/koffice-i18n/distinfo +++ b/russian/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = e4876dabcfc7cab4de98cc26583e71b7 +SIZE (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = 756576 diff --git a/russian/koffice-kde4-l10n/distinfo b/russian/koffice-kde4-l10n/distinfo index fbfde44b33b9..ea06d46a4bd8 100644 --- a/russian/koffice-kde4-l10n/distinfo +++ b/russian/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = e4876dabcfc7cab4de98cc26583e71b7 +SIZE (KDE/kde-i18n/koffice-i18n-ru-1.3.tar.bz2) = 756576 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/security/kgpg-kde4/distinfo +++ b/security/kgpg-kde4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/security/kgpg-kde4/files/plist.base b/security/kgpg-kde4/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/security/kgpg-kde4/files/plist.base +++ b/security/kgpg-kde4/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/security/kgpg-kde4/files/plist.kfloppy b/security/kgpg-kde4/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/security/kgpg-kde4/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/kwallet/distinfo b/security/kwallet/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/security/kwallet/distinfo +++ b/security/kwallet/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/security/kwallet/files/plist.base b/security/kwallet/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/security/kwallet/files/plist.base +++ b/security/kwallet/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/security/kwallet/files/plist.kfloppy b/security/kwallet/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/security/kwallet/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/sysutils/kdeadmin3/Makefile b/sysutils/kdeadmin3/Makefile index 025b5a8dfcdd..a39c0f04050b 100644 --- a/sysutils/kdeadmin3/Makefile +++ b/sysutils/kdeadmin3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdeadmin PORTVERSION= ${KDE_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/kdeadmin3/distinfo b/sysutils/kdeadmin3/distinfo index fa03881226bd..ccdd579ee1ae 100644 --- a/sysutils/kdeadmin3/distinfo +++ b/sysutils/kdeadmin3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeadmin-3.2.0.tar.bz2) = b24ec2e71edcd0157d84821729cae2b2 +MD5 (KDE/kdeadmin-3.2.1.tar.bz2) = 1ff46933b955cb4bc71cd533c6f730d1 +SIZE (KDE/kdeadmin-3.2.1.tar.bz2) = 1614958 diff --git a/sysutils/kdeadmin4/Makefile b/sysutils/kdeadmin4/Makefile index 025b5a8dfcdd..a39c0f04050b 100644 --- a/sysutils/kdeadmin4/Makefile +++ b/sysutils/kdeadmin4/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdeadmin PORTVERSION= ${KDE_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/kdeadmin4/distinfo b/sysutils/kdeadmin4/distinfo index fa03881226bd..ccdd579ee1ae 100644 --- a/sysutils/kdeadmin4/distinfo +++ b/sysutils/kdeadmin4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeadmin-3.2.0.tar.bz2) = b24ec2e71edcd0157d84821729cae2b2 +MD5 (KDE/kdeadmin-3.2.1.tar.bz2) = 1ff46933b955cb4bc71cd533c6f730d1 +SIZE (KDE/kdeadmin-3.2.1.tar.bz2) = 1614958 diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/sysutils/kdf/files/plist.base b/sysutils/kdf/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/sysutils/kdf/files/plist.base +++ b/sysutils/kdf/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/sysutils/kdf/files/plist.kfloppy b/sysutils/kdf/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/sysutils/kdf/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/sysutils/kfloppy/distinfo +++ b/sysutils/kfloppy/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/sysutils/kfloppy/files/plist.base b/sysutils/kfloppy/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/sysutils/kfloppy/files/plist.base +++ b/sysutils/kfloppy/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/sysutils/kfloppy/files/plist.kfloppy b/sysutils/kfloppy/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/sysutils/kfloppy/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 893fc6bedde0..996d5eb01ca0 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -7,15 +7,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop +LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* @@ -39,28 +39,14 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" -WITHOUT_KLAPTOP =yes -.endif # ${MACHINE_ARCH} == "alpha" +WITHOUT_KLAPTOP=yes +.endif .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon .else -PLIST_APPEND+= plist.klaptop -.endif # defined(WITHOUT_KLAPTOP) - -# kfloppy is a mostly broken, non-standard, linux-centric pain... -.if !defined(WITH_KFLOPPY) -DO_NOT_COMPILE+=kfloppy -.else -PLIST_APPEND+= plist.kfloppy -.endif # !defined(WITH_KFLOPPY) - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -.include <bsd.port.pre.mk> +PLIST_APPEND+= plist.klaptop +.endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index d41de8f317f4..c54c6de2918f 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeutils-3.2.0.tar.bz2) = 988480b534c1fab9003f624edb87e7a7 +MD5 (KDE/kdeutils-3.2.1.tar.bz2) = 152030a2912609997d73d7af0bb96d52 +SIZE (KDE/kdeutils-3.2.1.tar.bz2) = 2577558 diff --git a/sysutils/sweeper/files/plist.base b/sysutils/sweeper/files/plist.base index f4fcd9bf5741..acafdf202094 100644 --- a/sysutils/sweeper/files/plist.base +++ b/sysutils/sweeper/files/plist.base @@ -6,6 +6,7 @@ bin/kdepasswd bin/kdessh bin/kdf bin/kedit +bin/kfloppy bin/kgpg bin/khexedit bin/kjots @@ -58,6 +59,8 @@ lib/kde3/ksim_panelextension.la lib/kde3/ksim_panelextension.so lib/kde3/ksim_sensors.la lib/kde3/ksim_sensors.so +lib/kde3/ksim_snmp.la +lib/kde3/ksim_snmp.so lib/kde3/libarkpart.la lib/kde3/libarkpart.so lib/kde3/libkbyteseditwidget.la @@ -80,6 +83,7 @@ lib/libksimcore.so lib/libksimcore.so.1 share/applications/kde/KCharSelect.desktop share/applications/kde/KEdit.desktop +share/applications/kde/KFloppy.desktop share/applications/kde/Kjots.desktop share/applications/kde/ark.desktop share/applications/kde/irkick.desktop @@ -252,6 +256,7 @@ share/apps/kregexpeditor/predefined/general/spaces.regexp share/apps/ksim/monitors/DFree.desktop share/apps/ksim/monitors/Lm_sensors.desktop share/apps/ksim/monitors/Net.desktop +share/apps/ksim/monitors/Snmp.desktop share/apps/ksim/monitors/cpu.desktop share/apps/ksim/monitors/disk.desktop share/apps/ksim/pics/clock.png @@ -392,6 +397,7 @@ share/doc/HTML/en/kwallet/index.cache.bz2 share/doc/HTML/en/kwallet/index.docbook share/icons/crystalsvg/128x128/apps/ark.png share/icons/crystalsvg/128x128/apps/kdf.png +share/icons/crystalsvg/128x128/apps/kfloppy.png share/icons/crystalsvg/128x128/apps/ktimer.png share/icons/crystalsvg/128x128/apps/kwalletmanager.png share/icons/crystalsvg/128x128/apps/kwikdisk.png @@ -401,6 +407,7 @@ share/icons/crystalsvg/16x16/apps/kcharselect.png share/icons/crystalsvg/16x16/apps/kcmdf.png share/icons/crystalsvg/16x16/apps/kdf.png share/icons/crystalsvg/16x16/apps/kedit.png +share/icons/crystalsvg/16x16/apps/kfloppy.png share/icons/crystalsvg/16x16/apps/kgpg.png share/icons/crystalsvg/16x16/apps/khexedit.png share/icons/crystalsvg/16x16/apps/kjots.png @@ -416,6 +423,7 @@ share/icons/crystalsvg/32x32/apps/kcalc.png share/icons/crystalsvg/32x32/apps/kcmdf.png share/icons/crystalsvg/32x32/apps/kdf.png share/icons/crystalsvg/32x32/apps/kedit.png +share/icons/crystalsvg/32x32/apps/kfloppy.png share/icons/crystalsvg/32x32/apps/kgpg.png share/icons/crystalsvg/32x32/apps/khexedit.png share/icons/crystalsvg/32x32/apps/kjots.png @@ -428,6 +436,7 @@ share/icons/crystalsvg/48x48/apps/kcalc.png share/icons/crystalsvg/48x48/apps/kcharselect.png share/icons/crystalsvg/48x48/apps/kdf.png share/icons/crystalsvg/48x48/apps/kedit.png +share/icons/crystalsvg/48x48/apps/kfloppy.png share/icons/crystalsvg/48x48/apps/kgpg.png share/icons/crystalsvg/48x48/apps/khexedit.png share/icons/crystalsvg/48x48/apps/kjots.png @@ -439,6 +448,7 @@ share/icons/crystalsvg/64x64/apps/ark.png share/icons/crystalsvg/64x64/apps/kcalc.png share/icons/crystalsvg/64x64/apps/kdf.png share/icons/crystalsvg/64x64/apps/kedit.png +share/icons/crystalsvg/64x64/apps/kfloppy.png share/icons/crystalsvg/64x64/apps/kjots.png share/icons/crystalsvg/64x64/apps/kwalletmanager.png share/icons/crystalsvg/64x64/apps/kwikdisk.png diff --git a/sysutils/sweeper/files/plist.kfloppy b/sysutils/sweeper/files/plist.kfloppy deleted file mode 100644 index 3b985d193d36..000000000000 --- a/sysutils/sweeper/files/plist.kfloppy +++ /dev/null @@ -1,7 +0,0 @@ -bin/kfloppy -share/applications/kde/KFloppy.desktop -share/icons/crystalsvg/128x128/apps/kfloppy.png -share/icons/crystalsvg/16x16/apps/kfloppy.png -share/icons/crystalsvg/32x32/apps/kfloppy.png -share/icons/crystalsvg/48x48/apps/kfloppy.png -share/icons/crystalsvg/64x64/apps/kfloppy.png diff --git a/ukrainian/calligra-l10n/distinfo b/ukrainian/calligra-l10n/distinfo index 556879419137..2b6d64067a0e 100644 --- a/ukrainian/calligra-l10n/distinfo +++ b/ukrainian/calligra-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 3811316bb1edb89da50ece7cb15f5fe6 +SIZE (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 509501 diff --git a/ukrainian/kde3-i18n/Makefile b/ukrainian/kde3-i18n/Makefile index d4e759fc5efc..79077cb2337c 100644 --- a/ukrainian/kde3-i18n/Makefile +++ b/ukrainian/kde3-i18n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= ukrainian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= uk- DIST_SUBDIR= KDE diff --git a/ukrainian/kde3-i18n/distinfo b/ukrainian/kde3-i18n/distinfo index 652d1fdd423c..9a68f1fdaafb 100644 --- a/ukrainian/kde3-i18n/distinfo +++ b/ukrainian/kde3-i18n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-uk-3.2.0.tar.bz2) = 0a7afaf545fe3929d36aebdef9de69a6 +MD5 (KDE/kde-i18n/kde-i18n-uk-3.2.1.tar.bz2) = 6cefb9e590640d1b079ceb60635388c5 +SIZE (KDE/kde-i18n/kde-i18n-uk-3.2.1.tar.bz2) = 2666121 diff --git a/ukrainian/kde3-i18n/pkg-plist b/ukrainian/kde3-i18n/pkg-plist index 47de9128a4e9..0b4f3e4e5625 100644 --- a/ukrainian/kde3-i18n/pkg-plist +++ b/ukrainian/kde3-i18n/pkg-plist @@ -111,6 +111,7 @@ share/locale/uk/LC_MESSAGES/appletproxy.mo share/locale/uk/LC_MESSAGES/ark.mo share/locale/uk/LC_MESSAGES/artsbuilder.mo share/locale/uk/LC_MESSAGES/artscontrol.mo +share/locale/uk/LC_MESSAGES/artsmodules.mo share/locale/uk/LC_MESSAGES/atlantikdesigner.mo share/locale/uk/LC_MESSAGES/babelfish.mo share/locale/uk/LC_MESSAGES/cervisia.mo @@ -149,7 +150,9 @@ share/locale/uk/LC_MESSAGES/fontinst.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/irkick.mo share/locale/uk/LC_MESSAGES/jefferson.mo +share/locale/uk/LC_MESSAGES/juk.mo share/locale/uk/LC_MESSAGES/kabc2mutt.mo share/locale/uk/LC_MESSAGES/kabc_dir.mo share/locale/uk/LC_MESSAGES/kabc_file.mo @@ -204,6 +207,7 @@ share/locale/uk/LC_MESSAGES/kcmarts.mo share/locale/uk/LC_MESSAGES/kcmaudiocd.mo share/locale/uk/LC_MESSAGES/kcmbackground.mo share/locale/uk/LC_MESSAGES/kcmbell.mo +share/locale/uk/LC_MESSAGES/kcmcddb.mo share/locale/uk/LC_MESSAGES/kcmcgi.mo share/locale/uk/LC_MESSAGES/kcmcolors.mo share/locale/uk/LC_MESSAGES/kcmcomponentchooser.mo @@ -231,6 +235,7 @@ share/locale/uk/LC_MESSAGES/kcmkonsole.mo share/locale/uk/LC_MESSAGES/kcmktalkd.mo share/locale/uk/LC_MESSAGES/kcmkuick.mo share/locale/uk/LC_MESSAGES/kcmkurifilt.mo +share/locale/uk/LC_MESSAGES/kcmkvaio.mo share/locale/uk/LC_MESSAGES/kcmkwallet.mo share/locale/uk/LC_MESSAGES/kcmkwindecoration.mo share/locale/uk/LC_MESSAGES/kcmkwintheme.mo @@ -242,6 +247,7 @@ share/locale/uk/LC_MESSAGES/kcmlaunch.mo share/locale/uk/LC_MESSAGES/kcmlayout.mo share/locale/uk/LC_MESSAGES/kcmlilo.mo share/locale/uk/LC_MESSAGES/kcmlinuz.mo +share/locale/uk/LC_MESSAGES/kcmlirc.mo share/locale/uk/LC_MESSAGES/kcmlocale.mo share/locale/uk/LC_MESSAGES/kcmmediacontrol.mo share/locale/uk/LC_MESSAGES/kcmmidi.mo @@ -268,6 +274,7 @@ share/locale/uk/LC_MESSAGES/kdcop.mo share/locale/uk/LC_MESSAGES/kdebugdialog.mo share/locale/uk/LC_MESSAGES/kdelibs.mo share/locale/uk/LC_MESSAGES/kdelibs_colors.mo +share/locale/uk/LC_MESSAGES/kdelirc.mo share/locale/uk/LC_MESSAGES/kdepasswd.mo share/locale/uk/LC_MESSAGES/kdeprint.mo share/locale/uk/LC_MESSAGES/kdeprint_part.mo @@ -333,6 +340,7 @@ share/locale/uk/LC_MESSAGES/kgamma.mo share/locale/uk/LC_MESSAGES/kgantt.mo share/locale/uk/LC_MESSAGES/kget.mo share/locale/uk/LC_MESSAGES/kghostview.mo +share/locale/uk/LC_MESSAGES/kgpg.mo share/locale/uk/LC_MESSAGES/kgpgcertmanager.mo share/locale/uk/LC_MESSAGES/khelpcenter.mo share/locale/uk/LC_MESSAGES/khexedit.mo @@ -495,6 +503,7 @@ share/locale/uk/LC_MESSAGES/kxsconfig.mo share/locale/uk/LC_MESSAGES/libcalendarresources.mo share/locale/uk/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/uk/LC_MESSAGES/libkcalsystem.mo +share/locale/uk/LC_MESSAGES/libkcddb.mo share/locale/uk/LC_MESSAGES/libkdegames.mo share/locale/uk/LC_MESSAGES/libkdehighscores.mo share/locale/uk/LC_MESSAGES/libkdenetwork.mo diff --git a/ukrainian/kde4-l10n/Makefile b/ukrainian/kde4-l10n/Makefile index d4e759fc5efc..79077cb2337c 100644 --- a/ukrainian/kde4-l10n/Makefile +++ b/ukrainian/kde4-l10n/Makefile @@ -9,7 +9,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= ukrainian kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/3.2/src/kde-i18n +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= uk- DIST_SUBDIR= KDE diff --git a/ukrainian/kde4-l10n/distinfo b/ukrainian/kde4-l10n/distinfo index 652d1fdd423c..9a68f1fdaafb 100644 --- a/ukrainian/kde4-l10n/distinfo +++ b/ukrainian/kde4-l10n/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kde-i18n/kde-i18n-uk-3.2.0.tar.bz2) = 0a7afaf545fe3929d36aebdef9de69a6 +MD5 (KDE/kde-i18n/kde-i18n-uk-3.2.1.tar.bz2) = 6cefb9e590640d1b079ceb60635388c5 +SIZE (KDE/kde-i18n/kde-i18n-uk-3.2.1.tar.bz2) = 2666121 diff --git a/ukrainian/kde4-l10n/pkg-plist b/ukrainian/kde4-l10n/pkg-plist index 47de9128a4e9..0b4f3e4e5625 100644 --- a/ukrainian/kde4-l10n/pkg-plist +++ b/ukrainian/kde4-l10n/pkg-plist @@ -111,6 +111,7 @@ share/locale/uk/LC_MESSAGES/appletproxy.mo share/locale/uk/LC_MESSAGES/ark.mo share/locale/uk/LC_MESSAGES/artsbuilder.mo share/locale/uk/LC_MESSAGES/artscontrol.mo +share/locale/uk/LC_MESSAGES/artsmodules.mo share/locale/uk/LC_MESSAGES/atlantikdesigner.mo share/locale/uk/LC_MESSAGES/babelfish.mo share/locale/uk/LC_MESSAGES/cervisia.mo @@ -149,7 +150,9 @@ share/locale/uk/LC_MESSAGES/fontinst.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/irkick.mo share/locale/uk/LC_MESSAGES/jefferson.mo +share/locale/uk/LC_MESSAGES/juk.mo share/locale/uk/LC_MESSAGES/kabc2mutt.mo share/locale/uk/LC_MESSAGES/kabc_dir.mo share/locale/uk/LC_MESSAGES/kabc_file.mo @@ -204,6 +207,7 @@ share/locale/uk/LC_MESSAGES/kcmarts.mo share/locale/uk/LC_MESSAGES/kcmaudiocd.mo share/locale/uk/LC_MESSAGES/kcmbackground.mo share/locale/uk/LC_MESSAGES/kcmbell.mo +share/locale/uk/LC_MESSAGES/kcmcddb.mo share/locale/uk/LC_MESSAGES/kcmcgi.mo share/locale/uk/LC_MESSAGES/kcmcolors.mo share/locale/uk/LC_MESSAGES/kcmcomponentchooser.mo @@ -231,6 +235,7 @@ share/locale/uk/LC_MESSAGES/kcmkonsole.mo share/locale/uk/LC_MESSAGES/kcmktalkd.mo share/locale/uk/LC_MESSAGES/kcmkuick.mo share/locale/uk/LC_MESSAGES/kcmkurifilt.mo +share/locale/uk/LC_MESSAGES/kcmkvaio.mo share/locale/uk/LC_MESSAGES/kcmkwallet.mo share/locale/uk/LC_MESSAGES/kcmkwindecoration.mo share/locale/uk/LC_MESSAGES/kcmkwintheme.mo @@ -242,6 +247,7 @@ share/locale/uk/LC_MESSAGES/kcmlaunch.mo share/locale/uk/LC_MESSAGES/kcmlayout.mo share/locale/uk/LC_MESSAGES/kcmlilo.mo share/locale/uk/LC_MESSAGES/kcmlinuz.mo +share/locale/uk/LC_MESSAGES/kcmlirc.mo share/locale/uk/LC_MESSAGES/kcmlocale.mo share/locale/uk/LC_MESSAGES/kcmmediacontrol.mo share/locale/uk/LC_MESSAGES/kcmmidi.mo @@ -268,6 +274,7 @@ share/locale/uk/LC_MESSAGES/kdcop.mo share/locale/uk/LC_MESSAGES/kdebugdialog.mo share/locale/uk/LC_MESSAGES/kdelibs.mo share/locale/uk/LC_MESSAGES/kdelibs_colors.mo +share/locale/uk/LC_MESSAGES/kdelirc.mo share/locale/uk/LC_MESSAGES/kdepasswd.mo share/locale/uk/LC_MESSAGES/kdeprint.mo share/locale/uk/LC_MESSAGES/kdeprint_part.mo @@ -333,6 +340,7 @@ share/locale/uk/LC_MESSAGES/kgamma.mo share/locale/uk/LC_MESSAGES/kgantt.mo share/locale/uk/LC_MESSAGES/kget.mo share/locale/uk/LC_MESSAGES/kghostview.mo +share/locale/uk/LC_MESSAGES/kgpg.mo share/locale/uk/LC_MESSAGES/kgpgcertmanager.mo share/locale/uk/LC_MESSAGES/khelpcenter.mo share/locale/uk/LC_MESSAGES/khexedit.mo @@ -495,6 +503,7 @@ share/locale/uk/LC_MESSAGES/kxsconfig.mo share/locale/uk/LC_MESSAGES/libcalendarresources.mo share/locale/uk/LC_MESSAGES/libkaddrbk_geo_xxport.mo share/locale/uk/LC_MESSAGES/libkcalsystem.mo +share/locale/uk/LC_MESSAGES/libkcddb.mo share/locale/uk/LC_MESSAGES/libkdegames.mo share/locale/uk/LC_MESSAGES/libkdehighscores.mo share/locale/uk/LC_MESSAGES/libkdenetwork.mo diff --git a/ukrainian/koffice-i18n/distinfo b/ukrainian/koffice-i18n/distinfo index 556879419137..2b6d64067a0e 100644 --- a/ukrainian/koffice-i18n/distinfo +++ b/ukrainian/koffice-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 3811316bb1edb89da50ece7cb15f5fe6 +SIZE (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 509501 diff --git a/ukrainian/koffice-kde4-l10n/distinfo b/ukrainian/koffice-kde4-l10n/distinfo index 556879419137..2b6d64067a0e 100644 --- a/ukrainian/koffice-kde4-l10n/distinfo +++ b/ukrainian/koffice-kde4-l10n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 3811316bb1edb89da50ece7cb15f5fe6 +SIZE (KDE/kde-i18n/koffice-i18n-uk-1.2.1.tar.bz2) = 509501 diff --git a/vietnamese/kde3-i18n/distinfo b/vietnamese/kde3-i18n/distinfo index bfa8561d28a8..1e20478e2ff2 100644 --- a/vietnamese/kde3-i18n/distinfo +++ b/vietnamese/kde3-i18n/distinfo @@ -1 +1,2 @@ MD5 (KDE/kde-i18n/kde-i18n-vi-3.1.5.tar.bz2) = b996c628ddd3847c034bf5f4ec236c15 +SIZE (KDE/kde-i18n/kde-i18n-vi-3.1.5.tar.bz2) = 1696721 diff --git a/vietnamese/kde3-i18n/pkg-plist b/vietnamese/kde3-i18n/pkg-plist index b19c488eb4cc..0d0cb1d8fa8c 100644 --- a/vietnamese/kde3-i18n/pkg-plist +++ b/vietnamese/kde3-i18n/pkg-plist @@ -335,5 +335,3 @@ share/locale/vi/LC_MESSAGES/webarchiver.mo share/locale/vi/charset share/locale/vi/entry.desktop share/locale/vi/flag.png -@dirrm share/locale/vi/LC_MESSAGES -@dirrm share/locale/vi diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile index 66b7a4591dd6..366a6973c49c 100644 --- a/www/kdewebdev/Makefile +++ b/www/kdewebdev/Makefile @@ -7,11 +7,10 @@ PORTNAME= quanta PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org diff --git a/www/kdewebdev/distinfo b/www/kdewebdev/distinfo index b9e95cbf068d..b360901a26b5 100644 --- a/www/kdewebdev/distinfo +++ b/www/kdewebdev/distinfo @@ -1 +1,2 @@ -MD5 (KDE/quanta-3.2.0.tar.bz2) = 77f2e92edd4caf70703b7274a461ef42 +MD5 (KDE/quanta-3.2.1.tar.bz2) = 37990f042bdc48b6d0e9e714549ad3d7 +SIZE (KDE/quanta-3.2.1.tar.bz2) = 3632173 diff --git a/www/kdewebdev/pkg-plist b/www/kdewebdev/pkg-plist index dbf50ff7233a..389acc329c36 100644 --- a/www/kdewebdev/pkg-plist +++ b/www/kdewebdev/pkg-plist @@ -1064,6 +1064,7 @@ share/apps/quanta/toolbar/check_grey.png share/apps/quanta/toolbar/close.png share/apps/quanta/toolbar/color.png share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/css.png share/apps/quanta/toolbar/customlayout.png share/apps/quanta/toolbar/cut.png share/apps/quanta/toolbar/date.png @@ -1214,7 +1215,9 @@ share/apps/quanta/toolbar/textarea.png share/apps/quanta/toolbar/tree_win.png share/apps/quanta/toolbar/ttab.png share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/view_text.png share/apps/quanta/toolbar/vpl.png +share/apps/quanta/toolbar/vpl_text.png share/apps/quanta/toolbar/wiznewprjfin.png share/apps/quanta/toolbar/wiznewprjglb.png share/apps/quanta/toolbar/wiznewprjloc.png diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 66b7a4591dd6..366a6973c49c 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -7,11 +7,10 @@ PORTNAME= quanta PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index b9e95cbf068d..b360901a26b5 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/quanta-3.2.0.tar.bz2) = 77f2e92edd4caf70703b7274a461ef42 +MD5 (KDE/quanta-3.2.1.tar.bz2) = 37990f042bdc48b6d0e9e714549ad3d7 +SIZE (KDE/quanta-3.2.1.tar.bz2) = 3632173 diff --git a/www/kdewebdev4/pkg-plist b/www/kdewebdev4/pkg-plist index dbf50ff7233a..389acc329c36 100644 --- a/www/kdewebdev4/pkg-plist +++ b/www/kdewebdev4/pkg-plist @@ -1064,6 +1064,7 @@ share/apps/quanta/toolbar/check_grey.png share/apps/quanta/toolbar/close.png share/apps/quanta/toolbar/color.png share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/css.png share/apps/quanta/toolbar/customlayout.png share/apps/quanta/toolbar/cut.png share/apps/quanta/toolbar/date.png @@ -1214,7 +1215,9 @@ share/apps/quanta/toolbar/textarea.png share/apps/quanta/toolbar/tree_win.png share/apps/quanta/toolbar/ttab.png share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/view_text.png share/apps/quanta/toolbar/vpl.png +share/apps/quanta/toolbar/vpl_text.png share/apps/quanta/toolbar/wiznewprjfin.png share/apps/quanta/toolbar/wiznewprjglb.png share/apps/quanta/toolbar/wiznewprjloc.png diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 66b7a4591dd6..366a6973c49c 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -7,11 +7,10 @@ PORTNAME= quanta PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org diff --git a/www/quanta/distinfo b/www/quanta/distinfo index b9e95cbf068d..b360901a26b5 100644 --- a/www/quanta/distinfo +++ b/www/quanta/distinfo @@ -1 +1,2 @@ -MD5 (KDE/quanta-3.2.0.tar.bz2) = 77f2e92edd4caf70703b7274a461ef42 +MD5 (KDE/quanta-3.2.1.tar.bz2) = 37990f042bdc48b6d0e9e714549ad3d7 +SIZE (KDE/quanta-3.2.1.tar.bz2) = 3632173 diff --git a/www/quanta/pkg-plist b/www/quanta/pkg-plist index dbf50ff7233a..389acc329c36 100644 --- a/www/quanta/pkg-plist +++ b/www/quanta/pkg-plist @@ -1064,6 +1064,7 @@ share/apps/quanta/toolbar/check_grey.png share/apps/quanta/toolbar/close.png share/apps/quanta/toolbar/color.png share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/css.png share/apps/quanta/toolbar/customlayout.png share/apps/quanta/toolbar/cut.png share/apps/quanta/toolbar/date.png @@ -1214,7 +1215,9 @@ share/apps/quanta/toolbar/textarea.png share/apps/quanta/toolbar/tree_win.png share/apps/quanta/toolbar/ttab.png share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/view_text.png share/apps/quanta/toolbar/vpl.png +share/apps/quanta/toolbar/vpl_text.png share/apps/quanta/toolbar/wiznewprjfin.png share/apps/quanta/toolbar/wiznewprjglb.png share/apps/quanta/toolbar/wiznewprjloc.png diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index b813e50a465c..c2b84393ba4f 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdetoys PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/kdetoys3/distinfo b/x11-clocks/kdetoys3/distinfo index 93e704ec8cdc..09148b2b6c04 100644 --- a/x11-clocks/kdetoys3/distinfo +++ b/x11-clocks/kdetoys3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdetoys-3.2.0.tar.bz2) = b9fdd2b51a25501322e3dd3301760a41 +MD5 (KDE/kdetoys-3.2.1.tar.bz2) = 217c8c2ddb4040abe13a719d6b18e807 +SIZE (KDE/kdetoys-3.2.1.tar.bz2) = 2451767 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index b813e50a465c..c2b84393ba4f 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdetoys PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index 93e704ec8cdc..09148b2b6c04 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdetoys-3.2.0.tar.bz2) = b9fdd2b51a25501322e3dd3301760a41 +MD5 (KDE/kdetoys-3.2.1.tar.bz2) = 217c8c2ddb4040abe13a719d6b18e807 +SIZE (KDE/kdetoys-3.2.1.tar.bz2) = 2451767 diff --git a/x11-themes/kdeartwork3/Makefile b/x11-themes/kdeartwork3/Makefile index 23b69f683af0..fe8fc5ce9ad2 100644 --- a/x11-themes/kdeartwork3/Makefile +++ b/x11-themes/kdeartwork3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE_VERSION} CATEGORIES= x11-wm kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11-themes/kdeartwork3/distinfo b/x11-themes/kdeartwork3/distinfo index 5c24848ad3d2..8afe559232da 100644 --- a/x11-themes/kdeartwork3/distinfo +++ b/x11-themes/kdeartwork3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeartwork-3.2.0.tar.bz2) = 882a798e09e9529f102599d24bb7daee +MD5 (KDE/kdeartwork-3.2.1.tar.bz2) = 8c539b4ba4550e8355df03992c36cf58 +SIZE (KDE/kdeartwork-3.2.1.tar.bz2) = 17203687 diff --git a/x11-themes/kdeartwork3/files/plist.base b/x11-themes/kdeartwork3/files/plist.base index abaa1eeb0017..0573dd2a9d3a 100644 --- a/x11-themes/kdeartwork3/files/plist.base +++ b/x11-themes/kdeartwork3/files/plist.base @@ -32,6 +32,8 @@ lib/kde3/kwin3_openlook.la lib/kde3/kwin3_openlook.so lib/kde3/kwin3_plastik.la lib/kde3/kwin3_plastik.so +lib/kde3/kwin3_system.la +lib/kde3/kwin3_system.so lib/kde3/kwin_cde_config.la lib/kde3/kwin_cde_config.so lib/kde3/kwin_glow_config.la @@ -275,6 +277,7 @@ share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/openlook.desktop share/apps/kwin/plastik.desktop +share/apps/kwin/system.desktop share/apps/kworldclock/maps/alt/1200.jpg share/apps/kworldclock/maps/alt/200.jpg share/apps/kworldclock/maps/alt/400.jpg @@ -485,12 +488,14 @@ share/icons/Locolor/16x16/apps/iconthemes.png share/icons/Locolor/16x16/apps/input_devices_settings.png share/icons/Locolor/16x16/apps/kab.png share/icons/Locolor/16x16/apps/kabalone.png +share/icons/Locolor/16x16/apps/kalzium.png share/icons/Locolor/16x16/apps/kappfinder.png share/icons/Locolor/16x16/apps/karm.png share/icons/Locolor/16x16/apps/kasteroids.png share/icons/Locolor/16x16/apps/kbabel.png share/icons/Locolor/16x16/apps/kbackgammon.png share/icons/Locolor/16x16/apps/kblackbox.png +share/icons/Locolor/16x16/apps/kbruch.png share/icons/Locolor/16x16/apps/kcalc.png share/icons/Locolor/16x16/apps/kcharselect.png share/icons/Locolor/16x16/apps/kchart.png @@ -528,10 +533,12 @@ share/icons/Locolor/16x16/apps/kfm_home.png share/icons/Locolor/16x16/apps/kfontinst.png share/icons/Locolor/16x16/apps/kfract.png share/icons/Locolor/16x16/apps/kghostview.png +share/icons/Locolor/16x16/apps/khangman.png share/icons/Locolor/16x16/apps/khelpcenter.png share/icons/Locolor/16x16/apps/khexedit.png share/icons/Locolor/16x16/apps/kicker.png share/icons/Locolor/16x16/apps/kiconedit.png +share/icons/Locolor/16x16/apps/kig.png share/icons/Locolor/16x16/apps/killustrator.png share/icons/Locolor/16x16/apps/kit.png share/icons/Locolor/16x16/apps/kivio.png @@ -539,6 +546,7 @@ share/icons/Locolor/16x16/apps/kjots.png share/icons/Locolor/16x16/apps/kjumpingcube.png share/icons/Locolor/16x16/apps/klaptopdaemon.png share/icons/Locolor/16x16/apps/kless.png +share/icons/Locolor/16x16/apps/klettres.png share/icons/Locolor/16x16/apps/klipper.png share/icons/Locolor/16x16/apps/kljettool.png share/icons/Locolor/16x16/apps/klpq.png @@ -546,11 +554,13 @@ share/icons/Locolor/16x16/apps/kmahjongg.png share/icons/Locolor/16x16/apps/kmail.png share/icons/Locolor/16x16/apps/kmailcvt.png share/icons/Locolor/16x16/apps/kmenuedit.png +share/icons/Locolor/16x16/apps/kmessedwords.png share/icons/Locolor/16x16/apps/kmid.png share/icons/Locolor/16x16/apps/kmidi.png share/icons/Locolor/16x16/apps/kmines.png share/icons/Locolor/16x16/apps/kmix.png share/icons/Locolor/16x16/apps/kmoon.png +share/icons/Locolor/16x16/apps/kmplot.png share/icons/Locolor/16x16/apps/knewsticker.png share/icons/Locolor/16x16/apps/knode.png share/icons/Locolor/16x16/apps/knotes.png @@ -566,6 +576,7 @@ share/icons/Locolor/16x16/apps/kpackage.png share/icons/Locolor/16x16/apps/kpager.png share/icons/Locolor/16x16/apps/kpaint.png share/icons/Locolor/16x16/apps/kpat.png +share/icons/Locolor/16x16/apps/kpercentage.png share/icons/Locolor/16x16/apps/kpixmap2bitmap.png share/icons/Locolor/16x16/apps/kpm.png share/icons/Locolor/16x16/apps/kpoker.png @@ -586,6 +597,7 @@ share/icons/Locolor/16x16/apps/ksokoban.png share/icons/Locolor/16x16/apps/kspaceduel.png share/icons/Locolor/16x16/apps/kspread.png share/icons/Locolor/16x16/apps/kspreadcalc.png +share/icons/Locolor/16x16/apps/kstars.png share/icons/Locolor/16x16/apps/ksysctrl.png share/icons/Locolor/16x16/apps/ksysguard.png share/icons/Locolor/16x16/apps/ksysv.png @@ -809,6 +821,7 @@ share/icons/Locolor/32x32/apps/iconthemes.png share/icons/Locolor/32x32/apps/input_devices_settings.png share/icons/Locolor/32x32/apps/kab.png share/icons/Locolor/32x32/apps/kabalone.png +share/icons/Locolor/32x32/apps/kalzium.png share/icons/Locolor/32x32/apps/kappfinder.png share/icons/Locolor/32x32/apps/karm.png share/icons/Locolor/32x32/apps/kasteroids.png @@ -816,6 +829,7 @@ share/icons/Locolor/32x32/apps/katomic.png share/icons/Locolor/32x32/apps/kbabel.png share/icons/Locolor/32x32/apps/kbackgammon.png share/icons/Locolor/32x32/apps/kblackbox.png +share/icons/Locolor/32x32/apps/kbruch.png share/icons/Locolor/32x32/apps/kcalc.png share/icons/Locolor/32x32/apps/kcharselect.png share/icons/Locolor/32x32/apps/kchart.png @@ -852,26 +866,31 @@ share/icons/Locolor/32x32/apps/kfm_home.png share/icons/Locolor/32x32/apps/kfontinst.png share/icons/Locolor/32x32/apps/kfract.png share/icons/Locolor/32x32/apps/kghostview.png +share/icons/Locolor/32x32/apps/khangman.png share/icons/Locolor/32x32/apps/khelpcenter.png share/icons/Locolor/32x32/apps/khexedit.png share/icons/Locolor/32x32/apps/kiconedit.png +share/icons/Locolor/32x32/apps/kig.png share/icons/Locolor/32x32/apps/killustrator.png share/icons/Locolor/32x32/apps/kit.png share/icons/Locolor/32x32/apps/kivio.png share/icons/Locolor/32x32/apps/kjots.png share/icons/Locolor/32x32/apps/kjumpingcube.png share/icons/Locolor/32x32/apps/kless.png +share/icons/Locolor/32x32/apps/klettres.png share/icons/Locolor/32x32/apps/klipper.png share/icons/Locolor/32x32/apps/kljettool.png share/icons/Locolor/32x32/apps/klpq.png share/icons/Locolor/32x32/apps/kmahjongg.png share/icons/Locolor/32x32/apps/kmail.png share/icons/Locolor/32x32/apps/kmailcvt.png +share/icons/Locolor/32x32/apps/kmessedwords.png share/icons/Locolor/32x32/apps/kmid.png share/icons/Locolor/32x32/apps/kmidi.png share/icons/Locolor/32x32/apps/kmines.png share/icons/Locolor/32x32/apps/kmix.png share/icons/Locolor/32x32/apps/kmoon.png +share/icons/Locolor/32x32/apps/kmplot.png share/icons/Locolor/32x32/apps/knewsticker.png share/icons/Locolor/32x32/apps/knode.png share/icons/Locolor/32x32/apps/knotes.png @@ -887,6 +906,7 @@ share/icons/Locolor/32x32/apps/kpackage.png share/icons/Locolor/32x32/apps/kpager.png share/icons/Locolor/32x32/apps/kpaint.png share/icons/Locolor/32x32/apps/kpat.png +share/icons/Locolor/32x32/apps/kpercentage.png share/icons/Locolor/32x32/apps/kpixmap2bitmap.png share/icons/Locolor/32x32/apps/kpm.png share/icons/Locolor/32x32/apps/kpoker.png @@ -907,6 +927,7 @@ share/icons/Locolor/32x32/apps/ksokoban.png share/icons/Locolor/32x32/apps/kspaceduel.png share/icons/Locolor/32x32/apps/kspread.png share/icons/Locolor/32x32/apps/kspreadcalc.png +share/icons/Locolor/32x32/apps/kstars.png share/icons/Locolor/32x32/apps/ksysctrl.png share/icons/Locolor/32x32/apps/ksysguard.png share/icons/Locolor/32x32/apps/ksysv.png @@ -2209,6 +2230,7 @@ share/icons/kdeclassic/16x16/apps/kbackgammon_engine.png share/icons/kdeclassic/16x16/apps/kbattleship.png share/icons/kdeclassic/16x16/apps/kblackbox.png share/icons/kdeclassic/16x16/apps/kbounce.png +share/icons/kdeclassic/16x16/apps/kbruch.png share/icons/kdeclassic/16x16/apps/kcalc.png share/icons/kdeclassic/16x16/apps/kcharselect.png share/icons/kdeclassic/16x16/apps/kchart.png @@ -2265,6 +2287,7 @@ share/icons/kdeclassic/16x16/apps/kdmconfig.png share/icons/kdeclassic/16x16/apps/kdvi.png share/icons/kdeclassic/16x16/apps/kedit.png share/icons/kdeclassic/16x16/apps/keditbookmarks.png +share/icons/kdeclassic/16x16/apps/keduca.png share/icons/kdeclassic/16x16/apps/kenolaba.png share/icons/kdeclassic/16x16/apps/keyboard.png share/icons/kdeclassic/16x16/apps/keyboard_layout.png @@ -2280,6 +2303,7 @@ share/icons/kdeclassic/16x16/apps/khelpcenter.png share/icons/kdeclassic/16x16/apps/khexedit.png share/icons/kdeclassic/16x16/apps/kicker.png share/icons/kdeclassic/16x16/apps/kiconedit.png +share/icons/kdeclassic/16x16/apps/kig.png share/icons/kdeclassic/16x16/apps/kio_uiserver.png share/icons/kdeclassic/16x16/apps/kit.png share/icons/kdeclassic/16x16/apps/kiten.png @@ -2360,8 +2384,10 @@ share/icons/kdeclassic/16x16/apps/kudesigner.png share/icons/kdeclassic/16x16/apps/kugar.png share/icons/kdeclassic/16x16/apps/kuickshow.png share/icons/kdeclassic/16x16/apps/kuser.png +share/icons/kdeclassic/16x16/apps/kverbos.png share/icons/kdeclassic/16x16/apps/kview.png share/icons/kdeclassic/16x16/apps/kviewshell.png +share/icons/kdeclassic/16x16/apps/kvoctrain.png share/icons/kdeclassic/16x16/apps/kwikdisk.png share/icons/kdeclassic/16x16/apps/kwin.png share/icons/kdeclassic/16x16/apps/kwin4.png @@ -3577,6 +3603,7 @@ share/icons/kdeclassic/32x32/apps/kbackgammon_engine.png share/icons/kdeclassic/32x32/apps/kbattleship.png share/icons/kdeclassic/32x32/apps/kblackbox.png share/icons/kdeclassic/32x32/apps/kbounce.png +share/icons/kdeclassic/32x32/apps/kbruch.png share/icons/kdeclassic/32x32/apps/kcalc.png share/icons/kdeclassic/32x32/apps/kchart.png share/icons/kdeclassic/32x32/apps/kcmdevices.png @@ -3620,6 +3647,7 @@ share/icons/kdeclassic/32x32/apps/kdmconfig.png share/icons/kdeclassic/32x32/apps/kdvi.png share/icons/kdeclassic/32x32/apps/kedit.png share/icons/kdeclassic/32x32/apps/keditbookmarks.png +share/icons/kdeclassic/32x32/apps/keduca.png share/icons/kdeclassic/32x32/apps/kenolaba.png share/icons/kdeclassic/32x32/apps/key_bindings.png share/icons/kdeclassic/32x32/apps/keyboard.png @@ -3635,6 +3663,7 @@ share/icons/kdeclassic/32x32/apps/khangman.png share/icons/kdeclassic/32x32/apps/khelpcenter.png share/icons/kdeclassic/32x32/apps/khexedit.png share/icons/kdeclassic/32x32/apps/kiconedit.png +share/icons/kdeclassic/32x32/apps/kig.png share/icons/kdeclassic/32x32/apps/kit.png share/icons/kdeclassic/32x32/apps/kivio.png share/icons/kdeclassic/32x32/apps/kjobviewer.png @@ -3715,6 +3744,7 @@ share/icons/kdeclassic/32x32/apps/kuickshow.png share/icons/kdeclassic/32x32/apps/kuser.png share/icons/kdeclassic/32x32/apps/kview.png share/icons/kdeclassic/32x32/apps/kviewshell.png +share/icons/kdeclassic/32x32/apps/kvoctrain.png share/icons/kdeclassic/32x32/apps/kwikdisk.png share/icons/kdeclassic/32x32/apps/kwin.png share/icons/kdeclassic/32x32/apps/kwin4.png @@ -4017,6 +4047,7 @@ share/icons/kdeclassic/48x48/apps/kdisknav.png share/icons/kdeclassic/48x48/apps/kdmconfig.png share/icons/kdeclassic/48x48/apps/kdvi.png share/icons/kdeclassic/48x48/apps/kedit.png +share/icons/kdeclassic/48x48/apps/keduca.png share/icons/kdeclassic/48x48/apps/kenolaba.png share/icons/kdeclassic/48x48/apps/keyboard.png share/icons/kdeclassic/48x48/apps/keyboard_layout.png @@ -4096,6 +4127,7 @@ share/icons/kdeclassic/48x48/apps/kugar.png share/icons/kdeclassic/48x48/apps/kuser.png share/icons/kdeclassic/48x48/apps/kview.png share/icons/kdeclassic/48x48/apps/kviewshell.png +share/icons/kdeclassic/48x48/apps/kvoctrain.png share/icons/kdeclassic/48x48/apps/kwin.png share/icons/kdeclassic/48x48/apps/kwin4.png share/icons/kdeclassic/48x48/apps/kword.png diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index 23b69f683af0..fe8fc5ce9ad2 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE_VERSION} CATEGORIES= x11-wm kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11-themes/kdeartwork4/distinfo b/x11-themes/kdeartwork4/distinfo index 5c24848ad3d2..8afe559232da 100644 --- a/x11-themes/kdeartwork4/distinfo +++ b/x11-themes/kdeartwork4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeartwork-3.2.0.tar.bz2) = 882a798e09e9529f102599d24bb7daee +MD5 (KDE/kdeartwork-3.2.1.tar.bz2) = 8c539b4ba4550e8355df03992c36cf58 +SIZE (KDE/kdeartwork-3.2.1.tar.bz2) = 17203687 diff --git a/x11-themes/kdeartwork4/files/plist.base b/x11-themes/kdeartwork4/files/plist.base index abaa1eeb0017..0573dd2a9d3a 100644 --- a/x11-themes/kdeartwork4/files/plist.base +++ b/x11-themes/kdeartwork4/files/plist.base @@ -32,6 +32,8 @@ lib/kde3/kwin3_openlook.la lib/kde3/kwin3_openlook.so lib/kde3/kwin3_plastik.la lib/kde3/kwin3_plastik.so +lib/kde3/kwin3_system.la +lib/kde3/kwin3_system.so lib/kde3/kwin_cde_config.la lib/kde3/kwin_cde_config.so lib/kde3/kwin_glow_config.la @@ -275,6 +277,7 @@ share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/openlook.desktop share/apps/kwin/plastik.desktop +share/apps/kwin/system.desktop share/apps/kworldclock/maps/alt/1200.jpg share/apps/kworldclock/maps/alt/200.jpg share/apps/kworldclock/maps/alt/400.jpg @@ -485,12 +488,14 @@ share/icons/Locolor/16x16/apps/iconthemes.png share/icons/Locolor/16x16/apps/input_devices_settings.png share/icons/Locolor/16x16/apps/kab.png share/icons/Locolor/16x16/apps/kabalone.png +share/icons/Locolor/16x16/apps/kalzium.png share/icons/Locolor/16x16/apps/kappfinder.png share/icons/Locolor/16x16/apps/karm.png share/icons/Locolor/16x16/apps/kasteroids.png share/icons/Locolor/16x16/apps/kbabel.png share/icons/Locolor/16x16/apps/kbackgammon.png share/icons/Locolor/16x16/apps/kblackbox.png +share/icons/Locolor/16x16/apps/kbruch.png share/icons/Locolor/16x16/apps/kcalc.png share/icons/Locolor/16x16/apps/kcharselect.png share/icons/Locolor/16x16/apps/kchart.png @@ -528,10 +533,12 @@ share/icons/Locolor/16x16/apps/kfm_home.png share/icons/Locolor/16x16/apps/kfontinst.png share/icons/Locolor/16x16/apps/kfract.png share/icons/Locolor/16x16/apps/kghostview.png +share/icons/Locolor/16x16/apps/khangman.png share/icons/Locolor/16x16/apps/khelpcenter.png share/icons/Locolor/16x16/apps/khexedit.png share/icons/Locolor/16x16/apps/kicker.png share/icons/Locolor/16x16/apps/kiconedit.png +share/icons/Locolor/16x16/apps/kig.png share/icons/Locolor/16x16/apps/killustrator.png share/icons/Locolor/16x16/apps/kit.png share/icons/Locolor/16x16/apps/kivio.png @@ -539,6 +546,7 @@ share/icons/Locolor/16x16/apps/kjots.png share/icons/Locolor/16x16/apps/kjumpingcube.png share/icons/Locolor/16x16/apps/klaptopdaemon.png share/icons/Locolor/16x16/apps/kless.png +share/icons/Locolor/16x16/apps/klettres.png share/icons/Locolor/16x16/apps/klipper.png share/icons/Locolor/16x16/apps/kljettool.png share/icons/Locolor/16x16/apps/klpq.png @@ -546,11 +554,13 @@ share/icons/Locolor/16x16/apps/kmahjongg.png share/icons/Locolor/16x16/apps/kmail.png share/icons/Locolor/16x16/apps/kmailcvt.png share/icons/Locolor/16x16/apps/kmenuedit.png +share/icons/Locolor/16x16/apps/kmessedwords.png share/icons/Locolor/16x16/apps/kmid.png share/icons/Locolor/16x16/apps/kmidi.png share/icons/Locolor/16x16/apps/kmines.png share/icons/Locolor/16x16/apps/kmix.png share/icons/Locolor/16x16/apps/kmoon.png +share/icons/Locolor/16x16/apps/kmplot.png share/icons/Locolor/16x16/apps/knewsticker.png share/icons/Locolor/16x16/apps/knode.png share/icons/Locolor/16x16/apps/knotes.png @@ -566,6 +576,7 @@ share/icons/Locolor/16x16/apps/kpackage.png share/icons/Locolor/16x16/apps/kpager.png share/icons/Locolor/16x16/apps/kpaint.png share/icons/Locolor/16x16/apps/kpat.png +share/icons/Locolor/16x16/apps/kpercentage.png share/icons/Locolor/16x16/apps/kpixmap2bitmap.png share/icons/Locolor/16x16/apps/kpm.png share/icons/Locolor/16x16/apps/kpoker.png @@ -586,6 +597,7 @@ share/icons/Locolor/16x16/apps/ksokoban.png share/icons/Locolor/16x16/apps/kspaceduel.png share/icons/Locolor/16x16/apps/kspread.png share/icons/Locolor/16x16/apps/kspreadcalc.png +share/icons/Locolor/16x16/apps/kstars.png share/icons/Locolor/16x16/apps/ksysctrl.png share/icons/Locolor/16x16/apps/ksysguard.png share/icons/Locolor/16x16/apps/ksysv.png @@ -809,6 +821,7 @@ share/icons/Locolor/32x32/apps/iconthemes.png share/icons/Locolor/32x32/apps/input_devices_settings.png share/icons/Locolor/32x32/apps/kab.png share/icons/Locolor/32x32/apps/kabalone.png +share/icons/Locolor/32x32/apps/kalzium.png share/icons/Locolor/32x32/apps/kappfinder.png share/icons/Locolor/32x32/apps/karm.png share/icons/Locolor/32x32/apps/kasteroids.png @@ -816,6 +829,7 @@ share/icons/Locolor/32x32/apps/katomic.png share/icons/Locolor/32x32/apps/kbabel.png share/icons/Locolor/32x32/apps/kbackgammon.png share/icons/Locolor/32x32/apps/kblackbox.png +share/icons/Locolor/32x32/apps/kbruch.png share/icons/Locolor/32x32/apps/kcalc.png share/icons/Locolor/32x32/apps/kcharselect.png share/icons/Locolor/32x32/apps/kchart.png @@ -852,26 +866,31 @@ share/icons/Locolor/32x32/apps/kfm_home.png share/icons/Locolor/32x32/apps/kfontinst.png share/icons/Locolor/32x32/apps/kfract.png share/icons/Locolor/32x32/apps/kghostview.png +share/icons/Locolor/32x32/apps/khangman.png share/icons/Locolor/32x32/apps/khelpcenter.png share/icons/Locolor/32x32/apps/khexedit.png share/icons/Locolor/32x32/apps/kiconedit.png +share/icons/Locolor/32x32/apps/kig.png share/icons/Locolor/32x32/apps/killustrator.png share/icons/Locolor/32x32/apps/kit.png share/icons/Locolor/32x32/apps/kivio.png share/icons/Locolor/32x32/apps/kjots.png share/icons/Locolor/32x32/apps/kjumpingcube.png share/icons/Locolor/32x32/apps/kless.png +share/icons/Locolor/32x32/apps/klettres.png share/icons/Locolor/32x32/apps/klipper.png share/icons/Locolor/32x32/apps/kljettool.png share/icons/Locolor/32x32/apps/klpq.png share/icons/Locolor/32x32/apps/kmahjongg.png share/icons/Locolor/32x32/apps/kmail.png share/icons/Locolor/32x32/apps/kmailcvt.png +share/icons/Locolor/32x32/apps/kmessedwords.png share/icons/Locolor/32x32/apps/kmid.png share/icons/Locolor/32x32/apps/kmidi.png share/icons/Locolor/32x32/apps/kmines.png share/icons/Locolor/32x32/apps/kmix.png share/icons/Locolor/32x32/apps/kmoon.png +share/icons/Locolor/32x32/apps/kmplot.png share/icons/Locolor/32x32/apps/knewsticker.png share/icons/Locolor/32x32/apps/knode.png share/icons/Locolor/32x32/apps/knotes.png @@ -887,6 +906,7 @@ share/icons/Locolor/32x32/apps/kpackage.png share/icons/Locolor/32x32/apps/kpager.png share/icons/Locolor/32x32/apps/kpaint.png share/icons/Locolor/32x32/apps/kpat.png +share/icons/Locolor/32x32/apps/kpercentage.png share/icons/Locolor/32x32/apps/kpixmap2bitmap.png share/icons/Locolor/32x32/apps/kpm.png share/icons/Locolor/32x32/apps/kpoker.png @@ -907,6 +927,7 @@ share/icons/Locolor/32x32/apps/ksokoban.png share/icons/Locolor/32x32/apps/kspaceduel.png share/icons/Locolor/32x32/apps/kspread.png share/icons/Locolor/32x32/apps/kspreadcalc.png +share/icons/Locolor/32x32/apps/kstars.png share/icons/Locolor/32x32/apps/ksysctrl.png share/icons/Locolor/32x32/apps/ksysguard.png share/icons/Locolor/32x32/apps/ksysv.png @@ -2209,6 +2230,7 @@ share/icons/kdeclassic/16x16/apps/kbackgammon_engine.png share/icons/kdeclassic/16x16/apps/kbattleship.png share/icons/kdeclassic/16x16/apps/kblackbox.png share/icons/kdeclassic/16x16/apps/kbounce.png +share/icons/kdeclassic/16x16/apps/kbruch.png share/icons/kdeclassic/16x16/apps/kcalc.png share/icons/kdeclassic/16x16/apps/kcharselect.png share/icons/kdeclassic/16x16/apps/kchart.png @@ -2265,6 +2287,7 @@ share/icons/kdeclassic/16x16/apps/kdmconfig.png share/icons/kdeclassic/16x16/apps/kdvi.png share/icons/kdeclassic/16x16/apps/kedit.png share/icons/kdeclassic/16x16/apps/keditbookmarks.png +share/icons/kdeclassic/16x16/apps/keduca.png share/icons/kdeclassic/16x16/apps/kenolaba.png share/icons/kdeclassic/16x16/apps/keyboard.png share/icons/kdeclassic/16x16/apps/keyboard_layout.png @@ -2280,6 +2303,7 @@ share/icons/kdeclassic/16x16/apps/khelpcenter.png share/icons/kdeclassic/16x16/apps/khexedit.png share/icons/kdeclassic/16x16/apps/kicker.png share/icons/kdeclassic/16x16/apps/kiconedit.png +share/icons/kdeclassic/16x16/apps/kig.png share/icons/kdeclassic/16x16/apps/kio_uiserver.png share/icons/kdeclassic/16x16/apps/kit.png share/icons/kdeclassic/16x16/apps/kiten.png @@ -2360,8 +2384,10 @@ share/icons/kdeclassic/16x16/apps/kudesigner.png share/icons/kdeclassic/16x16/apps/kugar.png share/icons/kdeclassic/16x16/apps/kuickshow.png share/icons/kdeclassic/16x16/apps/kuser.png +share/icons/kdeclassic/16x16/apps/kverbos.png share/icons/kdeclassic/16x16/apps/kview.png share/icons/kdeclassic/16x16/apps/kviewshell.png +share/icons/kdeclassic/16x16/apps/kvoctrain.png share/icons/kdeclassic/16x16/apps/kwikdisk.png share/icons/kdeclassic/16x16/apps/kwin.png share/icons/kdeclassic/16x16/apps/kwin4.png @@ -3577,6 +3603,7 @@ share/icons/kdeclassic/32x32/apps/kbackgammon_engine.png share/icons/kdeclassic/32x32/apps/kbattleship.png share/icons/kdeclassic/32x32/apps/kblackbox.png share/icons/kdeclassic/32x32/apps/kbounce.png +share/icons/kdeclassic/32x32/apps/kbruch.png share/icons/kdeclassic/32x32/apps/kcalc.png share/icons/kdeclassic/32x32/apps/kchart.png share/icons/kdeclassic/32x32/apps/kcmdevices.png @@ -3620,6 +3647,7 @@ share/icons/kdeclassic/32x32/apps/kdmconfig.png share/icons/kdeclassic/32x32/apps/kdvi.png share/icons/kdeclassic/32x32/apps/kedit.png share/icons/kdeclassic/32x32/apps/keditbookmarks.png +share/icons/kdeclassic/32x32/apps/keduca.png share/icons/kdeclassic/32x32/apps/kenolaba.png share/icons/kdeclassic/32x32/apps/key_bindings.png share/icons/kdeclassic/32x32/apps/keyboard.png @@ -3635,6 +3663,7 @@ share/icons/kdeclassic/32x32/apps/khangman.png share/icons/kdeclassic/32x32/apps/khelpcenter.png share/icons/kdeclassic/32x32/apps/khexedit.png share/icons/kdeclassic/32x32/apps/kiconedit.png +share/icons/kdeclassic/32x32/apps/kig.png share/icons/kdeclassic/32x32/apps/kit.png share/icons/kdeclassic/32x32/apps/kivio.png share/icons/kdeclassic/32x32/apps/kjobviewer.png @@ -3715,6 +3744,7 @@ share/icons/kdeclassic/32x32/apps/kuickshow.png share/icons/kdeclassic/32x32/apps/kuser.png share/icons/kdeclassic/32x32/apps/kview.png share/icons/kdeclassic/32x32/apps/kviewshell.png +share/icons/kdeclassic/32x32/apps/kvoctrain.png share/icons/kdeclassic/32x32/apps/kwikdisk.png share/icons/kdeclassic/32x32/apps/kwin.png share/icons/kdeclassic/32x32/apps/kwin4.png @@ -4017,6 +4047,7 @@ share/icons/kdeclassic/48x48/apps/kdisknav.png share/icons/kdeclassic/48x48/apps/kdmconfig.png share/icons/kdeclassic/48x48/apps/kdvi.png share/icons/kdeclassic/48x48/apps/kedit.png +share/icons/kdeclassic/48x48/apps/keduca.png share/icons/kdeclassic/48x48/apps/kenolaba.png share/icons/kdeclassic/48x48/apps/keyboard.png share/icons/kdeclassic/48x48/apps/keyboard_layout.png @@ -4096,6 +4127,7 @@ share/icons/kdeclassic/48x48/apps/kugar.png share/icons/kdeclassic/48x48/apps/kuser.png share/icons/kdeclassic/48x48/apps/kview.png share/icons/kdeclassic/48x48/apps/kviewshell.png +share/icons/kdeclassic/48x48/apps/kvoctrain.png share/icons/kdeclassic/48x48/apps/kwin.png share/icons/kdeclassic/48x48/apps/kwin4.png share/icons/kdeclassic/48x48/apps/kword.png diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9b8c9071e82a..536c90beaf42 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -169,7 +169,7 @@ SUBDIR += qt145 SUBDIR += qt2-static SUBDIR += qt23 - SUBDIR += qt32 + SUBDIR += qt33 SUBDIR += qtpixmap SUBDIR += qwt SUBDIR += rep-gtk diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile deleted file mode 100644 index 004e6cc3223d..000000000000 --- a/x11-toolkits/qt32/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: qt-copy -# Date created: 2 November 2001 -# Whom: will@cvs.kde.org -# -# $FreeBSD$ -# - -PORTNAME= qt -PORTVERSION= 3.2.3 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.silug.org/pub/qt/ \ - ftp://ftp.bero.org/pub/qt/ \ - ftp://ftp.planetmirror.com.au/pub/trolltech/qt/ -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= A C++ X GUI toolkit - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -CONFLICTS= linguist-0.* qt-2.* qt-designer-2.* xfmail-1.5.* - -USE_BZIP2= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -HAS_CONFIGURE= yes -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes - -CONFIGURE_ARGS+= -system-libpng -system-libjpeg -system-libmng \ - -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -fast -xinerama -no-g++-exceptions -no-stl \ - ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \ - -verbose -docdir ${DOCSDIR} \ - -plugindir ${PREFIX}/lib/plugins - -CONFIGURE_ENV?= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} \ - LD_LIBRARY_PATH=${WRKSRC}/lib \ - PATH=${WRKSRC}/bin:$$PATH -ALL_TARGET= sub-tools -EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ - --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \ - --exclude '${DISTNAME}/examples' --exclude '${DISTNAME}/tutorial' \ - --exclude '${DISTNAME}/extensions/nsplugin/src/[^q]*' \ - --exclude '${DISTNAME}/include/jri*' \ - --exclude '${DISTNAME}/include/np*' - -.include <bsd.port.pre.mk> - -# The previous Qt port versions installed qmake and qmake's specs under X11BASE -# The new devel/qmake port installs them under LOCALBASE. We can use -# either one here, but we prefer the newer: -.for d in ${X11BASE} ${LOCALBASE} ${PREFIX} -. if exists($d/share/qt/mkspecs/freebsd-g++) -QTBASE=$d -PLATFORM=${QTBASE}/share/qt/mkspecs/freebsd-g++ -. endif -.endfor - -.if defined(PLATFORM) -CONFIGURE_ARGS+=-platform ${PLATFORM} -.else -CONFIGURE_ARGS+=-platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -.endif - -.if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.else -CONFIGURE_ARGS+=-no-xft -.endif - -.if defined(DEBUG) -CONFIGURE_ARGS+=-debug -.endif - -.if !defined(WITHOUT_OPENGL) -USE_GL= yes -.else -CONFIGURE_ARGS+=-disable-opengl -.endif # WITHOUT_OPENGL - -.if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -.else -CUPS= -.endif - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -.if !defined(WITHOUT_XFT) -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} '===> **************************************************' - @${ECHO_MSG} '===> If you do not want to build QT with XFT support ' - @${ECHO_MSG} '===> press Ctrl-C and set WITHOUT_XFT' - @${ECHO_MSG} '===> **************************************************' -.endif - -.if ${XFREE86_VERSION} < 4 -BROKEN= "The QT ${PORTVERSION} port does not support any XFree86 < 4.x" -.endif # ${XFREE86_VERSION} < 4 - -.if exists(${X11BASE}/include/qt2/qapp.h) -BROKEN= "You have QT2 headers installed! Installing this port" -BROKEN+="will result in conflicts between QT3 and QT2!" -.endif - -post-patch: -.if defined(PLATFORM) - @${REINPLACE_CMD} -e 's|$$outpath/bin/qmake|${QTBASE}/bin/qmake|g' \ - ${WRKSRC}/configure -.else - @${REINPLACE_CMD} -e 's|$$outpath/bin/qmake|${LOCALBASE}/bin/qmake|g' \ - ${WRKSRC}/configure -.endif - @${REINPLACE_CMD} -e 's|^ cd qmake.*||' ${WRKSRC}/Makefile - -post-build: -.for tool in makeqpf mergetr msg2qm qembed qvfb - @cd ${WRKSRC}/tools/${tool}; ${SETENV} ${MAKE_ENV} ${MAKE} -.endfor - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${GREP} --mmap -F -l -- \ - "${PLATFORM}" | ${XARGS} ${REINPLACE_CMD} -e "s,${PLATFORM}/qmake.conf,," \ - -e "s,${PLATFORM},," - -# Work around qmake generated dependencies -pre-install: - ${MKDIR} ${PREFIX}/lib ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib - ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin -.for tool in makeqpf mergetr msg2qm qembed qvfb - ${INSTALL_PROGRAM} ${WRKSRC}/tools/${tool}/${tool} ${PREFIX}/bin -.endfor - -post-install: - ${RM} -f ${PREFIX}/lib/libqt-mt.la - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo deleted file mode 100644 index 3d346c5edda8..000000000000 --- a/x11-toolkits/qt32/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/qt-x11-free-3.2.3.tar.bz2) = cd6df28c81ac00d97d62bd9942b8da03 diff --git a/x11-toolkits/qt32/files/patch-configure b/x11-toolkits/qt32/files/patch-configure deleted file mode 100644 index 75386f4b379c..000000000000 --- a/x11-toolkits/qt32/files/patch-configure +++ /dev/null @@ -1,49 +0,0 @@ ---- configure Mon Aug 18 09:23:53 2003 -+++ configure Wed Sep 3 13:12:20 2003 -@@ -1130,10 +1130,4 @@ - done - -- # symlink the mkspecs directory -- mkdir -p $outpath/mkspecs -- rm -f $outpath/mkspecs/* -- ln -s $relpath/mkspecs/* $outpath/mkspecs -- rm -f $outpath/mkspecs/default -- - # symlink the linguist/doc directory (to make the assistant happy) - mkdir -p $outpath/tools/linguist -@@ -1196,5 +1190,5 @@ - # find a make command - MAKE= --for mk in gmake make; do -+for mk in make; do - if $WHICH $mk >/dev/null 2>&1; then - MAKE=`$WHICH $mk` -@@ -1422,12 +1416,4 @@ - fi - --if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QNX" = "yes" ]; then -- CFG_SM=no -- MODULES=`echo $MODULES | sed -e 's/opengl//'` -- PLATFORMS=`find $relpath/mkspecs/qws | sed "s,$relpath/mkspecs/qws/,,"` --else -- PLATFORMS=`find $relpath/mkspecs/ -type f | grep -v qws | sed "s,$relpath/mkspecs/qws/,,"` --fi -- - ##if [ "$OPT_CONCURRENT" = "0" ] && echo $MAKEFLAGS | grep '.* *-j[0-9]* *.*' >/dev/null 2>&1; then - # OPT_CONCURRENT=`echo $MAKEFLAGS | sed "s,.* *-j\([0-9]*\) *.*,\1,"` -@@ -2334,6 +2320,5 @@ - fi - --# build qmake --if true; then ###[ '!' -f "$outpath/bin/qmake" ]; -+if false; then - echo "Creating qmake. Please wait..." - rm -f mkspecs/default -@@ -2713,6 +2698,5 @@ - - if [ '!' -z "$I_FLAGS" ]; then -- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CFLAGS+=$I_FLAGS\"" -- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CXXFLAGS+=$I_FLAGS\"" -+ QMAKE_VARS="$QMAKE_VARS \"INCPATH+=`echo $I_FLAGS | sed s,-I,,g`\"" - fi - diff --git a/x11-toolkits/qt32/files/patch-include-qmlined.h b/x11-toolkits/qt32/files/patch-include-qmlined.h deleted file mode 100644 index 822c77855959..000000000000 --- a/x11-toolkits/qt32/files/patch-include-qmlined.h +++ /dev/null @@ -1,9 +0,0 @@ ---- include/qmlined.h.orig Sat Feb 15 02:26:37 2003 -+++ include/qmlined.h Sat Feb 15 02:27:45 2003 -@@ -22,5 +22,5 @@ - *****************************************************************************/ - #ifndef QMLINED_H - #define QMLINED_H --#include "qtmultilineedit.h" -+#include "qtextedit.h" - #endif diff --git a/x11-toolkits/qt32/files/patch-qanimationwriter.cpp b/x11-toolkits/qt32/files/patch-qanimationwriter.cpp deleted file mode 100644 index 9e7db8a94a02..000000000000 --- a/x11-toolkits/qt32/files/patch-qanimationwriter.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/qvfb/qanimationwriter.cpp.orig Wed Nov 27 02:45:38 2002 -+++ tools/qvfb/qanimationwriter.cpp Wed Nov 27 02:45:56 2002 -@@ -25,6 +25,7 @@ - - #include <png.h> - #include <netinet/in.h> // for htonl -+#include <limits.h> - - class QAnimationWriterData { - public: diff --git a/x11-toolkits/qt32/files/patch-src-styles-qstylefactory.cpp b/x11-toolkits/qt32/files/patch-src-styles-qstylefactory.cpp deleted file mode 100644 index 9adb9bc5c589..000000000000 --- a/x11-toolkits/qt32/files/patch-src-styles-qstylefactory.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/styles/qstylefactory.cpp.orig Sun Sep 21 19:27:51 2003 -+++ src/styles/qstylefactory.cpp Sun Sep 21 19:28:07 2003 -@@ -48,9 +48,6 @@ - #include "qplatinumstyle.h" - #include "qsgistyle.h" - #include "qcompactstyle.h" --#ifndef QT_NO_STYLE_WINDOWSXP --#include "qwindowsxpstyle.h" --#endif - #ifndef QT_NO_STYLE_AQUA - #include "qaquastyle.h" - #endif diff --git a/x11-toolkits/qt32/files/qapplication.cpp.diff b/x11-toolkits/qt32/files/qapplication.cpp.diff deleted file mode 100644 index b84fd01f8f74..000000000000 --- a/x11-toolkits/qt32/files/qapplication.cpp.diff +++ /dev/null @@ -1,74 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication.cpp,v -retrieving revision 1.61 -retrieving revision 1.62 -diff -u -p -r1.61 -r1.62 ---- qt-copy/src/kernel/qapplication.cpp 2002/11/13 16:46:34 1.61 -+++ qt-copy/src/kernel/qapplication.cpp 2002/11/14 08:57:34 1.62 -@@ -3257,6 +3257,66 @@ Q_EXPORT void qt_dispatchEnterLeave( QWi - } - - -+#ifdef Q_WS_MACX -+extern QWidget *qt_tryModalHelperMac( QWidget * top ); //qapplication_mac.cpp -+#endif -+ -+ -+/*!\internal -+ -+ Called from qapplication_<platform>.cpp, returns TRUE -+ if the widget should accept the event. -+ */ -+bool qt_tryModalHelper( QWidget *widget, QWidget **rettop ) { -+ QWidget *modal=0, *top=QApplication::activeModalWidget(); -+ if ( rettop ) *rettop = top; -+ -+ if ( qApp->activePopupWidget() ) -+ return TRUE; -+ -+#ifdef Q_WS_MACX -+ top = qt_tryModalHelperMac( top ); -+ if ( rettop ) *rettop = top; -+#endif -+ -+ QWidget* groupLeader = widget; -+ widget = widget->topLevelWidget(); -+ -+ if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -+ modal = widget; -+ if ( !top || modal == top ) // don't block event -+ return TRUE; -+ -+ QWidget * p = widget->parentWidget(); // Check if the active modal widget is a parent of our widget -+ while ( p ) { -+ if ( p == top ) -+ return TRUE; -+ p = p->parentWidget(); -+ } -+ -+ while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -+ groupLeader = groupLeader->parentWidget(); -+ -+ if ( groupLeader ) { -+ // Does groupLeader have a child in qt_modal_stack? -+ bool unrelated = TRUE; -+ modal = qt_modal_stack->first(); -+ while (modal && unrelated) { -+ QWidget* p = modal->parentWidget(); -+ while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -+ p = p->parentWidget(); -+ } -+ modal = qt_modal_stack->next(); -+ if ( p == groupLeader ) unrelated = FALSE; -+ } -+ -+ if ( unrelated ) -+ return TRUE; // don't block event -+ } -+ return FALSE; -+} -+ -+ - /*! - Returns the desktop widget (also called the root window). - diff --git a/x11-toolkits/qt32/files/qapplication_p.h.diff b/x11-toolkits/qt32/files/qapplication_p.h.diff deleted file mode 100644 index 8b9268c696b8..000000000000 --- a/x11-toolkits/qt32/files/qapplication_p.h.diff +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_p.h,v -retrieving revision 1.21 -retrieving revision 1.22 -diff -u -p -r1.21 -r1.22 ---- qt-copy/src/kernel/qapplication_p.h 2002/11/13 16:46:34 1.21 -+++ qt-copy/src/kernel/qapplication_p.h 2002/11/14 08:57:34 1.22 -@@ -83,7 +83,6 @@ extern int qt_ncols_option; - - - extern void qt_dispatchEnterLeave( QWidget*, QWidget* ); -- -- -+extern bool qt_tryModalHelper( QWidget *, QWidget ** = 0 ); - - #endif diff --git a/x11-toolkits/qt32/files/qapplication_x11.cpp.diff b/x11-toolkits/qt32/files/qapplication_x11.cpp.diff deleted file mode 100644 index 877de05c5950..000000000000 --- a/x11-toolkits/qt32/files/qapplication_x11.cpp.diff +++ /dev/null @@ -1,48 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_x11.cpp,v -retrieving revision 1.81 -retrieving revision 1.82 -diff -u -p -r1.81 -r1.82 ---- qt-copy/src/kernel/qapplication_x11.cpp 2002/11/13 16:46:34 1.81 -+++ qt-copy/src/kernel/qapplication_x11.cpp 2002/11/14 08:57:34 1.82 -@@ -3691,39 +3691,9 @@ void qt_leave_modal( QWidget *widget ) - - bool qt_try_modal( QWidget *widget, XEvent *event ) - { -- if ( qApp->activePopupWidget() ) -+ if ( qt_tryModalHelper( widget ) ) - return TRUE; - -- QWidget *modal=0, *top=QApplication::activeModalWidget(); -- -- QWidget* groupLeader = widget; -- widget = widget->topLevelWidget(); -- -- if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -- modal = widget; -- if ( !top || modal == top ) // don't block event -- return TRUE; -- -- while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -- groupLeader = groupLeader->parentWidget(); -- -- if ( groupLeader ) { -- // Does groupLeader have a child in qt_modal_stack? -- bool unrelated = TRUE; -- modal = qt_modal_stack->first(); -- while (modal && unrelated) { -- QWidget* p = modal->parentWidget(); -- while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -- p = p->parentWidget(); -- } -- modal = qt_modal_stack->next(); -- if ( p == groupLeader ) unrelated = FALSE; -- } -- -- if ( unrelated ) -- return TRUE; // don't block event -- } -- - bool block_event = FALSE; - switch ( event->type ) { - case ButtonPress: // disallow mouse/key events diff --git a/x11-toolkits/qt32/files/qeffects.cpp.diff b/x11-toolkits/qt32/files/qeffects.cpp.diff deleted file mode 100644 index 4ad9ee987455..000000000000 --- a/x11-toolkits/qt32/files/qeffects.cpp.diff +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/widgets/qeffects.cpp,v -retrieving revision 1.18 -retrieving revision 1.19 -diff -u -p -r1.18 -r1.19 ---- qt-copy/src/widgets/qeffects.cpp 2002/10/30 01:54:25 1.18 -+++ qt-copy/src/widgets/qeffects.cpp 2002/11/21 01:30:32 1.19 -@@ -275,6 +275,7 @@ void QAlphaWidget::render() - q_blend = 0; - deleteLater(); - } else { -+ widget->clearWState( WState_ForceHide ); - alphaBlend(); - pm = mixed; - repaint( FALSE ); -@@ -505,6 +506,7 @@ void QRollEffect::run( int time ) - void QRollEffect::scroll() - { - if ( !done ) { -+ widget->clearWState( WState_ForceHide ); - int tempel = checkTime.elapsed(); - if ( elapsed >= tempel ) - elapsed++; diff --git a/x11-toolkits/qt32/files/qwidget_x11.cpp.diff b/x11-toolkits/qt32/files/qwidget_x11.cpp.diff deleted file mode 100644 index de7fa1e41c6f..000000000000 --- a/x11-toolkits/qt32/files/qwidget_x11.cpp.diff +++ /dev/null @@ -1,15 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qwidget_x11.cpp,v -retrieving revision 1.55 -retrieving revision 1.56 -diff -u -p -r1.55 -r1.56 ---- qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 16:46:35 1.55 -+++ qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 17:28:42 1.56 -@@ -1561,7 +1561,6 @@ void QWidget::showMinimized() - else { - topData()->showMode = 1; - show(); -- hideChildren( FALSE ); - } - } else { - show(); diff --git a/x11-toolkits/qt32/pkg-descr b/x11-toolkits/qt32/pkg-descr deleted file mode 100644 index efc79b9aaf24..000000000000 --- a/x11-toolkits/qt32/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Qt is a C++ toolkit for application development. It lets application -developers target all major operating systems with a single application -source code. - -Qt provides a platform-independent API to all central platform functionality: -GUI, database access, networking, file handling, etc. The Qt library -encapsulates the different APIs of different operating systems, providing -the application programmer with a single, common API for all operating systems. -The native C APIs are encapsulated in a set of well-designed, fully -object-oriented C++ classes. - -WWW: http://www.trolltech.com/products/qt/index.html diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist deleted file mode 100644 index 4bf476a3cffd..000000000000 --- a/x11-toolkits/qt32/pkg-plist +++ /dev/null @@ -1,2370 +0,0 @@ -bin/assistant -bin/designer -bin/findtr -bin/linguist -bin/lrelease -bin/lupdate -bin/makeqpf -bin/mergetr -bin/moc -bin/msg2qm -bin/qembed -bin/qm2ts -bin/qtconfig -bin/qvfb -bin/uic -include/private/qapplication_p.h -include/private/qcolor_p.h -include/private/qcom_p.h -include/private/qcomlibrary_p.h -include/private/qcomplextext_p.h -include/private/qcomponentfactory_p.h -include/private/qcriticalsection_p.h -include/private/qdialogbuttons_p.h -include/private/qdir_p.h -include/private/qeffects_p.h -include/private/qeventloop_p.h -include/private/qfiledefs_p.h -include/private/qfontcodecs_p.h -include/private/qfontdata_p.h -include/private/qfontengine_p.h -include/private/qgfxdriverinterface_p.h -include/private/qgpluginmanager_p.h -include/private/qimageformatinterface_p.h -include/private/qinputcontext_p.h -include/private/qinternal_p.h -include/private/qkbddriverinterface_p.h -include/private/qlayoutengine_p.h -include/private/qlibrary_p.h -include/private/qlock_p.h -include/private/qmousedriverinterface_p.h -include/private/qmutex_p.h -include/private/qmutexpool_p.h -include/private/qpainter_p.h -include/private/qpluginmanager_p.h -include/private/qprinter_p.h -include/private/qpsprinter_p.h -include/private/qrichtext_p.h -include/private/qscriptengine_p.h -include/private/qsettings_p.h -include/private/qsharedmemory_p.h -include/private/qsqldriverinterface_p.h -include/private/qsqlextension_p.h -include/private/qsqlmanager_p.h -include/private/qstyleinterface_p.h -include/private/qsvgdevice_p.h -include/private/qt_x11_p.h -include/private/qtextcodecinterface_p.h -include/private/qtextengine_p.h -include/private/qtextlayout_p.h -include/private/qthreadinstance_p.h -include/private/qtitlebar_p.h -include/private/qucom_p.h -include/private/qucomextra_p.h -include/private/qunicodetables_p.h -include/private/qwidget_p.h -include/private/qwidgetinterface_p.h -include/private/qwidgetresizehandler_p.h -include/q1xcompatibility.h -include/qabstractlayout.h -include/qaccel.h -include/qaccessible.h -include/qaction.h -include/qapp.h -include/qapplication.h -include/qarray.h -include/qasciicache.h -include/qasciidict.h -include/qassistantclient.h -include/qasyncimageio.h -include/qasyncio.h -include/qbig5codec.h -include/qbitarray.h -include/qbitarry.h -include/qbitmap.h -include/qbrush.h -include/qbttngrp.h -include/qbuffer.h -include/qbutton.h -include/qbuttongroup.h -include/qcache.h -include/qcanvas.h -include/qcdestyle.h -include/qcheckbox.h -include/qchkbox.h -include/qcleanuphandler.h -include/qclipboard.h -include/qclipbrd.h -include/qcollect.h -include/qcollection.h -include/qcolor.h -include/qcolordialog.h -include/qcombo.h -include/qcombobox.h -include/qcommonstyle.h -include/qcompactstyle.h -include/qconfig-dist.h -include/qconfig-large.h -include/qconfig-medium.h -include/qconfig-minimal.h -include/qconfig-small.h -include/qconfig.h -include/qconnect.h -include/qconnection.h -include/qcstring.h -include/qcursor.h -include/qdatabrowser.h -include/qdatastream.h -include/qdatatable.h -include/qdataview.h -include/qdatetime.h -include/qdatetimeedit.h -include/qdatetm.h -include/qdeepcopy.h -include/qdesktopwidget.h -include/qdial.h -include/qdialog.h -include/qdict.h -include/qdir.h -include/qdns.h -include/qdockarea.h -include/qdockwindow.h -include/qdom.h -include/qdragobject.h -include/qdrawutil.h -include/qdrawutl.h -include/qdropsite.h -include/qdstream.h -include/qeditorfactory.h -include/qerrormessage.h -include/qeucjpcodec.h -include/qeuckrcodec.h -include/qevent.h -include/qeventloop.h -include/qfeatures.h -include/qfile.h -include/qfiledef.h -include/qfiledialog.h -include/qfiledlg.h -include/qfileinf.h -include/qfileinfo.h -include/qfocusdata.h -include/qfont.h -include/qfontdatabase.h -include/qfontdialog.h -include/qfontinf.h -include/qfontinfo.h -include/qfontmet.h -include/qfontmetrics.h -include/qframe.h -include/qftp.h -include/qgarray.h -include/qgb18030codec.h -include/qgbkcodec.h -include/qgcache.h -include/qgdict.h -include/qgeneric.h -include/qgif.h -include/qgl.h -include/qglcolormap.h -include/qglist.h -include/qglobal.h -include/qgplugin.h -include/qgrid.h -include/qgridview.h -include/qgroupbox.h -include/qgrpbox.h -include/qguardedptr.h -include/qgvector.h -include/qhbox.h -include/qhbuttongroup.h -include/qheader.h -include/qhgroupbox.h -include/qhostaddress.h -include/qhttp.h -include/qiconset.h -include/qiconview.h -include/qimage.h -include/qimageformatplugin.h -include/qinputdialog.h -include/qintcach.h -include/qintcache.h -include/qintdict.h -include/qinterlacestyle.h -include/qiodev.h -include/qiodevice.h -include/qjiscodec.h -include/qjpegio.h -include/qjpunicode.h -include/qkeycode.h -include/qkeysequence.h -include/qlabel.h -include/qlayout.h -include/qlcdnum.h -include/qlcdnumber.h -include/qlibrary.h -include/qlined.h -include/qlineedit.h -include/qlist.h -include/qlistbox.h -include/qlistview.h -include/qlocalfs.h -include/qmainwindow.h -include/qmap.h -include/qmemarray.h -include/qmenubar.h -include/qmenudata.h -include/qmenudta.h -include/qmessagebox.h -include/qmetaobj.h -include/qmetaobject.h -include/qmime.h -include/qmlined.h -include/qmngio.h -include/qmodules.h -include/qmotifplusstyle.h -include/qmotifstyle.h -include/qmovie.h -include/qmsgbox.h -include/qmultilinedit.h -include/qmultilineedit.h -include/qmutex.h -include/qnamespace.h -include/qnetwork.h -include/qnetworkprotocol.h -include/qnp.h -include/qobjcoll.h -include/qobjdefs.h -include/qobject.h -include/qobjectcleanuphandler.h -include/qobjectdefs.h -include/qobjectdict.h -include/qobjectlist.h -include/qpaintd.h -include/qpaintdc.h -include/qpaintdevice.h -include/qpaintdevicedefs.h -include/qpaintdevicemetrics.h -include/qpainter.h -include/qpair.h -include/qpalette.h -include/qpdevmet.h -include/qpen.h -include/qpicture.h -include/qpixmap.h -include/qpixmapcache.h -include/qplatinumstyle.h -include/qpmcache.h -include/qpngio.h -include/qpntarry.h -include/qpoint.h -include/qpointarray.h -include/qpolygonscanner.h -include/qpopmenu.h -include/qpopupmenu.h -include/qprintdialog.h -include/qprinter.h -include/qprndlg.h -include/qprocess.h -include/qprogbar.h -include/qprogdlg.h -include/qprogressbar.h -include/qprogressdialog.h -include/qpsprn.h -include/qptrcollection.h -include/qptrdict.h -include/qptrlist.h -include/qptrqueue.h -include/qptrstack.h -include/qptrvector.h -include/qpushbt.h -include/qpushbutton.h -include/qqueue.h -include/qradiobt.h -include/qradiobutton.h -include/qrangecontrol.h -include/qrangect.h -include/qrect.h -include/qregexp.h -include/qregion.h -include/qrtlcodec.h -include/qscrbar.h -include/qscrollbar.h -include/qscrollview.h -include/qsemaphore.h -include/qsemimodal.h -include/qserversocket.h -include/qsession.h -include/qsessionmanager.h -include/qsettings.h -include/qsgistyle.h -include/qshared.h -include/qsignal.h -include/qsignalmapper.h -include/qsignalslotimp.h -include/qsimplerichtext.h -include/qsize.h -include/qsizegrip.h -include/qsizepolicy.h -include/qsjiscodec.h -include/qslider.h -include/qsocket.h -include/qsocketdevice.h -include/qsocketnotifier.h -include/qsocknot.h -include/qsortedlist.h -include/qsound.h -include/qspinbox.h -include/qsplashscreen.h -include/qsplitter.h -include/qsql.h -include/qsqlcursor.h -include/qsqldatabase.h -include/qsqldriver.h -include/qsqldriverplugin.h -include/qsqleditorfactory.h -include/qsqlerror.h -include/qsqlfield.h -include/qsqlform.h -include/qsqlindex.h -include/qsqlpropertymap.h -include/qsqlquery.h -include/qsqlrecord.h -include/qsqlresult.h -include/qsqlselectcursor.h -include/qstack.h -include/qstatusbar.h -include/qstring.h -include/qstringlist.h -include/qstrlist.h -include/qstrvec.h -include/qstyle.h -include/qstylefactory.h -include/qstyleplugin.h -include/qstylesheet.h -include/qsyntaxhighlighter.h -include/qt.h -include/qtabbar.h -include/qtabdialog.h -include/qtabdlg.h -include/qtable.h -include/qtabwidget.h -include/qtextbrowser.h -include/qtextcodec.h -include/qtextcodecfactory.h -include/qtextcodecplugin.h -include/qtextedit.h -include/qtextstream.h -include/qtextview.h -include/qthread.h -include/qthreadstorage.h -include/qtimer.h -include/qtl.h -include/qtoolbar.h -include/qtoolbox.h -include/qtoolbutton.h -include/qtooltip.h -include/qtranslator.h -include/qtsciicodec.h -include/qtstream.h -include/qurl.h -include/qurlinfo.h -include/qurloperator.h -include/qutfcodec.h -include/quuid.h -include/qvalidator.h -include/qvaluelist.h -include/qvaluestack.h -include/qvaluevector.h -include/qvariant.h -include/qvbox.h -include/qvbuttongroup.h -include/qvector.h -include/qvfbhdr.h -include/qvgroupbox.h -include/qwaitcondition.h -include/qwhatsthis.h -include/qwidcoll.h -include/qwidget.h -include/qwidgetfactory.h -include/qwidgetintdict.h -include/qwidgetlist.h -include/qwidgetplugin.h -include/qwidgetstack.h -include/qwindefs.h -include/qwindow.h -include/qwindowdefs.h -include/qwindowsstyle.h -include/qwinexport.h -include/qwizard.h -include/qwmatrix.h -include/qworkspace.h -include/qxml.h -lib/libdesignercore.a -lib/libdesignercore.prl -lib/libeditor.a -lib/libeditor.prl -lib/libqassistantclient.a -lib/libqassistantclient.prl -lib/libqnp.prl -lib/libqt-mt.prl -lib/libqt-mt.so -lib/libqt-mt.so.3 -lib/libqt-mt.so.3.2 -lib/libqt-mt.so.3.2.3 -lib/libqui.prl -lib/libqui.so -lib/libqui.so.1 -lib/libqui.so.1.0 -lib/libqui.so.1.0.0 -lib/pkgconfig/qt-mt.pc -lib/plugins/designer/libcppeditor.so -lib/plugins/designer/libdlgplugin.so -lib/plugins/designer/libgladeplugin.so -lib/plugins/designer/libkdevdlgplugin.so -lib/plugins/designer/librcplugin.so -lib/plugins/designer/libwizards.so -share/doc/qt/html/3rdparty.html -share/doc/qt/html/aboutqt.html -share/doc/qt/html/abstract-connections.png -share/doc/qt/html/abstractwidgets.html -share/doc/qt/html/accelerators.html -share/doc/qt/html/aclock-example.html -share/doc/qt/html/activeqt-examples.html -share/doc/qt/html/activeqt.html -share/doc/qt/html/addressbook-example.html -share/doc/qt/html/advanced.html -share/doc/qt/html/annotated.html -share/doc/qt/html/appearance.html -share/doc/qt/html/appicon.html -share/doc/qt/html/application.html -share/doc/qt/html/archivesearch-example.html -share/doc/qt/html/assistant-1.html -share/doc/qt/html/assistant-2.html -share/doc/qt/html/assistant-3.html -share/doc/qt/html/assistant-4.html -share/doc/qt/html/assistant-5.html -share/doc/qt/html/assistant-6.html -share/doc/qt/html/assistant.dcf -share/doc/qt/html/assistant.html -share/doc/qt/html/assistant.png -share/doc/qt/html/basic.html -share/doc/qt/html/bearings.png -share/doc/qt/html/biff-example.html -share/doc/qt/html/bigtable-example.html -share/doc/qt/html/book-dialog.png -share/doc/qt/html/book-main.png -share/doc/qt/html/brush-styles.png -share/doc/qt/html/bughowto.html -share/doc/qt/html/buttongroup-w.png -share/doc/qt/html/buttongroups-example.html -share/doc/qt/html/canvas-chart-example.html -share/doc/qt/html/canvas-example.html -share/doc/qt/html/canvas.html -share/doc/qt/html/chart-canvastext-h.html -share/doc/qt/html/chart-canvasview-cpp.html -share/doc/qt/html/chart-canvasview-h.html -share/doc/qt/html/chart-chart-pro.html -share/doc/qt/html/chart-chartform-cpp.html -share/doc/qt/html/chart-chartform-h.html -share/doc/qt/html/chart-chartform_canvas-cpp.html -share/doc/qt/html/chart-chartform_files-cpp.html -share/doc/qt/html/chart-element-cpp.html -share/doc/qt/html/chart-element-h.html -share/doc/qt/html/chart-forms.png -share/doc/qt/html/chart-main-cpp.html -share/doc/qt/html/chart-main.png -share/doc/qt/html/chart-main2.png -share/doc/qt/html/chart-options.png -share/doc/qt/html/chart-optionsform-cpp.html -share/doc/qt/html/chart-optionsform-h.html -share/doc/qt/html/chart-setdata.png -share/doc/qt/html/chart-setdataform-cpp.html -share/doc/qt/html/chart-setdataform-h.html -share/doc/qt/html/checklists-example.html -share/doc/qt/html/classchart.html -share/doc/qt/html/classes.html -share/doc/qt/html/clientserver-example.html -share/doc/qt/html/collection.html -share/doc/qt/html/commercialeditions.html -share/doc/qt/html/commonproblems.html -share/doc/qt/html/concrete-connections.png -share/doc/qt/html/coordsys.html -share/doc/qt/html/coordsys.png -share/doc/qt/html/credits.html -share/doc/qt/html/cursor-example.html -share/doc/qt/html/cursors.png -share/doc/qt/html/customlayout-example.html -share/doc/qt/html/customlayout.html -share/doc/qt/html/customstyles.html -share/doc/qt/html/database.html -share/doc/qt/html/databaseconnections.png -share/doc/qt/html/datastreamformat.html -share/doc/qt/html/datetimewidgets.png -share/doc/qt/html/dclock-example.html -share/doc/qt/html/debug.html -share/doc/qt/html/demo-example.html -share/doc/qt/html/dependencies.png -share/doc/qt/html/designer-manual-1.html -share/doc/qt/html/designer-manual-10.html -share/doc/qt/html/designer-manual-11.html -share/doc/qt/html/designer-manual-12.html -share/doc/qt/html/designer-manual-13.html -share/doc/qt/html/designer-manual-14.html -share/doc/qt/html/designer-manual-15.html -share/doc/qt/html/designer-manual-16.html -share/doc/qt/html/designer-manual-2.html -share/doc/qt/html/designer-manual-3.html -share/doc/qt/html/designer-manual-4.html -share/doc/qt/html/designer-manual-5.html -share/doc/qt/html/designer-manual-6.html -share/doc/qt/html/designer-manual-7.html -share/doc/qt/html/designer-manual-8.html -share/doc/qt/html/designer-manual-9.html -share/doc/qt/html/designer-manual.html -share/doc/qt/html/designer.dcf -share/doc/qt/html/designer1.jpg -share/doc/qt/html/designer2.jpg -share/doc/qt/html/designer3.jpg -share/doc/qt/html/desktop-example.html -share/doc/qt/html/dialog1addwidg.png -share/doc/qt/html/dialog1layout1.png -share/doc/qt/html/dialog1layout2.png -share/doc/qt/html/dialog1selewidg.png -share/doc/qt/html/dialog1selewidg1.png -share/doc/qt/html/dialog1tab.png -share/doc/qt/html/dialog2laywidg.png -share/doc/qt/html/dialog2sample.png -share/doc/qt/html/dialog2setwidg.png -share/doc/qt/html/dialog3buttons.png -share/doc/qt/html/dialog3clipgrp.png -share/doc/qt/html/dialog3grpbox.png -share/doc/qt/html/dialog3layclip.png -share/doc/qt/html/dialog3layout.png -share/doc/qt/html/dialog3sample.png -share/doc/qt/html/dialogs.html -share/doc/qt/html/dirview-example.html -share/doc/qt/html/distributingqt.html -share/doc/qt/html/distributor-example.html -share/doc/qt/html/dnd.html -share/doc/qt/html/docwindow.png -share/doc/qt/html/doneandnext.png -share/doc/qt/html/draganddrop.html -share/doc/qt/html/dragdrop-example.html -share/doc/qt/html/drawdemo-example.html -share/doc/qt/html/drawlines-example.html -share/doc/qt/html/edit-dbtable-dialog.png -share/doc/qt/html/editcopy.png -share/doc/qt/html/editcut.png -share/doc/qt/html/editfind.png -share/doc/qt/html/editions.html -share/doc/qt/html/editpaste.png -share/doc/qt/html/editredo.png -share/doc/qt/html/editundo.png -share/doc/qt/html/emb-accel.html -share/doc/qt/html/emb-charinput.html -share/doc/qt/html/emb-classes.html -share/doc/qt/html/emb-envvars.html -share/doc/qt/html/emb-features.html -share/doc/qt/html/emb-fonts.html -share/doc/qt/html/emb-framebuffer-howto.html -share/doc/qt/html/emb-install.html -share/doc/qt/html/emb-performance.html -share/doc/qt/html/emb-pointer.html -share/doc/qt/html/emb-porting.html -share/doc/qt/html/emb-qvfb.html -share/doc/qt/html/emb-running.html -share/doc/qt/html/emb-vnc.html -share/doc/qt/html/embedporting.html -share/doc/qt/html/environment.html -share/doc/qt/html/events.html -share/doc/qt/html/eventsandfilters.html -share/doc/qt/html/examples.html -share/doc/qt/html/extension-dialog-example.html -share/doc/qt/html/faq.html -share/doc/qt/html/filechooser.png -share/doc/qt/html/fileiconview-example.html -share/doc/qt/html/fileopen.png -share/doc/qt/html/fileprint.png -share/doc/qt/html/filesave.png -share/doc/qt/html/finddialog.png -share/doc/qt/html/focus.html -share/doc/qt/html/forever-example.html -share/doc/qt/html/frames.png -share/doc/qt/html/freeeditions.html -share/doc/qt/html/ftpclient-example.html -share/doc/qt/html/functions.html -share/doc/qt/html/general.png -share/doc/qt/html/geomanagement.html -share/doc/qt/html/geometry.html -share/doc/qt/html/geometry.png -share/doc/qt/html/gpl.html -share/doc/qt/html/graph.g1n -share/doc/qt/html/grapher-nsplugin-example.html -share/doc/qt/html/graphics.html -share/doc/qt/html/gridlayout.png -share/doc/qt/html/groupbox-w.png -share/doc/qt/html/groups.html -share/doc/qt/html/guibooks.html -share/doc/qt/html/headerfilesynonyms -share/doc/qt/html/headers.html -share/doc/qt/html/hello-example.html -share/doc/qt/html/helpsystem-example.html -share/doc/qt/html/helpsystem.html -share/doc/qt/html/helpviewer-example.html -share/doc/qt/html/hierarchy.html -share/doc/qt/html/how-to-learn-qt.html -share/doc/qt/html/httpd-example.html -share/doc/qt/html/i18n-example.html -share/doc/qt/html/i18n.html -share/doc/qt/html/iconset.png -share/doc/qt/html/iconview-example.html -share/doc/qt/html/iconview-simple_dd-main-cpp.html -share/doc/qt/html/iconview-simple_dd-main-h.html -share/doc/qt/html/iconview.html -share/doc/qt/html/images.html -share/doc/qt/html/index -share/doc/qt/html/index.html -share/doc/qt/html/inputdialogs.png -share/doc/qt/html/install-mac.html -share/doc/qt/html/install-win.html -share/doc/qt/html/install-x11.html -share/doc/qt/html/installation.html -share/doc/qt/html/integration.html -share/doc/qt/html/io.html -share/doc/qt/html/keyfeatures30.html -share/doc/qt/html/layout-example.html -share/doc/qt/html/layout.html -share/doc/qt/html/layout1.png -share/doc/qt/html/layout2.png -share/doc/qt/html/license.html -share/doc/qt/html/licenses.html -share/doc/qt/html/life-example.html -share/doc/qt/html/lineedits-example.html -share/doc/qt/html/linguist-manual-1.html -share/doc/qt/html/linguist-manual-2.html -share/doc/qt/html/linguist-manual-3.html -share/doc/qt/html/linguist-manual-4.html -share/doc/qt/html/linguist-manual.html -share/doc/qt/html/linguist.dcf -share/doc/qt/html/linguist.png -share/doc/qt/html/listbox-example.html -share/doc/qt/html/listboxcombo-example.html -share/doc/qt/html/listviews-example.html -share/doc/qt/html/logo32.png -share/doc/qt/html/mac-differences.html -share/doc/qt/html/mail-example.html -share/doc/qt/html/mainclasses.html -share/doc/qt/html/mainwindow-w.png -share/doc/qt/html/makeqpf.html -share/doc/qt/html/mdi-example.html -share/doc/qt/html/menu-example.html -share/doc/qt/html/menubar.png -share/doc/qt/html/metaobjects.html -share/doc/qt/html/misc.html -share/doc/qt/html/moc.html -share/doc/qt/html/modules.html -share/doc/qt/html/motif-customwidget-example.html -share/doc/qt/html/motif-dialog-example.html -share/doc/qt/html/motif-examples.html -share/doc/qt/html/motif-extension.html -share/doc/qt/html/motif-todo.png -share/doc/qt/html/motif-walkthrough-1.html -share/doc/qt/html/motif-walkthrough-10.html -share/doc/qt/html/motif-walkthrough-2.html -share/doc/qt/html/motif-walkthrough-3.html -share/doc/qt/html/motif-walkthrough-4.html -share/doc/qt/html/motif-walkthrough-5.html -share/doc/qt/html/motif-walkthrough-6.html -share/doc/qt/html/motif-walkthrough-7.html -share/doc/qt/html/motif-walkthrough-8.html -share/doc/qt/html/motif-walkthrough-9.html -share/doc/qt/html/motif-walkthrough.html -share/doc/qt/html/movies-example.html -share/doc/qt/html/multimedia.html -share/doc/qt/html/mw-addmainwidg.png -share/doc/qt/html/mw-coloriconv.png -share/doc/qt/html/mw-colortable.png -share/doc/qt/html/mw-colortool1.png -share/doc/qt/html/mw-colortool2.png -share/doc/qt/html/mw-conn1.png -share/doc/qt/html/mw-conn2.png -share/doc/qt/html/mw-conn3.png -share/doc/qt/html/mw-conn4.png -share/doc/qt/html/mw-dragaction.png -share/doc/qt/html/mw-dragviewitem.png -share/doc/qt/html/mw-editforw.png -share/doc/qt/html/mw-editfunc.png -share/doc/qt/html/mw-editincimp.png -share/doc/qt/html/mw-editvar.png -share/doc/qt/html/mw-laycoloriconv.png -share/doc/qt/html/mw-laycolortable.png -share/doc/qt/html/mw-laymainwidg.png -share/doc/qt/html/mw-menuwiz.png -share/doc/qt/html/mw-newfile.png -share/doc/qt/html/mw-newmenuitem.png -share/doc/qt/html/mw-objexplor.png -share/doc/qt/html/mw-previewform.png -share/doc/qt/html/mw-projset.png -share/doc/qt/html/mw-propedit.png -share/doc/qt/html/mw-separator.png -share/doc/qt/html/mw-settoolwiz.png -share/doc/qt/html/mw-startdesign.png -share/doc/qt/html/mw-toolbarpits.png -share/doc/qt/html/netscape-plugin.html -share/doc/qt/html/network-examples.html -share/doc/qt/html/network.html -share/doc/qt/html/networkprotocol-example.html -share/doc/qt/html/next.png -share/doc/qt/html/nextunfinished.png -share/doc/qt/html/nsplugin-examples.html -share/doc/qt/html/object.html -share/doc/qt/html/objectmodel.html -share/doc/qt/html/objecttrees.html -share/doc/qt/html/opengl-box-example.html -share/doc/qt/html/opengl-examples.html -share/doc/qt/html/opengl-gear-example.html -share/doc/qt/html/opengl-overlay-example.html -share/doc/qt/html/opengl-overlay-x11-example.html -share/doc/qt/html/opengl-pixmap-example.html -share/doc/qt/html/opengl-sharedbox-example.html -share/doc/qt/html/opengl-texture-example.html -share/doc/qt/html/opengl-x11-overlays.html -share/doc/qt/html/opengl.html -share/doc/qt/html/organizers.html -share/doc/qt/html/outliner-example.html -share/doc/qt/html/overviews-list.html -share/doc/qt/html/palette.png -share/doc/qt/html/pdf1.png -share/doc/qt/html/pen-cap-styles.png -share/doc/qt/html/pen-join-styles.png -share/doc/qt/html/pen-styles.png -share/doc/qt/html/penstyles.png -share/doc/qt/html/phrasebookdialog.png -share/doc/qt/html/phrasebookopen.png -share/doc/qt/html/picture-example.html -share/doc/qt/html/pictures.html -share/doc/qt/html/plugins-howto.html -share/doc/qt/html/plugins.html -share/doc/qt/html/popup-example.html -share/doc/qt/html/porting.html -share/doc/qt/html/porting2.html -share/doc/qt/html/prev.png -share/doc/qt/html/prevunfinished.png -share/doc/qt/html/primes.html -share/doc/qt/html/process-example.html -share/doc/qt/html/progress-example.html -share/doc/qt/html/progressbar-example.html -share/doc/qt/html/properties.html -share/doc/qt/html/propertydocs -share/doc/qt/html/propertyindex -share/doc/qt/html/qaccel-h.html -share/doc/qt/html/qaccel-members.html -share/doc/qt/html/qaccel.html -share/doc/qt/html/qaccessible-h.html -share/doc/qt/html/qaccessible-members.html -share/doc/qt/html/qaccessible.html -share/doc/qt/html/qaccessibleinterface-members.html -share/doc/qt/html/qaccessibleinterface.html -share/doc/qt/html/qaccessibleobject-members.html -share/doc/qt/html/qaccessibleobject.html -share/doc/qt/html/qaction-application-example.html -share/doc/qt/html/qaction-examples.html -share/doc/qt/html/qaction-h.html -share/doc/qt/html/qaction-members.html -share/doc/qt/html/qaction.html -share/doc/qt/html/qactiongroup-members.html -share/doc/qt/html/qactiongroup.html -share/doc/qt/html/qactiongroup_menu.png -share/doc/qt/html/qactiongroup_menu_subwidget.png -share/doc/qt/html/qactiongroup_toolbar.png -share/doc/qt/html/qactiongroup_toolbar_exclusive_subwidget.png -share/doc/qt/html/qactiongroup_toolbar_nonexclusive_subwidget.png -share/doc/qt/html/qapplication-h.html -share/doc/qt/html/qapplication-members.html -share/doc/qt/html/qapplication.html -share/doc/qt/html/qarray.html -share/doc/qt/html/qasciicache-h.html -share/doc/qt/html/qasciicache-members.html -share/doc/qt/html/qasciicache.html -share/doc/qt/html/qasciicacheiterator-members.html -share/doc/qt/html/qasciicacheiterator.html -share/doc/qt/html/qasciidict-h.html -share/doc/qt/html/qasciidict-members.html -share/doc/qt/html/qasciidict.html -share/doc/qt/html/qasciidictiterator-members.html -share/doc/qt/html/qasciidictiterator.html -share/doc/qt/html/qassistantclient-h.html -share/doc/qt/html/qassistantclient-members.html -share/doc/qt/html/qassistantclient.html -share/doc/qt/html/qasyncimageio-h.html -share/doc/qt/html/qasyncio-h.html -share/doc/qt/html/qasyncio-members.html -share/doc/qt/html/qasyncio.html -share/doc/qt/html/qaxaggregated-members.html -share/doc/qt/html/qaxaggregated.html -share/doc/qt/html/qaxbase-h.html -share/doc/qt/html/qaxbase-members.html -share/doc/qt/html/qaxbase.html -share/doc/qt/html/qaxbindable-h.html -share/doc/qt/html/qaxbindable-members.html -share/doc/qt/html/qaxbindable.html -share/doc/qt/html/qaxcontainer-example-qutlook.html -share/doc/qt/html/qaxcontainer-example-testcon.html -share/doc/qt/html/qaxcontainer-example-webbrowser.html -share/doc/qt/html/qaxcontainer-examples.html -share/doc/qt/html/qaxcontainer-faq.html -share/doc/qt/html/qaxcontainer.html -share/doc/qt/html/qaxfactory-h.html -share/doc/qt/html/qaxfactory-members.html -share/doc/qt/html/qaxfactory.html -share/doc/qt/html/qaxobject-h.html -share/doc/qt/html/qaxobject-members.html -share/doc/qt/html/qaxobject.html -share/doc/qt/html/qaxserver-demo-hierarchy.html -share/doc/qt/html/qaxserver-demo-menus.html -share/doc/qt/html/qaxserver-demo-multiple.html -share/doc/qt/html/qaxserver-demo-opengl.html -share/doc/qt/html/qaxserver-demo-simple.html -share/doc/qt/html/qaxserver-demo-tetrax.html -share/doc/qt/html/qaxserver-demo-wrapper.html -share/doc/qt/html/qaxserver-example-hierarchy.html -share/doc/qt/html/qaxserver-example-menus.html -share/doc/qt/html/qaxserver-example-multiple.html -share/doc/qt/html/qaxserver-example-opengl.html -share/doc/qt/html/qaxserver-example-simple.html -share/doc/qt/html/qaxserver-example-tetrax.html -share/doc/qt/html/qaxserver-example-wrapper.html -share/doc/qt/html/qaxserver-examples.html -share/doc/qt/html/qaxserver-faq.html -share/doc/qt/html/qaxserver.html -share/doc/qt/html/qaxwidget-h.html -share/doc/qt/html/qaxwidget-members.html -share/doc/qt/html/qaxwidget.html -share/doc/qt/html/qbig5codec-h.html -share/doc/qt/html/qbig5codec-members.html -share/doc/qt/html/qbig5codec.html -share/doc/qt/html/qbig5hkscscodec-members.html -share/doc/qt/html/qbig5hkscscodec.html -share/doc/qt/html/qbitarray-h.html -share/doc/qt/html/qbitarray-members.html -share/doc/qt/html/qbitarray.html -share/doc/qt/html/qbitmap-h.html -share/doc/qt/html/qbitmap-members.html -share/doc/qt/html/qbitmap.html -share/doc/qt/html/qbitval-members.html -share/doc/qt/html/qbitval.html -share/doc/qt/html/qboxlayout-members.html -share/doc/qt/html/qboxlayout.html -share/doc/qt/html/qbrush-h.html -share/doc/qt/html/qbrush-members.html -share/doc/qt/html/qbrush.html -share/doc/qt/html/qbttngrp-m.png -share/doc/qt/html/qbttngrp-w.png -share/doc/qt/html/qbuffer-h.html -share/doc/qt/html/qbuffer-members.html -share/doc/qt/html/qbuffer.html -share/doc/qt/html/qbutton-h.html -share/doc/qt/html/qbutton-members.html -share/doc/qt/html/qbutton.html -share/doc/qt/html/qbuttongroup-h.html -share/doc/qt/html/qbuttongroup-h.png -share/doc/qt/html/qbuttongroup-members.html -share/doc/qt/html/qbuttongroup-v.png -share/doc/qt/html/qbuttongroup.html -share/doc/qt/html/qbytearray-members.html -share/doc/qt/html/qbytearray.html -share/doc/qt/html/qcache-h.html -share/doc/qt/html/qcache-members.html -share/doc/qt/html/qcache.html -share/doc/qt/html/qcacheiterator-members.html -share/doc/qt/html/qcacheiterator.html -share/doc/qt/html/qcanvas-h.html -share/doc/qt/html/qcanvas-members.html -share/doc/qt/html/qcanvas.html -share/doc/qt/html/qcanvas.png -share/doc/qt/html/qcanvasellipse-members.html -share/doc/qt/html/qcanvasellipse.html -share/doc/qt/html/qcanvasellipse.png -share/doc/qt/html/qcanvasitem-members.html -share/doc/qt/html/qcanvasitem.html -share/doc/qt/html/qcanvasitemlist-members.html -share/doc/qt/html/qcanvasitemlist.html -share/doc/qt/html/qcanvasline-members.html -share/doc/qt/html/qcanvasline.html -share/doc/qt/html/qcanvaspixmap-members.html -share/doc/qt/html/qcanvaspixmap.html -share/doc/qt/html/qcanvaspixmaparray-members.html -share/doc/qt/html/qcanvaspixmaparray.html -share/doc/qt/html/qcanvaspolygon-members.html -share/doc/qt/html/qcanvaspolygon.html -share/doc/qt/html/qcanvaspolygonalitem-members.html -share/doc/qt/html/qcanvaspolygonalitem.html -share/doc/qt/html/qcanvasrectangle-members.html -share/doc/qt/html/qcanvasrectangle.html -share/doc/qt/html/qcanvasspline-members.html -share/doc/qt/html/qcanvasspline.html -share/doc/qt/html/qcanvassprite-members.html -share/doc/qt/html/qcanvassprite.html -share/doc/qt/html/qcanvastext-members.html -share/doc/qt/html/qcanvastext.html -share/doc/qt/html/qcanvasview-members.html -share/doc/qt/html/qcanvasview.html -share/doc/qt/html/qcdestyle-h.html -share/doc/qt/html/qcdestyle-members.html -share/doc/qt/html/qcdestyle.html -share/doc/qt/html/qchar-members.html -share/doc/qt/html/qchar.html -share/doc/qt/html/qcharref-members.html -share/doc/qt/html/qcharref.html -share/doc/qt/html/qcheckbox-h.html -share/doc/qt/html/qcheckbox-members.html -share/doc/qt/html/qcheckbox.html -share/doc/qt/html/qchecklistitem-members.html -share/doc/qt/html/qchecklistitem.html -share/doc/qt/html/qchecktableitem-members.html -share/doc/qt/html/qchecktableitem.html -share/doc/qt/html/qchildevent-members.html -share/doc/qt/html/qchildevent.html -share/doc/qt/html/qchkbox-m.png -share/doc/qt/html/qchkbox-w.png -share/doc/qt/html/qclipboard-h.html -share/doc/qt/html/qclipboard-members.html -share/doc/qt/html/qclipboard.html -share/doc/qt/html/qcloseevent-members.html -share/doc/qt/html/qcloseevent.html -share/doc/qt/html/qcollection.html -share/doc/qt/html/qcolor-h.html -share/doc/qt/html/qcolor-members.html -share/doc/qt/html/qcolor.html -share/doc/qt/html/qcolordialog-h.html -share/doc/qt/html/qcolordialog-members.html -share/doc/qt/html/qcolordialog.html -share/doc/qt/html/qcolordlg-w.png -share/doc/qt/html/qcolordrag-members.html -share/doc/qt/html/qcolordrag.html -share/doc/qt/html/qcolorgroup-members.html -share/doc/qt/html/qcolorgroup.html -share/doc/qt/html/qcombo1-m.png -share/doc/qt/html/qcombo1-w.png -share/doc/qt/html/qcombo2-m.png -share/doc/qt/html/qcombo3-m.png -share/doc/qt/html/qcombobox-h.html -share/doc/qt/html/qcombobox-members.html -share/doc/qt/html/qcombobox.html -share/doc/qt/html/qcombotableitem-members.html -share/doc/qt/html/qcombotableitem.html -share/doc/qt/html/qcommonstyle-h.html -share/doc/qt/html/qcommonstyle-members.html -share/doc/qt/html/qcommonstyle.html -share/doc/qt/html/qconststring-members.html -share/doc/qt/html/qconststring.html -share/doc/qt/html/qcontextmenuevent-members.html -share/doc/qt/html/qcontextmenuevent.html -share/doc/qt/html/qcopchannel-members.html -share/doc/qt/html/qcopchannel.html -share/doc/qt/html/qcopchannel_qws-h.html -share/doc/qt/html/qcstring-h.html -share/doc/qt/html/qcstring-members.html -share/doc/qt/html/qcstring.html -share/doc/qt/html/qcursor-h.html -share/doc/qt/html/qcursor-members.html -share/doc/qt/html/qcursor.html -share/doc/qt/html/qcustomevent-members.html -share/doc/qt/html/qcustomevent.html -share/doc/qt/html/qcustommenuitem-members.html -share/doc/qt/html/qcustommenuitem.html -share/doc/qt/html/qd-actioneditor.png -share/doc/qt/html/qd-colortool-name.png -share/doc/qt/html/qd-databrowserwzd.png -share/doc/qt/html/qd-databrowserwzdpage2.png -share/doc/qt/html/qd-databrowserwzdpage3.png -share/doc/qt/html/qd-databrowserwzdpage4.png -share/doc/qt/html/qd-databrowserwzdpage5.png -share/doc/qt/html/qd-databrowserwzdpage6.png -share/doc/qt/html/qd-datatablewzd.png -share/doc/qt/html/qd-datatablewzdpage2.png -share/doc/qt/html/qd-datatablewzdpage3.png -share/doc/qt/html/qd-datatablewzdpage4.png -share/doc/qt/html/qd-datatablewzdpage5.png -share/doc/qt/html/qd-dataviewwzd.png -share/doc/qt/html/qd-dataviewwzdpage2.png -share/doc/qt/html/qd-dataviewwzdpage3.png -share/doc/qt/html/qd-dataviewwzdpage4.png -share/doc/qt/html/qd-helptoolbuttons3.png -share/doc/qt/html/qd-mainwinwzd.png -share/doc/qt/html/qd-mainwinwzdpage2.png -share/doc/qt/html/qd-preface.png -share/doc/qt/html/qdatabrowser-h.html -share/doc/qt/html/qdatabrowser-members.html -share/doc/qt/html/qdatabrowser.html -share/doc/qt/html/qdatapump-members.html -share/doc/qt/html/qdatapump.html -share/doc/qt/html/qdatasink-members.html -share/doc/qt/html/qdatasink.html -share/doc/qt/html/qdatasource-members.html -share/doc/qt/html/qdatasource.html -share/doc/qt/html/qdatastream-h.html -share/doc/qt/html/qdatastream-members.html -share/doc/qt/html/qdatastream.html -share/doc/qt/html/qdatatable-h.html -share/doc/qt/html/qdatatable-members.html -share/doc/qt/html/qdatatable.html -share/doc/qt/html/qdataview-h.html -share/doc/qt/html/qdataview-members.html -share/doc/qt/html/qdataview.html -share/doc/qt/html/qdate-members.html -share/doc/qt/html/qdate.html -share/doc/qt/html/qdateedit-members.html -share/doc/qt/html/qdateedit.html -share/doc/qt/html/qdatetime-h.html -share/doc/qt/html/qdatetime-members.html -share/doc/qt/html/qdatetime.html -share/doc/qt/html/qdatetimeedit-h.html -share/doc/qt/html/qdatetimeedit-members.html -share/doc/qt/html/qdatetimeedit.html -share/doc/qt/html/qdatetimeeditbase-members.html -share/doc/qt/html/qdatetimeeditbase.html -share/doc/qt/html/qdeepcopy-h.html -share/doc/qt/html/qdeepcopy-members.html -share/doc/qt/html/qdeepcopy.html -share/doc/qt/html/qdesktopwidget-h.html -share/doc/qt/html/qdesktopwidget-members.html -share/doc/qt/html/qdesktopwidget.html -share/doc/qt/html/qdesktopwidget.png -share/doc/qt/html/qdial-h.html -share/doc/qt/html/qdial-m.png -share/doc/qt/html/qdial-members.html -share/doc/qt/html/qdial-w.png -share/doc/qt/html/qdial.html -share/doc/qt/html/qdialog-h.html -share/doc/qt/html/qdialog-members.html -share/doc/qt/html/qdialog.html -share/doc/qt/html/qdict-h.html -share/doc/qt/html/qdict-members.html -share/doc/qt/html/qdict.html -share/doc/qt/html/qdictiterator-members.html -share/doc/qt/html/qdictiterator.html -share/doc/qt/html/qdir-example.html -share/doc/qt/html/qdir-h.html -share/doc/qt/html/qdir-members.html -share/doc/qt/html/qdir.html -share/doc/qt/html/qdirectpainter-members.html -share/doc/qt/html/qdirectpainter.html -share/doc/qt/html/qdirectpainter_qws-h.html -share/doc/qt/html/qdns-h.html -share/doc/qt/html/qdns-members.html -share/doc/qt/html/qdns.html -share/doc/qt/html/qdockarea-h.html -share/doc/qt/html/qdockarea-members.html -share/doc/qt/html/qdockarea.html -share/doc/qt/html/qdockwindow-h.html -share/doc/qt/html/qdockwindow-members.html -share/doc/qt/html/qdockwindow.html -share/doc/qt/html/qdockwindow.png -share/doc/qt/html/qdom-h.html -share/doc/qt/html/qdomattr-members.html -share/doc/qt/html/qdomattr.html -share/doc/qt/html/qdomcdatasection-members.html -share/doc/qt/html/qdomcdatasection.html -share/doc/qt/html/qdomcharacterdata-members.html -share/doc/qt/html/qdomcharacterdata.html -share/doc/qt/html/qdomcomment-members.html -share/doc/qt/html/qdomcomment.html -share/doc/qt/html/qdomdocument-members.html -share/doc/qt/html/qdomdocument.html -share/doc/qt/html/qdomdocumentfragment-members.html -share/doc/qt/html/qdomdocumentfragment.html -share/doc/qt/html/qdomdocumenttype-members.html -share/doc/qt/html/qdomdocumenttype.html -share/doc/qt/html/qdomelement-members.html -share/doc/qt/html/qdomelement.html -share/doc/qt/html/qdomentity-members.html -share/doc/qt/html/qdomentity.html -share/doc/qt/html/qdomentityreference-members.html -share/doc/qt/html/qdomentityreference.html -share/doc/qt/html/qdomimplementation-members.html -share/doc/qt/html/qdomimplementation.html -share/doc/qt/html/qdomnamednodemap-members.html -share/doc/qt/html/qdomnamednodemap.html -share/doc/qt/html/qdomnode-members.html -share/doc/qt/html/qdomnode.html -share/doc/qt/html/qdomnodelist-members.html -share/doc/qt/html/qdomnodelist.html -share/doc/qt/html/qdomnotation-members.html -share/doc/qt/html/qdomnotation.html -share/doc/qt/html/qdomprocessinginstruction-members.html -share/doc/qt/html/qdomprocessinginstruction.html -share/doc/qt/html/qdomtext-members.html -share/doc/qt/html/qdomtext.html -share/doc/qt/html/qdoublevalidator-members.html -share/doc/qt/html/qdoublevalidator.html -share/doc/qt/html/qdragenterevent-members.html -share/doc/qt/html/qdragenterevent.html -share/doc/qt/html/qdragleaveevent-members.html -share/doc/qt/html/qdragleaveevent.html -share/doc/qt/html/qdragmoveevent-members.html -share/doc/qt/html/qdragmoveevent.html -share/doc/qt/html/qdragobject-h.html -share/doc/qt/html/qdragobject-members.html -share/doc/qt/html/qdragobject.html -share/doc/qt/html/qdrawutil-h.html -share/doc/qt/html/qdropevent-members.html -share/doc/qt/html/qdropevent.html -share/doc/qt/html/qdropsite-h.html -share/doc/qt/html/qdropsite-members.html -share/doc/qt/html/qdropsite.html -share/doc/qt/html/qeditorfactory-h.html -share/doc/qt/html/qeditorfactory-members.html -share/doc/qt/html/qeditorfactory.html -share/doc/qt/html/qembed.html -share/doc/qt/html/qerrormessage-h.html -share/doc/qt/html/qerrormessage-members.html -share/doc/qt/html/qerrormessage.html -share/doc/qt/html/qerrormessage.png -share/doc/qt/html/qeucjpcodec-h.html -share/doc/qt/html/qeucjpcodec-members.html -share/doc/qt/html/qeucjpcodec.html -share/doc/qt/html/qeuckrcodec-h.html -share/doc/qt/html/qeuckrcodec-members.html -share/doc/qt/html/qeuckrcodec.html -share/doc/qt/html/qevent-h.html -share/doc/qt/html/qevent-members.html -share/doc/qt/html/qevent.html -share/doc/qt/html/qeventloop-h.html -share/doc/qt/html/qeventloop-members.html -share/doc/qt/html/qeventloop.html -share/doc/qt/html/qfd-example.html -share/doc/qt/html/qfile-h.html -share/doc/qt/html/qfile-members.html -share/doc/qt/html/qfile.html -share/doc/qt/html/qfiledialog-h.html -share/doc/qt/html/qfiledialog-members.html -share/doc/qt/html/qfiledialog.html -share/doc/qt/html/qfiledlg-m.png -share/doc/qt/html/qfiledlg-w.png -share/doc/qt/html/qfileiconprovider-members.html -share/doc/qt/html/qfileiconprovider.html -share/doc/qt/html/qfileinfo-h.html -share/doc/qt/html/qfileinfo-members.html -share/doc/qt/html/qfileinfo.html -share/doc/qt/html/qfilepreview-members.html -share/doc/qt/html/qfilepreview.html -share/doc/qt/html/qfocusdata-h.html -share/doc/qt/html/qfocusdata-members.html -share/doc/qt/html/qfocusdata.html -share/doc/qt/html/qfocusevent-members.html -share/doc/qt/html/qfocusevent.html -share/doc/qt/html/qfont-examples.html -share/doc/qt/html/qfont-h.html -share/doc/qt/html/qfont-members.html -share/doc/qt/html/qfont.html -share/doc/qt/html/qfontdatabase-h.html -share/doc/qt/html/qfontdatabase-members.html -share/doc/qt/html/qfontdatabase.html -share/doc/qt/html/qfontdialog-h.html -share/doc/qt/html/qfontdialog-members.html -share/doc/qt/html/qfontdialog.html -share/doc/qt/html/qfontdlg-w.png -share/doc/qt/html/qfontinfo-h.html -share/doc/qt/html/qfontinfo-members.html -share/doc/qt/html/qfontinfo.html -share/doc/qt/html/qfontmanager-members.html -share/doc/qt/html/qfontmanager.html -share/doc/qt/html/qfontmanager_qws-h.html -share/doc/qt/html/qfontmetrics-h.html -share/doc/qt/html/qfontmetrics-members.html -share/doc/qt/html/qfontmetrics.html -share/doc/qt/html/qframe-h.html -share/doc/qt/html/qframe-members.html -share/doc/qt/html/qframe.html -share/doc/qt/html/qftp-h.html -share/doc/qt/html/qftp-members.html -share/doc/qt/html/qftp.html -share/doc/qt/html/qgb18030codec-h.html -share/doc/qt/html/qgb18030codec-members.html -share/doc/qt/html/qgb18030codec.html -share/doc/qt/html/qgb2312codec-members.html -share/doc/qt/html/qgb2312codec.html -share/doc/qt/html/qgbkcodec-members.html -share/doc/qt/html/qgbkcodec.html -share/doc/qt/html/qgfx_qws-h.html -share/doc/qt/html/qgfxdriverfactory-members.html -share/doc/qt/html/qgfxdriverfactory.html -share/doc/qt/html/qgfxdriverfactory_qws-h.html -share/doc/qt/html/qgfxdriverplugin-members.html -share/doc/qt/html/qgfxdriverplugin.html -share/doc/qt/html/qgfxdriverplugin_qws-h.html -share/doc/qt/html/qgl-h.html -share/doc/qt/html/qgl-members.html -share/doc/qt/html/qgl.html -share/doc/qt/html/qglayoutiterator-members.html -share/doc/qt/html/qglayoutiterator.html -share/doc/qt/html/qglcolormap-h.html -share/doc/qt/html/qglcolormap-members.html -share/doc/qt/html/qglcolormap.html -share/doc/qt/html/qglcontext-members.html -share/doc/qt/html/qglcontext.html -share/doc/qt/html/qglformat-members.html -share/doc/qt/html/qglformat.html -share/doc/qt/html/qglobal-h.html -share/doc/qt/html/qglwidget-members.html -share/doc/qt/html/qglwidget.html -share/doc/qt/html/qgrid-h.html -share/doc/qt/html/qgrid-m.png -share/doc/qt/html/qgrid-members.html -share/doc/qt/html/qgrid.html -share/doc/qt/html/qgridlayout-members.html -share/doc/qt/html/qgridlayout.html -share/doc/qt/html/qgridview-h.html -share/doc/qt/html/qgridview-members.html -share/doc/qt/html/qgridview.html -share/doc/qt/html/qgroupbox-h.html -share/doc/qt/html/qgroupbox-members.html -share/doc/qt/html/qgroupbox.html -share/doc/qt/html/qgroupboxes.png -share/doc/qt/html/qgrpbox-w.png -share/doc/qt/html/qguardedptr-h.html -share/doc/qt/html/qguardedptr-members.html -share/doc/qt/html/qguardedptr.html -share/doc/qt/html/qhbox-h.html -share/doc/qt/html/qhbox-m.png -share/doc/qt/html/qhbox-members.html -share/doc/qt/html/qhbox.html -share/doc/qt/html/qhboxlayout-members.html -share/doc/qt/html/qhboxlayout.html -share/doc/qt/html/qhboxlayout.png -share/doc/qt/html/qhbuttongroup-h.html -share/doc/qt/html/qhbuttongroup-members.html -share/doc/qt/html/qhbuttongroup.html -share/doc/qt/html/qheader-h.html -share/doc/qt/html/qheader-m.png -share/doc/qt/html/qheader-members.html -share/doc/qt/html/qheader-w.png -share/doc/qt/html/qheader.html -share/doc/qt/html/qhebrewcodec-members.html -share/doc/qt/html/qhebrewcodec.html -share/doc/qt/html/qhgroupbox-h.html -share/doc/qt/html/qhgroupbox-members.html -share/doc/qt/html/qhgroupbox.html -share/doc/qt/html/qhideevent-members.html -share/doc/qt/html/qhideevent.html -share/doc/qt/html/qhostaddress-h.html -share/doc/qt/html/qhostaddress-members.html -share/doc/qt/html/qhostaddress.html -share/doc/qt/html/qhttp-h.html -share/doc/qt/html/qhttp-members.html -share/doc/qt/html/qhttp.html -share/doc/qt/html/qhttpheader-members.html -share/doc/qt/html/qhttpheader.html -share/doc/qt/html/qhttprequestheader-members.html -share/doc/qt/html/qhttprequestheader.html -share/doc/qt/html/qhttpresponseheader-members.html -share/doc/qt/html/qhttpresponseheader.html -share/doc/qt/html/qicondrag-members.html -share/doc/qt/html/qicondrag.html -share/doc/qt/html/qicondragitem-members.html -share/doc/qt/html/qicondragitem.html -share/doc/qt/html/qiconfactory-members.html -share/doc/qt/html/qiconfactory.html -share/doc/qt/html/qiconset-h.html -share/doc/qt/html/qiconset-members.html -share/doc/qt/html/qiconset.html -share/doc/qt/html/qiconview-h.html -share/doc/qt/html/qiconview-m.png -share/doc/qt/html/qiconview-members.html -share/doc/qt/html/qiconview-w.png -share/doc/qt/html/qiconview.html -share/doc/qt/html/qiconviewitem-members.html -share/doc/qt/html/qiconviewitem.html -share/doc/qt/html/qimage-h.html -share/doc/qt/html/qimage-members.html -share/doc/qt/html/qimage.html -share/doc/qt/html/qimageconsumer-members.html -share/doc/qt/html/qimageconsumer.html -share/doc/qt/html/qimagedecoder-members.html -share/doc/qt/html/qimagedecoder.html -share/doc/qt/html/qimagedrag-members.html -share/doc/qt/html/qimagedrag.html -share/doc/qt/html/qimageformat-members.html -share/doc/qt/html/qimageformat.html -share/doc/qt/html/qimageformatplugin-h.html -share/doc/qt/html/qimageformatplugin-members.html -share/doc/qt/html/qimageformatplugin.html -share/doc/qt/html/qimageformattype-members.html -share/doc/qt/html/qimageformattype.html -share/doc/qt/html/qimageio-members.html -share/doc/qt/html/qimageio.html -share/doc/qt/html/qimevent-members.html -share/doc/qt/html/qimevent.html -share/doc/qt/html/qinputdialog-h.html -share/doc/qt/html/qinputdialog-members.html -share/doc/qt/html/qinputdialog.html -share/doc/qt/html/qintcache-h.html -share/doc/qt/html/qintcache-members.html -share/doc/qt/html/qintcache.html -share/doc/qt/html/qintcacheiterator-members.html -share/doc/qt/html/qintcacheiterator.html -share/doc/qt/html/qintdict-h.html -share/doc/qt/html/qintdict-members.html -share/doc/qt/html/qintdict.html -share/doc/qt/html/qintdictiterator-members.html -share/doc/qt/html/qintdictiterator.html -share/doc/qt/html/qintvalidator-members.html -share/doc/qt/html/qintvalidator.html -share/doc/qt/html/qiodevice-h.html -share/doc/qt/html/qiodevice-members.html -share/doc/qt/html/qiodevice.html -share/doc/qt/html/qiodevicesource-members.html -share/doc/qt/html/qiodevicesource.html -share/doc/qt/html/qjiscodec-h.html -share/doc/qt/html/qjiscodec-members.html -share/doc/qt/html/qjiscodec.html -share/doc/qt/html/qkbddriverfactory-members.html -share/doc/qt/html/qkbddriverfactory.html -share/doc/qt/html/qkbddriverfactory_qws-h.html -share/doc/qt/html/qkbddriverplugin-members.html -share/doc/qt/html/qkbddriverplugin.html -share/doc/qt/html/qkbddriverplugin_qws-h.html -share/doc/qt/html/qkeyboard_qws-h.html -share/doc/qt/html/qkeyevent-members.html -share/doc/qt/html/qkeyevent.html -share/doc/qt/html/qkeysequence-h.html -share/doc/qt/html/qkeysequence-members.html -share/doc/qt/html/qkeysequence.html -share/doc/qt/html/qlabel-h.html -share/doc/qt/html/qlabel-m.png -share/doc/qt/html/qlabel-members.html -share/doc/qt/html/qlabel-w.png -share/doc/qt/html/qlabel.html -share/doc/qt/html/qlayout-h.html -share/doc/qt/html/qlayout-members.html -share/doc/qt/html/qlayout.html -share/doc/qt/html/qlayoutitem-members.html -share/doc/qt/html/qlayoutitem.html -share/doc/qt/html/qlayoutiterator-members.html -share/doc/qt/html/qlayoutiterator.html -share/doc/qt/html/qlcdnum-m.png -share/doc/qt/html/qlcdnum-w.png -share/doc/qt/html/qlcdnumber-h.html -share/doc/qt/html/qlcdnumber-members.html -share/doc/qt/html/qlcdnumber.html -share/doc/qt/html/qlibrary-h.html -share/doc/qt/html/qlibrary-members.html -share/doc/qt/html/qlibrary.html -share/doc/qt/html/qlined-m.png -share/doc/qt/html/qlined-w.png -share/doc/qt/html/qlineedit-h.html -share/doc/qt/html/qlineedit-members.html -share/doc/qt/html/qlineedit.html -share/doc/qt/html/qlist.html -share/doc/qt/html/qlistbox-h.html -share/doc/qt/html/qlistbox-m.png -share/doc/qt/html/qlistbox-members.html -share/doc/qt/html/qlistbox-w.png -share/doc/qt/html/qlistbox.html -share/doc/qt/html/qlistboxitem-members.html -share/doc/qt/html/qlistboxitem.html -share/doc/qt/html/qlistboxpixmap-members.html -share/doc/qt/html/qlistboxpixmap.html -share/doc/qt/html/qlistboxtext-members.html -share/doc/qt/html/qlistboxtext.html -share/doc/qt/html/qlistiterator.html -share/doc/qt/html/qlistview-h.html -share/doc/qt/html/qlistview-m.png -share/doc/qt/html/qlistview-members.html -share/doc/qt/html/qlistview-w.png -share/doc/qt/html/qlistview.html -share/doc/qt/html/qlistviewitem-members.html -share/doc/qt/html/qlistviewitem.html -share/doc/qt/html/qlistviewitemiterator-members.html -share/doc/qt/html/qlistviewitemiterator.html -share/doc/qt/html/qlistviewitems.png -share/doc/qt/html/qlocalfs-h.html -share/doc/qt/html/qlocalfs-members.html -share/doc/qt/html/qlocalfs.html -share/doc/qt/html/qmacmime-members.html -share/doc/qt/html/qmacmime.html -share/doc/qt/html/qmacstyle-members.html -share/doc/qt/html/qmacstyle.html -share/doc/qt/html/qmacstyle_mac-h.html -share/doc/qt/html/qmag-example.html -share/doc/qt/html/qmainwindow-h.html -share/doc/qt/html/qmainwindow-m.png -share/doc/qt/html/qmainwindow-members.html -share/doc/qt/html/qmainwindow-qdockareas.png -share/doc/qt/html/qmainwindow-w.png -share/doc/qt/html/qmainwindow.html -share/doc/qt/html/qmake-manual-1.html -share/doc/qt/html/qmake-manual-2.html -share/doc/qt/html/qmake-manual-3.html -share/doc/qt/html/qmake-manual-4.html -share/doc/qt/html/qmake-manual-5.html -share/doc/qt/html/qmake-manual-6.html -share/doc/qt/html/qmake-manual-7.html -share/doc/qt/html/qmake-manual.html -share/doc/qt/html/qmake.dcf -share/doc/qt/html/qmap-h.html -share/doc/qt/html/qmap-members.html -share/doc/qt/html/qmap.html -share/doc/qt/html/qmapconstiterator-members.html -share/doc/qt/html/qmapconstiterator.html -share/doc/qt/html/qmapiterator-members.html -share/doc/qt/html/qmapiterator.html -share/doc/qt/html/qmemarray-h.html -share/doc/qt/html/qmemarray-members.html -share/doc/qt/html/qmemarray.html -share/doc/qt/html/qmenubar-h.html -share/doc/qt/html/qmenubar-m.png -share/doc/qt/html/qmenubar-members.html -share/doc/qt/html/qmenubar-w.png -share/doc/qt/html/qmenubar.html -share/doc/qt/html/qmenudata-h.html -share/doc/qt/html/qmenudata-members.html -share/doc/qt/html/qmenudata.html -share/doc/qt/html/qmessagebox-crit.png -share/doc/qt/html/qmessagebox-h.html -share/doc/qt/html/qmessagebox-info.png -share/doc/qt/html/qmessagebox-members.html -share/doc/qt/html/qmessagebox-quest.png -share/doc/qt/html/qmessagebox-warn.png -share/doc/qt/html/qmessagebox.html -share/doc/qt/html/qmetaobject-h.html -share/doc/qt/html/qmetaobject-members.html -share/doc/qt/html/qmetaobject.html -share/doc/qt/html/qmetaproperty-members.html -share/doc/qt/html/qmetaproperty.html -share/doc/qt/html/qmime-h.html -share/doc/qt/html/qmimesource-members.html -share/doc/qt/html/qmimesource.html -share/doc/qt/html/qmimesourcefactory-members.html -share/doc/qt/html/qmimesourcefactory.html -share/doc/qt/html/qmlined-m.png -share/doc/qt/html/qmlined-w.png -share/doc/qt/html/qmotif-h.html -share/doc/qt/html/qmotif-members.html -share/doc/qt/html/qmotif.html -share/doc/qt/html/qmotifdialog-h.html -share/doc/qt/html/qmotifdialog-members.html -share/doc/qt/html/qmotifdialog.html -share/doc/qt/html/qmotifplusstyle-h.html -share/doc/qt/html/qmotifplusstyle-members.html -share/doc/qt/html/qmotifplusstyle.html -share/doc/qt/html/qmotifstyle-h.html -share/doc/qt/html/qmotifstyle-members.html -share/doc/qt/html/qmotifstyle.html -share/doc/qt/html/qmotifwidget-h.html -share/doc/qt/html/qmotifwidget-members.html -share/doc/qt/html/qmotifwidget.html -share/doc/qt/html/qmouse_qws-h.html -share/doc/qt/html/qmousedriverfactory-members.html -share/doc/qt/html/qmousedriverfactory.html -share/doc/qt/html/qmousedriverfactory_qws-h.html -share/doc/qt/html/qmousedriverplugin-members.html -share/doc/qt/html/qmousedriverplugin.html -share/doc/qt/html/qmousedriverplugin_qws-h.html -share/doc/qt/html/qmouseevent-members.html -share/doc/qt/html/qmouseevent.html -share/doc/qt/html/qmoveevent-members.html -share/doc/qt/html/qmoveevent.html -share/doc/qt/html/qmovie-h.html -share/doc/qt/html/qmovie-members.html -share/doc/qt/html/qmovie.html -share/doc/qt/html/qmovie.png -share/doc/qt/html/qmsgbox-m.png -share/doc/qt/html/qmsgbox-w.png -share/doc/qt/html/qmultilineedit-h.html -share/doc/qt/html/qmultilineedit-members.html -share/doc/qt/html/qmultilineedit.html -share/doc/qt/html/qmutex-h.html -share/doc/qt/html/qmutex-members.html -share/doc/qt/html/qmutex.html -share/doc/qt/html/qmutexlocker-members.html -share/doc/qt/html/qmutexlocker.html -share/doc/qt/html/qnamespace-h.html -share/doc/qt/html/qnetwork-h.html -share/doc/qt/html/qnetworkoperation-members.html -share/doc/qt/html/qnetworkoperation.html -share/doc/qt/html/qnetworkprotocol-h.html -share/doc/qt/html/qnetworkprotocol-members.html -share/doc/qt/html/qnetworkprotocol.html -share/doc/qt/html/qnp-h.html -share/doc/qt/html/qnpinstance-members.html -share/doc/qt/html/qnpinstance.html -share/doc/qt/html/qnplugin-members.html -share/doc/qt/html/qnplugin.html -share/doc/qt/html/qnpstream-members.html -share/doc/qt/html/qnpstream.html -share/doc/qt/html/qnpwidget-members.html -share/doc/qt/html/qnpwidget.html -share/doc/qt/html/qobject-h.html -share/doc/qt/html/qobject-members.html -share/doc/qt/html/qobject.html -share/doc/qt/html/qobjectcleanuphandler-h.html -share/doc/qt/html/qobjectcleanuphandler-members.html -share/doc/qt/html/qobjectcleanuphandler.html -share/doc/qt/html/qobjectlist-h.html -share/doc/qt/html/qobjectlist-members.html -share/doc/qt/html/qobjectlist.html -share/doc/qt/html/qobjectlistiterator-members.html -share/doc/qt/html/qobjectlistiterator.html -share/doc/qt/html/qpaintdevice-h.html -share/doc/qt/html/qpaintdevice-members.html -share/doc/qt/html/qpaintdevice.html -share/doc/qt/html/qpaintdevicemetrics-h.html -share/doc/qt/html/qpaintdevicemetrics-members.html -share/doc/qt/html/qpaintdevicemetrics.html -share/doc/qt/html/qpainter-h.html -share/doc/qt/html/qpainter-members.html -share/doc/qt/html/qpainter.html -share/doc/qt/html/qpaintevent-members.html -share/doc/qt/html/qpaintevent.html -share/doc/qt/html/qpair-h.html -share/doc/qt/html/qpair-members.html -share/doc/qt/html/qpair.html -share/doc/qt/html/qpalette-h.html -share/doc/qt/html/qpalette-members.html -share/doc/qt/html/qpalette.html -share/doc/qt/html/qpen-h.html -share/doc/qt/html/qpen-members.html -share/doc/qt/html/qpen.html -share/doc/qt/html/qpicture-h.html -share/doc/qt/html/qpicture-members.html -share/doc/qt/html/qpicture.html -share/doc/qt/html/qpixmap-h.html -share/doc/qt/html/qpixmap-members.html -share/doc/qt/html/qpixmap.html -share/doc/qt/html/qpixmapcache-h.html -share/doc/qt/html/qpixmapcache-members.html -share/doc/qt/html/qpixmapcache.html -share/doc/qt/html/qplatinumstyle-h.html -share/doc/qt/html/qplatinumstyle-members.html -share/doc/qt/html/qplatinumstyle.html -share/doc/qt/html/qpngimagepacker-members.html -share/doc/qt/html/qpngimagepacker.html -share/doc/qt/html/qpngio-h.html -share/doc/qt/html/qpoint-h.html -share/doc/qt/html/qpoint-members.html -share/doc/qt/html/qpoint.html -share/doc/qt/html/qpointarray-h.html -share/doc/qt/html/qpointarray-members.html -share/doc/qt/html/qpointarray.html -share/doc/qt/html/qpopmenu-fancy.png -share/doc/qt/html/qpopmenu-m.png -share/doc/qt/html/qpopmenu-w.png -share/doc/qt/html/qpopupmenu-h.html -share/doc/qt/html/qpopupmenu-members.html -share/doc/qt/html/qpopupmenu.html -share/doc/qt/html/qprintdlg-m.png -share/doc/qt/html/qprinter-h.html -share/doc/qt/html/qprinter-members.html -share/doc/qt/html/qprinter.html -share/doc/qt/html/qprocess-examples.html -share/doc/qt/html/qprocess-h.html -share/doc/qt/html/qprocess-members.html -share/doc/qt/html/qprocess.html -share/doc/qt/html/qprogbar-m.png -share/doc/qt/html/qprogbar-w.png -share/doc/qt/html/qprogdlg-m.png -share/doc/qt/html/qprogdlg-w.png -share/doc/qt/html/qprogressbar-h.html -share/doc/qt/html/qprogressbar-members.html -share/doc/qt/html/qprogressbar.html -share/doc/qt/html/qprogressdialog-h.html -share/doc/qt/html/qprogressdialog-members.html -share/doc/qt/html/qprogressdialog.html -share/doc/qt/html/qptrcollection-h.html -share/doc/qt/html/qptrcollection-members.html -share/doc/qt/html/qptrcollection.html -share/doc/qt/html/qptrdict-h.html -share/doc/qt/html/qptrdict-members.html -share/doc/qt/html/qptrdict.html -share/doc/qt/html/qptrdictiterator-members.html -share/doc/qt/html/qptrdictiterator.html -share/doc/qt/html/qptrlist-h.html -share/doc/qt/html/qptrlist-members.html -share/doc/qt/html/qptrlist.html -share/doc/qt/html/qptrlistiterator-members.html -share/doc/qt/html/qptrlistiterator.html -share/doc/qt/html/qptrqueue-h.html -share/doc/qt/html/qptrqueue-members.html -share/doc/qt/html/qptrqueue.html -share/doc/qt/html/qptrstack-h.html -share/doc/qt/html/qptrstack-members.html -share/doc/qt/html/qptrstack.html -share/doc/qt/html/qptrvector-h.html -share/doc/qt/html/qptrvector-members.html -share/doc/qt/html/qptrvector.html -share/doc/qt/html/qpushbt-m.png -share/doc/qt/html/qpushbt-w.png -share/doc/qt/html/qpushbutton-h.html -share/doc/qt/html/qpushbutton-members.html -share/doc/qt/html/qpushbutton.html -share/doc/qt/html/qqueue.html -share/doc/qt/html/qradiobt-m.png -share/doc/qt/html/qradiobt-w.png -share/doc/qt/html/qradiobutton-h.html -share/doc/qt/html/qradiobutton-members.html -share/doc/qt/html/qradiobutton.html -share/doc/qt/html/qrangecontrol-h.html -share/doc/qt/html/qrangecontrol-members.html -share/doc/qt/html/qrangecontrol.html -share/doc/qt/html/qrect-h.html -share/doc/qt/html/qrect-members.html -share/doc/qt/html/qrect.html -share/doc/qt/html/qregexp-h.html -share/doc/qt/html/qregexp-members.html -share/doc/qt/html/qregexp.html -share/doc/qt/html/qregexpvalidator-members.html -share/doc/qt/html/qregexpvalidator.html -share/doc/qt/html/qregion-h.html -share/doc/qt/html/qregion-members.html -share/doc/qt/html/qregion.html -share/doc/qt/html/qresizeevent-members.html -share/doc/qt/html/qresizeevent.html -share/doc/qt/html/qrtlcodec-h.html -share/doc/qt/html/qs-addwidg.png -share/doc/qt/html/qs-editconn1.png -share/doc/qt/html/qs-editconn2.png -share/doc/qt/html/qs-editfunc.png -share/doc/qt/html/qs-editlistbox1.png -share/doc/qt/html/qs-laygrid.png -share/doc/qt/html/qs-layhoriz.png -share/doc/qt/html/qs-layvert.png -share/doc/qt/html/qs-newdlg.png -share/doc/qt/html/qs-projset.png -share/doc/qt/html/qs-pushbutt.png -share/doc/qt/html/qs-spacers.png -share/doc/qt/html/qs-taborder.png -share/doc/qt/html/qs-txtlbl.png -share/doc/qt/html/qscrbar-m.png -share/doc/qt/html/qscrbar-w.png -share/doc/qt/html/qscreen-members.html -share/doc/qt/html/qscreen.html -share/doc/qt/html/qscrollbar-h.html -share/doc/qt/html/qscrollbar-members.html -share/doc/qt/html/qscrollbar.html -share/doc/qt/html/qscrollview-cl.png -share/doc/qt/html/qscrollview-h.html -share/doc/qt/html/qscrollview-m.png -share/doc/qt/html/qscrollview-members.html -share/doc/qt/html/qscrollview-vp.png -share/doc/qt/html/qscrollview-vp2.png -share/doc/qt/html/qscrollview-w.png -share/doc/qt/html/qscrollview.html -share/doc/qt/html/qsemaphore-h.html -share/doc/qt/html/qsemaphore-members.html -share/doc/qt/html/qsemaphore.html -share/doc/qt/html/qserversocket-h.html -share/doc/qt/html/qserversocket-members.html -share/doc/qt/html/qserversocket.html -share/doc/qt/html/qsessionmanager-h.html -share/doc/qt/html/qsessionmanager-members.html -share/doc/qt/html/qsessionmanager.html -share/doc/qt/html/qsettings-h.html -share/doc/qt/html/qsettings-members.html -share/doc/qt/html/qsettings.html -share/doc/qt/html/qsgistyle-h.html -share/doc/qt/html/qsgistyle-members.html -share/doc/qt/html/qsgistyle.html -share/doc/qt/html/qshowevent-members.html -share/doc/qt/html/qshowevent.html -share/doc/qt/html/qsignal-h.html -share/doc/qt/html/qsignal-members.html -share/doc/qt/html/qsignal.html -share/doc/qt/html/qsignalmapper-h.html -share/doc/qt/html/qsignalmapper-members.html -share/doc/qt/html/qsignalmapper.html -share/doc/qt/html/qsimplerichtext-h.html -share/doc/qt/html/qsimplerichtext-members.html -share/doc/qt/html/qsimplerichtext.html -share/doc/qt/html/qsize-h.html -share/doc/qt/html/qsize-members.html -share/doc/qt/html/qsize.html -share/doc/qt/html/qsizegrip-h.html -share/doc/qt/html/qsizegrip-m.png -share/doc/qt/html/qsizegrip-members.html -share/doc/qt/html/qsizegrip-w.png -share/doc/qt/html/qsizegrip.html -share/doc/qt/html/qsizepolicy-h.html -share/doc/qt/html/qsizepolicy-members.html -share/doc/qt/html/qsizepolicy.html -share/doc/qt/html/qsjiscodec-h.html -share/doc/qt/html/qsjiscodec-members.html -share/doc/qt/html/qsjiscodec.html -share/doc/qt/html/qslider-h.html -share/doc/qt/html/qslider-m.png -share/doc/qt/html/qslider-members.html -share/doc/qt/html/qslider-w.png -share/doc/qt/html/qslider.html -share/doc/qt/html/qsmetric.png -share/doc/qt/html/qsocket-h.html -share/doc/qt/html/qsocket-members.html -share/doc/qt/html/qsocket.html -share/doc/qt/html/qsocketdevice-h.html -share/doc/qt/html/qsocketdevice-members.html -share/doc/qt/html/qsocketdevice.html -share/doc/qt/html/qsocketnotifier-h.html -share/doc/qt/html/qsocketnotifier-members.html -share/doc/qt/html/qsocketnotifier.html -share/doc/qt/html/qsortedlist-h.html -share/doc/qt/html/qsortedlist-members.html -share/doc/qt/html/qsortedlist.html -share/doc/qt/html/qsound-h.html -share/doc/qt/html/qsound-members.html -share/doc/qt/html/qsound.html -share/doc/qt/html/qspaceritem-members.html -share/doc/qt/html/qspaceritem.html -share/doc/qt/html/qspinbox-h.html -share/doc/qt/html/qspinbox-m.png -share/doc/qt/html/qspinbox-members.html -share/doc/qt/html/qspinbox-w.png -share/doc/qt/html/qspinbox.html -share/doc/qt/html/qsplashscreen-h.html -share/doc/qt/html/qsplashscreen-members.html -share/doc/qt/html/qsplashscreen.html -share/doc/qt/html/qsplitter-h.html -share/doc/qt/html/qsplitter-m.png -share/doc/qt/html/qsplitter-members.html -share/doc/qt/html/qsplitter-w.png -share/doc/qt/html/qsplitter.html -share/doc/qt/html/qsql-h.html -share/doc/qt/html/qsql-members.html -share/doc/qt/html/qsql.html -share/doc/qt/html/qsqlcursor-h.html -share/doc/qt/html/qsqlcursor-members.html -share/doc/qt/html/qsqlcursor.html -share/doc/qt/html/qsqldatabase-h.html -share/doc/qt/html/qsqldatabase-members.html -share/doc/qt/html/qsqldatabase.html -share/doc/qt/html/qsqldriver-h.html -share/doc/qt/html/qsqldriver-members.html -share/doc/qt/html/qsqldriver.html -share/doc/qt/html/qsqldriverplugin-h.html -share/doc/qt/html/qsqldriverplugin-members.html -share/doc/qt/html/qsqldriverplugin.html -share/doc/qt/html/qsqleditorfactory-h.html -share/doc/qt/html/qsqleditorfactory-members.html -share/doc/qt/html/qsqleditorfactory.html -share/doc/qt/html/qsqlerror-h.html -share/doc/qt/html/qsqlerror-members.html -share/doc/qt/html/qsqlerror.html -share/doc/qt/html/qsqlfield-h.html -share/doc/qt/html/qsqlfield-members.html -share/doc/qt/html/qsqlfield.html -share/doc/qt/html/qsqlfieldinfo-members.html -share/doc/qt/html/qsqlfieldinfo.html -share/doc/qt/html/qsqlform-h.html -share/doc/qt/html/qsqlform-members.html -share/doc/qt/html/qsqlform.html -share/doc/qt/html/qsqlindex-h.html -share/doc/qt/html/qsqlindex-members.html -share/doc/qt/html/qsqlindex.html -share/doc/qt/html/qsqlpropertymap-h.html -share/doc/qt/html/qsqlpropertymap-members.html -share/doc/qt/html/qsqlpropertymap.html -share/doc/qt/html/qsqlquery-h.html -share/doc/qt/html/qsqlquery-members.html -share/doc/qt/html/qsqlquery.html -share/doc/qt/html/qsqlrecord-h.html -share/doc/qt/html/qsqlrecord-members.html -share/doc/qt/html/qsqlrecord.html -share/doc/qt/html/qsqlrecordinfo-members.html -share/doc/qt/html/qsqlrecordinfo.html -share/doc/qt/html/qsqlresult-h.html -share/doc/qt/html/qsqlresult-members.html -share/doc/qt/html/qsqlresult.html -share/doc/qt/html/qsqlselectcursor-h.html -share/doc/qt/html/qsqlselectcursor-members.html -share/doc/qt/html/qsqlselectcursor.html -share/doc/qt/html/qstack.html -share/doc/qt/html/qstatusbar-h.html -share/doc/qt/html/qstatusbar-m.png -share/doc/qt/html/qstatusbar-members.html -share/doc/qt/html/qstatusbar-w.png -share/doc/qt/html/qstatusbar.html -share/doc/qt/html/qstoreddrag-members.html -share/doc/qt/html/qstoreddrag.html -share/doc/qt/html/qstrilist-members.html -share/doc/qt/html/qstrilist.html -share/doc/qt/html/qstring-h.html -share/doc/qt/html/qstring-members.html -share/doc/qt/html/qstring.html -share/doc/qt/html/qstringlist-h.html -share/doc/qt/html/qstringlist-members.html -share/doc/qt/html/qstringlist.html -share/doc/qt/html/qstrlist-h.html -share/doc/qt/html/qstrlist-members.html -share/doc/qt/html/qstrlist.html -share/doc/qt/html/qstrlistiterator-members.html -share/doc/qt/html/qstrlistiterator.html -share/doc/qt/html/qstyle-h.html -share/doc/qt/html/qstyle-members.html -share/doc/qt/html/qstyle.html -share/doc/qt/html/qstylefactory-h.html -share/doc/qt/html/qstylefactory-members.html -share/doc/qt/html/qstylefactory.html -share/doc/qt/html/qstyleoption-members.html -share/doc/qt/html/qstyleoption.html -share/doc/qt/html/qstyleplugin-h.html -share/doc/qt/html/qstyleplugin-members.html -share/doc/qt/html/qstyleplugin.html -share/doc/qt/html/qstylesheet-h.html -share/doc/qt/html/qstylesheet-members.html -share/doc/qt/html/qstylesheet.html -share/doc/qt/html/qstylesheetitem-members.html -share/doc/qt/html/qstylesheetitem.html -share/doc/qt/html/qsyntaxhighlighter-h.html -share/doc/qt/html/qsyntaxhighlighter-members.html -share/doc/qt/html/qsyntaxhighlighter.html -share/doc/qt/html/qt-colors.png -share/doc/qt/html/qt-members.html -share/doc/qt/html/qt-template-lib.html -share/doc/qt/html/qt.dcf -share/doc/qt/html/qt.html -share/doc/qt/html/qt32-class-chart.png -share/doc/qt/html/qtab-members.html -share/doc/qt/html/qtab.html -share/doc/qt/html/qtabbar-h.html -share/doc/qt/html/qtabbar-m.png -share/doc/qt/html/qtabbar-members.html -share/doc/qt/html/qtabbar-w.png -share/doc/qt/html/qtabbar.html -share/doc/qt/html/qtabdialog-h.html -share/doc/qt/html/qtabdialog-members.html -share/doc/qt/html/qtabdialog.html -share/doc/qt/html/qtabdlg-m.png -share/doc/qt/html/qtabdlg-w.png -share/doc/qt/html/qtable-h.html -share/doc/qt/html/qtable-members.html -share/doc/qt/html/qtable.html -share/doc/qt/html/qtable.png -share/doc/qt/html/qtableitem-members.html -share/doc/qt/html/qtableitem.html -share/doc/qt/html/qtableitems.png -share/doc/qt/html/qtableselection-members.html -share/doc/qt/html/qtableselection.html -share/doc/qt/html/qtabletevent-members.html -share/doc/qt/html/qtabletevent.html -share/doc/qt/html/qtabwidget-h.html -share/doc/qt/html/qtabwidget-m.png -share/doc/qt/html/qtabwidget-members.html -share/doc/qt/html/qtabwidget-w.png -share/doc/qt/html/qtabwidget.html -share/doc/qt/html/qtextbrowser-h.html -share/doc/qt/html/qtextbrowser-m.png -share/doc/qt/html/qtextbrowser-members.html -share/doc/qt/html/qtextbrowser-w.png -share/doc/qt/html/qtextbrowser.html -share/doc/qt/html/qtextcodec-h.html -share/doc/qt/html/qtextcodec-members.html -share/doc/qt/html/qtextcodec.html -share/doc/qt/html/qtextcodecplugin-h.html -share/doc/qt/html/qtextcodecplugin-members.html -share/doc/qt/html/qtextcodecplugin.html -share/doc/qt/html/qtextdecoder-members.html -share/doc/qt/html/qtextdecoder.html -share/doc/qt/html/qtextdrag-members.html -share/doc/qt/html/qtextdrag.html -share/doc/qt/html/qtextedit-h.html -share/doc/qt/html/qtextedit-members.html -share/doc/qt/html/qtextedit.html -share/doc/qt/html/qtextencoder-members.html -share/doc/qt/html/qtextencoder.html -share/doc/qt/html/qtextistream-members.html -share/doc/qt/html/qtextistream.html -share/doc/qt/html/qtextostream-members.html -share/doc/qt/html/qtextostream.html -share/doc/qt/html/qtextstream-h.html -share/doc/qt/html/qtextstream-members.html -share/doc/qt/html/qtextstream.html -share/doc/qt/html/qtextview-h.html -share/doc/qt/html/qtextview-members.html -share/doc/qt/html/qtextview.html -share/doc/qt/html/qthread-h.html -share/doc/qt/html/qthread-members.html -share/doc/qt/html/qthread.html -share/doc/qt/html/qthreadstorage-h.html -share/doc/qt/html/qthreadstorage-members.html -share/doc/qt/html/qthreadstorage.html -share/doc/qt/html/qtime-members.html -share/doc/qt/html/qtime.html -share/doc/qt/html/qtimeedit-members.html -share/doc/qt/html/qtimeedit.html -share/doc/qt/html/qtimer-h.html -share/doc/qt/html/qtimer-members.html -share/doc/qt/html/qtimer.html -share/doc/qt/html/qtimerevent-members.html -share/doc/qt/html/qtimerevent.html -share/doc/qt/html/qtl-qvaluelist-example.html -share/doc/qt/html/qtl.html -share/doc/qt/html/qtoolbar-h.html -share/doc/qt/html/qtoolbar-members.html -share/doc/qt/html/qtoolbar.html -share/doc/qt/html/qtoolbox-h.html -share/doc/qt/html/qtoolbox-members.html -share/doc/qt/html/qtoolbox.html -share/doc/qt/html/qtoolbutton-h.html -share/doc/qt/html/qtoolbutton-members.html -share/doc/qt/html/qtoolbutton.html -share/doc/qt/html/qtooltip-h.html -share/doc/qt/html/qtooltip-members.html -share/doc/qt/html/qtooltip.html -share/doc/qt/html/qtooltipgroup-members.html -share/doc/qt/html/qtooltipgroup.html -share/doc/qt/html/qtranslator-h.html -share/doc/qt/html/qtranslator-members.html -share/doc/qt/html/qtranslator.html -share/doc/qt/html/qtranslatormessage-members.html -share/doc/qt/html/qtranslatormessage.html -share/doc/qt/html/qtsciicodec-h.html -share/doc/qt/html/qtsciicodec-members.html -share/doc/qt/html/qtsciicodec.html -share/doc/qt/html/quridrag-members.html -share/doc/qt/html/quridrag.html -share/doc/qt/html/qurl-h.html -share/doc/qt/html/qurl-members.html -share/doc/qt/html/qurl.html -share/doc/qt/html/qurlinfo-h.html -share/doc/qt/html/qurlinfo-members.html -share/doc/qt/html/qurlinfo.html -share/doc/qt/html/qurloperator-h.html -share/doc/qt/html/qurloperator-members.html -share/doc/qt/html/qurloperator.html -share/doc/qt/html/quuid-h.html -share/doc/qt/html/quuid-members.html -share/doc/qt/html/quuid.html -share/doc/qt/html/qvalidator-h.html -share/doc/qt/html/qvalidator-members.html -share/doc/qt/html/qvalidator.html -share/doc/qt/html/qvaluelist-h.html -share/doc/qt/html/qvaluelist-members.html -share/doc/qt/html/qvaluelist.html -share/doc/qt/html/qvaluelistconstiterator-members.html -share/doc/qt/html/qvaluelistconstiterator.html -share/doc/qt/html/qvaluelistiterator-members.html -share/doc/qt/html/qvaluelistiterator.html -share/doc/qt/html/qvaluestack-h.html -share/doc/qt/html/qvaluestack-members.html -share/doc/qt/html/qvaluestack.html -share/doc/qt/html/qvaluevector-h.html -share/doc/qt/html/qvaluevector-members.html -share/doc/qt/html/qvaluevector.html -share/doc/qt/html/qvariant-h.html -share/doc/qt/html/qvariant-members.html -share/doc/qt/html/qvariant.html -share/doc/qt/html/qvbox-h.html -share/doc/qt/html/qvbox-m.png -share/doc/qt/html/qvbox-members.html -share/doc/qt/html/qvbox.html -share/doc/qt/html/qvboxlayout-members.html -share/doc/qt/html/qvboxlayout.html -share/doc/qt/html/qvboxlayout.png -share/doc/qt/html/qvbuttongroup-h.html -share/doc/qt/html/qvbuttongroup-members.html -share/doc/qt/html/qvbuttongroup.html -share/doc/qt/html/qvector.html -share/doc/qt/html/qvgroupbox-h.html -share/doc/qt/html/qvgroupbox-members.html -share/doc/qt/html/qvgroupbox.html -share/doc/qt/html/qwaitcondition-h.html -share/doc/qt/html/qwaitcondition-members.html -share/doc/qt/html/qwaitcondition.html -share/doc/qt/html/qwerty-example.html -share/doc/qt/html/qwhatsthis-h.html -share/doc/qt/html/qwhatsthis-members.html -share/doc/qt/html/qwhatsthis.html -share/doc/qt/html/qwheelevent-members.html -share/doc/qt/html/qwheelevent.html -share/doc/qt/html/qwidget-h.html -share/doc/qt/html/qwidget-members.html -share/doc/qt/html/qwidget.html -share/doc/qt/html/qwidgetfactory-h.html -share/doc/qt/html/qwidgetfactory-members.html -share/doc/qt/html/qwidgetfactory.html -share/doc/qt/html/qwidgetitem-members.html -share/doc/qt/html/qwidgetitem.html -share/doc/qt/html/qwidgetplugin-h.html -share/doc/qt/html/qwidgetplugin-members.html -share/doc/qt/html/qwidgetplugin.html -share/doc/qt/html/qwidgetstack-h.html -share/doc/qt/html/qwidgetstack-members.html -share/doc/qt/html/qwidgetstack.html -share/doc/qt/html/qwindowdefs-h.html -share/doc/qt/html/qwindowsmime-members.html -share/doc/qt/html/qwindowsmime.html -share/doc/qt/html/qwindowsstyle-h.html -share/doc/qt/html/qwindowsstyle-members.html -share/doc/qt/html/qwindowsstyle.html -share/doc/qt/html/qwindowsystem_qws-h.html -share/doc/qt/html/qwizard-h.html -share/doc/qt/html/qwizard-members.html -share/doc/qt/html/qwizard.html -share/doc/qt/html/qwizard.png -share/doc/qt/html/qwmatrix-h.html -share/doc/qt/html/qwmatrix-members.html -share/doc/qt/html/qwmatrix.html -share/doc/qt/html/qworkspace-h.html -share/doc/qt/html/qworkspace-members.html -share/doc/qt/html/qworkspace.html -share/doc/qt/html/qws.html -share/doc/qt/html/qwsdecoration-members.html -share/doc/qt/html/qwsdecoration.html -share/doc/qt/html/qwsdecoration_qws-h.html -share/doc/qt/html/qwsinputmethod-members.html -share/doc/qt/html/qwsinputmethod.html -share/doc/qt/html/qwskeyboardhandler-members.html -share/doc/qt/html/qwskeyboardhandler.html -share/doc/qt/html/qwsmousehandler-members.html -share/doc/qt/html/qwsmousehandler.html -share/doc/qt/html/qwsserver-members.html -share/doc/qt/html/qwsserver.html -share/doc/qt/html/qwswindow-members.html -share/doc/qt/html/qwswindow.html -share/doc/qt/html/qxml-h.html -share/doc/qt/html/qxmlattributes-members.html -share/doc/qt/html/qxmlattributes.html -share/doc/qt/html/qxmlcontenthandler-members.html -share/doc/qt/html/qxmlcontenthandler.html -share/doc/qt/html/qxmldeclhandler-members.html -share/doc/qt/html/qxmldeclhandler.html -share/doc/qt/html/qxmldefaulthandler-members.html -share/doc/qt/html/qxmldefaulthandler.html -share/doc/qt/html/qxmldtdhandler-members.html -share/doc/qt/html/qxmldtdhandler.html -share/doc/qt/html/qxmlentityresolver-members.html -share/doc/qt/html/qxmlentityresolver.html -share/doc/qt/html/qxmlerrorhandler-members.html -share/doc/qt/html/qxmlerrorhandler.html -share/doc/qt/html/qxmlinputsource-members.html -share/doc/qt/html/qxmlinputsource.html -share/doc/qt/html/qxmllexicalhandler-members.html -share/doc/qt/html/qxmllexicalhandler.html -share/doc/qt/html/qxmllocator-members.html -share/doc/qt/html/qxmllocator.html -share/doc/qt/html/qxmlnamespacesupport-members.html -share/doc/qt/html/qxmlnamespacesupport.html -share/doc/qt/html/qxmlparseexception-members.html -share/doc/qt/html/qxmlparseexception.html -share/doc/qt/html/qxmlreader-members.html -share/doc/qt/html/qxmlreader.html -share/doc/qt/html/qxmlsimplereader-members.html -share/doc/qt/html/qxmlsimplereader.html -share/doc/qt/html/qxtwidget-h.html -share/doc/qt/html/qxtwidget-members.html -share/doc/qt/html/qxtwidget.html -share/doc/qt/html/rangecontrols-example.html -share/doc/qt/html/rd-add.png -share/doc/qt/html/rd-chooseanimage.png -share/doc/qt/html/rd-chooseapixmap.png -share/doc/qt/html/rd-configmf.png -share/doc/qt/html/rd-configtb.png -share/doc/qt/html/rd-cwidgdef.png -share/doc/qt/html/rd-cwidgprop.png -share/doc/qt/html/rd-cwidgsig.png -share/doc/qt/html/rd-cwidgslot.png -share/doc/qt/html/rd-dbconn.png -share/doc/qt/html/rd-ediconview.png -share/doc/qt/html/rd-editincdec.png -share/doc/qt/html/rd-edittext1.png -share/doc/qt/html/rd-edittext2.png -share/doc/qt/html/rd-edlistbox.png -share/doc/qt/html/rd-edlistview.png -share/doc/qt/html/rd-edlistview2.png -share/doc/qt/html/rd-edpalette.png -share/doc/qt/html/rd-edtablecol.png -share/doc/qt/html/rd-edtablerow.png -share/doc/qt/html/rd-find.png -share/doc/qt/html/rd-formset.png -share/doc/qt/html/rd-goto.png -share/doc/qt/html/rd-image.png -share/doc/qt/html/rd-open.png -share/doc/qt/html/rd-pagetitle.png -share/doc/qt/html/rd-prefedit1.png -share/doc/qt/html/rd-prefgen1.png -share/doc/qt/html/rd-projset.png -share/doc/qt/html/rd-projset2.png -share/doc/qt/html/rd-replace.png -share/doc/qt/html/rd-saveas.png -share/doc/qt/html/rd-saveform.png -share/doc/qt/html/rd-saveformas.png -share/doc/qt/html/rd-saveprojset.png -share/doc/qt/html/rd-selcolor.png -share/doc/qt/html/rd-selfont.png -share/doc/qt/html/rd-startdesigntab2.png -share/doc/qt/html/rd-template.png -share/doc/qt/html/rd-text.png -share/doc/qt/html/rd-title.png -share/doc/qt/html/rd-tunepalette.png -share/doc/qt/html/removed20.html -share/doc/qt/html/richtext-example.html -share/doc/qt/html/rintersect.png -share/doc/qt/html/rmo-editmenu.png -share/doc/qt/html/rmo-filemenu.png -share/doc/qt/html/rmo-helpmenu.png -share/doc/qt/html/rmo-layoutmenu.png -share/doc/qt/html/rmo-previewmenu.png -share/doc/qt/html/rmo-projectmenu.png -share/doc/qt/html/rmo-searchmenu.png -share/doc/qt/html/rmo-toolsmenu.png -share/doc/qt/html/rmo-windowmenu.png -share/doc/qt/html/rot-example.html -share/doc/qt/html/rsubtract.png -share/doc/qt/html/rtb-edit.png -share/doc/qt/html/rtb-file.png -share/doc/qt/html/rtb-layout.png -share/doc/qt/html/rtb-search.png -share/doc/qt/html/rtb-tbbuttons.png -share/doc/qt/html/rtb-tbcontain.png -share/doc/qt/html/rtb-tbcustom.png -share/doc/qt/html/rtb-tbdatabase.png -share/doc/qt/html/rtb-tbdisplay.png -share/doc/qt/html/rtb-tbinput.png -share/doc/qt/html/rtb-tbviews.png -share/doc/qt/html/rtb-toolbox.png -share/doc/qt/html/rtb-tools.png -share/doc/qt/html/runion.png -share/doc/qt/html/rxor.png -share/doc/qt/html/scaling.png -share/doc/qt/html/scribble-example.html -share/doc/qt/html/scrollview-example.html -share/doc/qt/html/search.png -share/doc/qt/html/session.html -share/doc/qt/html/session.png -share/doc/qt/html/shared.html -share/doc/qt/html/shclass.html -share/doc/qt/html/showimg-example.html -share/doc/qt/html/sidebar.png -share/doc/qt/html/signalsandslots.html -share/doc/qt/html/simple-application-example.html -share/doc/qt/html/simple-application.html -share/doc/qt/html/simple-font-demo-example.html -share/doc/qt/html/simple_dd-example.html -share/doc/qt/html/small-table-example-example.html -share/doc/qt/html/smooth.png -share/doc/qt/html/sound-example.html -share/doc/qt/html/splitter-example.html -share/doc/qt/html/splitter-views-w.png -share/doc/qt/html/sql-driver.html -share/doc/qt/html/sql-examples.html -share/doc/qt/html/sql-overview-basicbrowsing-main-cpp.html -share/doc/qt/html/sql-overview-basicbrowsing2-main-cpp.html -share/doc/qt/html/sql-overview-basicdatamanip-main-cpp.html -share/doc/qt/html/sql-overview-connect1-main-cpp.html -share/doc/qt/html/sql-overview-create_connections-main-cpp.html -share/doc/qt/html/sql-overview-custom1-main-cpp.html -share/doc/qt/html/sql-overview-custom1-main-h.html -share/doc/qt/html/sql-overview-delete-main-cpp.html -share/doc/qt/html/sql-overview-extract-main-cpp.html -share/doc/qt/html/sql-overview-form1-main-cpp.html -share/doc/qt/html/sql-overview-form2-main-h.html -share/doc/qt/html/sql-overview-insert-main-cpp.html -share/doc/qt/html/sql-overview-navigating-main-cpp.html -share/doc/qt/html/sql-overview-order1-main-cpp.html -share/doc/qt/html/sql-overview-order2-main-cpp.html -share/doc/qt/html/sql-overview-retrieve1-main-cpp.html -share/doc/qt/html/sql-overview-retrieve2-main-cpp.html -share/doc/qt/html/sql-overview-subclass1-main-cpp.html -share/doc/qt/html/sql-overview-subclass2-main-cpp.html -share/doc/qt/html/sql-overview-subclass2-main-h.html -share/doc/qt/html/sql-overview-subclass3-main-cpp.html -share/doc/qt/html/sql-overview-subclass3-main-h.html -share/doc/qt/html/sql-overview-subclass4-main-cpp.html -share/doc/qt/html/sql-overview-subclass4-main-h.html -share/doc/qt/html/sql-overview-subclass5-main-cpp.html -share/doc/qt/html/sql-overview-subclass5-main-h.html -share/doc/qt/html/sql-overview-table1-main-cpp.html -share/doc/qt/html/sql-overview-table2-main-cpp.html -share/doc/qt/html/sql-overview-table3-main-cpp.html -share/doc/qt/html/sql-overview-table3-main-h.html -share/doc/qt/html/sql-overview-table4-main-cpp.html -share/doc/qt/html/sql-overview-table4-main-h.html -share/doc/qt/html/sql-overview-update-main-cpp.html -share/doc/qt/html/sql.html -share/doc/qt/html/sqltable-example.html -share/doc/qt/html/statistics-example.html -share/doc/qt/html/step-by-step-examples.html -share/doc/qt/html/t1.png -share/doc/qt/html/t10-cannon-cpp.html -share/doc/qt/html/t10-cannon-h.html -share/doc/qt/html/t10-lcdrange-cpp.html -share/doc/qt/html/t10-lcdrange-h.html -share/doc/qt/html/t10-main-cpp.html -share/doc/qt/html/t10.png -share/doc/qt/html/t11-cannon-cpp.html -share/doc/qt/html/t11-cannon-h.html -share/doc/qt/html/t11-lcdrange-cpp.html -share/doc/qt/html/t11-lcdrange-h.html -share/doc/qt/html/t11-main-cpp.html -share/doc/qt/html/t11.png -share/doc/qt/html/t12-cannon-cpp.html -share/doc/qt/html/t12-cannon-h.html -share/doc/qt/html/t12-lcdrange-cpp.html -share/doc/qt/html/t12-lcdrange-h.html -share/doc/qt/html/t12-main-cpp.html -share/doc/qt/html/t12.png -share/doc/qt/html/t13-cannon-cpp.html -share/doc/qt/html/t13-cannon-h.html -share/doc/qt/html/t13-gamebrd-cpp.html -share/doc/qt/html/t13-gamebrd-h.html -share/doc/qt/html/t13-lcdrange-cpp.html -share/doc/qt/html/t13-lcdrange-h.html -share/doc/qt/html/t13-main-cpp.html -share/doc/qt/html/t13.png -share/doc/qt/html/t14-cannon-cpp.html -share/doc/qt/html/t14-cannon-h.html -share/doc/qt/html/t14-gamebrd-cpp.html -share/doc/qt/html/t14-gamebrd-h.html -share/doc/qt/html/t14-lcdrange-cpp.html -share/doc/qt/html/t14-lcdrange-h.html -share/doc/qt/html/t14-main-cpp.html -share/doc/qt/html/t14.png -share/doc/qt/html/t2.png -share/doc/qt/html/t3.png -share/doc/qt/html/t4.png -share/doc/qt/html/t5.png -share/doc/qt/html/t6.png -share/doc/qt/html/t7-lcdrange-cpp.html -share/doc/qt/html/t7-lcdrange-h.html -share/doc/qt/html/t7-main-cpp.html -share/doc/qt/html/t7.png -share/doc/qt/html/t8-cannon-cpp.html -share/doc/qt/html/t8-cannon-h.html -share/doc/qt/html/t8-lcdrange-cpp.html -share/doc/qt/html/t8-lcdrange-h.html -share/doc/qt/html/t8-main-cpp.html -share/doc/qt/html/t8.png -share/doc/qt/html/t9-cannon-cpp.html -share/doc/qt/html/t9-cannon-h.html -share/doc/qt/html/t9-lcdrange-cpp.html -share/doc/qt/html/t9-lcdrange-h.html -share/doc/qt/html/t9-main-cpp.html -share/doc/qt/html/t9.png -share/doc/qt/html/t9_1.png -share/doc/qt/html/t9_2.png -share/doc/qt/html/tabdialog-example.html -share/doc/qt/html/table-bigtable-main-cpp.html -share/doc/qt/html/table-examples.html -share/doc/qt/html/table-small-table-demo-main-cpp.html -share/doc/qt/html/table-statistics-statistics-cpp.html -share/doc/qt/html/table.html -share/doc/qt/html/tablet-example.html -share/doc/qt/html/tagreader-example.html -share/doc/qt/html/tagreader-with-features-example.html -share/doc/qt/html/templates.html -share/doc/qt/html/tetrix-example.html -share/doc/qt/html/text.html -share/doc/qt/html/textedit-example.html -share/doc/qt/html/themes-example.html -share/doc/qt/html/thread.html -share/doc/qt/html/threads.html -share/doc/qt/html/tictac-example.html -share/doc/qt/html/time.html -share/doc/qt/html/timers.html -share/doc/qt/html/titleindex -share/doc/qt/html/toggleaction-example.html -share/doc/qt/html/toolbar.png -share/doc/qt/html/toolbar1.png -share/doc/qt/html/tools-list.html -share/doc/qt/html/tools.html -share/doc/qt/html/tooltip-example.html -share/doc/qt/html/toplevel-example.html -share/doc/qt/html/trademarks.html -share/doc/qt/html/trivial-nsplugin-example.html -share/doc/qt/html/troll.html -share/doc/qt/html/tt1_en.png -share/doc/qt/html/tt1_la.png -share/doc/qt/html/tt2_en.png -share/doc/qt/html/tt2_fr.png -share/doc/qt/html/tt2_nl.png -share/doc/qt/html/tt3_10_en.png -share/doc/qt/html/tt3_10_pt_bad.png -share/doc/qt/html/tt3_10_pt_good.png -share/doc/qt/html/tt3_11_about_pt.png -share/doc/qt/html/tt3_11_en.png -share/doc/qt/html/tt3_11_pt.png -share/doc/qt/html/tutorial.html -share/doc/qt/html/tutorial1-01.html -share/doc/qt/html/tutorial1-02.html -share/doc/qt/html/tutorial1-03.html -share/doc/qt/html/tutorial1-04.html -share/doc/qt/html/tutorial1-05.html -share/doc/qt/html/tutorial1-06.html -share/doc/qt/html/tutorial1-07.html -share/doc/qt/html/tutorial1-08.html -share/doc/qt/html/tutorial1-09.html -share/doc/qt/html/tutorial1-10.html -share/doc/qt/html/tutorial1-11.html -share/doc/qt/html/tutorial1-12.html -share/doc/qt/html/tutorial1-13.html -share/doc/qt/html/tutorial1-14.html -share/doc/qt/html/tutorial2-01.html -share/doc/qt/html/tutorial2-02.html -share/doc/qt/html/tutorial2-03.html -share/doc/qt/html/tutorial2-04.html -share/doc/qt/html/tutorial2-05.html -share/doc/qt/html/tutorial2-06.html -share/doc/qt/html/tutorial2-07.html -share/doc/qt/html/tutorial2-08.html -share/doc/qt/html/tutorial2-09.html -share/doc/qt/html/tutorial2-10.html -share/doc/qt/html/tutorial2-11.html -share/doc/qt/html/tutorial2.html -share/doc/qt/html/uic.html -share/doc/qt/html/unicode.html -share/doc/qt/html/unsmooth.png -share/doc/qt/html/validateaccelerators.png -share/doc/qt/html/validatephrases.png -share/doc/qt/html/validatepunctuation.png -share/doc/qt/html/web.png -share/doc/qt/html/whatsthis -share/doc/qt/html/whatsthis.png -share/doc/qt/html/widgets-example.html -share/doc/qt/html/win-objexplor1.png -share/doc/qt/html/win-objexplor2.png -share/doc/qt/html/win-projoverview.png -share/doc/qt/html/win-propedit1.png -share/doc/qt/html/win-propedit2.png -share/doc/qt/html/winsystem.html -share/doc/qt/html/wizard-example.html -share/doc/qt/html/wizard-wizard-cpp.html -share/doc/qt/html/wizard-wizard-h.html -share/doc/qt/html/workspace.html -share/doc/qt/html/xform-example.html -share/doc/qt/html/xform.png -share/doc/qt/html/xml-examples.html -share/doc/qt/html/xml-sax-features-walkthrough.html -share/doc/qt/html/xml-sax-walkthrough.html -share/doc/qt/html/xml-tools.html -share/doc/qt/html/xml.html -share/doc/qt/html/y2k.html -share/qt/phrasebooks/danish.qph -share/qt/phrasebooks/dutch.qph -share/qt/phrasebooks/finnish.qph -share/qt/phrasebooks/french.qph -share/qt/phrasebooks/german.qph -share/qt/phrasebooks/italian.qph -share/qt/phrasebooks/norwegian.qph -share/qt/phrasebooks/russian.qph -share/qt/phrasebooks/spanish.qph -share/qt/phrasebooks/swedish.qph -share/qt/templates/Configuration_Dialog.ui -share/qt/templates/Dialog_with_Buttons_(Bottom).ui -share/qt/templates/Dialog_with_Buttons_(Right).ui -share/qt/templates/Tab_Dialog.ui -translations/assistant_de.qm -translations/qt_ar.qm -translations/qt_de.qm -translations/qt_fr.qm -translations/qt_iw.qm -translations/qt_ru.qm -@dirrm translations -@dirrm share/qt/templates -@dirrm share/qt/phrasebooks -@dirrm share/qt -@dirrm share/doc/qt/html -@dirrm share/doc/qt -@dirrm lib/plugins/designer -@dirrm lib/plugins -@unexec rmdir %D/lib/pkgconfig -@dirrm include/private diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 1bedde1226ec..ff301cbce322 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -7,7 +7,7 @@ # PORTNAME= qt -PORTVERSION= 3.2.3 +PORTVERSION= 3.3.1 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -18,11 +18,11 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A C++ X GUI toolkit -IGNORE= This will become the port of QT 3.3.1. Right now it's just a placeholder. BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ + audio:${PORTSDIR}/audio/nas \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg @@ -38,10 +38,10 @@ NO_FILTER_SHLIBS=yes CONFIGURE_ARGS+= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -fast -xinerama -no-g++-exceptions -no-stl \ + -system-zlib -sm -qt-gif -thread -system-nas-sound \ + -fast -xinerama -no-g++-exceptions -stl -no-nis \ ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \ - -verbose -docdir ${DOCSDIR} \ + -verbose -docdir ${DOCSDIR} -tablet -ipv6 \ -plugindir ${PREFIX}/lib/plugins CONFIGURE_ENV?= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH @@ -80,7 +80,7 @@ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft CONFIGURE_ARGS+=-no-xft .endif -.if defined(DEBUG) +.if defined(WANT_QT_DEBUG) CONFIGURE_ARGS+=-debug .endif @@ -123,9 +123,17 @@ post-patch: .if defined(PLATFORM) @${REINPLACE_CMD} -e 's|$$outpath/bin/qmake|${QTBASE}/bin/qmake|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$$OUTDIR/bin/qmake|${QTBASE}/bin/qmake|g' \ + ${WRKSRC}/config.tests/unix/endian.test \ + ${WRKSRC}/config.tests/unix/largefile.test \ + ${WRKSRC}/config.tests/unix/ptrsize.test .else @${REINPLACE_CMD} -e 's|$$outpath/bin/qmake|${LOCALBASE}/bin/qmake|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$$OUTDIR/bin/qmake|${LOCALBASE}/bin/qmake|g' \ + ${WRKSRC}/config.tests/unix/endian.test \ + ${WRKSRC}/config.tests/unix/largefile.test \ + ${WRKSRC}/config.tests/unix/ptrsize.test .endif @${REINPLACE_CMD} -e 's|^ cd qmake.*||' ${WRKSRC}/Makefile diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo index 3d346c5edda8..4de0a153a14c 100644 --- a/x11-toolkits/qt33/distinfo +++ b/x11-toolkits/qt33/distinfo @@ -1 +1,2 @@ -MD5 (KDE/qt-x11-free-3.2.3.tar.bz2) = cd6df28c81ac00d97d62bd9942b8da03 +MD5 (KDE/qt-x11-free-3.3.1.tar.bz2) = 4e599bedfcb3fe389bc7ec921c476432 +SIZE (KDE/qt-x11-free-3.3.1.tar.bz2) = 14397600 diff --git a/x11-toolkits/qt33/files/patch-include-qmlined.h b/x11-toolkits/qt33/files/patch-include-qmlined.h deleted file mode 100644 index 822c77855959..000000000000 --- a/x11-toolkits/qt33/files/patch-include-qmlined.h +++ /dev/null @@ -1,9 +0,0 @@ ---- include/qmlined.h.orig Sat Feb 15 02:26:37 2003 -+++ include/qmlined.h Sat Feb 15 02:27:45 2003 -@@ -22,5 +22,5 @@ - *****************************************************************************/ - #ifndef QMLINED_H - #define QMLINED_H --#include "qtmultilineedit.h" -+#include "qtextedit.h" - #endif diff --git a/x11-toolkits/qt33/files/patch-qanimationwriter.cpp b/x11-toolkits/qt33/files/patch-qanimationwriter.cpp deleted file mode 100644 index 9e7db8a94a02..000000000000 --- a/x11-toolkits/qt33/files/patch-qanimationwriter.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/qvfb/qanimationwriter.cpp.orig Wed Nov 27 02:45:38 2002 -+++ tools/qvfb/qanimationwriter.cpp Wed Nov 27 02:45:56 2002 -@@ -25,6 +25,7 @@ - - #include <png.h> - #include <netinet/in.h> // for htonl -+#include <limits.h> - - class QAnimationWriterData { - public: diff --git a/x11-toolkits/qt33/files/patch-src-kernel-qfontdatabase_x11.cpp b/x11-toolkits/qt33/files/patch-src-kernel-qfontdatabase_x11.cpp new file mode 100644 index 000000000000..b58f36156fad --- /dev/null +++ b/x11-toolkits/qt33/files/patch-src-kernel-qfontdatabase_x11.cpp @@ -0,0 +1,27 @@ +--- src/kernel/qfontdatabase_x11.cpp 2004-03-04 17:53:01.000000000 +0100 ++++ src/kernel/qfontdatabase_x11.cpp 2004-03-04 17:47:59.000000000 +0100 +@@ -1508,6 +1516,24 @@ + XftResult res; + XftPattern *result = + XftFontMatch( QPaintDevice::x11AppDisplay(), fp->screen, pattern, &res ); ++#ifdef QT_XFT2 ++ if (script == QFont::Latin) { ++ // since we added the Euro char on top, check we actually got the family ++ // we requested. If we didn't get it correctly, remove the Euro from the pattern ++ // and try again. ++ FcChar8 *f; ++ res = FcPatternGetString(result, FC_FAMILY, 0, &f); ++ if (res == FcResultMatch && QString::fromUtf8((char *)f) != family->rawName) { ++ qDebug("trying without Euro"); ++ FcPatternDel(pattern, FC_CHARSET); ++ FcCharSet *cs = FcCharSetCreate(); ++ QChar sample = sampleCharacter(script); ++ FcCharSetAddChar(cs, sample.unicode()); ++ FcPatternAddCharSet(pattern, FC_CHARSET, cs); ++ result = XftFontMatch( QPaintDevice::x11AppDisplay(), fp->screen, pattern, &res ); ++ } ++ } ++#endif + XftPatternDestroy(pattern); + + // We pass a duplicate to XftFontOpenPattern because either xft font diff --git a/x11-toolkits/qt33/files/qapplication.cpp.diff b/x11-toolkits/qt33/files/qapplication.cpp.diff deleted file mode 100644 index b84fd01f8f74..000000000000 --- a/x11-toolkits/qt33/files/qapplication.cpp.diff +++ /dev/null @@ -1,74 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication.cpp,v -retrieving revision 1.61 -retrieving revision 1.62 -diff -u -p -r1.61 -r1.62 ---- qt-copy/src/kernel/qapplication.cpp 2002/11/13 16:46:34 1.61 -+++ qt-copy/src/kernel/qapplication.cpp 2002/11/14 08:57:34 1.62 -@@ -3257,6 +3257,66 @@ Q_EXPORT void qt_dispatchEnterLeave( QWi - } - - -+#ifdef Q_WS_MACX -+extern QWidget *qt_tryModalHelperMac( QWidget * top ); //qapplication_mac.cpp -+#endif -+ -+ -+/*!\internal -+ -+ Called from qapplication_<platform>.cpp, returns TRUE -+ if the widget should accept the event. -+ */ -+bool qt_tryModalHelper( QWidget *widget, QWidget **rettop ) { -+ QWidget *modal=0, *top=QApplication::activeModalWidget(); -+ if ( rettop ) *rettop = top; -+ -+ if ( qApp->activePopupWidget() ) -+ return TRUE; -+ -+#ifdef Q_WS_MACX -+ top = qt_tryModalHelperMac( top ); -+ if ( rettop ) *rettop = top; -+#endif -+ -+ QWidget* groupLeader = widget; -+ widget = widget->topLevelWidget(); -+ -+ if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -+ modal = widget; -+ if ( !top || modal == top ) // don't block event -+ return TRUE; -+ -+ QWidget * p = widget->parentWidget(); // Check if the active modal widget is a parent of our widget -+ while ( p ) { -+ if ( p == top ) -+ return TRUE; -+ p = p->parentWidget(); -+ } -+ -+ while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -+ groupLeader = groupLeader->parentWidget(); -+ -+ if ( groupLeader ) { -+ // Does groupLeader have a child in qt_modal_stack? -+ bool unrelated = TRUE; -+ modal = qt_modal_stack->first(); -+ while (modal && unrelated) { -+ QWidget* p = modal->parentWidget(); -+ while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -+ p = p->parentWidget(); -+ } -+ modal = qt_modal_stack->next(); -+ if ( p == groupLeader ) unrelated = FALSE; -+ } -+ -+ if ( unrelated ) -+ return TRUE; // don't block event -+ } -+ return FALSE; -+} -+ -+ - /*! - Returns the desktop widget (also called the root window). - diff --git a/x11-toolkits/qt33/files/qapplication_p.h.diff b/x11-toolkits/qt33/files/qapplication_p.h.diff deleted file mode 100644 index 8b9268c696b8..000000000000 --- a/x11-toolkits/qt33/files/qapplication_p.h.diff +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_p.h,v -retrieving revision 1.21 -retrieving revision 1.22 -diff -u -p -r1.21 -r1.22 ---- qt-copy/src/kernel/qapplication_p.h 2002/11/13 16:46:34 1.21 -+++ qt-copy/src/kernel/qapplication_p.h 2002/11/14 08:57:34 1.22 -@@ -83,7 +83,6 @@ extern int qt_ncols_option; - - - extern void qt_dispatchEnterLeave( QWidget*, QWidget* ); -- -- -+extern bool qt_tryModalHelper( QWidget *, QWidget ** = 0 ); - - #endif diff --git a/x11-toolkits/qt33/files/qapplication_x11.cpp.diff b/x11-toolkits/qt33/files/qapplication_x11.cpp.diff deleted file mode 100644 index 877de05c5950..000000000000 --- a/x11-toolkits/qt33/files/qapplication_x11.cpp.diff +++ /dev/null @@ -1,48 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_x11.cpp,v -retrieving revision 1.81 -retrieving revision 1.82 -diff -u -p -r1.81 -r1.82 ---- qt-copy/src/kernel/qapplication_x11.cpp 2002/11/13 16:46:34 1.81 -+++ qt-copy/src/kernel/qapplication_x11.cpp 2002/11/14 08:57:34 1.82 -@@ -3691,39 +3691,9 @@ void qt_leave_modal( QWidget *widget ) - - bool qt_try_modal( QWidget *widget, XEvent *event ) - { -- if ( qApp->activePopupWidget() ) -+ if ( qt_tryModalHelper( widget ) ) - return TRUE; - -- QWidget *modal=0, *top=QApplication::activeModalWidget(); -- -- QWidget* groupLeader = widget; -- widget = widget->topLevelWidget(); -- -- if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal -- modal = widget; -- if ( !top || modal == top ) // don't block event -- return TRUE; -- -- while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) ) -- groupLeader = groupLeader->parentWidget(); -- -- if ( groupLeader ) { -- // Does groupLeader have a child in qt_modal_stack? -- bool unrelated = TRUE; -- modal = qt_modal_stack->first(); -- while (modal && unrelated) { -- QWidget* p = modal->parentWidget(); -- while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) { -- p = p->parentWidget(); -- } -- modal = qt_modal_stack->next(); -- if ( p == groupLeader ) unrelated = FALSE; -- } -- -- if ( unrelated ) -- return TRUE; // don't block event -- } -- - bool block_event = FALSE; - switch ( event->type ) { - case ButtonPress: // disallow mouse/key events diff --git a/x11-toolkits/qt33/files/qeffects.cpp.diff b/x11-toolkits/qt33/files/qeffects.cpp.diff deleted file mode 100644 index 4ad9ee987455..000000000000 --- a/x11-toolkits/qt33/files/qeffects.cpp.diff +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/widgets/qeffects.cpp,v -retrieving revision 1.18 -retrieving revision 1.19 -diff -u -p -r1.18 -r1.19 ---- qt-copy/src/widgets/qeffects.cpp 2002/10/30 01:54:25 1.18 -+++ qt-copy/src/widgets/qeffects.cpp 2002/11/21 01:30:32 1.19 -@@ -275,6 +275,7 @@ void QAlphaWidget::render() - q_blend = 0; - deleteLater(); - } else { -+ widget->clearWState( WState_ForceHide ); - alphaBlend(); - pm = mixed; - repaint( FALSE ); -@@ -505,6 +506,7 @@ void QRollEffect::run( int time ) - void QRollEffect::scroll() - { - if ( !done ) { -+ widget->clearWState( WState_ForceHide ); - int tempel = checkTime.elapsed(); - if ( elapsed >= tempel ) - elapsed++; diff --git a/x11-toolkits/qt33/files/qwidget_x11.cpp.diff b/x11-toolkits/qt33/files/qwidget_x11.cpp.diff deleted file mode 100644 index de7fa1e41c6f..000000000000 --- a/x11-toolkits/qt33/files/qwidget_x11.cpp.diff +++ /dev/null @@ -1,15 +0,0 @@ -=================================================================== -RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qwidget_x11.cpp,v -retrieving revision 1.55 -retrieving revision 1.56 -diff -u -p -r1.55 -r1.56 ---- qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 16:46:35 1.55 -+++ qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 17:28:42 1.56 -@@ -1561,7 +1561,6 @@ void QWidget::showMinimized() - else { - topData()->showMode = 1; - show(); -- hideChildren( FALSE ); - } - } else { - show(); diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist index 4bf476a3cffd..58888125ffc4 100644 --- a/x11-toolkits/qt33/pkg-plist +++ b/x11-toolkits/qt33/pkg-plist @@ -17,7 +17,6 @@ include/private/qapplication_p.h include/private/qcolor_p.h include/private/qcom_p.h include/private/qcomlibrary_p.h -include/private/qcomplextext_p.h include/private/qcomponentfactory_p.h include/private/qcriticalsection_p.h include/private/qdialogbuttons_p.h @@ -29,13 +28,16 @@ include/private/qfontcodecs_p.h include/private/qfontdata_p.h include/private/qfontengine_p.h include/private/qgfxdriverinterface_p.h +include/private/qgl_x11_p.h include/private/qgpluginmanager_p.h include/private/qimageformatinterface_p.h include/private/qinputcontext_p.h include/private/qinternal_p.h +include/private/qisciicodec_p.h include/private/qkbddriverinterface_p.h include/private/qlayoutengine_p.h include/private/qlibrary_p.h +include/private/qlocale_p.h include/private/qlock_p.h include/private/qmousedriverinterface_p.h include/private/qmutex_p.h @@ -53,6 +55,7 @@ include/private/qsqlextension_p.h include/private/qsqlmanager_p.h include/private/qstyleinterface_p.h include/private/qsvgdevice_p.h +include/private/qsyntaxhighlighter_p.h include/private/qt_x11_p.h include/private/qtextcodecinterface_p.h include/private/qtextengine_p.h @@ -208,6 +211,7 @@ include/qlineedit.h include/qlist.h include/qlistbox.h include/qlistview.h +include/qlocale.h include/qlocalfs.h include/qmainwindow.h include/qmap.h @@ -410,8 +414,8 @@ lib/libqnp.prl lib/libqt-mt.prl lib/libqt-mt.so lib/libqt-mt.so.3 -lib/libqt-mt.so.3.2 -lib/libqt-mt.so.3.2.3 +lib/libqt-mt.so.3.3 +lib/libqt-mt.so.3.3.1 lib/libqui.prl lib/libqui.so lib/libqui.so.1 @@ -430,7 +434,12 @@ share/doc/qt/html/abstract-connections.png share/doc/qt/html/abstractwidgets.html share/doc/qt/html/accelerators.html share/doc/qt/html/aclock-example.html +share/doc/qt/html/activeqt-dotnet.html share/doc/qt/html/activeqt-examples.html +share/doc/qt/html/activeqt-tools-dumpdoc.html +share/doc/qt/html/activeqt-tools-idc.html +share/doc/qt/html/activeqt-tools-testcon.html +share/doc/qt/html/activeqt-tools.html share/doc/qt/html/activeqt.html share/doc/qt/html/addressbook-example.html share/doc/qt/html/advanced.html @@ -810,10 +819,8 @@ share/doc/qt/html/qaxbindable-h.html share/doc/qt/html/qaxbindable-members.html share/doc/qt/html/qaxbindable.html share/doc/qt/html/qaxcontainer-example-qutlook.html -share/doc/qt/html/qaxcontainer-example-testcon.html share/doc/qt/html/qaxcontainer-example-webbrowser.html share/doc/qt/html/qaxcontainer-examples.html -share/doc/qt/html/qaxcontainer-faq.html share/doc/qt/html/qaxcontainer.html share/doc/qt/html/qaxfactory-h.html share/doc/qt/html/qaxfactory-members.html @@ -821,6 +828,13 @@ share/doc/qt/html/qaxfactory.html share/doc/qt/html/qaxobject-h.html share/doc/qt/html/qaxobject-members.html share/doc/qt/html/qaxobject.html +share/doc/qt/html/qaxscript-h.html +share/doc/qt/html/qaxscript-members.html +share/doc/qt/html/qaxscript.html +share/doc/qt/html/qaxscriptengine-members.html +share/doc/qt/html/qaxscriptengine.html +share/doc/qt/html/qaxscriptmanager-members.html +share/doc/qt/html/qaxscriptmanager.html share/doc/qt/html/qaxserver-demo-hierarchy.html share/doc/qt/html/qaxserver-demo-menus.html share/doc/qt/html/qaxserver-demo-multiple.html @@ -836,7 +850,6 @@ share/doc/qt/html/qaxserver-example-simple.html share/doc/qt/html/qaxserver-example-tetrax.html share/doc/qt/html/qaxserver-example-wrapper.html share/doc/qt/html/qaxserver-examples.html -share/doc/qt/html/qaxserver-faq.html share/doc/qt/html/qaxserver.html share/doc/qt/html/qaxwidget-h.html share/doc/qt/html/qaxwidget-members.html @@ -995,6 +1008,7 @@ share/doc/qt/html/qd-helptoolbuttons3.png share/doc/qt/html/qd-mainwinwzd.png share/doc/qt/html/qd-mainwinwzdpage2.png share/doc/qt/html/qd-preface.png +share/doc/qt/html/qd-preferences-dlg.png share/doc/qt/html/qdatabrowser-h.html share/doc/qt/html/qdatabrowser-members.html share/doc/qt/html/qdatabrowser.html @@ -1263,6 +1277,8 @@ share/doc/qt/html/qhttpresponseheader-members.html share/doc/qt/html/qhttpresponseheader.html share/doc/qt/html/qicondrag-members.html share/doc/qt/html/qicondrag.html +share/doc/qt/html/qicondragevent-members.html +share/doc/qt/html/qicondragevent.html share/doc/qt/html/qicondragitem-members.html share/doc/qt/html/qicondragitem.html share/doc/qt/html/qiconfactory-members.html @@ -1380,6 +1396,9 @@ share/doc/qt/html/qlistviewitem.html share/doc/qt/html/qlistviewitemiterator-members.html share/doc/qt/html/qlistviewitemiterator.html share/doc/qt/html/qlistviewitems.png +share/doc/qt/html/qlocale-h.html +share/doc/qt/html/qlocale-members.html +share/doc/qt/html/qlocale.html share/doc/qt/html/qlocalfs-h.html share/doc/qt/html/qlocalfs-members.html share/doc/qt/html/qlocalfs.html @@ -1402,6 +1421,7 @@ share/doc/qt/html/qmake-manual-4.html share/doc/qt/html/qmake-manual-5.html share/doc/qt/html/qmake-manual-6.html share/doc/qt/html/qmake-manual-7.html +share/doc/qt/html/qmake-manual-8.html share/doc/qt/html/qmake-manual.html share/doc/qt/html/qmake.dcf share/doc/qt/html/qmap-h.html @@ -1543,6 +1563,9 @@ share/doc/qt/html/qplatinumstyle.html share/doc/qt/html/qpngimagepacker-members.html share/doc/qt/html/qpngimagepacker.html share/doc/qt/html/qpngio-h.html +share/doc/qt/html/qpocketpcstyle-members.html +share/doc/qt/html/qpocketpcstyle.html +share/doc/qt/html/qpocketpcstyle_wce-h.html share/doc/qt/html/qpoint-h.html share/doc/qt/html/qpoint-members.html share/doc/qt/html/qpoint.html @@ -1822,7 +1845,7 @@ share/doc/qt/html/qt-members.html share/doc/qt/html/qt-template-lib.html share/doc/qt/html/qt.dcf share/doc/qt/html/qt.html -share/doc/qt/html/qt32-class-chart.png +share/doc/qt/html/qt33-class-chart.png share/doc/qt/html/qtab-members.html share/doc/qt/html/qtab.html share/doc/qt/html/qtabbar-h.html @@ -1898,6 +1921,7 @@ share/doc/qt/html/qtimerevent-members.html share/doc/qt/html/qtimerevent.html share/doc/qt/html/qtl-qvaluelist-example.html share/doc/qt/html/qtl.html +share/doc/qt/html/qtmac-as-native.html share/doc/qt/html/qtoolbar-h.html share/doc/qt/html/qtoolbar-members.html share/doc/qt/html/qtoolbar.html @@ -2081,7 +2105,6 @@ share/doc/qt/html/rd-image.png share/doc/qt/html/rd-open.png share/doc/qt/html/rd-pagetitle.png share/doc/qt/html/rd-prefedit1.png -share/doc/qt/html/rd-prefgen1.png share/doc/qt/html/rd-projset.png share/doc/qt/html/rd-projset2.png share/doc/qt/html/rd-replace.png @@ -2096,6 +2119,7 @@ share/doc/qt/html/rd-template.png share/doc/qt/html/rd-text.png share/doc/qt/html/rd-title.png share/doc/qt/html/rd-tunepalette.png +share/doc/qt/html/regexptester-example.html share/doc/qt/html/removed20.html share/doc/qt/html/richtext-example.html share/doc/qt/html/rintersect.png @@ -2354,10 +2378,12 @@ share/qt/templates/Dialog_with_Buttons_(Right).ui share/qt/templates/Tab_Dialog.ui translations/assistant_de.qm translations/qt_ar.qm +translations/qt_cs.qm translations/qt_de.qm translations/qt_fr.qm translations/qt_iw.qm translations/qt_ru.qm +translations/qt_sk.qm @dirrm translations @dirrm share/qt/templates @dirrm share/qt/phrasebooks diff --git a/x11-wm/kdeartwork3/Makefile b/x11-wm/kdeartwork3/Makefile index 23b69f683af0..fe8fc5ce9ad2 100644 --- a/x11-wm/kdeartwork3/Makefile +++ b/x11-wm/kdeartwork3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdeartwork PORTVERSION= ${KDE_VERSION} CATEGORIES= x11-wm kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/x11-wm/kdeartwork3/distinfo b/x11-wm/kdeartwork3/distinfo index 5c24848ad3d2..8afe559232da 100644 --- a/x11-wm/kdeartwork3/distinfo +++ b/x11-wm/kdeartwork3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdeartwork-3.2.0.tar.bz2) = 882a798e09e9529f102599d24bb7daee +MD5 (KDE/kdeartwork-3.2.1.tar.bz2) = 8c539b4ba4550e8355df03992c36cf58 +SIZE (KDE/kdeartwork-3.2.1.tar.bz2) = 17203687 diff --git a/x11-wm/kdeartwork3/files/plist.base b/x11-wm/kdeartwork3/files/plist.base index abaa1eeb0017..0573dd2a9d3a 100644 --- a/x11-wm/kdeartwork3/files/plist.base +++ b/x11-wm/kdeartwork3/files/plist.base @@ -32,6 +32,8 @@ lib/kde3/kwin3_openlook.la lib/kde3/kwin3_openlook.so lib/kde3/kwin3_plastik.la lib/kde3/kwin3_plastik.so +lib/kde3/kwin3_system.la +lib/kde3/kwin3_system.so lib/kde3/kwin_cde_config.la lib/kde3/kwin_cde_config.so lib/kde3/kwin_glow_config.la @@ -275,6 +277,7 @@ share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/openlook.desktop share/apps/kwin/plastik.desktop +share/apps/kwin/system.desktop share/apps/kworldclock/maps/alt/1200.jpg share/apps/kworldclock/maps/alt/200.jpg share/apps/kworldclock/maps/alt/400.jpg @@ -485,12 +488,14 @@ share/icons/Locolor/16x16/apps/iconthemes.png share/icons/Locolor/16x16/apps/input_devices_settings.png share/icons/Locolor/16x16/apps/kab.png share/icons/Locolor/16x16/apps/kabalone.png +share/icons/Locolor/16x16/apps/kalzium.png share/icons/Locolor/16x16/apps/kappfinder.png share/icons/Locolor/16x16/apps/karm.png share/icons/Locolor/16x16/apps/kasteroids.png share/icons/Locolor/16x16/apps/kbabel.png share/icons/Locolor/16x16/apps/kbackgammon.png share/icons/Locolor/16x16/apps/kblackbox.png +share/icons/Locolor/16x16/apps/kbruch.png share/icons/Locolor/16x16/apps/kcalc.png share/icons/Locolor/16x16/apps/kcharselect.png share/icons/Locolor/16x16/apps/kchart.png @@ -528,10 +533,12 @@ share/icons/Locolor/16x16/apps/kfm_home.png share/icons/Locolor/16x16/apps/kfontinst.png share/icons/Locolor/16x16/apps/kfract.png share/icons/Locolor/16x16/apps/kghostview.png +share/icons/Locolor/16x16/apps/khangman.png share/icons/Locolor/16x16/apps/khelpcenter.png share/icons/Locolor/16x16/apps/khexedit.png share/icons/Locolor/16x16/apps/kicker.png share/icons/Locolor/16x16/apps/kiconedit.png +share/icons/Locolor/16x16/apps/kig.png share/icons/Locolor/16x16/apps/killustrator.png share/icons/Locolor/16x16/apps/kit.png share/icons/Locolor/16x16/apps/kivio.png @@ -539,6 +546,7 @@ share/icons/Locolor/16x16/apps/kjots.png share/icons/Locolor/16x16/apps/kjumpingcube.png share/icons/Locolor/16x16/apps/klaptopdaemon.png share/icons/Locolor/16x16/apps/kless.png +share/icons/Locolor/16x16/apps/klettres.png share/icons/Locolor/16x16/apps/klipper.png share/icons/Locolor/16x16/apps/kljettool.png share/icons/Locolor/16x16/apps/klpq.png @@ -546,11 +554,13 @@ share/icons/Locolor/16x16/apps/kmahjongg.png share/icons/Locolor/16x16/apps/kmail.png share/icons/Locolor/16x16/apps/kmailcvt.png share/icons/Locolor/16x16/apps/kmenuedit.png +share/icons/Locolor/16x16/apps/kmessedwords.png share/icons/Locolor/16x16/apps/kmid.png share/icons/Locolor/16x16/apps/kmidi.png share/icons/Locolor/16x16/apps/kmines.png share/icons/Locolor/16x16/apps/kmix.png share/icons/Locolor/16x16/apps/kmoon.png +share/icons/Locolor/16x16/apps/kmplot.png share/icons/Locolor/16x16/apps/knewsticker.png share/icons/Locolor/16x16/apps/knode.png share/icons/Locolor/16x16/apps/knotes.png @@ -566,6 +576,7 @@ share/icons/Locolor/16x16/apps/kpackage.png share/icons/Locolor/16x16/apps/kpager.png share/icons/Locolor/16x16/apps/kpaint.png share/icons/Locolor/16x16/apps/kpat.png +share/icons/Locolor/16x16/apps/kpercentage.png share/icons/Locolor/16x16/apps/kpixmap2bitmap.png share/icons/Locolor/16x16/apps/kpm.png share/icons/Locolor/16x16/apps/kpoker.png @@ -586,6 +597,7 @@ share/icons/Locolor/16x16/apps/ksokoban.png share/icons/Locolor/16x16/apps/kspaceduel.png share/icons/Locolor/16x16/apps/kspread.png share/icons/Locolor/16x16/apps/kspreadcalc.png +share/icons/Locolor/16x16/apps/kstars.png share/icons/Locolor/16x16/apps/ksysctrl.png share/icons/Locolor/16x16/apps/ksysguard.png share/icons/Locolor/16x16/apps/ksysv.png @@ -809,6 +821,7 @@ share/icons/Locolor/32x32/apps/iconthemes.png share/icons/Locolor/32x32/apps/input_devices_settings.png share/icons/Locolor/32x32/apps/kab.png share/icons/Locolor/32x32/apps/kabalone.png +share/icons/Locolor/32x32/apps/kalzium.png share/icons/Locolor/32x32/apps/kappfinder.png share/icons/Locolor/32x32/apps/karm.png share/icons/Locolor/32x32/apps/kasteroids.png @@ -816,6 +829,7 @@ share/icons/Locolor/32x32/apps/katomic.png share/icons/Locolor/32x32/apps/kbabel.png share/icons/Locolor/32x32/apps/kbackgammon.png share/icons/Locolor/32x32/apps/kblackbox.png +share/icons/Locolor/32x32/apps/kbruch.png share/icons/Locolor/32x32/apps/kcalc.png share/icons/Locolor/32x32/apps/kcharselect.png share/icons/Locolor/32x32/apps/kchart.png @@ -852,26 +866,31 @@ share/icons/Locolor/32x32/apps/kfm_home.png share/icons/Locolor/32x32/apps/kfontinst.png share/icons/Locolor/32x32/apps/kfract.png share/icons/Locolor/32x32/apps/kghostview.png +share/icons/Locolor/32x32/apps/khangman.png share/icons/Locolor/32x32/apps/khelpcenter.png share/icons/Locolor/32x32/apps/khexedit.png share/icons/Locolor/32x32/apps/kiconedit.png +share/icons/Locolor/32x32/apps/kig.png share/icons/Locolor/32x32/apps/killustrator.png share/icons/Locolor/32x32/apps/kit.png share/icons/Locolor/32x32/apps/kivio.png share/icons/Locolor/32x32/apps/kjots.png share/icons/Locolor/32x32/apps/kjumpingcube.png share/icons/Locolor/32x32/apps/kless.png +share/icons/Locolor/32x32/apps/klettres.png share/icons/Locolor/32x32/apps/klipper.png share/icons/Locolor/32x32/apps/kljettool.png share/icons/Locolor/32x32/apps/klpq.png share/icons/Locolor/32x32/apps/kmahjongg.png share/icons/Locolor/32x32/apps/kmail.png share/icons/Locolor/32x32/apps/kmailcvt.png +share/icons/Locolor/32x32/apps/kmessedwords.png share/icons/Locolor/32x32/apps/kmid.png share/icons/Locolor/32x32/apps/kmidi.png share/icons/Locolor/32x32/apps/kmines.png share/icons/Locolor/32x32/apps/kmix.png share/icons/Locolor/32x32/apps/kmoon.png +share/icons/Locolor/32x32/apps/kmplot.png share/icons/Locolor/32x32/apps/knewsticker.png share/icons/Locolor/32x32/apps/knode.png share/icons/Locolor/32x32/apps/knotes.png @@ -887,6 +906,7 @@ share/icons/Locolor/32x32/apps/kpackage.png share/icons/Locolor/32x32/apps/kpager.png share/icons/Locolor/32x32/apps/kpaint.png share/icons/Locolor/32x32/apps/kpat.png +share/icons/Locolor/32x32/apps/kpercentage.png share/icons/Locolor/32x32/apps/kpixmap2bitmap.png share/icons/Locolor/32x32/apps/kpm.png share/icons/Locolor/32x32/apps/kpoker.png @@ -907,6 +927,7 @@ share/icons/Locolor/32x32/apps/ksokoban.png share/icons/Locolor/32x32/apps/kspaceduel.png share/icons/Locolor/32x32/apps/kspread.png share/icons/Locolor/32x32/apps/kspreadcalc.png +share/icons/Locolor/32x32/apps/kstars.png share/icons/Locolor/32x32/apps/ksysctrl.png share/icons/Locolor/32x32/apps/ksysguard.png share/icons/Locolor/32x32/apps/ksysv.png @@ -2209,6 +2230,7 @@ share/icons/kdeclassic/16x16/apps/kbackgammon_engine.png share/icons/kdeclassic/16x16/apps/kbattleship.png share/icons/kdeclassic/16x16/apps/kblackbox.png share/icons/kdeclassic/16x16/apps/kbounce.png +share/icons/kdeclassic/16x16/apps/kbruch.png share/icons/kdeclassic/16x16/apps/kcalc.png share/icons/kdeclassic/16x16/apps/kcharselect.png share/icons/kdeclassic/16x16/apps/kchart.png @@ -2265,6 +2287,7 @@ share/icons/kdeclassic/16x16/apps/kdmconfig.png share/icons/kdeclassic/16x16/apps/kdvi.png share/icons/kdeclassic/16x16/apps/kedit.png share/icons/kdeclassic/16x16/apps/keditbookmarks.png +share/icons/kdeclassic/16x16/apps/keduca.png share/icons/kdeclassic/16x16/apps/kenolaba.png share/icons/kdeclassic/16x16/apps/keyboard.png share/icons/kdeclassic/16x16/apps/keyboard_layout.png @@ -2280,6 +2303,7 @@ share/icons/kdeclassic/16x16/apps/khelpcenter.png share/icons/kdeclassic/16x16/apps/khexedit.png share/icons/kdeclassic/16x16/apps/kicker.png share/icons/kdeclassic/16x16/apps/kiconedit.png +share/icons/kdeclassic/16x16/apps/kig.png share/icons/kdeclassic/16x16/apps/kio_uiserver.png share/icons/kdeclassic/16x16/apps/kit.png share/icons/kdeclassic/16x16/apps/kiten.png @@ -2360,8 +2384,10 @@ share/icons/kdeclassic/16x16/apps/kudesigner.png share/icons/kdeclassic/16x16/apps/kugar.png share/icons/kdeclassic/16x16/apps/kuickshow.png share/icons/kdeclassic/16x16/apps/kuser.png +share/icons/kdeclassic/16x16/apps/kverbos.png share/icons/kdeclassic/16x16/apps/kview.png share/icons/kdeclassic/16x16/apps/kviewshell.png +share/icons/kdeclassic/16x16/apps/kvoctrain.png share/icons/kdeclassic/16x16/apps/kwikdisk.png share/icons/kdeclassic/16x16/apps/kwin.png share/icons/kdeclassic/16x16/apps/kwin4.png @@ -3577,6 +3603,7 @@ share/icons/kdeclassic/32x32/apps/kbackgammon_engine.png share/icons/kdeclassic/32x32/apps/kbattleship.png share/icons/kdeclassic/32x32/apps/kblackbox.png share/icons/kdeclassic/32x32/apps/kbounce.png +share/icons/kdeclassic/32x32/apps/kbruch.png share/icons/kdeclassic/32x32/apps/kcalc.png share/icons/kdeclassic/32x32/apps/kchart.png share/icons/kdeclassic/32x32/apps/kcmdevices.png @@ -3620,6 +3647,7 @@ share/icons/kdeclassic/32x32/apps/kdmconfig.png share/icons/kdeclassic/32x32/apps/kdvi.png share/icons/kdeclassic/32x32/apps/kedit.png share/icons/kdeclassic/32x32/apps/keditbookmarks.png +share/icons/kdeclassic/32x32/apps/keduca.png share/icons/kdeclassic/32x32/apps/kenolaba.png share/icons/kdeclassic/32x32/apps/key_bindings.png share/icons/kdeclassic/32x32/apps/keyboard.png @@ -3635,6 +3663,7 @@ share/icons/kdeclassic/32x32/apps/khangman.png share/icons/kdeclassic/32x32/apps/khelpcenter.png share/icons/kdeclassic/32x32/apps/khexedit.png share/icons/kdeclassic/32x32/apps/kiconedit.png +share/icons/kdeclassic/32x32/apps/kig.png share/icons/kdeclassic/32x32/apps/kit.png share/icons/kdeclassic/32x32/apps/kivio.png share/icons/kdeclassic/32x32/apps/kjobviewer.png @@ -3715,6 +3744,7 @@ share/icons/kdeclassic/32x32/apps/kuickshow.png share/icons/kdeclassic/32x32/apps/kuser.png share/icons/kdeclassic/32x32/apps/kview.png share/icons/kdeclassic/32x32/apps/kviewshell.png +share/icons/kdeclassic/32x32/apps/kvoctrain.png share/icons/kdeclassic/32x32/apps/kwikdisk.png share/icons/kdeclassic/32x32/apps/kwin.png share/icons/kdeclassic/32x32/apps/kwin4.png @@ -4017,6 +4047,7 @@ share/icons/kdeclassic/48x48/apps/kdisknav.png share/icons/kdeclassic/48x48/apps/kdmconfig.png share/icons/kdeclassic/48x48/apps/kdvi.png share/icons/kdeclassic/48x48/apps/kedit.png +share/icons/kdeclassic/48x48/apps/keduca.png share/icons/kdeclassic/48x48/apps/kenolaba.png share/icons/kdeclassic/48x48/apps/keyboard.png share/icons/kdeclassic/48x48/apps/keyboard_layout.png @@ -4096,6 +4127,7 @@ share/icons/kdeclassic/48x48/apps/kugar.png share/icons/kdeclassic/48x48/apps/kuser.png share/icons/kdeclassic/48x48/apps/kview.png share/icons/kdeclassic/48x48/apps/kviewshell.png +share/icons/kdeclassic/48x48/apps/kvoctrain.png share/icons/kdeclassic/48x48/apps/kwin.png share/icons/kdeclassic/48x48/apps/kwin4.png share/icons/kdeclassic/48x48/apps/kword.png diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index 1950b4f548d9..b814385ef3a3 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -92,6 +92,34 @@ CONFIGURE_ARGS+= --with-xinerama .endif .endif # !defined(_NO_KDE_XINERAMA) +.if defined(KDE_SPLIT) +KDE_SPLIT_VER?= ${KDE_VERSION} +# needed for case where src dir name != doc dir name +KDE_DOC_SPLIT?= ${KDE_SPLIT} +DISTNAME?= ${KDE_SPLIT_DIST}-${KDE_SPLIT_VER} +USE_REINPLACE= yes +.endif +# This must always be defined. +SPLITDEP_PREFIX?= ${PREFIX}/share/applications + +# Targets section +.if defined(KDE_SPLIT) +kde-split: + ${ECHO} "${KDE_SPLIT} doc" > ${WRKSRC}/inst-apps + ${REINPLACE_CMD} \ + "s,^SUBDIRS =.*${KDE_DOC_SPLIT}.*$$,SUBDIRS =\. ${KDE_DOC_SPLIT},g" \ + ${WRKSRC}/doc/Makefile.in + +kde-split-postinstall: + ${TOUCH} ${SPLITDEP_PREFIX}/${PKGNAME} + +.if !defined(KDE_SPLIT_NONSTANDARD) +pre-configure: kde-split +post-install: kde-split-postinstall +.endif +.endif + + .if defined(KDE_I18N) _NO_KDE_FIXPTHREAD= yes .endif diff --git a/x11/kde3/scripts/configure.kde3 b/x11/kde3/scripts/configure.kde3 index f42984b04304..bb2f49bf41c0 100644 --- a/x11/kde3/scripts/configure.kde3 +++ b/x11/kde3/scripts/configure.kde3 @@ -99,7 +99,7 @@ Please select what additional KDE modules you would like to install.\n\n" \ ## two files to get the delta and set that as shell variables. if [ -s $tempselection ]; then - ${CAT} $tempselection | ${SED} -E -e 's/KDEACCESS./KDEACCESSIBILITY/g' -e 's/[[:space:]]+/ /g' \ + ${CAT} $tempselection | ${SED} -E -e 's/[[:space:]]+/ /g' \ -e 's/"//g' | ${TR} '[:space:]' '\n' > $tempprocessed set `/usr/bin/comm -23 $tempallmodules $tempprocessed` fi diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kde4-baseapps/distinfo +++ b/x11/kde4-baseapps/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kde4-baseapps/files/patch-kcontrol-arts.cpp b/x11/kde4-baseapps/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kde4-baseapps/files/patch-kcontrol-arts.cpp +++ b/x11/kde4-baseapps/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kde4-baseapps/files/patch-kdm-kfrontend-Makefile.in b/x11/kde4-baseapps/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kde4-baseapps/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kde4-baseapps/files/plist.base b/x11/kde4-baseapps/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kde4-baseapps/files/plist.base +++ b/x11/kde4-baseapps/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kde4-baseapps/files/plist.base.rm b/x11/kde4-baseapps/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kde4-baseapps/files/plist.base.rm +++ b/x11/kde4-baseapps/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-runtime/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kde4-runtime/files/patch-kcontrol-arts.cpp b/x11/kde4-runtime/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kde4-runtime/files/patch-kcontrol-arts.cpp +++ b/x11/kde4-runtime/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.in b/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kde4-runtime/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kde4-runtime/files/plist.base b/x11/kde4-runtime/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kde4-runtime/files/plist.base +++ b/x11/kde4-runtime/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kde4-runtime/files/plist.base.rm b/x11/kde4-runtime/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kde4-runtime/files/plist.base.rm +++ b/x11/kde4-runtime/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kde4-workspace/distinfo +++ b/x11/kde4-workspace/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kde4-workspace/files/patch-kcontrol-arts.cpp b/x11/kde4-workspace/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kde4-workspace/files/patch-kcontrol-arts.cpp +++ b/x11/kde4-workspace/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.in b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kde4-workspace/files/plist.base b/x11/kde4-workspace/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kde4-workspace/files/plist.base +++ b/x11/kde4-workspace/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kde4-workspace/files/plist.base.rm b/x11/kde4-workspace/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kde4-workspace/files/plist.base.rm +++ b/x11/kde4-workspace/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index 1950b4f548d9..b814385ef3a3 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -92,6 +92,34 @@ CONFIGURE_ARGS+= --with-xinerama .endif .endif # !defined(_NO_KDE_XINERAMA) +.if defined(KDE_SPLIT) +KDE_SPLIT_VER?= ${KDE_VERSION} +# needed for case where src dir name != doc dir name +KDE_DOC_SPLIT?= ${KDE_SPLIT} +DISTNAME?= ${KDE_SPLIT_DIST}-${KDE_SPLIT_VER} +USE_REINPLACE= yes +.endif +# This must always be defined. +SPLITDEP_PREFIX?= ${PREFIX}/share/applications + +# Targets section +.if defined(KDE_SPLIT) +kde-split: + ${ECHO} "${KDE_SPLIT} doc" > ${WRKSRC}/inst-apps + ${REINPLACE_CMD} \ + "s,^SUBDIRS =.*${KDE_DOC_SPLIT}.*$$,SUBDIRS =\. ${KDE_DOC_SPLIT},g" \ + ${WRKSRC}/doc/Makefile.in + +kde-split-postinstall: + ${TOUCH} ${SPLITDEP_PREFIX}/${PKGNAME} + +.if !defined(KDE_SPLIT_NONSTANDARD) +pre-configure: kde-split +post-install: kde-split-postinstall +.endif +.endif + + .if defined(KDE_I18N) _NO_KDE_FIXPTHREAD= yes .endif diff --git a/x11/kde4/scripts/configure.kde3 b/x11/kde4/scripts/configure.kde3 index f42984b04304..bb2f49bf41c0 100644 --- a/x11/kde4/scripts/configure.kde3 +++ b/x11/kde4/scripts/configure.kde3 @@ -99,7 +99,7 @@ Please select what additional KDE modules you would like to install.\n\n" \ ## two files to get the delta and set that as shell variables. if [ -s $tempselection ]; then - ${CAT} $tempselection | ${SED} -E -e 's/KDEACCESS./KDEACCESSIBILITY/g' -e 's/[[:space:]]+/ /g' \ + ${CAT} $tempselection | ${SED} -E -e 's/[[:space:]]+/ /g' \ -e 's/"//g' | ${TR} '[:space:]' '\n' > $tempprocessed set `/usr/bin/comm -23 $tempallmodules $tempprocessed` fi diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kdebase3/files/patch-kcontrol-arts.cpp b/x11/kdebase3/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kdebase3/files/patch-kcontrol-arts.cpp +++ b/x11/kdebase3/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.in b/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kdebase3/files/plist.base b/x11/kdebase3/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kdebase3/files/plist.base +++ b/x11/kdebase3/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kdebase3/files/plist.base.rm b/x11/kdebase3/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kdebase3/files/plist.base.rm +++ b/x11/kdebase3/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kdebase4-runtime/distinfo +++ b/x11/kdebase4-runtime/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kdebase4-runtime/files/patch-kcontrol-arts.cpp b/x11/kdebase4-runtime/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kdebase4-runtime/files/patch-kcontrol-arts.cpp +++ b/x11/kdebase4-runtime/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.in b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kdebase4-runtime/files/plist.base b/x11/kdebase4-runtime/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kdebase4-runtime/files/plist.base +++ b/x11/kdebase4-runtime/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kdebase4-runtime/files/plist.base.rm b/x11/kdebase4-runtime/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kdebase4-runtime/files/plist.base.rm +++ b/x11/kdebase4-runtime/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kdebase4-workspace/distinfo b/x11/kdebase4-workspace/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kdebase4-workspace/distinfo +++ b/x11/kdebase4-workspace/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kdebase4-workspace/files/patch-kcontrol-arts.cpp b/x11/kdebase4-workspace/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kdebase4-workspace/files/patch-kcontrol-arts.cpp +++ b/x11/kdebase4-workspace/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-Makefile.in b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kdebase4-workspace/files/plist.base b/x11/kdebase4-workspace/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kdebase4-workspace/files/plist.base +++ b/x11/kdebase4-workspace/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kdebase4-workspace/files/plist.base.rm b/x11/kdebase4-workspace/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kdebase4-workspace/files/plist.base.rm +++ b/x11/kdebase4-workspace/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 7d257ddd8199..595550df90f8 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -8,10 +8,9 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -39,37 +38,53 @@ CONFIGURE_ARGS+=--without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm +OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ + MOTIF "Support Netscape plugins, requires openmotif" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if exists(${X11BASE}/bin/mwm) +. if !defined(WITH_MOTIF) +MOTIF_OVERRIDE= yes +WITH_MOTIF= yes +. endif +.endif + +.if defined(WITH_ARTSWRAPPER) +RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper +.endif + +.if defined(WITH_MOTIF) USE_MOTIF= yes PLIST_APPEND+= plist.motif +.else +CONFIGURE_ARGS+= --without-motif +.endif -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" - @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" +pre-everything:: +.if defined(MOTIF_OVERRIDE) @${ECHO_MSG} - @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *" + @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *" + @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} -.endif # defined(WITHOUT_MOTIF) +.endif post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv post-configure: - ${REINPLACE_CMD} -e "s@genkdmconf --in@genkdmconf --no-old --in@" \ - ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: + ${LOCALBASE}/bin/genkdmconf --no-old --in ${PREFIX}/share/config/kdm/default + ${LOCALBASE}/bin/genkdmconf --no-backup --no-old-scripts --in ${PREFIX}/share/config/kdm ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ diff --git a/x11/kdebase4/distinfo b/x11/kdebase4/distinfo index 5d536db80794..666a941bc727 100644 --- a/x11/kdebase4/distinfo +++ b/x11/kdebase4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdebase-3.2.0.tar.bz2) = 9d05be3ccd6cc0294d6153e5d4dfa63a +MD5 (KDE/kdebase-3.2.1.tar.bz2) = 3a3d89b0b49dbb1eaa9e71c83019bbef +SIZE (KDE/kdebase-3.2.1.tar.bz2) = 17131336 diff --git a/x11/kdebase4/files/patch-kcontrol-arts.cpp b/x11/kdebase4/files/patch-kcontrol-arts.cpp index e0e5a92ce25d..df11b254f150 100644 --- a/x11/kdebase4/files/patch-kcontrol-arts.cpp +++ b/x11/kdebase4/files/patch-kcontrol-arts.cpp @@ -1,39 +1,20 @@ -Index: kcontrol/arts/arts.cpp -=================================================================== -RCS file: /home/kde/kdebase/kcontrol/arts/arts.cpp,v -retrieving revision 1.100 -diff -u -3 -p -r1.100 arts.cpp ---- kcontrol/arts/arts.cpp 8 Nov 2003 23:43:47 -0000 1.100 -+++ kcontrol/arts/arts.cpp 29 Jan 2004 11:59:29 -0000 -@@ -51,6 +51,7 @@ - //#include <kparts/componentfactory.h> - //#include "midi.h" - #include "arts.h" -+#include <arts/artsversion.h> +--- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004 ++++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004 +@@ -541,13 +541,13 @@ - extern "C" { - void init_arts(); -@@ -601,7 +602,11 @@ void init_arts() - config->setGroup("Arts"); - bool startServer = config->readBoolEntry("StartServer",true); - bool startRealtime = config->readBoolEntry("StartRealtime",true); -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f"); -+#else -+ QString args = config->readEntry("Arguments","-F 10 -S 4096 -s 60 -m artsmessage -l 3 -f"); -+#endif - - delete config; - -@@ -652,7 +657,11 @@ QString KArtsModule::createArgs(bool net - args += QChar(' ') + addOptions; - - args += QString::fromLatin1(" -m artsmessage"); + connect(checkProcess, SIGNAL(processExited(KProcess*)), + this, SLOT(slotArtsdExited(KProcess*))); +- checkProcess->start(KProcess::Block); +- +- if (latestProcessStatus == 0) ++ if (checkProcess->start(KProcess::Block) == false) ++ realtimePossible = false; ++ else if (latestProcessStatus == 0) + realtimePossible = true; + else + realtimePossible = false; +- + -+#if ARTS_MAJOR_VERSION >= 1 && ARTS_MINOR_VERSION >= 2 - args += QString::fromLatin1(" -c drkonqi"); -+#endif -+ - args += QString::fromLatin1(" -l 3"); - args += QString::fromLatin1(" -f"); - + checked = true; + + } diff --git a/x11/kdebase4/files/patch-kdm-kfrontend-Makefile.in b/x11/kdebase4/files/patch-kdm-kfrontend-Makefile.in new file mode 100644 index 000000000000..a81fd6da8f38 --- /dev/null +++ b/x11/kdebase4/files/patch-kdm-kfrontend-Makefile.in @@ -0,0 +1,12 @@ +--- kdm/kfrontend/Makefile.in.orig Wed Feb 25 14:57:47 2004 ++++ kdm/kfrontend/Makefile.in Wed Feb 25 14:58:17 2004 +@@ -1149,9 +1149,6 @@ + uninstall-kde_moduleLTLIBRARIES uninstall-recursive + + +-install-data-local: genkdmconf +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm --face-src $(srcdir)/pics $(GENKDMCONF_FLAGS) +- + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/kdebase4/files/plist.base b/x11/kdebase4/files/plist.base index a4a50bea8ee8..a2ca93fb2e3c 100644 --- a/x11/kdebase4/files/plist.base +++ b/x11/kdebase4/files/plist.base @@ -1,3 +1,13 @@ +@unexec if cmp -s %D/share/config/kdm/README %D/share/config/kdm/default/README; then rm -f %D/share/config/kdm/README; fi +@unexec if cmp -s %D/share/config/kdm/Xaccess %D/share/config/kdm/default/Xaccess; then rm -f %D/share/config/kdm/Xaccess; fi +@unexec if cmp -s %D/share/config/kdm/Xreset %D/share/config/kdm/default/Xreset; then rm -f %D/share/config/kdm/Xreset; fi +@unexec if cmp -s %D/share/config/kdm/Xservers %D/share/config/kdm/default/Xservers; then rm -f %D/share/config/kdm/Xservers; fi +@unexec if cmp -s %D/share/config/kdm/Xsession %D/share/config/kdm/default/Xsession; then rm -f %D/share/config/kdm/Xsession; fi +@unexec if cmp -s %D/share/config/kdm/Xsetup %D/share/config/kdm/default/Xsetup; then rm -f %D/share/config/kdm/Xsetup; fi +@unexec if cmp -s %D/share/config/kdm/Xstartup %D/share/config/kdm/default/Xstartup; then rm -f %D/share/config/kdm/Xstartup; fi +@unexec if cmp -s %D/share/config/kdm/Xwilling %D/share/config/kdm/default/Xwilling; then rm -f %D/share/config/kdm/Xwilling; fi +@unexec if cmp -s %D/share/config/kdm/backgroundrc %D/share/config/kdm/default/backgroundrc; then rm -f %D/share/config/kdm/backgroundrc; fi +@unexec if cmp -s %D/share/config/kdm/kdmrc %D/share/config/kdm/default/kdmrc; then rm -f %D/share/config/kdm/kdmrc; fi bin/appletproxy bin/drkonqi bin/extensionproxy @@ -136,7 +146,6 @@ lib/kde3/appletproxy.la lib/kde3/appletproxy.so lib/kde3/childpanel_panelextension.la lib/kde3/childpanel_panelextension.so -lib/kde3/childpanel_panelextension.so.0 lib/kde3/clock_panelapplet.la lib/kde3/clock_panelapplet.so lib/kde3/cursorthumbnail.la @@ -435,7 +444,6 @@ lib/kde3/kxkb.la lib/kde3/kxkb.so lib/kde3/launcher_panelapplet.la lib/kde3/launcher_panelapplet.so -lib/kde3/launcher_panelapplet.so.0 lib/kde3/libkdeprint_part.la lib/kde3/libkdeprint_part.so lib/kde3/libkfindpart.la @@ -828,6 +836,7 @@ share/apps/kappfinder/apps/Internet/knews.desktop share/apps/kappfinder/apps/Internet/licq.desktop share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop share/apps/kappfinder/apps/Internet/mozilla-firebird.desktop +share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop share/apps/kappfinder/apps/Internet/mozilla.desktop share/apps/kappfinder/apps/Internet/netscape.desktop @@ -960,6 +969,7 @@ share/apps/kconf_update/klipper-1-2.pl share/apps/kconf_update/klipper-kde31.sh share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/klippershortcuts.upd +share/apps/kconf_update/konqueror_gestures_kde321_update.upd share/apps/kconf_update/konsole.upd share/apps/kconf_update/ksmserver.upd share/apps/kconf_update/kuriikwsfilter.upd @@ -1177,6 +1187,7 @@ share/apps/khelpcenter/plugins/userguide.desktop share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/khotkeys/kde32b1.khotkeys +share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/kicker/applets/clockapplet.desktop share/apps/kicker/applets/devicesapplet.desktop share/apps/kicker/applets/klipper.desktop @@ -1582,16 +1593,16 @@ share/autostart/kwrited.desktop share/autostart/panel.desktop share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdm/README -share/config/kdm/Xaccess -share/config/kdm/Xreset -share/config/kdm/Xservers -share/config/kdm/Xsession -share/config/kdm/Xsetup -share/config/kdm/Xstartup -share/config/kdm/Xwilling -share/config/kdm/backgroundrc -share/config/kdm/kdmrc +share/config/kdm/default/README +share/config/kdm/default/Xaccess +share/config/kdm/default/Xreset +share/config/kdm/default/Xservers +share/config/kdm/default/Xsession +share/config/kdm/default/Xsetup +share/config/kdm/default/Xstartup +share/config/kdm/default/Xwilling +share/config/kdm/default/backgroundrc +share/config/kdm/default/kdmrc share/config/klipperrc share/config/konqsidebartng.rc share/config/kshorturifilterrc diff --git a/x11/kdebase4/files/plist.base.rm b/x11/kdebase4/files/plist.base.rm index 9dce67c3924d..cea00d682fcd 100644 --- a/x11/kdebase4/files/plist.base.rm +++ b/x11/kdebase4/files/plist.base.rm @@ -377,6 +377,7 @@ @dirrm share/doc/HTML/en @dirrm share/doc/HTML @dirrm share/desktop-directories +@dirrm share/config/kdm/default @dirrm share/config/kdm @dirrm share/config @dirrm share/autostart diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 14ff46bf3c86..1f670be369a8 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -48,8 +48,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt -KDE_BUILD_PLIST= yes - FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index c2897e140d5e..fb6fef9b3dd1 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdelibs-3.2.0.tar.bz2) = 24be0d558725f4d3441fb9d580129720 +MD5 (KDE/kdelibs-3.2.1.tar.bz2) = 50ae60072c1fc4ae4e41694bc2325dcb +SIZE (KDE/kdelibs-3.2.1.tar.bz2) = 12597050 diff --git a/x11/kdelibs3/files/plist.base.rm b/x11/kdelibs3/files/plist.base.rm deleted file mode 100644 index e4fc7ef5fade..000000000000 --- a/x11/kdelibs3/files/plist.base.rm +++ /dev/null @@ -1,288 +0,0 @@ -@unexec /bin/rmdir %D/share/icons/crystalsvg/32x32/actions/kde || true -@unexec /bin/rmdir %D/share/icons/crystalsvg/22x22/actions/kde || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kio/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kate/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/arts/html || true -@dirrm share/servicetypes -@dirrm share/services/kresources/kabc -@dirrm share/services/kresources -@dirrm share/services/kded -@dirrm share/services -@dirrm share/mimelnk/video -@dirrm share/mimelnk/text -@dirrm share/mimelnk/multipart -@dirrm share/mimelnk/model -@dirrm share/mimelnk/message -@dirrm share/mimelnk/inode -@dirrm share/mimelnk/image -@dirrm share/mimelnk/audio -@dirrm share/mimelnk/application -@dirrm share/mimelnk/all -@dirrm share/mimelnk -@dirrm share/locale -@dirrm share/icons/hicolor -@dirrm share/icons/crystalsvg/scalable/mimetypes -@dirrm share/icons/crystalsvg/scalable/filesystems -@dirrm share/icons/crystalsvg/scalable/devices -@dirrm share/icons/crystalsvg/scalable/apps -@dirrm share/icons/crystalsvg/scalable -@dirrm share/icons/crystalsvg/64x64/mimetypes -@dirrm share/icons/crystalsvg/64x64/filesystems -@dirrm share/icons/crystalsvg/64x64/devices -@dirrm share/icons/crystalsvg/64x64/actions -@dirrm share/icons/crystalsvg/64x64 -@dirrm share/icons/crystalsvg/48x48/mimetypes -@dirrm share/icons/crystalsvg/48x48/filesystems -@dirrm share/icons/crystalsvg/48x48/devices -@dirrm share/icons/crystalsvg/48x48/actions -@dirrm share/icons/crystalsvg/48x48 -@dirrm share/icons/crystalsvg/32x32/mimetypes -@dirrm share/icons/crystalsvg/32x32/filesystems -@dirrm share/icons/crystalsvg/32x32/devices -@dirrm share/icons/crystalsvg/32x32/actions -@dirrm share/icons/crystalsvg/32x32 -@dirrm share/icons/crystalsvg/22x22/mimetypes -@dirrm share/icons/crystalsvg/22x22/filesystems -@dirrm share/icons/crystalsvg/22x22/actions -@dirrm share/icons/crystalsvg/22x22 -@dirrm share/icons/crystalsvg/16x16/mimetypes -@dirrm share/icons/crystalsvg/16x16/filesystems -@dirrm share/icons/crystalsvg/16x16/devices -@dirrm share/icons/crystalsvg/16x16/actions -@dirrm share/icons/crystalsvg/16x16 -@dirrm share/icons/crystalsvg/128x128/mimetypes -@dirrm share/icons/crystalsvg/128x128/filesystems -@dirrm share/icons/crystalsvg/128x128/devices -@dirrm share/icons/crystalsvg/128x128 -@dirrm share/icons/crystalsvg -@dirrm share/icons -@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid -@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet -@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils -@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources -@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts -@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi -@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs -@dirrm share/doc/HTML/en/kdelibs-apidocs/kio -@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore -@dirrm share/doc/HTML/en/kdelibs-apidocs/kate -@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc -@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces -@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop -@dirrm share/doc/HTML/en/kdelibs-apidocs/arts -@dirrm share/doc/HTML/en/kdelibs-apidocs -@dirrm share/doc/HTML/en/common -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/config/ui -@dirrm share/config/colors -@dirrm share/config -@dirrm share/autostart -@dirrm share/apps/proxyscout -@dirrm share/apps/ktexteditor_kdatatool -@dirrm share/apps/ktexteditor_isearch -@dirrm share/apps/ktexteditor_insertfile -@dirrm share/apps/kstyle/themes -@dirrm share/apps/kstyle/pixmaps/riscos -@dirrm share/apps/kstyle/pixmaps -@dirrm share/apps/kstyle -@dirrm share/apps/kssl -@dirrm share/apps/ksgmltools2/docbook/xsl/tools/profile -@dirrm share/apps/ksgmltools2/docbook/xsl/tools/olink -@dirrm share/apps/ksgmltools2/docbook/xsl/tools -@dirrm share/apps/ksgmltools2/docbook/xsl/params -@dirrm share/apps/ksgmltools2/docbook/xsl/lib -@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts -@dirrm share/apps/ksgmltools2/docbook/xsl/images -@dirrm share/apps/ksgmltools2/docbook/xsl/html -@dirrm share/apps/ksgmltools2/docbook/xsl/common -@dirrm share/apps/ksgmltools2/docbook/xsl -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2 -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 -@dirrm share/apps/ksgmltools2/docbook -@dirrm share/apps/ksgmltools2/customization/zh-TW/entities -@dirrm share/apps/ksgmltools2/customization/zh-TW -@dirrm share/apps/ksgmltools2/customization/xx/entities -@dirrm share/apps/ksgmltools2/customization/xx -@dirrm share/apps/ksgmltools2/customization/xsl -@dirrm share/apps/ksgmltools2/customization/xh/entities -@dirrm share/apps/ksgmltools2/customization/xh -@dirrm share/apps/ksgmltools2/customization/wa/entities -@dirrm share/apps/ksgmltools2/customization/wa -@dirrm share/apps/ksgmltools2/customization/uk/entities -@dirrm share/apps/ksgmltools2/customization/uk -@dirrm share/apps/ksgmltools2/customization/tr/entities -@dirrm share/apps/ksgmltools2/customization/tr -@dirrm share/apps/ksgmltools2/customization/sv/entities -@dirrm share/apps/ksgmltools2/customization/sv -@dirrm share/apps/ksgmltools2/customization/sr/entities -@dirrm share/apps/ksgmltools2/customization/sr -@dirrm share/apps/ksgmltools2/customization/sl/entities -@dirrm share/apps/ksgmltools2/customization/sl -@dirrm share/apps/ksgmltools2/customization/sk/entities -@dirrm share/apps/ksgmltools2/customization/sk -@dirrm share/apps/ksgmltools2/customization/ru/entities -@dirrm share/apps/ksgmltools2/customization/ru -@dirrm share/apps/ksgmltools2/customization/ro/entities -@dirrm share/apps/ksgmltools2/customization/ro -@dirrm share/apps/ksgmltools2/customization/pt/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR -@dirrm share/apps/ksgmltools2/customization/pt -@dirrm share/apps/ksgmltools2/customization/pl/entities -@dirrm share/apps/ksgmltools2/customization/pl -@dirrm share/apps/ksgmltools2/customization/obsolete -@dirrm share/apps/ksgmltools2/customization/no/entities -@dirrm share/apps/ksgmltools2/customization/no -@dirrm share/apps/ksgmltools2/customization/nn/entities -@dirrm share/apps/ksgmltools2/customization/nn -@dirrm share/apps/ksgmltools2/customization/nl/entities -@dirrm share/apps/ksgmltools2/customization/nl -@dirrm share/apps/ksgmltools2/customization/lt/entities -@dirrm share/apps/ksgmltools2/customization/lt -@dirrm share/apps/ksgmltools2/customization/ko/entities -@dirrm share/apps/ksgmltools2/customization/ko -@dirrm share/apps/ksgmltools2/customization/ja/entities -@dirrm share/apps/ksgmltools2/customization/ja -@dirrm share/apps/ksgmltools2/customization/it/entities -@dirrm share/apps/ksgmltools2/customization/it -@dirrm share/apps/ksgmltools2/customization/id/entities -@dirrm share/apps/ksgmltools2/customization/id -@dirrm share/apps/ksgmltools2/customization/hu/entities -@dirrm share/apps/ksgmltools2/customization/hu -@dirrm share/apps/ksgmltools2/customization/he/entities -@dirrm share/apps/ksgmltools2/customization/he -@dirrm share/apps/ksgmltools2/customization/fr/entities -@dirrm share/apps/ksgmltools2/customization/fr -@dirrm share/apps/ksgmltools2/customization/fo/entities -@dirrm share/apps/ksgmltools2/customization/fo -@dirrm share/apps/ksgmltools2/customization/fi/entities -@dirrm share/apps/ksgmltools2/customization/fi -@dirrm share/apps/ksgmltools2/customization/et/entities -@dirrm share/apps/ksgmltools2/customization/et -@dirrm share/apps/ksgmltools2/customization/es/entities -@dirrm share/apps/ksgmltools2/customization/es -@dirrm share/apps/ksgmltools2/customization/entities -@dirrm share/apps/ksgmltools2/customization/en/entities -@dirrm share/apps/ksgmltools2/customization/en-GB/entities -@dirrm share/apps/ksgmltools2/customization/en-GB -@dirrm share/apps/ksgmltools2/customization/en -@dirrm share/apps/ksgmltools2/customization/el/entities -@dirrm share/apps/ksgmltools2/customization/el -@dirrm share/apps/ksgmltools2/customization/dtd -@dirrm share/apps/ksgmltools2/customization/de/entities -@dirrm share/apps/ksgmltools2/customization/de -@dirrm share/apps/ksgmltools2/customization/da/entities -@dirrm share/apps/ksgmltools2/customization/da -@dirrm share/apps/ksgmltools2/customization/cs/entities -@dirrm share/apps/ksgmltools2/customization/cs -@dirrm share/apps/ksgmltools2/customization/ca/entities -@dirrm share/apps/ksgmltools2/customization/ca -@dirrm share/apps/ksgmltools2/customization/bg/entities -@dirrm share/apps/ksgmltools2/customization/bg -@dirrm share/apps/ksgmltools2/customization/af/entities -@dirrm share/apps/ksgmltools2/customization/af -@dirrm share/apps/ksgmltools2/customization -@dirrm share/apps/ksgmltools2 -@dirrm share/apps/knotify -@dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16/apps -@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16 -@dirrm share/apps/kio_uiserver/icons/crystalsvg -@dirrm share/apps/kio_uiserver/icons -@dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/crystalsvg/64x64/actions -@dirrm share/apps/khtml/icons/crystalsvg/64x64 -@dirrm share/apps/khtml/icons/crystalsvg/48x48/actions -@dirrm share/apps/khtml/icons/crystalsvg/48x48 -@dirrm share/apps/khtml/icons/crystalsvg/32x32/actions -@dirrm share/apps/khtml/icons/crystalsvg/32x32 -@dirrm share/apps/khtml/icons/crystalsvg/22x22/actions -@dirrm share/apps/khtml/icons/crystalsvg/22x22 -@dirrm share/apps/khtml/icons/crystalsvg/16x16/actions -@dirrm share/apps/khtml/icons/crystalsvg/16x16 -@dirrm share/apps/khtml/icons/crystalsvg/128x128/actions -@dirrm share/apps/khtml/icons/crystalsvg/128x128 -@dirrm share/apps/khtml/icons/crystalsvg -@dirrm share/apps/khtml/icons -@dirrm share/apps/khtml/css -@dirrm share/apps/khtml -@dirrm share/apps/kdewidgets/pics -@dirrm share/apps/kdewidgets -@dirrm share/apps/kdeui/pics -@dirrm share/apps/kdeui -@dirrm share/apps/kdeprint/tools -@dirrm share/apps/kdeprint/plugins -@dirrm share/apps/kdeprint/pics -@dirrm share/apps/kdeprint/icons/crystalsvg/64x64/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/64x64 -@dirrm share/apps/kdeprint/icons/crystalsvg/48x48/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/48x48 -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32 -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22 -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16 -@dirrm share/apps/kdeprint/icons/crystalsvg -@dirrm share/apps/kdeprint/icons -@dirrm share/apps/kdeprint/filters -@dirrm share/apps/kdeprint -@dirrm share/apps/kconf_update -@dirrm share/apps/kcm_componentchooser -@dirrm share/apps/kcertpart -@dirrm share/apps/katepart/syntax -@dirrm share/apps/katepart -@dirrm share/apps/kabc/formats -@dirrm share/apps/kabc -@dirrm share/apps/dcopidlng -@dirrm share/apps/LICENSES -@dirrm share/apps -@dirrm share/applications/kde -@dirrm share/applications -@dirrm lib/kde3/plugins/styles -@dirrm lib/kde3/plugins/designer -@dirrm lib/kde3/plugins -@dirrm lib/kde3 -@dirrm include/libkmid -@dirrm include/ktexteditor -@dirrm include/ksettings -@dirrm include/kresources -@dirrm include/kparts -@dirrm include/kmediaplayer -@dirrm include/kjs -@dirrm include/kio -@dirrm include/khexedit -@dirrm include/kdesu -@dirrm include/kdeprint/lpr -@dirrm include/kdeprint -@dirrm include/kate -@dirrm include/kabc -@dirrm include/dom -@dirrm include/arts -@dirrm etc/xdg/menus -@dirrm etc/xdg diff --git a/x11/kdelibs3/files/plist.base b/x11/kdelibs3/pkg-plist index c5e29a34a396..c307ba148107 100644 --- a/x11/kdelibs3/files/plist.base +++ b/x11/kdelibs3/pkg-plist @@ -665,6 +665,8 @@ include/renamedlgplugin.h include/scriptclientinterface.h include/scriptinterface.h include/scriptmanager.h +lib/kde3/cupsdconf.la +lib/kde3/cupsdconf.so lib/kde3/dcopserver.la lib/kde3/dcopserver.so lib/kde3/kabc_dir.la @@ -767,10 +769,14 @@ lib/kde3/libkatepart.la lib/kde3/libkatepart.so lib/kde3/libkcertpart.la lib/kde3/libkcertpart.so +lib/kde3/libkdeprint_management_module.la +lib/kde3/libkdeprint_management_module.so lib/kde3/libkhtmlpart.la lib/kde3/libkhtmlpart.so lib/kde3/libkmultipart.la lib/kde3/libkmultipart.so +lib/kde3/libshellscript.la +lib/kde3/libshellscript.so lib/kde3/plugins/designer/kdewidgets.la lib/kde3/plugins/designer/kdewidgets.so lib/kde3/plugins/styles/highcolor.la @@ -787,8 +793,6 @@ lib/libDCOP.so.6 lib/libartskde.la lib/libartskde.so lib/libartskde.so.3 -lib/libcupsdconf.la -lib/libcupsdconf.so lib/libkabc.la lib/libkabc.so lib/libkabc.so.3 @@ -817,6 +821,8 @@ lib/libkdefakes_nonpic.a lib/libkdefx.la lib/libkdefx.so lib/libkdefx.so.6 +lib/libkdeinit_cupsdconf.la +lib/libkdeinit_cupsdconf.so lib/libkdeinit_dcopserver.la lib/libkdeinit_dcopserver.so lib/libkdeinit_kaddprinterwizard.la @@ -898,9 +904,6 @@ lib/libkwalletbackend.so.1 lib/libkwalletclient.la lib/libkwalletclient.so lib/libkwalletclient.so.1 -lib/libshellscript.la -lib/libshellscript.so -lib/libshellscript.so.0 lib/libvcard.la lib/libvcard.so lib/libvcard.so.0 @@ -1169,6 +1172,7 @@ share/apps/khtml/css/quirks.css share/apps/khtml/icons/crystalsvg/128x128/actions/bug.png share/apps/khtml/icons/crystalsvg/16x16/actions/bug.png share/apps/khtml/icons/crystalsvg/16x16/actions/images_display.png +share/apps/khtml/icons/crystalsvg/16x16/actions/wallet_open.png share/apps/khtml/icons/crystalsvg/22x22/actions/bug.png share/apps/khtml/icons/crystalsvg/22x22/actions/dbgnext.png share/apps/khtml/icons/crystalsvg/22x22/actions/dbgrun.png @@ -2440,6 +2444,7 @@ share/config/kthemestylerc share/config/language.codes share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc +share/cups/model/postscript.ppd.gz share/doc/HTML/en/common/1.png share/doc/HTML/en/common/10.png share/doc/HTML/en/common/2.png @@ -2587,6 +2592,7 @@ share/icons/crystalsvg/16x16/actions/2rightarrow.png share/icons/crystalsvg/16x16/actions/2uparrow.png share/icons/crystalsvg/16x16/actions/about_kde.png share/icons/crystalsvg/16x16/actions/airbrush.png +share/icons/crystalsvg/16x16/actions/apply.png share/icons/crystalsvg/16x16/actions/attach.png share/icons/crystalsvg/16x16/actions/back.png share/icons/crystalsvg/16x16/actions/blend.png @@ -2965,6 +2971,7 @@ share/icons/crystalsvg/22x22/actions/2rightarrow.png share/icons/crystalsvg/22x22/actions/2uparrow.png share/icons/crystalsvg/22x22/actions/about_kde.png share/icons/crystalsvg/22x22/actions/airbrush.png +share/icons/crystalsvg/22x22/actions/apply.png share/icons/crystalsvg/22x22/actions/attach.png share/icons/crystalsvg/22x22/actions/back.png share/icons/crystalsvg/22x22/actions/blend.png @@ -3264,6 +3271,7 @@ share/icons/crystalsvg/32x32/actions/2leftarrow.png share/icons/crystalsvg/32x32/actions/2rightarrow.png share/icons/crystalsvg/32x32/actions/2uparrow.png share/icons/crystalsvg/32x32/actions/about_kde.png +share/icons/crystalsvg/32x32/actions/apply.png share/icons/crystalsvg/32x32/actions/attach.png share/icons/crystalsvg/32x32/actions/back.png share/icons/crystalsvg/32x32/actions/blend.png @@ -4145,7 +4153,6 @@ share/mimelnk/application/x-lzop.desktop share/mimelnk/application/x-magicpoint.desktop share/mimelnk/application/x-msaccess.desktop share/mimelnk/application/x-msdos-program.desktop -share/mimelnk/application/x-mswinurl.desktop share/mimelnk/application/x-mswrite.desktop share/mimelnk/application/x-object.desktop share/mimelnk/application/x-ogg.desktop @@ -4271,6 +4278,7 @@ share/mimelnk/text/x-log.desktop share/mimelnk/text/x-lyx.desktop share/mimelnk/text/x-makefile.desktop share/mimelnk/text/x-moc.desktop +share/mimelnk/text/x-mswinurl.desktop share/mimelnk/text/x-objcsrc.desktop share/mimelnk/text/x-pascal.desktop share/mimelnk/text/x-perl.desktop @@ -4342,6 +4350,7 @@ share/services/ppm.kimgio share/services/rlogin.protocol share/services/rtsp.protocol share/services/shellscript.desktop +share/services/ssh.protocol share/services/telnet.protocol share/services/tga.kimgio share/services/tiff.kimgio @@ -4374,23 +4383,389 @@ share/servicetypes/ktexteditorplugin.desktop share/servicetypes/kurifilterplugin.desktop share/servicetypes/renamedlgplugin.desktop share/servicetypes/scriptinterface.desktop +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html -@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde -@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@dirrm share/servicetypes +@dirrm share/services/kresources/kabc +@dirrm share/services/kresources +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/video +@dirrm share/mimelnk/text +@dirrm share/mimelnk/multipart +@dirrm share/mimelnk/model +@dirrm share/mimelnk/message +@dirrm share/mimelnk/inode +@dirrm share/mimelnk/image +@dirrm share/mimelnk/audio +@dirrm share/mimelnk/application +@dirrm share/mimelnk/all +@dirrm share/mimelnk +@dirrm share/icons/hicolor +@dirrm share/icons/crystalsvg/scalable/mimetypes +@dirrm share/icons/crystalsvg/scalable/filesystems +@dirrm share/icons/crystalsvg/scalable/devices +@dirrm share/icons/crystalsvg/scalable/apps +@dirrm share/icons/crystalsvg/scalable +@dirrm share/icons/crystalsvg/64x64/mimetypes +@dirrm share/icons/crystalsvg/64x64/filesystems +@dirrm share/icons/crystalsvg/64x64/devices +@dirrm share/icons/crystalsvg/64x64/actions +@dirrm share/icons/crystalsvg/64x64 +@dirrm share/icons/crystalsvg/48x48/mimetypes +@dirrm share/icons/crystalsvg/48x48/filesystems +@dirrm share/icons/crystalsvg/48x48/devices +@dirrm share/icons/crystalsvg/48x48/actions +@dirrm share/icons/crystalsvg/48x48 +@dirrm share/icons/crystalsvg/32x32/mimetypes +@dirrm share/icons/crystalsvg/32x32/filesystems +@dirrm share/icons/crystalsvg/32x32/devices +@dirrm share/icons/crystalsvg/32x32/actions/kde +@dirrm share/icons/crystalsvg/32x32/actions +@dirrm share/icons/crystalsvg/32x32 +@dirrm share/icons/crystalsvg/22x22/mimetypes +@dirrm share/icons/crystalsvg/22x22/filesystems +@dirrm share/icons/crystalsvg/22x22/actions/kde +@dirrm share/icons/crystalsvg/22x22/actions +@dirrm share/icons/crystalsvg/22x22 +@dirrm share/icons/crystalsvg/16x16/mimetypes +@dirrm share/icons/crystalsvg/16x16/filesystems +@dirrm share/icons/crystalsvg/16x16/devices +@dirrm share/icons/crystalsvg/16x16/actions +@dirrm share/icons/crystalsvg/16x16 +@dirrm share/icons/crystalsvg/128x128/mimetypes +@dirrm share/icons/crystalsvg/128x128/filesystems +@dirrm share/icons/crystalsvg/128x128/devices +@dirrm share/icons/crystalsvg/128x128 +@dirrm share/icons/crystalsvg +@dirrm share/icons +@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid +@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet +@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils +@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources +@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts +@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi +@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs +@dirrm share/doc/HTML/en/kdelibs-apidocs/kio/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kio +@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore +@dirrm share/doc/HTML/en/kdelibs-apidocs/kate/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kate +@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc +@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces +@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop +@dirrm share/doc/HTML/en/kdelibs-apidocs/arts/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/arts +@dirrm share/doc/HTML/en/kdelibs-apidocs +@dirrm share/doc/HTML/en/common +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML +@dirrm share/config/ui +@dirrm share/config/colors +@dirrm share/config +@dirrm share/autostart +@dirrm share/apps/proxyscout +@dirrm share/apps/ktexteditor_kdatatool +@dirrm share/apps/ktexteditor_isearch +@dirrm share/apps/ktexteditor_insertfile +@dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos +@dirrm share/apps/kstyle/pixmaps +@dirrm share/apps/kstyle +@dirrm share/apps/kssl +@dirrm share/apps/ksgmltools2/docbook/xsl/tools/profile +@dirrm share/apps/ksgmltools2/docbook/xsl/tools/olink +@dirrm share/apps/ksgmltools2/docbook/xsl/tools +@dirrm share/apps/ksgmltools2/docbook/xsl/params +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2 +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xx/entities +@dirrm share/apps/ksgmltools2/customization/xx +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/xh/entities +@dirrm share/apps/ksgmltools2/customization/xh +@dirrm share/apps/ksgmltools2/customization/wa/entities +@dirrm share/apps/ksgmltools2/customization/wa +@dirrm share/apps/ksgmltools2/customization/uk/entities +@dirrm share/apps/ksgmltools2/customization/uk +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/obsolete +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nn/entities +@dirrm share/apps/ksgmltools2/customization/nn +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/lt/entities +@dirrm share/apps/ksgmltools2/customization/lt +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/id/entities +@dirrm share/apps/ksgmltools2/customization/id +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/he/entities +@dirrm share/apps/ksgmltools2/customization/he +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fo/entities +@dirrm share/apps/ksgmltools2/customization/fo +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en-GB/entities +@dirrm share/apps/ksgmltools2/customization/en-GB +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/bg/entities +@dirrm share/apps/ksgmltools2/customization/bg +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 +@dirrm share/apps/knotify +@dirrm share/apps/kjava +@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16/apps +@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16 +@dirrm share/apps/kio_uiserver/icons/crystalsvg +@dirrm share/apps/kio_uiserver/icons +@dirrm share/apps/kio_uiserver +@dirrm share/apps/khtml/icons/crystalsvg/64x64/actions +@dirrm share/apps/khtml/icons/crystalsvg/64x64 +@dirrm share/apps/khtml/icons/crystalsvg/48x48/actions +@dirrm share/apps/khtml/icons/crystalsvg/48x48 +@dirrm share/apps/khtml/icons/crystalsvg/32x32/actions +@dirrm share/apps/khtml/icons/crystalsvg/32x32 +@dirrm share/apps/khtml/icons/crystalsvg/22x22/actions +@dirrm share/apps/khtml/icons/crystalsvg/22x22 +@dirrm share/apps/khtml/icons/crystalsvg/16x16/actions +@dirrm share/apps/khtml/icons/crystalsvg/16x16 +@dirrm share/apps/khtml/icons/crystalsvg/128x128/actions +@dirrm share/apps/khtml/icons/crystalsvg/128x128 +@dirrm share/apps/khtml/icons/crystalsvg +@dirrm share/apps/khtml/icons +@dirrm share/apps/khtml/css +@dirrm share/apps/khtml +@dirrm share/apps/kdewidgets/pics +@dirrm share/apps/kdewidgets +@dirrm share/apps/kdeui/pics +@dirrm share/apps/kdeui +@dirrm share/apps/kdeprint/tools +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/crystalsvg/64x64/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/64x64 +@dirrm share/apps/kdeprint/icons/crystalsvg/48x48/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/48x48 +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32 +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22 +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16 +@dirrm share/apps/kdeprint/icons/crystalsvg +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update +@dirrm share/apps/kcm_componentchooser +@dirrm share/apps/kcertpart +@dirrm share/apps/katepart/syntax +@dirrm share/apps/katepart +@dirrm share/apps/kabc/formats +@dirrm share/apps/kabc +@dirrm share/apps/dcopidlng +@dirrm share/apps/LICENSES +@dirrm share/apps +@dirrm share/applications/kde +@dirrm share/applications +@dirrm lib/kde3/plugins/styles +@dirrm lib/kde3/plugins/designer +@dirrm lib/kde3/plugins +@dirrm lib/kde3 +@dirrm include/libkmid +@dirrm include/ktexteditor +@dirrm include/ksettings +@dirrm include/kresources +@dirrm include/kparts +@dirrm include/kmediaplayer +@dirrm include/kjs +@dirrm include/kio +@dirrm include/khexedit +@dirrm include/kdesu +@dirrm include/kdeprint/lpr +@dirrm include/kdeprint +@dirrm include/kate +@dirrm include/kabc +@dirrm include/dom +@dirrm etc/xdg/menus +@dirrm etc/xdg diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 14ff46bf3c86..1f670be369a8 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -10,7 +10,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -48,8 +48,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt -KDE_BUILD_PLIST= yes - FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index c2897e140d5e..fb6fef9b3dd1 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/kdelibs-3.2.0.tar.bz2) = 24be0d558725f4d3441fb9d580129720 +MD5 (KDE/kdelibs-3.2.1.tar.bz2) = 50ae60072c1fc4ae4e41694bc2325dcb +SIZE (KDE/kdelibs-3.2.1.tar.bz2) = 12597050 diff --git a/x11/kdelibs4/files/plist.base.rm b/x11/kdelibs4/files/plist.base.rm deleted file mode 100644 index e4fc7ef5fade..000000000000 --- a/x11/kdelibs4/files/plist.base.rm +++ /dev/null @@ -1,288 +0,0 @@ -@unexec /bin/rmdir %D/share/icons/crystalsvg/32x32/actions/kde || true -@unexec /bin/rmdir %D/share/icons/crystalsvg/22x22/actions/kde || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kio/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kate/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html || true -@unexec /bin/rmdir %D/share/doc/HTML/en/kdelibs-apidocs/arts/html || true -@dirrm share/servicetypes -@dirrm share/services/kresources/kabc -@dirrm share/services/kresources -@dirrm share/services/kded -@dirrm share/services -@dirrm share/mimelnk/video -@dirrm share/mimelnk/text -@dirrm share/mimelnk/multipart -@dirrm share/mimelnk/model -@dirrm share/mimelnk/message -@dirrm share/mimelnk/inode -@dirrm share/mimelnk/image -@dirrm share/mimelnk/audio -@dirrm share/mimelnk/application -@dirrm share/mimelnk/all -@dirrm share/mimelnk -@dirrm share/locale -@dirrm share/icons/hicolor -@dirrm share/icons/crystalsvg/scalable/mimetypes -@dirrm share/icons/crystalsvg/scalable/filesystems -@dirrm share/icons/crystalsvg/scalable/devices -@dirrm share/icons/crystalsvg/scalable/apps -@dirrm share/icons/crystalsvg/scalable -@dirrm share/icons/crystalsvg/64x64/mimetypes -@dirrm share/icons/crystalsvg/64x64/filesystems -@dirrm share/icons/crystalsvg/64x64/devices -@dirrm share/icons/crystalsvg/64x64/actions -@dirrm share/icons/crystalsvg/64x64 -@dirrm share/icons/crystalsvg/48x48/mimetypes -@dirrm share/icons/crystalsvg/48x48/filesystems -@dirrm share/icons/crystalsvg/48x48/devices -@dirrm share/icons/crystalsvg/48x48/actions -@dirrm share/icons/crystalsvg/48x48 -@dirrm share/icons/crystalsvg/32x32/mimetypes -@dirrm share/icons/crystalsvg/32x32/filesystems -@dirrm share/icons/crystalsvg/32x32/devices -@dirrm share/icons/crystalsvg/32x32/actions -@dirrm share/icons/crystalsvg/32x32 -@dirrm share/icons/crystalsvg/22x22/mimetypes -@dirrm share/icons/crystalsvg/22x22/filesystems -@dirrm share/icons/crystalsvg/22x22/actions -@dirrm share/icons/crystalsvg/22x22 -@dirrm share/icons/crystalsvg/16x16/mimetypes -@dirrm share/icons/crystalsvg/16x16/filesystems -@dirrm share/icons/crystalsvg/16x16/devices -@dirrm share/icons/crystalsvg/16x16/actions -@dirrm share/icons/crystalsvg/16x16 -@dirrm share/icons/crystalsvg/128x128/mimetypes -@dirrm share/icons/crystalsvg/128x128/filesystems -@dirrm share/icons/crystalsvg/128x128/devices -@dirrm share/icons/crystalsvg/128x128 -@dirrm share/icons/crystalsvg -@dirrm share/icons -@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid -@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet -@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils -@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources -@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts -@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi -@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs -@dirrm share/doc/HTML/en/kdelibs-apidocs/kio -@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx -@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore -@dirrm share/doc/HTML/en/kdelibs-apidocs/kate -@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc -@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces -@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop -@dirrm share/doc/HTML/en/kdelibs-apidocs/arts -@dirrm share/doc/HTML/en/kdelibs-apidocs -@dirrm share/doc/HTML/en/common -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/config/ui -@dirrm share/config/colors -@dirrm share/config -@dirrm share/autostart -@dirrm share/apps/proxyscout -@dirrm share/apps/ktexteditor_kdatatool -@dirrm share/apps/ktexteditor_isearch -@dirrm share/apps/ktexteditor_insertfile -@dirrm share/apps/kstyle/themes -@dirrm share/apps/kstyle/pixmaps/riscos -@dirrm share/apps/kstyle/pixmaps -@dirrm share/apps/kstyle -@dirrm share/apps/kssl -@dirrm share/apps/ksgmltools2/docbook/xsl/tools/profile -@dirrm share/apps/ksgmltools2/docbook/xsl/tools/olink -@dirrm share/apps/ksgmltools2/docbook/xsl/tools -@dirrm share/apps/ksgmltools2/docbook/xsl/params -@dirrm share/apps/ksgmltools2/docbook/xsl/lib -@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts -@dirrm share/apps/ksgmltools2/docbook/xsl/images -@dirrm share/apps/ksgmltools2/docbook/xsl/html -@dirrm share/apps/ksgmltools2/docbook/xsl/common -@dirrm share/apps/ksgmltools2/docbook/xsl -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2 -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 -@dirrm share/apps/ksgmltools2/docbook -@dirrm share/apps/ksgmltools2/customization/zh-TW/entities -@dirrm share/apps/ksgmltools2/customization/zh-TW -@dirrm share/apps/ksgmltools2/customization/xx/entities -@dirrm share/apps/ksgmltools2/customization/xx -@dirrm share/apps/ksgmltools2/customization/xsl -@dirrm share/apps/ksgmltools2/customization/xh/entities -@dirrm share/apps/ksgmltools2/customization/xh -@dirrm share/apps/ksgmltools2/customization/wa/entities -@dirrm share/apps/ksgmltools2/customization/wa -@dirrm share/apps/ksgmltools2/customization/uk/entities -@dirrm share/apps/ksgmltools2/customization/uk -@dirrm share/apps/ksgmltools2/customization/tr/entities -@dirrm share/apps/ksgmltools2/customization/tr -@dirrm share/apps/ksgmltools2/customization/sv/entities -@dirrm share/apps/ksgmltools2/customization/sv -@dirrm share/apps/ksgmltools2/customization/sr/entities -@dirrm share/apps/ksgmltools2/customization/sr -@dirrm share/apps/ksgmltools2/customization/sl/entities -@dirrm share/apps/ksgmltools2/customization/sl -@dirrm share/apps/ksgmltools2/customization/sk/entities -@dirrm share/apps/ksgmltools2/customization/sk -@dirrm share/apps/ksgmltools2/customization/ru/entities -@dirrm share/apps/ksgmltools2/customization/ru -@dirrm share/apps/ksgmltools2/customization/ro/entities -@dirrm share/apps/ksgmltools2/customization/ro -@dirrm share/apps/ksgmltools2/customization/pt/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR -@dirrm share/apps/ksgmltools2/customization/pt -@dirrm share/apps/ksgmltools2/customization/pl/entities -@dirrm share/apps/ksgmltools2/customization/pl -@dirrm share/apps/ksgmltools2/customization/obsolete -@dirrm share/apps/ksgmltools2/customization/no/entities -@dirrm share/apps/ksgmltools2/customization/no -@dirrm share/apps/ksgmltools2/customization/nn/entities -@dirrm share/apps/ksgmltools2/customization/nn -@dirrm share/apps/ksgmltools2/customization/nl/entities -@dirrm share/apps/ksgmltools2/customization/nl -@dirrm share/apps/ksgmltools2/customization/lt/entities -@dirrm share/apps/ksgmltools2/customization/lt -@dirrm share/apps/ksgmltools2/customization/ko/entities -@dirrm share/apps/ksgmltools2/customization/ko -@dirrm share/apps/ksgmltools2/customization/ja/entities -@dirrm share/apps/ksgmltools2/customization/ja -@dirrm share/apps/ksgmltools2/customization/it/entities -@dirrm share/apps/ksgmltools2/customization/it -@dirrm share/apps/ksgmltools2/customization/id/entities -@dirrm share/apps/ksgmltools2/customization/id -@dirrm share/apps/ksgmltools2/customization/hu/entities -@dirrm share/apps/ksgmltools2/customization/hu -@dirrm share/apps/ksgmltools2/customization/he/entities -@dirrm share/apps/ksgmltools2/customization/he -@dirrm share/apps/ksgmltools2/customization/fr/entities -@dirrm share/apps/ksgmltools2/customization/fr -@dirrm share/apps/ksgmltools2/customization/fo/entities -@dirrm share/apps/ksgmltools2/customization/fo -@dirrm share/apps/ksgmltools2/customization/fi/entities -@dirrm share/apps/ksgmltools2/customization/fi -@dirrm share/apps/ksgmltools2/customization/et/entities -@dirrm share/apps/ksgmltools2/customization/et -@dirrm share/apps/ksgmltools2/customization/es/entities -@dirrm share/apps/ksgmltools2/customization/es -@dirrm share/apps/ksgmltools2/customization/entities -@dirrm share/apps/ksgmltools2/customization/en/entities -@dirrm share/apps/ksgmltools2/customization/en-GB/entities -@dirrm share/apps/ksgmltools2/customization/en-GB -@dirrm share/apps/ksgmltools2/customization/en -@dirrm share/apps/ksgmltools2/customization/el/entities -@dirrm share/apps/ksgmltools2/customization/el -@dirrm share/apps/ksgmltools2/customization/dtd -@dirrm share/apps/ksgmltools2/customization/de/entities -@dirrm share/apps/ksgmltools2/customization/de -@dirrm share/apps/ksgmltools2/customization/da/entities -@dirrm share/apps/ksgmltools2/customization/da -@dirrm share/apps/ksgmltools2/customization/cs/entities -@dirrm share/apps/ksgmltools2/customization/cs -@dirrm share/apps/ksgmltools2/customization/ca/entities -@dirrm share/apps/ksgmltools2/customization/ca -@dirrm share/apps/ksgmltools2/customization/bg/entities -@dirrm share/apps/ksgmltools2/customization/bg -@dirrm share/apps/ksgmltools2/customization/af/entities -@dirrm share/apps/ksgmltools2/customization/af -@dirrm share/apps/ksgmltools2/customization -@dirrm share/apps/ksgmltools2 -@dirrm share/apps/knotify -@dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16/apps -@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16 -@dirrm share/apps/kio_uiserver/icons/crystalsvg -@dirrm share/apps/kio_uiserver/icons -@dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/crystalsvg/64x64/actions -@dirrm share/apps/khtml/icons/crystalsvg/64x64 -@dirrm share/apps/khtml/icons/crystalsvg/48x48/actions -@dirrm share/apps/khtml/icons/crystalsvg/48x48 -@dirrm share/apps/khtml/icons/crystalsvg/32x32/actions -@dirrm share/apps/khtml/icons/crystalsvg/32x32 -@dirrm share/apps/khtml/icons/crystalsvg/22x22/actions -@dirrm share/apps/khtml/icons/crystalsvg/22x22 -@dirrm share/apps/khtml/icons/crystalsvg/16x16/actions -@dirrm share/apps/khtml/icons/crystalsvg/16x16 -@dirrm share/apps/khtml/icons/crystalsvg/128x128/actions -@dirrm share/apps/khtml/icons/crystalsvg/128x128 -@dirrm share/apps/khtml/icons/crystalsvg -@dirrm share/apps/khtml/icons -@dirrm share/apps/khtml/css -@dirrm share/apps/khtml -@dirrm share/apps/kdewidgets/pics -@dirrm share/apps/kdewidgets -@dirrm share/apps/kdeui/pics -@dirrm share/apps/kdeui -@dirrm share/apps/kdeprint/tools -@dirrm share/apps/kdeprint/plugins -@dirrm share/apps/kdeprint/pics -@dirrm share/apps/kdeprint/icons/crystalsvg/64x64/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/64x64 -@dirrm share/apps/kdeprint/icons/crystalsvg/48x48/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/48x48 -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/32x32 -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/22x22 -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/apps -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/actions -@dirrm share/apps/kdeprint/icons/crystalsvg/16x16 -@dirrm share/apps/kdeprint/icons/crystalsvg -@dirrm share/apps/kdeprint/icons -@dirrm share/apps/kdeprint/filters -@dirrm share/apps/kdeprint -@dirrm share/apps/kconf_update -@dirrm share/apps/kcm_componentchooser -@dirrm share/apps/kcertpart -@dirrm share/apps/katepart/syntax -@dirrm share/apps/katepart -@dirrm share/apps/kabc/formats -@dirrm share/apps/kabc -@dirrm share/apps/dcopidlng -@dirrm share/apps/LICENSES -@dirrm share/apps -@dirrm share/applications/kde -@dirrm share/applications -@dirrm lib/kde3/plugins/styles -@dirrm lib/kde3/plugins/designer -@dirrm lib/kde3/plugins -@dirrm lib/kde3 -@dirrm include/libkmid -@dirrm include/ktexteditor -@dirrm include/ksettings -@dirrm include/kresources -@dirrm include/kparts -@dirrm include/kmediaplayer -@dirrm include/kjs -@dirrm include/kio -@dirrm include/khexedit -@dirrm include/kdesu -@dirrm include/kdeprint/lpr -@dirrm include/kdeprint -@dirrm include/kate -@dirrm include/kabc -@dirrm include/dom -@dirrm include/arts -@dirrm etc/xdg/menus -@dirrm etc/xdg diff --git a/x11/kdelibs4/files/plist.base b/x11/kdelibs4/pkg-plist index c5e29a34a396..c307ba148107 100644 --- a/x11/kdelibs4/files/plist.base +++ b/x11/kdelibs4/pkg-plist @@ -665,6 +665,8 @@ include/renamedlgplugin.h include/scriptclientinterface.h include/scriptinterface.h include/scriptmanager.h +lib/kde3/cupsdconf.la +lib/kde3/cupsdconf.so lib/kde3/dcopserver.la lib/kde3/dcopserver.so lib/kde3/kabc_dir.la @@ -767,10 +769,14 @@ lib/kde3/libkatepart.la lib/kde3/libkatepart.so lib/kde3/libkcertpart.la lib/kde3/libkcertpart.so +lib/kde3/libkdeprint_management_module.la +lib/kde3/libkdeprint_management_module.so lib/kde3/libkhtmlpart.la lib/kde3/libkhtmlpart.so lib/kde3/libkmultipart.la lib/kde3/libkmultipart.so +lib/kde3/libshellscript.la +lib/kde3/libshellscript.so lib/kde3/plugins/designer/kdewidgets.la lib/kde3/plugins/designer/kdewidgets.so lib/kde3/plugins/styles/highcolor.la @@ -787,8 +793,6 @@ lib/libDCOP.so.6 lib/libartskde.la lib/libartskde.so lib/libartskde.so.3 -lib/libcupsdconf.la -lib/libcupsdconf.so lib/libkabc.la lib/libkabc.so lib/libkabc.so.3 @@ -817,6 +821,8 @@ lib/libkdefakes_nonpic.a lib/libkdefx.la lib/libkdefx.so lib/libkdefx.so.6 +lib/libkdeinit_cupsdconf.la +lib/libkdeinit_cupsdconf.so lib/libkdeinit_dcopserver.la lib/libkdeinit_dcopserver.so lib/libkdeinit_kaddprinterwizard.la @@ -898,9 +904,6 @@ lib/libkwalletbackend.so.1 lib/libkwalletclient.la lib/libkwalletclient.so lib/libkwalletclient.so.1 -lib/libshellscript.la -lib/libshellscript.so -lib/libshellscript.so.0 lib/libvcard.la lib/libvcard.so lib/libvcard.so.0 @@ -1169,6 +1172,7 @@ share/apps/khtml/css/quirks.css share/apps/khtml/icons/crystalsvg/128x128/actions/bug.png share/apps/khtml/icons/crystalsvg/16x16/actions/bug.png share/apps/khtml/icons/crystalsvg/16x16/actions/images_display.png +share/apps/khtml/icons/crystalsvg/16x16/actions/wallet_open.png share/apps/khtml/icons/crystalsvg/22x22/actions/bug.png share/apps/khtml/icons/crystalsvg/22x22/actions/dbgnext.png share/apps/khtml/icons/crystalsvg/22x22/actions/dbgrun.png @@ -2440,6 +2444,7 @@ share/config/kthemestylerc share/config/language.codes share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc +share/cups/model/postscript.ppd.gz share/doc/HTML/en/common/1.png share/doc/HTML/en/common/10.png share/doc/HTML/en/common/2.png @@ -2587,6 +2592,7 @@ share/icons/crystalsvg/16x16/actions/2rightarrow.png share/icons/crystalsvg/16x16/actions/2uparrow.png share/icons/crystalsvg/16x16/actions/about_kde.png share/icons/crystalsvg/16x16/actions/airbrush.png +share/icons/crystalsvg/16x16/actions/apply.png share/icons/crystalsvg/16x16/actions/attach.png share/icons/crystalsvg/16x16/actions/back.png share/icons/crystalsvg/16x16/actions/blend.png @@ -2965,6 +2971,7 @@ share/icons/crystalsvg/22x22/actions/2rightarrow.png share/icons/crystalsvg/22x22/actions/2uparrow.png share/icons/crystalsvg/22x22/actions/about_kde.png share/icons/crystalsvg/22x22/actions/airbrush.png +share/icons/crystalsvg/22x22/actions/apply.png share/icons/crystalsvg/22x22/actions/attach.png share/icons/crystalsvg/22x22/actions/back.png share/icons/crystalsvg/22x22/actions/blend.png @@ -3264,6 +3271,7 @@ share/icons/crystalsvg/32x32/actions/2leftarrow.png share/icons/crystalsvg/32x32/actions/2rightarrow.png share/icons/crystalsvg/32x32/actions/2uparrow.png share/icons/crystalsvg/32x32/actions/about_kde.png +share/icons/crystalsvg/32x32/actions/apply.png share/icons/crystalsvg/32x32/actions/attach.png share/icons/crystalsvg/32x32/actions/back.png share/icons/crystalsvg/32x32/actions/blend.png @@ -4145,7 +4153,6 @@ share/mimelnk/application/x-lzop.desktop share/mimelnk/application/x-magicpoint.desktop share/mimelnk/application/x-msaccess.desktop share/mimelnk/application/x-msdos-program.desktop -share/mimelnk/application/x-mswinurl.desktop share/mimelnk/application/x-mswrite.desktop share/mimelnk/application/x-object.desktop share/mimelnk/application/x-ogg.desktop @@ -4271,6 +4278,7 @@ share/mimelnk/text/x-log.desktop share/mimelnk/text/x-lyx.desktop share/mimelnk/text/x-makefile.desktop share/mimelnk/text/x-moc.desktop +share/mimelnk/text/x-mswinurl.desktop share/mimelnk/text/x-objcsrc.desktop share/mimelnk/text/x-pascal.desktop share/mimelnk/text/x-perl.desktop @@ -4342,6 +4350,7 @@ share/services/ppm.kimgio share/services/rlogin.protocol share/services/rtsp.protocol share/services/shellscript.desktop +share/services/ssh.protocol share/services/telnet.protocol share/services/tga.kimgio share/services/tiff.kimgio @@ -4374,23 +4383,389 @@ share/servicetypes/ktexteditorplugin.desktop share/servicetypes/kurifilterplugin.desktop share/servicetypes/renamedlgplugin.desktop share/servicetypes/scriptinterface.desktop +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/dcop/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kjs/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kio/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/arts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kparts/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kresources/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kutils/html @exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/libkmid/html -@exec /bin/mkdir -p %D/share/icons/crystalsvg/22x22/actions/kde -@exec /bin/mkdir -p %D/share/icons/crystalsvg/32x32/actions/kde +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kabc/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/khtml/html +@exec /bin/mkdir -p %D/share/doc/HTML/en/kdelibs-apidocs/kate/html +@dirrm share/servicetypes +@dirrm share/services/kresources/kabc +@dirrm share/services/kresources +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/video +@dirrm share/mimelnk/text +@dirrm share/mimelnk/multipart +@dirrm share/mimelnk/model +@dirrm share/mimelnk/message +@dirrm share/mimelnk/inode +@dirrm share/mimelnk/image +@dirrm share/mimelnk/audio +@dirrm share/mimelnk/application +@dirrm share/mimelnk/all +@dirrm share/mimelnk +@dirrm share/icons/hicolor +@dirrm share/icons/crystalsvg/scalable/mimetypes +@dirrm share/icons/crystalsvg/scalable/filesystems +@dirrm share/icons/crystalsvg/scalable/devices +@dirrm share/icons/crystalsvg/scalable/apps +@dirrm share/icons/crystalsvg/scalable +@dirrm share/icons/crystalsvg/64x64/mimetypes +@dirrm share/icons/crystalsvg/64x64/filesystems +@dirrm share/icons/crystalsvg/64x64/devices +@dirrm share/icons/crystalsvg/64x64/actions +@dirrm share/icons/crystalsvg/64x64 +@dirrm share/icons/crystalsvg/48x48/mimetypes +@dirrm share/icons/crystalsvg/48x48/filesystems +@dirrm share/icons/crystalsvg/48x48/devices +@dirrm share/icons/crystalsvg/48x48/actions +@dirrm share/icons/crystalsvg/48x48 +@dirrm share/icons/crystalsvg/32x32/mimetypes +@dirrm share/icons/crystalsvg/32x32/filesystems +@dirrm share/icons/crystalsvg/32x32/devices +@dirrm share/icons/crystalsvg/32x32/actions/kde +@dirrm share/icons/crystalsvg/32x32/actions +@dirrm share/icons/crystalsvg/32x32 +@dirrm share/icons/crystalsvg/22x22/mimetypes +@dirrm share/icons/crystalsvg/22x22/filesystems +@dirrm share/icons/crystalsvg/22x22/actions/kde +@dirrm share/icons/crystalsvg/22x22/actions +@dirrm share/icons/crystalsvg/22x22 +@dirrm share/icons/crystalsvg/16x16/mimetypes +@dirrm share/icons/crystalsvg/16x16/filesystems +@dirrm share/icons/crystalsvg/16x16/devices +@dirrm share/icons/crystalsvg/16x16/actions +@dirrm share/icons/crystalsvg/16x16 +@dirrm share/icons/crystalsvg/128x128/mimetypes +@dirrm share/icons/crystalsvg/128x128/filesystems +@dirrm share/icons/crystalsvg/128x128/devices +@dirrm share/icons/crystalsvg/128x128 +@dirrm share/icons/crystalsvg +@dirrm share/icons +@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/libkmid +@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kwallet +@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kutils +@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kresources +@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kparts +@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kmdi +@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kjs +@dirrm share/doc/HTML/en/kdelibs-apidocs/kio/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kio +@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/khtml +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeui +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdeprint +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdefx +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kdecore +@dirrm share/doc/HTML/en/kdelibs-apidocs/kate/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kate +@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/kabc +@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/interfaces +@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/dcop +@dirrm share/doc/HTML/en/kdelibs-apidocs/arts/html +@dirrm share/doc/HTML/en/kdelibs-apidocs/arts +@dirrm share/doc/HTML/en/kdelibs-apidocs +@dirrm share/doc/HTML/en/common +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML +@dirrm share/config/ui +@dirrm share/config/colors +@dirrm share/config +@dirrm share/autostart +@dirrm share/apps/proxyscout +@dirrm share/apps/ktexteditor_kdatatool +@dirrm share/apps/ktexteditor_isearch +@dirrm share/apps/ktexteditor_insertfile +@dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos +@dirrm share/apps/kstyle/pixmaps +@dirrm share/apps/kstyle +@dirrm share/apps/kssl +@dirrm share/apps/ksgmltools2/docbook/xsl/tools/profile +@dirrm share/apps/ksgmltools2/docbook/xsl/tools/olink +@dirrm share/apps/ksgmltools2/docbook/xsl/tools +@dirrm share/apps/ksgmltools2/docbook/xsl/params +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2 +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xx/entities +@dirrm share/apps/ksgmltools2/customization/xx +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/xh/entities +@dirrm share/apps/ksgmltools2/customization/xh +@dirrm share/apps/ksgmltools2/customization/wa/entities +@dirrm share/apps/ksgmltools2/customization/wa +@dirrm share/apps/ksgmltools2/customization/uk/entities +@dirrm share/apps/ksgmltools2/customization/uk +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/obsolete +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nn/entities +@dirrm share/apps/ksgmltools2/customization/nn +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/lt/entities +@dirrm share/apps/ksgmltools2/customization/lt +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/id/entities +@dirrm share/apps/ksgmltools2/customization/id +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/he/entities +@dirrm share/apps/ksgmltools2/customization/he +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fo/entities +@dirrm share/apps/ksgmltools2/customization/fo +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en-GB/entities +@dirrm share/apps/ksgmltools2/customization/en-GB +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/bg/entities +@dirrm share/apps/ksgmltools2/customization/bg +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 +@dirrm share/apps/knotify +@dirrm share/apps/kjava +@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16/apps +@dirrm share/apps/kio_uiserver/icons/crystalsvg/16x16 +@dirrm share/apps/kio_uiserver/icons/crystalsvg +@dirrm share/apps/kio_uiserver/icons +@dirrm share/apps/kio_uiserver +@dirrm share/apps/khtml/icons/crystalsvg/64x64/actions +@dirrm share/apps/khtml/icons/crystalsvg/64x64 +@dirrm share/apps/khtml/icons/crystalsvg/48x48/actions +@dirrm share/apps/khtml/icons/crystalsvg/48x48 +@dirrm share/apps/khtml/icons/crystalsvg/32x32/actions +@dirrm share/apps/khtml/icons/crystalsvg/32x32 +@dirrm share/apps/khtml/icons/crystalsvg/22x22/actions +@dirrm share/apps/khtml/icons/crystalsvg/22x22 +@dirrm share/apps/khtml/icons/crystalsvg/16x16/actions +@dirrm share/apps/khtml/icons/crystalsvg/16x16 +@dirrm share/apps/khtml/icons/crystalsvg/128x128/actions +@dirrm share/apps/khtml/icons/crystalsvg/128x128 +@dirrm share/apps/khtml/icons/crystalsvg +@dirrm share/apps/khtml/icons +@dirrm share/apps/khtml/css +@dirrm share/apps/khtml +@dirrm share/apps/kdewidgets/pics +@dirrm share/apps/kdewidgets +@dirrm share/apps/kdeui/pics +@dirrm share/apps/kdeui +@dirrm share/apps/kdeprint/tools +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/crystalsvg/64x64/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/64x64 +@dirrm share/apps/kdeprint/icons/crystalsvg/48x48/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/48x48 +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/32x32 +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/22x22 +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/apps +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16/actions +@dirrm share/apps/kdeprint/icons/crystalsvg/16x16 +@dirrm share/apps/kdeprint/icons/crystalsvg +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update +@dirrm share/apps/kcm_componentchooser +@dirrm share/apps/kcertpart +@dirrm share/apps/katepart/syntax +@dirrm share/apps/katepart +@dirrm share/apps/kabc/formats +@dirrm share/apps/kabc +@dirrm share/apps/dcopidlng +@dirrm share/apps/LICENSES +@dirrm share/apps +@dirrm share/applications/kde +@dirrm share/applications +@dirrm lib/kde3/plugins/styles +@dirrm lib/kde3/plugins/designer +@dirrm lib/kde3/plugins +@dirrm lib/kde3 +@dirrm include/libkmid +@dirrm include/ktexteditor +@dirrm include/ksettings +@dirrm include/kresources +@dirrm include/kparts +@dirrm include/kmediaplayer +@dirrm include/kjs +@dirrm include/kio +@dirrm include/khexedit +@dirrm include/kdesu +@dirrm include/kdeprint/lpr +@dirrm include/kdeprint +@dirrm include/kate +@dirrm include/kabc +@dirrm include/dom +@dirrm etc/xdg/menus +@dirrm etc/xdg |