Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -10220,3 +10220,16 @@ textproc/rubygem-compass-rails||2018-03-20|Has expired: Broken for more than 6 months graphics/pfscalibration||2018-03-20|Deprecated: pfs-calibration is a part of pfstools (from version 2.0) graphics/pfstmo||2018-03-20|Deprecated: pfstmo is a part of pfstools +net-im/ktp-accounts-kcm|net-im/ktp-accounts-kcm-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-approver|net-im/ktp-approver-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-auth-handler|net-im/ktp-auth-handler-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-common-internals|net-im/ktp-common-internals-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-contact-list|net-im/ktp-contact-list-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-contact-runner|net-im/ktp-contact-runner-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-desktop-applets|net-im/ktp-desktop-applets-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-filetransfer-handler|net-im/ktp-filetransfer-handler-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-kded-integration-module|net-im/ktp-kded-integration-module-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-send-file|net-im/ktp-send-file-kde4|2018-03-22|Make room for KDE updates +net-im/ktp-text-ui|net-im/ktp-text-ui-kde4|2018-03-22|Make room for KDE updates +net-im/kde-telepathy|net-im/telepathy-kde4|2018-03-22|Make room for KDE updates +net-im/plasma-applet-ktp|net-im/plasma-applet-ktp-kde4|2018-03-22|Make room for KDE updates Index: net-im/kde-telepathy/Makefile =================================================================== --- net-im/kde-telepathy/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kde-telepathy -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 -CATEGORIES= net-im kde -PKGNAMESUFFIX= -kde4 - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE integrated instant messaging framework - -RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/kcm_ktp_accounts.so:net-im/ktp-accounts-kcm \ - ${KDE_PREFIX}/lib/kde4/kded_ktp_approver.so:net-im/ktp-approver \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-auth-handler:net-im/ktp-auth-handler \ - ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ - ${KDE_PREFIX}/lib/kde4/krunner_ktp_contacts.so:net-im/ktp-contact-runner \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ - ${KDE_PREFIX}/lib/kde4/kded_ktp_integration_module.so:net-im/ktp-kded-integration-module \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-text-ui:net-im/ktp-text-ui - -USES= kde:4 metaport - -OPTIONS_DEFINE= PLASMA SEND_FILE -OPTIONS_DEFAULT=PLASMA SEND_FILE - -PLASMA_DESC= Applets for KDE Plasma Desktop integration -SEND_FILE_DESC= Context menu plugin for sending files - -.include - -.if ${PORT_OPTIONS:MPLASMA} -RUN_DEPENDS+= ${KDE_PREFIX}/lib/kde4/plasma_applet_ktp_presence.so:net-im/plasma-applet-ktp -.endif - -.if ${PORT_OPTIONS:MSEND_FILE} -RUN_DEPENDS+= ${KDE_PREFIX}/bin/ktp-send-file:net-im/ktp-send-file -.endif - -.include Index: net-im/kde-telepathy/pkg-descr =================================================================== --- net-im/kde-telepathy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This is the meta-port grouping all the components. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-accounts-kcm-kde4/Makefile =================================================================== --- net-im/ktp-accounts-kcm-kde4/Makefile +++ net-im/ktp-accounts-kcm-kde4/Makefile @@ -2,17 +2,18 @@ PORTNAME= ktp-accounts-kcm PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging account management module LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 +RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-accounts-kcm/Makefile =================================================================== --- net-im/ktp-accounts-kcm/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-accounts-kcm -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging account management module - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -OPTIONS_DEFINE= HAZE IRC JABBER SALUT -OPTIONS_DEFAULT=JABBER - -HAZE_DESC= libpurple protocols support -HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:net-im/telepathy-haze - -IRC_DESC= Internet Relay Chat support -IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:net-im/telepathy-idle - -JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:net-im/telepathy-gabble - -SALUT_DESC= Link-local (serverless) XMPP support -SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:net-im/telepathy-salut - -.include Index: net-im/ktp-accounts-kcm/distinfo =================================================================== --- net-im/ktp-accounts-kcm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-accounts-kcm-0.9.0.tar.bz2) = b9d7cf3b2a8f99e50ba60fec039b107f3049df41e44787683dbc346d08c37de7 -SIZE (ktp-accounts-kcm-0.9.0.tar.bz2) = 264892 Index: net-im/ktp-accounts-kcm/pkg-descr =================================================================== --- net-im/ktp-accounts-kcm/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This is a KControl module which handles adding/editing/removing -Telepathy accounts. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-accounts-kcm/pkg-plist =================================================================== --- net-im/ktp-accounts-kcm/pkg-plist +++ /dev/null @@ -1,394 +0,0 @@ -lib/kde4/kcm_ktp_accounts.so -lib/kde4/ktpaccountskcm_plugin_butterfly.so -lib/kde4/ktpaccountskcm_plugin_gabble.so -lib/kde4/ktpaccountskcm_plugin_haze.so -lib/kde4/ktpaccountskcm_plugin_idle.so -lib/kde4/ktpaccountskcm_plugin_morse.so -lib/kde4/ktpaccountskcm_plugin_rakia.so -lib/kde4/ktpaccountskcm_plugin_salut.so -lib/kde4/ktpaccountskcm_plugin_sipe.so -lib/kde4/ktpaccountskcm_plugin_sunshine.so -lib/libktpaccountskcminternal.so -lib/libktpaccountskcminternal.so.4 -lib/libktpaccountskcminternal.so.%%KDE4_GENERIC_LIB_VERSION%% -share/kde4/services/kcm_ktp_accounts.desktop -share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop -share/kde4/services/ktpaccountskcm_plugin_gabble.desktop -share/kde4/services/ktpaccountskcm_plugin_haze.desktop -share/kde4/services/ktpaccountskcm_plugin_idle.desktop -share/kde4/services/ktpaccountskcm_plugin_morse.desktop -share/kde4/services/ktpaccountskcm_plugin_rakia.desktop -share/kde4/services/ktpaccountskcm_plugin_salut.desktop -share/kde4/services/ktpaccountskcm_plugin_sipe.desktop -share/kde4/services/ktpaccountskcm_plugin_sunshine.desktop -share/kde4/services/settings-im-and-voip.desktop -share/kde4/servicetypes/ktpaccountskcminternal-accountuiplugin.desktop -share/locale/bs/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ca/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/cs/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/da/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/de/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/el/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/en_GB/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/en_GB/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/eo/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/es/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/et/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/fi/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/fr/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ga/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/gl/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/hu/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ia/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/it/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ja/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/kk/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/km/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ko/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/lt/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/mai/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/mr/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/nb/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/nds/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/nl/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/pl/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/pt/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/pt_BR/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ro/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/ru/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sk/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sl/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sr/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sr@latin/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/sv/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/tr/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/tr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ug/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/uk/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/wa/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/zh_CN/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/locale/zh_TW/LC_MESSAGES/kcm_ktp_accounts.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo -share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo -share/telepathy/profiles/bigbrownchunx-skype-dbus.profile -share/telepathy/profiles/facebook.profile -share/telepathy/profiles/gadugadu.profile -share/telepathy/profiles/google-talk.profile -share/telepathy/profiles/irc.profile -share/telepathy/profiles/jabber.profile -share/telepathy/profiles/kde-talk.profile -share/telepathy/profiles/local-xmpp.profile -share/telepathy/profiles/msn-xmpp.profile -share/telepathy/profiles/msn.profile -share/telepathy/profiles/sipe-haze.profile -share/telepathy/profiles/sms.profile -share/telepathy/profiles/sofiasip-sip.profile -share/telepathy/profiles/steam.profile Index: net-im/ktp-approver-kde4/Makefile =================================================================== --- net-im/ktp-approver-kde4/Makefile +++ net-im/ktp-approver-kde4/Makefile @@ -2,16 +2,17 @@ PORTNAME= ktp-approver PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging notifier LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 +RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-approver/Makefile =================================================================== --- net-im/ktp-approver/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-approver -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging notifier - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-approver/distinfo =================================================================== --- net-im/ktp-approver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-approver-0.9.0.tar.bz2) = 3ac663cdfa51f564bb7f9898974acb630ab9112a5d76a73657d10f53c42b82e7 -SIZE (ktp-approver-0.9.0.tar.bz2) = 36866 Index: net-im/ktp-approver/pkg-descr =================================================================== --- net-im/ktp-approver/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module notifies you when an incoming message or a file transfer -request arrives and hangs in the system tray until you're ready to -check it. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-approver/pkg-plist =================================================================== --- net-im/ktp-approver/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -lib/kde4/kded_ktp_approver.so -share/config/ktp_approverrc -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.Approver.service -share/kde4/services/kded/ktp_approver.desktop -share/kde4/servicetypes/ktp-approver.desktop -share/locale/bs/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ca/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ca@valencia/LC_MESSAGES/kded_ktp_approver.mo -share/locale/cs/LC_MESSAGES/kded_ktp_approver.mo -share/locale/da/LC_MESSAGES/kded_ktp_approver.mo -share/locale/de/LC_MESSAGES/kded_ktp_approver.mo -share/locale/el/LC_MESSAGES/kded_ktp_approver.mo -share/locale/en_GB/LC_MESSAGES/kded_ktp_approver.mo -share/locale/es/LC_MESSAGES/kded_ktp_approver.mo -share/locale/et/LC_MESSAGES/kded_ktp_approver.mo -share/locale/fi/LC_MESSAGES/kded_ktp_approver.mo -share/locale/fr/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ga/LC_MESSAGES/kded_ktp_approver.mo -share/locale/gl/LC_MESSAGES/kded_ktp_approver.mo -share/locale/hu/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ia/LC_MESSAGES/kded_ktp_approver.mo -share/locale/it/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ja/LC_MESSAGES/kded_ktp_approver.mo -share/locale/kk/LC_MESSAGES/kded_ktp_approver.mo -share/locale/km/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ko/LC_MESSAGES/kded_ktp_approver.mo -share/locale/lt/LC_MESSAGES/kded_ktp_approver.mo -share/locale/mr/LC_MESSAGES/kded_ktp_approver.mo -share/locale/nb/LC_MESSAGES/kded_ktp_approver.mo -share/locale/nds/LC_MESSAGES/kded_ktp_approver.mo -share/locale/nl/LC_MESSAGES/kded_ktp_approver.mo -share/locale/pl/LC_MESSAGES/kded_ktp_approver.mo -share/locale/pt/LC_MESSAGES/kded_ktp_approver.mo -share/locale/pt_BR/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ro/LC_MESSAGES/kded_ktp_approver.mo -share/locale/ru/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sk/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sl/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sr/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sr@latin/LC_MESSAGES/kded_ktp_approver.mo -share/locale/sv/LC_MESSAGES/kded_ktp_approver.mo -share/locale/tr/LC_MESSAGES/kded_ktp_approver.mo -share/locale/uk/LC_MESSAGES/kded_ktp_approver.mo -share/locale/zh_CN/LC_MESSAGES/kded_ktp_approver.mo -share/locale/zh_TW/LC_MESSAGES/kded_ktp_approver.mo Index: net-im/ktp-auth-handler-kde4/Makefile =================================================================== --- net-im/ktp-auth-handler-kde4/Makefile +++ net-im/ktp-auth-handler-kde4/Makefile @@ -2,9 +2,10 @@ PORTNAME= ktp-auth-handler PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy @@ -12,7 +13,7 @@ LIB_DEPENDS= libqjson.so:devel/qjson \ libqca.so:devel/qca \ libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-auth-handler/Makefile =================================================================== --- net-im/ktp-auth-handler/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-auth-handler -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KWallet integration module for KDE Telepathy - -LIB_DEPENDS= libqjson.so:devel/qjson \ - libqca.so:devel/qca \ - libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib dbus gui xml webkit \ - moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-auth-handler/distinfo =================================================================== --- net-im/ktp-auth-handler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-auth-handler-0.9.0.tar.bz2) = 6eb07a75200bd18154f42fbe1ff64a9fb0799b709899c3cb31474523b418478e -SIZE (ktp-auth-handler-0.9.0.tar.bz2) = 49212 Index: net-im/ktp-auth-handler/pkg-descr =================================================================== --- net-im/ktp-auth-handler/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module handles KWallet integration, and prompts/sends passwords -to connection managers when requested. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-auth-handler/pkg-plist =================================================================== --- net-im/ktp-auth-handler/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -lib/kde4/libexec/ktp-auth-handler -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service -share/locale/bs/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ca/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-auth-handler.mo -share/locale/cs/LC_MESSAGES/ktp-auth-handler.mo -share/locale/da/LC_MESSAGES/ktp-auth-handler.mo -share/locale/de/LC_MESSAGES/ktp-auth-handler.mo -share/locale/el/LC_MESSAGES/ktp-auth-handler.mo -share/locale/en_GB/LC_MESSAGES/ktp-auth-handler.mo -share/locale/es/LC_MESSAGES/ktp-auth-handler.mo -share/locale/et/LC_MESSAGES/ktp-auth-handler.mo -share/locale/fi/LC_MESSAGES/ktp-auth-handler.mo -share/locale/fr/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ga/LC_MESSAGES/ktp-auth-handler.mo -share/locale/gl/LC_MESSAGES/ktp-auth-handler.mo -share/locale/hu/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ia/LC_MESSAGES/ktp-auth-handler.mo -share/locale/it/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ja/LC_MESSAGES/ktp-auth-handler.mo -share/locale/kk/LC_MESSAGES/ktp-auth-handler.mo -share/locale/km/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ko/LC_MESSAGES/ktp-auth-handler.mo -share/locale/lt/LC_MESSAGES/ktp-auth-handler.mo -share/locale/mr/LC_MESSAGES/ktp-auth-handler.mo -share/locale/nb/LC_MESSAGES/ktp-auth-handler.mo -share/locale/nds/LC_MESSAGES/ktp-auth-handler.mo -share/locale/nl/LC_MESSAGES/ktp-auth-handler.mo -share/locale/pl/LC_MESSAGES/ktp-auth-handler.mo -share/locale/pt/LC_MESSAGES/ktp-auth-handler.mo -share/locale/pt_BR/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ro/LC_MESSAGES/ktp-auth-handler.mo -share/locale/ru/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sk/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sl/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sr/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sr@latin/LC_MESSAGES/ktp-auth-handler.mo -share/locale/sv/LC_MESSAGES/ktp-auth-handler.mo -share/locale/uk/LC_MESSAGES/ktp-auth-handler.mo -share/locale/vi/LC_MESSAGES/ktp-auth-handler.mo -share/locale/zh_CN/LC_MESSAGES/ktp-auth-handler.mo -share/locale/zh_TW/LC_MESSAGES/ktp-auth-handler.mo -share/telepathy/clients/KTp.ConfAuthObserver.client -share/telepathy/clients/KTp.SASLHandler.client -share/telepathy/clients/KTp.TLSHandler.client Index: net-im/ktp-common-internals-kde4/Makefile =================================================================== --- net-im/ktp-common-internals-kde4/Makefile +++ net-im/ktp-common-internals-kde4/Makefile @@ -2,9 +2,10 @@ PORTNAME= ktp-common-internals PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE Telepathy internal library Index: net-im/ktp-common-internals/Makefile =================================================================== --- net-im/ktp-common-internals/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-common-internals -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Telepathy internal library - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 -RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control - -USES= cmake compiler:c++11-lang gettext kde:4 tar:bzip2 -USE_KDE= kdelibs pimlibs automoc4 -USE_QT4= declarative script \ - moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -PLIST_SUB= KTP_VERSION=${KTP_VERSION} - -.include Index: net-im/ktp-common-internals/distinfo =================================================================== --- net-im/ktp-common-internals/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-common-internals-0.9.0.tar.bz2) = b358d134345225dacddffb2e61177a4819093c55f2ca15c4c3481e1a6e9f9443 -SIZE (ktp-common-internals-0.9.0.tar.bz2) = 439404 Index: net-im/ktp-common-internals/files/patch-CMakeLists.txt =================================================================== --- net-im/ktp-common-internals/files/patch-CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- ./CMakeLists.txt.orig 2013-03-06 15:54:32.000000000 -0800 -+++ ./CMakeLists.txt 2013-03-29 16:59:10.767664571 -0700 -@@ -1,6 +1,7 @@ - project(ktp-common-internals) - - cmake_minimum_required (VERSION 2.6.3 FATAL_ERROR) -+cmake_policy(SET CMP0002 OLD) - - set (CMAKE_MODULE_PATH - "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" Index: net-im/ktp-common-internals/pkg-descr =================================================================== --- net-im/ktp-common-internals/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module provides the internal library needed by all other modules. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-common-internals/pkg-plist =================================================================== --- net-im/ktp-common-internals/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -bin/ktp-debugger -include/kde4/KTp/Logger/abstract-logger-plugin.h -include/kde4/KTp/Logger/log-entity.h -include/kde4/KTp/Logger/log-manager.h -include/kde4/KTp/Logger/log-message.h -include/kde4/KTp/Logger/log-search-hit.h -include/kde4/KTp/Logger/pending-logger-dates.h -include/kde4/KTp/Logger/pending-logger-entities.h -include/kde4/KTp/Logger/pending-logger-logs.h -include/kde4/KTp/Logger/pending-logger-operation.h -include/kde4/KTp/Logger/pending-logger-search.h -include/kde4/KTp/Logger/scrollback-manager.h -include/kde4/KTp/Models/abstract-grouping-proxy-model.h -include/kde4/KTp/Models/accounts-list-model.h -include/kde4/KTp/Models/accounts-tree-proxy-model.h -include/kde4/KTp/Models/contacts-filter-model.h -include/kde4/KTp/Models/contacts-list-model.h -include/kde4/KTp/Models/contacts-model.h -include/kde4/KTp/Models/groups-tree-proxy-model.h -include/kde4/KTp/Models/presence-model.h -include/kde4/KTp/Models/rooms-model.h -include/kde4/KTp/Models/text-channel-watcher-proxy-model.h -include/kde4/KTp/OTR/channel-adapter.h -include/kde4/KTp/OTR/channel-proxy-interface.h -include/kde4/KTp/OTR/constants.h -include/kde4/KTp/OTR/proxy-service-interface.h -include/kde4/KTp/OTR/types.h -include/kde4/KTp/OTR/utils.h -include/kde4/KTp/Widgets/accounts-combo-box.h -include/kde4/KTp/Widgets/add-contact-dialog.h -include/kde4/KTp/Widgets/contact-grid-dialog.h -include/kde4/KTp/Widgets/contact-grid-widget.h -include/kde4/KTp/Widgets/contact-view-widget.h -include/kde4/KTp/Widgets/join-chat-room-dialog.h -include/kde4/KTp/Widgets/notification-config-dialog.h -include/kde4/KTp/Widgets/settings-kcm-dialog.h -include/kde4/KTp/Widgets/start-chat-dialog.h -include/kde4/KTp/abstract-message-filter.h -include/kde4/KTp/actions.h -include/kde4/KTp/circular-countdown.h -include/kde4/KTp/contact-factory.h -include/kde4/KTp/contact-info-dialog.h -include/kde4/KTp/contact.h -include/kde4/KTp/core.h -include/kde4/KTp/debug.h -include/kde4/KTp/error-dictionary.h -include/kde4/KTp/global-contact-manager.h -include/kde4/KTp/global-presence.h -include/kde4/KTp/ktp-export.h -include/kde4/KTp/logs-importer.h -include/kde4/KTp/message-context.h -include/kde4/KTp/message-filter-config-manager.h -include/kde4/KTp/message-processor.h -include/kde4/KTp/message.h -include/kde4/KTp/outgoing-message.h -include/kde4/KTp/pending-wallet.h -include/kde4/KTp/persistent-contact.h -include/kde4/KTp/presence.h -include/kde4/KTp/service-availability-checker.h -include/kde4/KTp/telepathy-handler-application.h -include/kde4/KTp/text-parser.h -include/kde4/KTp/types.h -include/kde4/KTp/wallet-interface.h -include/kde4/KTp/wallet-utils.h -lib/kde4/imports/org/kde/telepathy/libktpqmlplugin.so -lib/kde4/imports/org/kde/telepathy/qmldir -lib/kde4/ktploggerplugin_tplogger.so -lib/libktpcommoninternalsprivate.so -lib/libktpcommoninternalsprivate.so.%%KTP_VERSION%% -lib/libktpcommoninternalsprivate.so.8 -lib/libktploggerprivate.so -lib/libktploggerprivate.so.%%KTP_VERSION%% -lib/libktploggerprivate.so.8 -lib/libktpmodelsprivate.so -lib/libktpmodelsprivate.so.%%KTP_VERSION%% -lib/libktpmodelsprivate.so.8 -lib/libktpotrprivate.so -lib/libktpotrprivate.so.%%KTP_VERSION%% -lib/libktpotrprivate.so.8 -lib/libktpwidgetsprivate.so -lib/libktpwidgetsprivate.so.%%KTP_VERSION%% -lib/libktpwidgetsprivate.so.8 -share/apps/katepart/syntax/ktpdebugoutput.xml -share/apps/ktelepathy/ktelepathy.notifyrc -share/icons/hicolor/128x128/apps/telepathy-kde.png -share/icons/hicolor/16x16/actions/im-groupwise.png -share/icons/hicolor/16x16/actions/im-irc.png -share/icons/hicolor/16x16/actions/im-local-xmpp.png -share/icons/hicolor/16x16/apps/telepathy-kde.png -share/icons/hicolor/22x22/actions/im-aim.png -share/icons/hicolor/22x22/actions/im-facebook.png -share/icons/hicolor/22x22/actions/im-gadugadu.png -share/icons/hicolor/22x22/actions/im-google-talk.png -share/icons/hicolor/22x22/actions/im-groupwise.png -share/icons/hicolor/22x22/actions/im-icq.png -share/icons/hicolor/22x22/actions/im-jabber.png -share/icons/hicolor/22x22/actions/im-local-xmpp.png -share/icons/hicolor/22x22/actions/im-msn.png -share/icons/hicolor/22x22/actions/im-qq.png -share/icons/hicolor/22x22/actions/im-skype.png -share/icons/hicolor/22x22/actions/im-yahoo.png -share/icons/hicolor/22x22/actions/show-offline.png -share/icons/hicolor/22x22/actions/sort-name.png -share/icons/hicolor/22x22/actions/sort-presence.png -share/icons/hicolor/22x22/apps/telepathy-kde.png -share/icons/hicolor/32x32/actions/im-aim.png -share/icons/hicolor/32x32/actions/im-facebook.png -share/icons/hicolor/32x32/actions/im-gadugadu.png -share/icons/hicolor/32x32/actions/im-google-talk.png -share/icons/hicolor/32x32/actions/im-groupwise.png -share/icons/hicolor/32x32/actions/im-icq.png -share/icons/hicolor/32x32/actions/im-irc.png -share/icons/hicolor/32x32/actions/im-jabber.png -share/icons/hicolor/32x32/actions/im-local-xmpp.png -share/icons/hicolor/32x32/actions/im-msn.png -share/icons/hicolor/32x32/actions/im-qq.png -share/icons/hicolor/32x32/actions/im-skype.png -share/icons/hicolor/32x32/actions/im-yahoo.png -share/icons/hicolor/32x32/apps/telepathy-kde.png -share/icons/hicolor/48x48/actions/im-aim.png -share/icons/hicolor/48x48/actions/im-facebook.png -share/icons/hicolor/48x48/actions/im-gadugadu.png -share/icons/hicolor/48x48/actions/im-google-talk.png -share/icons/hicolor/48x48/actions/im-groupwise.png -share/icons/hicolor/48x48/actions/im-icq.png -share/icons/hicolor/48x48/actions/im-jabber.png -share/icons/hicolor/48x48/actions/im-local-xmpp.png -share/icons/hicolor/48x48/actions/im-msn.png -share/icons/hicolor/48x48/actions/im-qq.png -share/icons/hicolor/48x48/actions/im-skype.png -share/icons/hicolor/48x48/actions/im-yahoo.png -share/icons/hicolor/48x48/apps/telepathy-kde.png -share/icons/hicolor/64x64/apps/telepathy-kde.png -share/icons/hicolor/scalable/apps/telepathy-kde.svgz -share/kde4/services/ktploggerplugin_tplogger.desktop -share/kde4/servicetypes/ktp_logger_plugin.desktop -share/locale/bs/LC_MESSAGES/ktp-common-internals.mo -share/locale/ca/LC_MESSAGES/ktp-common-internals.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-common-internals.mo -share/locale/cs/LC_MESSAGES/ktp-common-internals.mo -share/locale/da/LC_MESSAGES/ktp-common-internals.mo -share/locale/de/LC_MESSAGES/ktp-common-internals.mo -share/locale/el/LC_MESSAGES/ktp-common-internals.mo -share/locale/en_GB/LC_MESSAGES/ktp-common-internals.mo -share/locale/es/LC_MESSAGES/ktp-common-internals.mo -share/locale/et/LC_MESSAGES/ktp-common-internals.mo -share/locale/fi/LC_MESSAGES/ktp-common-internals.mo -share/locale/fr/LC_MESSAGES/ktp-common-internals.mo -share/locale/ga/LC_MESSAGES/ktp-common-internals.mo -share/locale/gl/LC_MESSAGES/ktp-common-internals.mo -share/locale/hu/LC_MESSAGES/ktp-common-internals.mo -share/locale/ia/LC_MESSAGES/ktp-common-internals.mo -share/locale/it/LC_MESSAGES/ktp-common-internals.mo -share/locale/ja/LC_MESSAGES/ktp-common-internals.mo -share/locale/kk/LC_MESSAGES/ktp-common-internals.mo -share/locale/ko/LC_MESSAGES/ktp-common-internals.mo -share/locale/lt/LC_MESSAGES/ktp-common-internals.mo -share/locale/mr/LC_MESSAGES/ktp-common-internals.mo -share/locale/nb/LC_MESSAGES/ktp-common-internals.mo -share/locale/nds/LC_MESSAGES/ktp-common-internals.mo -share/locale/nl/LC_MESSAGES/ktp-common-internals.mo -share/locale/pl/LC_MESSAGES/ktp-common-internals.mo -share/locale/pt/LC_MESSAGES/ktp-common-internals.mo -share/locale/pt_BR/LC_MESSAGES/ktp-common-internals.mo -share/locale/ro/LC_MESSAGES/ktp-common-internals.mo -share/locale/ru/LC_MESSAGES/ktp-common-internals.mo -share/locale/sk/LC_MESSAGES/ktp-common-internals.mo -share/locale/sl/LC_MESSAGES/ktp-common-internals.mo -share/locale/sr/LC_MESSAGES/ktp-common-internals.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-common-internals.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-common-internals.mo -share/locale/sr@latin/LC_MESSAGES/ktp-common-internals.mo -share/locale/sv/LC_MESSAGES/ktp-common-internals.mo -share/locale/uk/LC_MESSAGES/ktp-common-internals.mo -share/locale/zh_CN/LC_MESSAGES/ktp-common-internals.mo -share/locale/zh_TW/LC_MESSAGES/ktp-common-internals.mo Index: net-im/ktp-contact-list-kde4/Makefile =================================================================== --- net-im/ktp-contact-list-kde4/Makefile +++ net-im/ktp-contact-list-kde4/Makefile @@ -2,16 +2,17 @@ PORTNAME= ktp-contact-list PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging contact list application LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-contact-list/Makefile =================================================================== --- net-im/ktp-contact-list/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-contact-list -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging contact list application - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-contact-list/distinfo =================================================================== --- net-im/ktp-contact-list/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-contact-list-0.9.0.tar.bz2) = 7d78b9369825fd5bbf227feccd533a282791725ad4875e85c62b53f443c5e49b -SIZE (ktp-contact-list-0.9.0.tar.bz2) = 140159 Index: net-im/ktp-contact-list/pkg-descr =================================================================== --- net-im/ktp-contact-list/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This application provides a traditional contact list, similar to the -one provided by Kopete. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-contact-list/pkg-plist =================================================================== --- net-im/ktp-contact-list/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -bin/ktp-contactlist -share/applications/kde4/ktp-contactlist.desktop -share/locale/bs/LC_MESSAGES/ktp-contactlist.mo -share/locale/ca/LC_MESSAGES/ktp-contactlist.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-contactlist.mo -share/locale/cs/LC_MESSAGES/ktp-contactlist.mo -share/locale/da/LC_MESSAGES/ktp-contactlist.mo -share/locale/de/LC_MESSAGES/ktp-contactlist.mo -share/locale/el/LC_MESSAGES/ktp-contactlist.mo -share/locale/en_GB/LC_MESSAGES/ktp-contactlist.mo -share/locale/es/LC_MESSAGES/ktp-contactlist.mo -share/locale/et/LC_MESSAGES/ktp-contactlist.mo -share/locale/fi/LC_MESSAGES/ktp-contactlist.mo -share/locale/fr/LC_MESSAGES/ktp-contactlist.mo -share/locale/ga/LC_MESSAGES/ktp-contactlist.mo -share/locale/gl/LC_MESSAGES/ktp-contactlist.mo -share/locale/hu/LC_MESSAGES/ktp-contactlist.mo -share/locale/ia/LC_MESSAGES/ktp-contactlist.mo -share/locale/it/LC_MESSAGES/ktp-contactlist.mo -share/locale/ja/LC_MESSAGES/ktp-contactlist.mo -share/locale/kk/LC_MESSAGES/ktp-contactlist.mo -share/locale/km/LC_MESSAGES/ktp-contactlist.mo -share/locale/ko/LC_MESSAGES/ktp-contactlist.mo -share/locale/lt/LC_MESSAGES/ktp-contactlist.mo -share/locale/mr/LC_MESSAGES/ktp-contactlist.mo -share/locale/nb/LC_MESSAGES/ktp-contactlist.mo -share/locale/nds/LC_MESSAGES/ktp-contactlist.mo -share/locale/nl/LC_MESSAGES/ktp-contactlist.mo -share/locale/pl/LC_MESSAGES/ktp-contactlist.mo -share/locale/pt/LC_MESSAGES/ktp-contactlist.mo -share/locale/pt_BR/LC_MESSAGES/ktp-contactlist.mo -share/locale/ro/LC_MESSAGES/ktp-contactlist.mo -share/locale/ru/LC_MESSAGES/ktp-contactlist.mo -share/locale/sk/LC_MESSAGES/ktp-contactlist.mo -share/locale/sl/LC_MESSAGES/ktp-contactlist.mo -share/locale/sr/LC_MESSAGES/ktp-contactlist.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-contactlist.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-contactlist.mo -share/locale/sr@latin/LC_MESSAGES/ktp-contactlist.mo -share/locale/sv/LC_MESSAGES/ktp-contactlist.mo -share/locale/tr/LC_MESSAGES/ktp-contactlist.mo -share/locale/ug/LC_MESSAGES/ktp-contactlist.mo -share/locale/uk/LC_MESSAGES/ktp-contactlist.mo -share/locale/vi/LC_MESSAGES/ktp-contactlist.mo -share/locale/zh_CN/LC_MESSAGES/ktp-contactlist.mo -share/locale/zh_TW/LC_MESSAGES/ktp-contactlist.mo Index: net-im/ktp-contact-runner-kde4/Makefile =================================================================== --- net-im/ktp-contact-runner-kde4/Makefile +++ net-im/ktp-contact-runner-kde4/Makefile @@ -2,15 +2,16 @@ PORTNAME= ktp-contact-runner PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KRunner integration module for KDE Telepathy LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-contact-runner/Makefile =================================================================== --- net-im/ktp-contact-runner/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-contact-runner -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KRunner integration module for KDE Telepathy - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-contact-runner/distinfo =================================================================== --- net-im/ktp-contact-runner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-contact-runner-0.9.0.tar.bz2) = 20c68896ee848e3b16d6dd8002eb0a286513ae18054801f45d3d893898cf9b70 -SIZE (ktp-contact-runner-0.9.0.tar.bz2) = 42207 Index: net-im/ktp-contact-runner/pkg-descr =================================================================== --- net-im/ktp-contact-runner/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module makes KRunner capable of showing contacts. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-contact-runner/pkg-plist =================================================================== --- net-im/ktp-contact-runner/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -lib/kde4/krunner_ktp_contacts.so -share/kde4/services/plasma-runner-ktp-contact.desktop -share/locale/bs/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ca/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/cs/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/da/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/de/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/el/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/es/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/et/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/fi/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ga/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/gl/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/hu/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ia/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/it/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ja/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/kk/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/km/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ko/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/lt/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/mr/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/nb/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/nds/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/nl/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/pl/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/pt/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ro/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/ru/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sk/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sl/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sr/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/sv/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/tr/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/uk/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/vi/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_ktp_contacts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_ktp_contacts.mo Index: net-im/ktp-desktop-applets-kde4/Makefile =================================================================== --- net-im/ktp-desktop-applets-kde4/Makefile +++ net-im/ktp-desktop-applets-kde4/Makefile @@ -2,14 +2,15 @@ PORTNAME= ktp-desktop-applets PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging plasma widgets -LIB_DEPENDS= libktpcommoninternalsprivate.so:net-im/ktp-common-internals +LIB_DEPENDS= libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-desktop-applets/Makefile =================================================================== --- net-im/ktp-desktop-applets/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-desktop-applets -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging plasma widgets - -LIB_DEPENDS= libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-desktop-applets/distinfo =================================================================== --- net-im/ktp-desktop-applets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-desktop-applets-0.9.0.tar.bz2) = fe6254b5c2178b22e2d53ced5dc72a3cb96e667294b4a34936d37b434c8dc88d -SIZE (ktp-desktop-applets-0.9.0.tar.bz2) = 64913 Index: net-im/ktp-desktop-applets/pkg-descr =================================================================== --- net-im/ktp-desktop-applets/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This application provides plasmoid widgets (simplified contact list...) - -WWW: http://community.kde.org/KTp Index: net-im/ktp-desktop-applets/pkg-plist =================================================================== --- net-im/ktp-desktop-applets/pkg-plist +++ /dev/null @@ -1,116 +0,0 @@ -lib/kde4/plasma_applet_ktp_contact.so -lib/kde4/plasma_applet_ktp_presence.so -share/apps/plasma-desktop/updates/50-renameKTpApplets.js -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/config/main.xml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ActionDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ChatWidget.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/TextDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/metadata.desktop -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/away.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/busy.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/offline.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/online.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Avatar.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Contact.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/DropDownMenu.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ContactList.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ExternalLabel.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/metadata.desktop -share/kde4/services/plasma-applet-ktp-chat.desktop -share/kde4/services/plasma-applet-ktp-contact.desktop -share/kde4/services/plasma-applet-ktp-contactlist.desktop -share/kde4/services/plasma-applet-ktp-presence.desktop -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo Index: net-im/ktp-filetransfer-handler-kde4/Makefile =================================================================== --- net-im/ktp-filetransfer-handler-kde4/Makefile +++ net-im/ktp-filetransfer-handler-kde4/Makefile @@ -2,15 +2,16 @@ PORTNAME= ktp-filetransfer-handler PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer handler LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-filetransfer-handler/Makefile =================================================================== --- net-im/ktp-filetransfer-handler/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-filetransfer-handler -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging file transfer handler - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-filetransfer-handler/distinfo =================================================================== --- net-im/ktp-filetransfer-handler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-filetransfer-handler-0.9.0.tar.bz2) = e6270427415071bf7f07cc35261f5e82bb7cb64f6c264e0b54ca46a3b313ebc0 -SIZE (ktp-filetransfer-handler-0.9.0.tar.bz2) = 48041 Index: net-im/ktp-filetransfer-handler/pkg-descr =================================================================== --- net-im/ktp-filetransfer-handler/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This is the file transfer handler. - -It basically does two things: - * sends files to your contacts; - * receives files from your contacts. - -It doesn't set any filter on the MIME type, therefore, it should catch -all the file transfer channels that aren't received by any other -handler filtering on MIME type. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-filetransfer-handler/pkg-plist =================================================================== --- net-im/ktp-filetransfer-handler/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -lib/kde4/libexec/ktp-filetransfer-handler -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.FileTransferHandler.service -share/locale/bs/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ca/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/cs/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/da/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/de/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/el/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/en_GB/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/es/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/et/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/fi/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/fr/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ga/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/gl/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/hu/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ia/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/it/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ja/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/kk/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ko/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/lt/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/mr/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/nb/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/nds/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/nl/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/pl/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/pt/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/pt_BR/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ro/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/ru/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sk/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sl/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sr/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sr@latin/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/sv/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/uk/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/zh_CN/LC_MESSAGES/ktp-filetransfer-handler.mo -share/locale/zh_TW/LC_MESSAGES/ktp-filetransfer-handler.mo -share/telepathy/clients/KTp.FileTransferHandler.client Index: net-im/ktp-kded-integration-module-kde4/Makefile =================================================================== --- net-im/ktp-kded-integration-module-kde4/Makefile +++ net-im/ktp-kded-integration-module-kde4/Makefile @@ -2,15 +2,16 @@ PORTNAME= ktp-kded-integration-module PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Module for integration of instant messaging into KDE Workspaces LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-kded-integration-module/Makefile =================================================================== --- net-im/ktp-kded-integration-module/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-kded-integration-module -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= Module for integration of instant messaging into KDE Workspaces - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-kded-integration-module/distinfo =================================================================== --- net-im/ktp-kded-integration-module/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-kded-integration-module-0.9.0.tar.bz2) = e7fb9cd8770b9c2560f8325ed17c334726c082b932fb17820cc881d49b11419d -SIZE (ktp-kded-integration-module-0.9.0.tar.bz2) = 79387 Index: net-im/ktp-kded-integration-module/pkg-descr =================================================================== --- net-im/ktp-kded-integration-module/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module provides several plugins like auto-away, the infamous 'Now -listening to...' and also an error handler. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-kded-integration-module/pkg-plist =================================================================== --- net-im/ktp-kded-integration-module/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -lib/kde4/kcm_ktp_integration_module.so -lib/kde4/kded_ktp_integration_module.so -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service -share/kde4/services/kcm_ktp_integration_module.desktop -share/kde4/services/kded/kded_ktp_integration_module.desktop -share/locale/bs/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ca/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ca@valencia/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/cs/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/da/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/de/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/el/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/en_GB/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/es/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/et/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/fi/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/fr/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ga/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/gl/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/hu/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ia/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/it/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ja/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/kk/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/km/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ko/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/lt/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/mr/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/nb/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/nds/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/nl/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/pl/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/pt/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/pt_BR/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ro/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/ru/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sk/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sl/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sr/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sr@latin/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/sv/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/uk/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/zh_CN/LC_MESSAGES/kded_ktp_integration_module.mo -share/locale/zh_TW/LC_MESSAGES/kded_ktp_integration_module.mo Index: net-im/ktp-send-file-kde4/Makefile =================================================================== --- net-im/ktp-send-file-kde4/Makefile +++ net-im/ktp-send-file-kde4/Makefile @@ -2,17 +2,18 @@ PORTNAME= ktp-send-file PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer application LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ - ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 +RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler-kde4 \ + ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/ktp-send-file/Makefile =================================================================== --- net-im/ktp-send-file/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-send-file -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging file transfer application - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ - ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib moc_build qmake_build rcc_build uic_build - -.include Index: net-im/ktp-send-file/distinfo =================================================================== --- net-im/ktp-send-file/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-send-file-0.9.0.tar.bz2) = a453ae5ca8d18242c9050d961be4fa5d7e8f230f0397fd0206f84a3635106864 -SIZE (ktp-send-file-0.9.0.tar.bz2) = 29739 Index: net-im/ktp-send-file/pkg-descr =================================================================== --- net-im/ktp-send-file/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This module provides a Dolphin/Konqueror context menu plugin for -sending files easily to contacts. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-send-file/pkg-plist =================================================================== --- net-im/ktp-send-file/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/ktp-send-file -share/kde4/services/ServiceMenus/ktp-send-file.desktop -share/locale/bs/LC_MESSAGES/ktp-send-file.mo -share/locale/ca/LC_MESSAGES/ktp-send-file.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-send-file.mo -share/locale/cs/LC_MESSAGES/ktp-send-file.mo -share/locale/da/LC_MESSAGES/ktp-send-file.mo -share/locale/de/LC_MESSAGES/ktp-send-file.mo -share/locale/el/LC_MESSAGES/ktp-send-file.mo -share/locale/en_GB/LC_MESSAGES/ktp-send-file.mo -share/locale/es/LC_MESSAGES/ktp-send-file.mo -share/locale/et/LC_MESSAGES/ktp-send-file.mo -share/locale/fi/LC_MESSAGES/ktp-send-file.mo -share/locale/fr/LC_MESSAGES/ktp-send-file.mo -share/locale/ga/LC_MESSAGES/ktp-send-file.mo -share/locale/gl/LC_MESSAGES/ktp-send-file.mo -share/locale/hu/LC_MESSAGES/ktp-send-file.mo -share/locale/ia/LC_MESSAGES/ktp-send-file.mo -share/locale/it/LC_MESSAGES/ktp-send-file.mo -share/locale/ja/LC_MESSAGES/ktp-send-file.mo -share/locale/kk/LC_MESSAGES/ktp-send-file.mo -share/locale/km/LC_MESSAGES/ktp-send-file.mo -share/locale/ko/LC_MESSAGES/ktp-send-file.mo -share/locale/lt/LC_MESSAGES/ktp-send-file.mo -share/locale/mr/LC_MESSAGES/ktp-send-file.mo -share/locale/nb/LC_MESSAGES/ktp-send-file.mo -share/locale/nds/LC_MESSAGES/ktp-send-file.mo -share/locale/nl/LC_MESSAGES/ktp-send-file.mo -share/locale/pl/LC_MESSAGES/ktp-send-file.mo -share/locale/pt/LC_MESSAGES/ktp-send-file.mo -share/locale/pt_BR/LC_MESSAGES/ktp-send-file.mo -share/locale/ro/LC_MESSAGES/ktp-send-file.mo -share/locale/ru/LC_MESSAGES/ktp-send-file.mo -share/locale/sk/LC_MESSAGES/ktp-send-file.mo -share/locale/sl/LC_MESSAGES/ktp-send-file.mo -share/locale/sr/LC_MESSAGES/ktp-send-file.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-send-file.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-send-file.mo -share/locale/sr@latin/LC_MESSAGES/ktp-send-file.mo -share/locale/sv/LC_MESSAGES/ktp-send-file.mo -share/locale/tr/LC_MESSAGES/ktp-send-file.mo -share/locale/uk/LC_MESSAGES/ktp-send-file.mo -share/locale/vi/LC_MESSAGES/ktp-send-file.mo -share/locale/zh_CN/LC_MESSAGES/ktp-send-file.mo -share/locale/zh_TW/LC_MESSAGES/ktp-send-file.mo Index: net-im/ktp-text-ui-kde4/Makefile =================================================================== --- net-im/ktp-text-ui-kde4/Makefile +++ net-im/ktp-text-ui-kde4/Makefile @@ -2,17 +2,18 @@ PORTNAME= ktp-text-ui PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE chat window application LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 +RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 USES= cmake compiler:c++11-lang gettext kde:4 tar:bzip2 USE_KDE= automoc4 Index: net-im/ktp-text-ui/Makefile =================================================================== --- net-im/ktp-text-ui/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp-text-ui -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE chat window application - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals -RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list - -USES= cmake compiler:c++11-lang gettext kde:4 tar:bzip2 -USE_KDE= automoc4 -USE_QT4= corelib webkit xml \ - moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -.include Index: net-im/ktp-text-ui/distinfo =================================================================== --- net-im/ktp-text-ui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-text-ui-0.9.0.tar.bz2) = 54e7247c25fbd5fee431471d179f56cd4a9851822e997ab99492e644118723b2 -SIZE (ktp-text-ui-0.9.0.tar.bz2) = 471280 Index: net-im/ktp-text-ui/pkg-descr =================================================================== --- net-im/ktp-text-ui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -This is the traditional text chat application. - -WWW: http://community.kde.org/KTp Index: net-im/ktp-text-ui/pkg-plist =================================================================== --- net-im/ktp-text-ui/pkg-plist +++ /dev/null @@ -1,486 +0,0 @@ -bin/ktp-log-viewer -lib/kde4/kcm_ktp_chat_appearance.so -lib/kde4/kcm_ktp_chat_behavior.so -lib/kde4/kcm_ktp_chat_messages.so -lib/kde4/kcm_ktp_chat_otr.so -lib/kde4/kcm_ktp_logviewer_behavior.so -lib/kde4/kcm_ktptextui_message_filter_latex.so -lib/kde4/ktptextui_message_filter_bugzilla.so -lib/kde4/ktptextui_message_filter_emoticons.so -lib/kde4/ktptextui_message_filter_formatting.so -lib/kde4/ktptextui_message_filter_highlight.so -lib/kde4/ktptextui_message_filter_images.so -lib/kde4/ktptextui_message_filter_latex.so -lib/kde4/ktptextui_message_filter_otr.so -lib/kde4/ktptextui_message_filter_searchexpansion.so -lib/kde4/ktptextui_message_filter_tts.so -lib/kde4/ktptextui_message_filter_urlexpansion.so -lib/kde4/ktptextui_message_filter_youtube.so -lib/kde4/libexec/ktp-adiumxtra-protocol-handler -lib/kde4/libexec/ktp-text-ui -lib/libktpchat.so -lib/libktpimagesharer.so -share/applications/kde4/ktp-log-viewer.desktop -share/apps/ktelepathy/Template.html -share/apps/ktelepathy/longurl.js -share/apps/ktelepathy/longurlServices.json -share/apps/ktelepathy/showBugzillaInfo.js -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Info.plist -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/README -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Footer.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Header.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/Content.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/SenderColors.txt -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Status.html -share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Info.plist -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Footer.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Header.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Incoming/Content.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Status.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Styles/Header.css -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Template.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Topic.html -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/img/sidebar_header_bg.png -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/lib/jquery.min.js -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/lib/livepipe.js -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/lib/scriptaculous183.js -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/lib/scrollbar.js -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/main.css -share/apps/ktelepathy/styles/WoshiChat.AdiumMessageStyle/LICENSE -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Info.plist -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Demo.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Footer.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Header.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Content.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Context.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Renkoo LICENSE.txt -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Status.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/noname.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Topic.html -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel Alternating.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names Alt.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/DummyContact.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/alert.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator2.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicatorAlt.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator2.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicatorAlt.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator2.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicatorAlt.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelHeading.jpg -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator2.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicatorAlt.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-left.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-right.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowHeading.jpg -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator2.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicatorAlt.gif -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTL.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTR.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/incoming_icon.png -share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/outgoing_icon.png -share/apps/ktp-log-viewer/log-viewer.rc -share/apps/ktp-text-ui/chatwindow.rc -share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service -share/kde4/services/adiumxtra.protocol -share/kde4/services/kcm_ktp_chat_appearance.desktop -share/kde4/services/kcm_ktp_chat_behavior.desktop -share/kde4/services/kcm_ktp_chat_messages.desktop -share/kde4/services/kcm_ktp_chat_otr.desktop -share/kde4/services/kcm_ktp_logviewer_behavior.desktop -share/kde4/services/kcm_ktptextui_message_filter_latex.desktop -share/kde4/services/ktptextui_message_filter_bugzilla.desktop -share/kde4/services/ktptextui_message_filter_emoticons.desktop -share/kde4/services/ktptextui_message_filter_formatting.desktop -share/kde4/services/ktptextui_message_filter_highlight.desktop -share/kde4/services/ktptextui_message_filter_images.desktop -share/kde4/services/ktptextui_message_filter_latex.desktop -share/kde4/services/ktptextui_message_filter_otr.desktop -share/kde4/services/ktptextui_message_filter_searchexpansion.desktop -share/kde4/services/ktptextui_message_filter_tts.desktop -share/kde4/services/ktptextui_message_filter_urlexpansion.desktop -share/kde4/services/ktptextui_message_filter_youtube.desktop -share/kde4/servicetypes/ktptxtui_message_filter.desktop -share/locale/bs/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/bs/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/bs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/bs/LC_MESSAGES/ktp-filters.mo -share/locale/bs/LC_MESSAGES/ktp-text-ui.mo -share/locale/bs/LC_MESSAGES/ktpchat.mo -share/locale/ca/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ca/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ca/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ca/LC_MESSAGES/ktp-filters.mo -share/locale/ca/LC_MESSAGES/ktp-text-ui.mo -share/locale/ca/LC_MESSAGES/ktpchat.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-filters.mo -share/locale/ca@valencia/LC_MESSAGES/ktp-text-ui.mo -share/locale/ca@valencia/LC_MESSAGES/ktpchat.mo -share/locale/cs/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/cs/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/cs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/cs/LC_MESSAGES/ktp-filters.mo -share/locale/cs/LC_MESSAGES/ktp-text-ui.mo -share/locale/cs/LC_MESSAGES/ktpchat.mo -share/locale/da/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/da/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/da/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/da/LC_MESSAGES/ktp-filters.mo -share/locale/da/LC_MESSAGES/ktp-text-ui.mo -share/locale/da/LC_MESSAGES/ktpchat.mo -share/locale/de/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/de/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/de/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/de/LC_MESSAGES/ktp-filters.mo -share/locale/de/LC_MESSAGES/ktp-text-ui.mo -share/locale/de/LC_MESSAGES/ktpchat.mo -share/locale/el/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/el/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/el/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/el/LC_MESSAGES/ktp-filters.mo -share/locale/el/LC_MESSAGES/ktp-text-ui.mo -share/locale/el/LC_MESSAGES/ktpchat.mo -share/locale/en_GB/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/en_GB/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/en_GB/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/en_GB/LC_MESSAGES/ktp-filters.mo -share/locale/en_GB/LC_MESSAGES/ktp-text-ui.mo -share/locale/en_GB/LC_MESSAGES/ktpchat.mo -share/locale/es/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/es/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/es/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/es/LC_MESSAGES/ktp-filters.mo -share/locale/es/LC_MESSAGES/ktp-text-ui.mo -share/locale/es/LC_MESSAGES/ktpchat.mo -share/locale/et/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/et/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/et/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/et/LC_MESSAGES/ktp-filters.mo -share/locale/et/LC_MESSAGES/ktp-text-ui.mo -share/locale/et/LC_MESSAGES/ktpchat.mo -share/locale/fi/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/fi/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/fi/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/fi/LC_MESSAGES/ktp-filters.mo -share/locale/fi/LC_MESSAGES/ktp-text-ui.mo -share/locale/fi/LC_MESSAGES/ktpchat.mo -share/locale/fr/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/fr/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/fr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/fr/LC_MESSAGES/ktp-filters.mo -share/locale/fr/LC_MESSAGES/ktp-text-ui.mo -share/locale/fr/LC_MESSAGES/ktpchat.mo -share/locale/ga/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ga/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ga/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ga/LC_MESSAGES/ktp-text-ui.mo -share/locale/ga/LC_MESSAGES/ktpchat.mo -share/locale/gl/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/gl/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/gl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/gl/LC_MESSAGES/ktp-filters.mo -share/locale/gl/LC_MESSAGES/ktp-text-ui.mo -share/locale/gl/LC_MESSAGES/ktpchat.mo -share/locale/hu/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/hu/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/hu/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/hu/LC_MESSAGES/ktp-filters.mo -share/locale/hu/LC_MESSAGES/ktp-text-ui.mo -share/locale/hu/LC_MESSAGES/ktpchat.mo -share/locale/ia/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ia/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ia/LC_MESSAGES/ktp-filters.mo -share/locale/ia/LC_MESSAGES/ktp-text-ui.mo -share/locale/ia/LC_MESSAGES/ktpchat.mo -share/locale/it/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/it/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/it/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/it/LC_MESSAGES/ktp-filters.mo -share/locale/it/LC_MESSAGES/ktp-text-ui.mo -share/locale/it/LC_MESSAGES/ktpchat.mo -share/locale/ja/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ja/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ja/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ja/LC_MESSAGES/ktp-filters.mo -share/locale/ja/LC_MESSAGES/ktp-text-ui.mo -share/locale/ja/LC_MESSAGES/ktpchat.mo -share/locale/kk/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/kk/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/kk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/kk/LC_MESSAGES/ktp-filters.mo -share/locale/kk/LC_MESSAGES/ktp-text-ui.mo -share/locale/kk/LC_MESSAGES/ktpchat.mo -share/locale/km/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/km/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/km/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/km/LC_MESSAGES/ktp-text-ui.mo -share/locale/km/LC_MESSAGES/ktpchat.mo -share/locale/ko/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ko/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ko/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ko/LC_MESSAGES/ktp-filters.mo -share/locale/ko/LC_MESSAGES/ktp-text-ui.mo -share/locale/ko/LC_MESSAGES/ktpchat.mo -share/locale/lt/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/lt/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/lt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/lt/LC_MESSAGES/ktp-text-ui.mo -share/locale/lt/LC_MESSAGES/ktpchat.mo -share/locale/mr/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/mr/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/mr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/mr/LC_MESSAGES/ktp-filters.mo -share/locale/mr/LC_MESSAGES/ktp-text-ui.mo -share/locale/mr/LC_MESSAGES/ktpchat.mo -share/locale/nb/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/nb/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/nb/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/nb/LC_MESSAGES/ktp-filters.mo -share/locale/nb/LC_MESSAGES/ktp-text-ui.mo -share/locale/nb/LC_MESSAGES/ktpchat.mo -share/locale/nds/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/nds/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/nds/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/nds/LC_MESSAGES/ktp-filters.mo -share/locale/nds/LC_MESSAGES/ktp-text-ui.mo -share/locale/nds/LC_MESSAGES/ktpchat.mo -share/locale/nl/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/nl/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/nl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/nl/LC_MESSAGES/ktp-filters.mo -share/locale/nl/LC_MESSAGES/ktp-text-ui.mo -share/locale/nl/LC_MESSAGES/ktpchat.mo -share/locale/pl/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/pl/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/pl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/pl/LC_MESSAGES/ktp-filters.mo -share/locale/pl/LC_MESSAGES/ktp-text-ui.mo -share/locale/pl/LC_MESSAGES/ktpchat.mo -share/locale/pt/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/pt/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/pt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/pt/LC_MESSAGES/ktp-filters.mo -share/locale/pt/LC_MESSAGES/ktp-text-ui.mo -share/locale/pt/LC_MESSAGES/ktpchat.mo -share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/pt_BR/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/pt_BR/LC_MESSAGES/ktp-filters.mo -share/locale/pt_BR/LC_MESSAGES/ktp-text-ui.mo -share/locale/pt_BR/LC_MESSAGES/ktpchat.mo -share/locale/ro/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ro/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ro/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ro/LC_MESSAGES/ktp-text-ui.mo -share/locale/ro/LC_MESSAGES/ktpchat.mo -share/locale/ru/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ru/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ru/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ru/LC_MESSAGES/ktp-filters.mo -share/locale/ru/LC_MESSAGES/ktp-text-ui.mo -share/locale/ru/LC_MESSAGES/ktpchat.mo -share/locale/sk/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sk/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sk/LC_MESSAGES/ktp-filters.mo -share/locale/sk/LC_MESSAGES/ktp-text-ui.mo -share/locale/sk/LC_MESSAGES/ktpchat.mo -share/locale/sl/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sl/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sl/LC_MESSAGES/ktp-filters.mo -share/locale/sl/LC_MESSAGES/ktp-text-ui.mo -share/locale/sl/LC_MESSAGES/ktpchat.mo -share/locale/sr/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sr/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sr/LC_MESSAGES/ktp-filters.mo -share/locale/sr/LC_MESSAGES/ktp-text-ui.mo -share/locale/sr/LC_MESSAGES/ktpchat.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-filters.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktp-text-ui.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktpchat.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filters.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-text-ui.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktpchat.mo -share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sr@latin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sr@latin/LC_MESSAGES/ktp-filters.mo -share/locale/sr@latin/LC_MESSAGES/ktp-text-ui.mo -share/locale/sr@latin/LC_MESSAGES/ktpchat.mo -share/locale/sv/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/sv/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/sv/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/sv/LC_MESSAGES/ktp-filters.mo -share/locale/sv/LC_MESSAGES/ktp-text-ui.mo -share/locale/sv/LC_MESSAGES/ktpchat.mo -share/locale/tr/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/tr/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/tr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ug/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/ug/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/ug/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/ug/LC_MESSAGES/ktp-text-ui.mo -share/locale/ug/LC_MESSAGES/ktpchat.mo -share/locale/uk/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/uk/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/uk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/uk/LC_MESSAGES/ktp-filters.mo -share/locale/uk/LC_MESSAGES/ktp-text-ui.mo -share/locale/uk/LC_MESSAGES/ktpchat.mo -share/locale/vi/LC_MESSAGES/ktp-text-ui.mo -share/locale/vi/LC_MESSAGES/ktpchat.mo -share/locale/wa/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/zh_CN/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/zh_CN/LC_MESSAGES/ktp-filters.mo -share/locale/zh_CN/LC_MESSAGES/ktp-text-ui.mo -share/locale/zh_CN/LC_MESSAGES/ktpchat.mo -share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_appearance.mo -share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_behavior.mo -share/locale/zh_TW/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo -share/locale/zh_TW/LC_MESSAGES/ktp-filters.mo -share/locale/zh_TW/LC_MESSAGES/ktp-text-ui.mo -share/locale/zh_TW/LC_MESSAGES/ktpchat.mo -share/telepathy/clients/KTp.TextUi.client Index: net-im/plasma-applet-ktp-kde4/Makefile =================================================================== --- net-im/plasma-applet-ktp-kde4/Makefile +++ net-im/plasma-applet-ktp-kde4/Makefile @@ -2,17 +2,18 @@ PORTNAME= ktp PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src PKGNAMEPREFIX= plasma-applet- DISTNAME= ${PORTNAME}-desktop-applets-${PORTVERSION} +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging Plasma applets LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals + libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 USES= cmake gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 Index: net-im/plasma-applet-ktp/Makefile =================================================================== --- net-im/plasma-applet-ktp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ktp -PORTVERSION= ${KTP_VERSION} -PORTREVISION= 2 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src -PKGNAMEPREFIX= plasma-applet- -DISTNAME= ${PORTNAME}-desktop-applets-${PORTVERSION} - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE instant messaging Plasma applets - -LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \ - libktpcommoninternalsprivate.so:net-im/ktp-common-internals - -USES= cmake gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= corelib declarative \ - moc_build qmake_build rcc_build uic_build - -.include Index: net-im/plasma-applet-ktp/distinfo =================================================================== --- net-im/plasma-applet-ktp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ktp-desktop-applets-0.9.0.tar.bz2) = fe6254b5c2178b22e2d53ced5dc72a3cb96e667294b4a34936d37b434c8dc88d -SIZE (ktp-desktop-applets-0.9.0.tar.bz2) = 64913 Index: net-im/plasma-applet-ktp/pkg-descr =================================================================== --- net-im/plasma-applet-ktp/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The KDE Telepathy project aims to integrate real time communication -deeply into KDE Workspaces, and to provide an infrastructure to aid -development of collaborative features for KDE Applications. - -These applets integrate intant messaging into KDE Plasma Desktop. - -WWW: http://community.kde.org/KTp Index: net-im/plasma-applet-ktp/pkg-plist =================================================================== --- net-im/plasma-applet-ktp/pkg-plist +++ /dev/null @@ -1,116 +0,0 @@ -lib/kde4/plasma_applet_ktp_contact.so -lib/kde4/plasma_applet_ktp_presence.so -share/apps/plasma-desktop/updates/50-renameKTpApplets.js -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/config/main.xml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ActionDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ChatWidget.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/TextDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-chat/metadata.desktop -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/away.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/busy.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/offline.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/online.png -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Avatar.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Contact.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/DropDownMenu.qml -share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ContactList.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ExternalLabel.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/main.qml -share/apps/plasma/plasmoids/org.kde.ktp-contactlist/metadata.desktop -share/kde4/services/plasma-applet-ktp-chat.desktop -share/kde4/services/plasma-applet-ktp-contact.desktop -share/kde4/services/plasma-applet-ktp-contactlist.desktop -share/kde4/services/plasma-applet-ktp-presence.desktop -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo Index: net-im/telepathy-kde4/Makefile =================================================================== --- net-im/telepathy-kde4/Makefile +++ net-im/telepathy-kde4/Makefile @@ -1,22 +1,22 @@ # $FreeBSD$ -PORTNAME= kde-telepathy +PORTNAME= telepathy PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im kde PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE integrated instant messaging framework -RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/kcm_ktp_accounts.so:net-im/ktp-accounts-kcm \ - ${KDE_PREFIX}/lib/kde4/kded_ktp_approver.so:net-im/ktp-approver \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-auth-handler:net-im/ktp-auth-handler \ - ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ - ${KDE_PREFIX}/lib/kde4/krunner_ktp_contacts.so:net-im/ktp-contact-runner \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \ - ${KDE_PREFIX}/lib/kde4/kded_ktp_integration_module.so:net-im/ktp-kded-integration-module \ - ${KDE_PREFIX}/lib/kde4/libexec/ktp-text-ui:net-im/ktp-text-ui +RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/kcm_ktp_accounts.so:net-im/ktp-accounts-kcm-kde4 \ + ${KDE_PREFIX}/lib/kde4/kded_ktp_approver.so:net-im/ktp-approver-kde4 \ + ${KDE_PREFIX}/lib/kde4/libexec/ktp-auth-handler:net-im/ktp-auth-handler-kde4 \ + ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4 \ + ${KDE_PREFIX}/lib/kde4/krunner_ktp_contacts.so:net-im/ktp-contact-runner-kde4 \ + ${KDE_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler-kde4 \ + ${KDE_PREFIX}/lib/kde4/kded_ktp_integration_module.so:net-im/ktp-kded-integration-module-kde4 \ + ${KDE_PREFIX}/lib/kde4/libexec/ktp-text-ui:net-im/ktp-text-ui-kde4 USES= kde:4 metaport @@ -29,11 +29,11 @@ .include .if ${PORT_OPTIONS:MPLASMA} -RUN_DEPENDS+= ${KDE_PREFIX}/lib/kde4/plasma_applet_ktp_presence.so:net-im/plasma-applet-ktp +RUN_DEPENDS+= ${KDE_PREFIX}/lib/kde4/plasma_applet_ktp_presence.so:net-im/plasma-applet-ktp-kde4 .endif .if ${PORT_OPTIONS:MSEND_FILE} -RUN_DEPENDS+= ${KDE_PREFIX}/bin/ktp-send-file:net-im/ktp-send-file +RUN_DEPENDS+= ${KDE_PREFIX}/bin/ktp-send-file:net-im/ktp-send-file-kde4 .endif .include