Commit 1d1c4194 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net-im/teamwords: Remove expired port

2023-12-31 net-im/teamwords: Depends on deprecated www/qt5-webkit
parent 9cc9eaca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8202,3 +8202,4 @@ devel/atlas||2023-12-31|Has expired: There has been no release for most of the W
net-im/gitterdone||2023-12-31|Has expired: Upstream has gone away
databases/pgpool-II-40||2023-12-31|Has expired: Upstream EOL reaches on 2023-12-31
www/varnish6|www/varnish7|2023-12-31|Has expired: Unsupported version upstream, consider migrating to www/varnish7
net-im/teamwords||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@
    SUBDIR += talkatu
    SUBDIR += tdlib
    SUBDIR += tdlib-purple
    SUBDIR += teamwords
    SUBDIR += telegram-cli
    SUBDIR += telegram-desktop
    SUBDIR += telegram-purple

net-im/teamwords/Makefile

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
PORTNAME=	teamwords
PORTVERSION=	0.2.1
DISTVERSIONPREFIX=	v
PORTREVISION=	10
CATEGORIES=	net-im

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Unofficial Qt Slack client
WWW=		https://github.com/MiT-Ufa/TeamWords

LICENSE=	LGPL3

DEPRECATED=	Depends on deprecated www/qt5-webkit
EXPIRATION_DATE=	2023-12-31

USES=		compiler:c++11-lang gl qmake qt:5
USE_LDCONFIG=	yes
USE_QT=		core gui network webkit widgets buildtools:build
USE_GL=		gl

QMAKE_ARGS=	CONFIG+="configure"

USE_GITHUB=	yes
GH_ACCOUNT=	MiT-Ufa
GH_PROJECT=	TeamWords
PLIST_FILES=	bin/teamwords \
		share/applications/teamwords.desktop \
		share/icons/teamwords.png
SUB_FILES=	teamwords.desktop

OPTIONS_DEFINE=	WEBKITNOTIFY

WEBKITNOTIFY_DESC=	Use QtWebkit for notifications

post-patch-WEBKITNOTIFY-on:
	@${REINPLACE_CMD} 's|linux|unix|' \
		${WRKSRC}/plugins/qtwebkit/qtwebkit-plugins.pri

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
	${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/teamwords.png

.include <bsd.port.mk>

net-im/teamwords/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.gz) = d079cf46f254a159f2a6a7405eddfb38a0e27866285f93ff41c97662dcc193a7
SIZE (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.gz) = 3349113
+0 −11
Original line number Diff line number Diff line
[Desktop Entry]
Encoding=UTF-8
Name=TeamWords
GenericName=Slack Client
Comment=A simple Qt5 based Slack Client
Exec=%%PREFIX%%/bin/teamwords
Icon=%%PREFIX%%/share/icons/teamwords.png
StartupNotify=false
Terminal=false
Type=Application
Categories=Application;Network;
Loading