Commit 1bc65972 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-06-20 net-im/licq: Abandonware, project is dead

Remove these ports too which were part of net-im/licq:
- net-im/licq-icq
- net-im/licq-jabber
- net-im/licq-osd
- net-im/licq-qt-gui
parent 894f1384
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17205,3 +17205,8 @@ science/szip|science/libaec|2022-06-16|Remove obsoleted port. Use science/libaec
net/pfinger||2022-06-17|Has expired: Unmaintained and dead upstream, consider base fingerd
biology/mopac|science/mopac|2022-06-19|Move to a proper category
devel/liblas12||2022-06-21|Has expired: Previously only required by math/saga (now superseeded by math/pdal)
net-im/licq||2022-06-21|Has expired: Abandonware, project is dead
net-im/licq-icq||2022-06-21|Removed, part of expired net-im/licq
net-im/licq-jabber||2022-06-21|Removed, part of expired net-im/licq
net-im/licq-osd||2022-06-21|Removed, part of expired net-im/licq
net-im/licq-qt-gui||2022-06-21|Removed, part of expired net-im/licq
+0 −5
Original line number Diff line number Diff line
@@ -65,11 +65,6 @@
    SUBDIR += libsignal-client
    SUBDIR += libsignon-glib
    SUBDIR += libstrophe
    SUBDIR += licq
    SUBDIR += licq-icq
    SUBDIR += licq-jabber
    SUBDIR += licq-osd
    SUBDIR += licq-qt-gui
    SUBDIR += loudmouth
    SUBDIR += matterbridge
    SUBDIR += matterhorn

net-im/licq-icq/Makefile

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
PORTNAME=	icq
PORTVERSION=	1.9.0
PORTREVISION=	4
CATEGORIES=	net-im
PKGNAMEPREFIX=	licq-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	ICQ plugin for Licq

LICENSE=	GPLv2

BUILD_DEPENDS=	licq:${LICQ_PORT}
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
RUN_DEPENDS=	licq:${LICQ_PORT}

USES=		cmake
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
USE_GITHUB=	yes
GH_ACCOUNT=	licq-im
GH_PROJECT=	licq
GH_TAGNAME=	f271d55
WRKSRC_SUBDIR=	${PORTNAME}

DOCFILES=	README
PLIST_FILES=	lib/licq/protocol_icq.so \
		%%PORTDOCS%%%%DOCSDIR%%/README

LICQ_PORT?=	net-im/licq

OPTIONS_DEFINE=	DOCS

do-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/

.include <bsd.port.mk>

net-im/licq-icq/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1546802962
SHA256 (licq-im-licq-1.9.0-f271d55_GH0.tar.gz) = 0b6eb164b0faa31773c2b06096c7a3002d0054b198caa5ae5a703964c78fc641
SIZE (licq-im-licq-1.9.0-f271d55_GH0.tar.gz) = 2921027

net-im/licq-icq/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
Adds support for the ICQ protocol to Licq.

LICENSE: GPL2 or later

WWW: http://www.licq.org/
Loading