pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat chat: Remove icqlib



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53401702f735
branches:  trunk
changeset: 347167:53401702f735
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 08 14:26:24 2020 +0000

description:
chat: Remove icqlib

Upstream is gone, and there have been numerous changes to the ICQ protocol
that rendered third-party clients non-functional since this was last updated
(in 2000...?)

diffstat:

 chat/Makefile                |   4 +---
 chat/icqlib/DESCR            |   4 ----
 chat/icqlib/Makefile         |  17 -----------------
 chat/icqlib/PLIST            |   3 ---
 chat/icqlib/distinfo         |   7 -------
 chat/icqlib/patches/patch-aa |  13 -------------
 6 files changed, 1 insertions(+), 47 deletions(-)

diffs (89 lines):

diff -r bc004068a1f0 -r 53401702f735 chat/Makefile
--- a/chat/Makefile     Wed Jan 08 14:22:33 2020 +0000
+++ b/chat/Makefile     Wed Jan 08 14:26:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2020/01/08 14:19:23 nia Exp $
+# $NetBSD: Makefile,v 1.234 2020/01/08 14:26:24 nia Exp $
 #
 
 COMMENT=       Communication programs
@@ -42,7 +42,6 @@
 SUBDIR+=       i2cbd
 SUBDIR+=       icb
 SUBDIR+=       icbirc
-SUBDIR+=       icqlib
 SUBDIR+=       ii
 SUBDIR+=       inspircd
 SUBDIR+=       inspircd3
@@ -143,7 +142,6 @@
 SUBDIR+=       tootstream
 SUBDIR+=       toxcore
 SUBDIR+=       unrealircd
-SUBDIR+=       vicq
 SUBDIR+=       weechat
 SUBDIR+=       xaric
 SUBDIR+=       ysm
diff -r bc004068a1f0 -r 53401702f735 chat/icqlib/DESCR
--- a/chat/icqlib/DESCR Wed Jan 08 14:22:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-icqlib is the most feature complete, open source, library implementation of
-Mirabilis' ICQ protocol available on the Internet. icqlib currently supports
-approximately 90% of the ICQ UDP v5 protocol and 80% of the ICQ TCP v2
-protocol, including new UIN registration, chat, and file transfer.
diff -r bc004068a1f0 -r 53401702f735 chat/icqlib/Makefile
--- a/chat/icqlib/Makefile      Wed Jan 08 14:22:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2017/08/16 20:45:32 wiz Exp $
-
-DISTNAME=              icqlib-1.0.0
-PKGREVISION=           3
-CATEGORIES=            chat
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=icqlib/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=             http://kicq.sourceforge.net/icqlib.shtml
-COMMENT=               Implementation of the icq protocol
-
-USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake
-GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-
-.include "../../mk/bsd.pkg.mk"
diff -r bc004068a1f0 -r 53401702f735 chat/icqlib/PLIST
--- a/chat/icqlib/PLIST Wed Jan 08 14:22:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:20 jlam Exp $
-include/icq.h
-lib/libicq.la
diff -r bc004068a1f0 -r 53401702f735 chat/icqlib/distinfo
--- a/chat/icqlib/distinfo      Wed Jan 08 14:22:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 01:20:19 agc Exp $
-
-SHA1 (icqlib-1.0.0.tar.gz) = dc0e2c2f471294b9289debf106b78aa2a4dbba05
-RMD160 (icqlib-1.0.0.tar.gz) = bd3397b9d86d7dfc1a6cc82d405901a3cb46f309
-SHA512 (icqlib-1.0.0.tar.gz) = b67d6c06947d63843b5be1ba2499c370e22c4b168ab19a44233d7e1002d305aa3ba55b2a73b3b07270f8b525b963c9db5cd1b3e653da176bb387b54df2faf4b2
-Size (icqlib-1.0.0.tar.gz) = 249961 bytes
-SHA1 (patch-aa) = d41fe17f03ede74396c6e1363e141de01be0302f
diff -r bc004068a1f0 -r 53401702f735 chat/icqlib/patches/patch-aa
--- a/chat/icqlib/patches/patch-aa      Wed Jan 08 14:22:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/01/10 12:52:45 joerg Exp $
-
---- icqlib/queue.c.orig        2006-01-10 10:48:20.000000000 +0000
-+++ icqlib/queue.c
-@@ -127,7 +127,7 @@ void icq_UDPQueueFree(ICQLINK *link)
- 
- int icq_UDPQueueFindSeq(void *p, va_list data)
- {
--  WORD seq=va_arg(data, WORD);
-+  WORD seq=va_arg(data, unsigned int);
-   return icq_PacketReadUDPOutSeq1(((icq_UDPQueueItem *)p)->pack) == seq;
- }
- 



Home | Main Index | Thread Index | Old Index