Commit 41d17544 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net-im/ktp-send-file: Remove expired port

2023-09-30 net-im/ktp-send-file: Will not be part of KDE Gear 23.08 in August
parent 3032e1e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7895,3 +7895,4 @@ net-im/ktp-call-ui||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 i
net-im/ktp-contact-runner||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-desktop-applets||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-kded-module||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
net-im/ktp-send-file||2023-09-30|Has expired: Will not be part of KDE Gear 23.08 in August
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
    SUBDIR += ktp-common-internals
    SUBDIR += ktp-contact-list
    SUBDIR += ktp-filetransfer-handler
    SUBDIR += ktp-send-file
    SUBDIR += ktp-text-ui
    SUBDIR += libaccounts-glib
    SUBDIR += libaccounts-qt5

net-im/ktp-send-file/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
PORTNAME=	ktp-send-file
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	net-im kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE instant messaging file transfer application
WWW=		https://community.kde.org/KTp

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Will not be part of KDE Gear 23.08 in August
EXPIRATION_DATE=	2023-09-30
KDE_APPLICATIONS_VERSION=	23.04.3

LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt \
		libKTpCommonInternals.so:net-im/ktp-common-internals
RUN_DEPENDS=	${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
		${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list

USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz xorg
USE_KDE=	auth codecs completion config configwidgets coreaddons \
		i18n iconthemes jobwidgets kcmutils kio service solid wallet \
		widgetsaddons windowsystem \
		ecm:build
USE_QT=		concurrent core dbus gui network widgets xml \
		buildtools:build qmake:build
USE_XORG=	x11

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>

net-im/ktp-send-file/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1688809763
SHA256 (KDE/release-service/23.04.3/ktp-send-file-23.04.3.tar.xz) = abb2abfb3833c6228b635386ffa4b77a70653e840a44b73ad69e6f84224273c2
SIZE (KDE/release-service/23.04.3/ktp-send-file-23.04.3.tar.xz) = 29932

net-im/ktp-send-file/pkg-descr

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
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.
Loading