diff options
author | nia <nia@pkgsrc.org> | 2020-01-08 14:26:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-08 14:26:24 +0000 |
commit | a10256e36c203eb51893801593ad14971284a049 (patch) | |
tree | fd891eb66db16d83ad7c02ee65839ed39d8e857b /chat/icqlib | |
parent | e4a23566801dc760f78c860c6c5ff9edc091b17a (diff) | |
download | pkgsrc-a10256e36c203eb51893801593ad14971284a049.tar.gz |
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 (limited to 'chat/icqlib')
-rw-r--r-- | chat/icqlib/DESCR | 4 | ||||
-rw-r--r-- | chat/icqlib/Makefile | 17 | ||||
-rw-r--r-- | chat/icqlib/PLIST | 3 | ||||
-rw-r--r-- | chat/icqlib/distinfo | 7 | ||||
-rw-r--r-- | chat/icqlib/patches/patch-aa | 13 |
5 files changed, 0 insertions, 44 deletions
diff --git a/chat/icqlib/DESCR b/chat/icqlib/DESCR deleted file mode 100644 index 61764a188d8..00000000000 --- a/chat/icqlib/DESCR +++ /dev/null @@ -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 --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile deleted file mode 100644 index 43b6ef15acc..00000000000 --- a/chat/icqlib/Makefile +++ /dev/null @@ -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 -#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 --git a/chat/icqlib/PLIST b/chat/icqlib/PLIST deleted file mode 100644 index 01ed6f267b0..00000000000 --- a/chat/icqlib/PLIST +++ /dev/null @@ -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 --git a/chat/icqlib/distinfo b/chat/icqlib/distinfo deleted file mode 100644 index e6cfe43cbf6..00000000000 --- a/chat/icqlib/distinfo +++ /dev/null @@ -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 --git a/chat/icqlib/patches/patch-aa b/chat/icqlib/patches/patch-aa deleted file mode 100644 index 5c831ac604d..00000000000 --- a/chat/icqlib/patches/patch-aa +++ /dev/null @@ -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; - } - |