pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat Remove lmme.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f46e072e255f
branches: trunk
changeset: 463044:f46e072e255f
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 26 08:59:32 2003 +0000
description:
Remove lmme.
The package does not work with MSN any longer due to protocol changes,
and the last activity on the author's part was about 19 months ago,
according to cvsweb.
Requested by Ben Collver, the maintainer.
diffstat:
chat/Makefile | 3 +--
chat/lmme/DESCR | 4 ----
chat/lmme/Makefile | 22 ----------------------
chat/lmme/PLIST | 2 --
chat/lmme/distinfo | 8 --------
chat/lmme/patches/patch-aa | 19 -------------------
chat/lmme/patches/patch-ab | 13 -------------
chat/lmme/patches/patch-ac | 13 -------------
chat/lmme/patches/patch-ad | 13 -------------
9 files changed, 1 insertions(+), 96 deletions(-)
diffs (143 lines):
diff -r 7b6acd8c34c7 -r f46e072e255f chat/Makefile
--- a/chat/Makefile Sun Oct 26 08:27:38 2003 +0000
+++ b/chat/Makefile Sun Oct 26 08:59:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2003/09/16 20:12:53 seb Exp $
+# $NetBSD: Makefile,v 1.79 2003/10/26 08:59:32 wiz Exp $
#
COMMENT= Communication programs
@@ -51,7 +51,6 @@
SUBDIR+= licq-gui-console
SUBDIR+= licq-gui-qt
SUBDIR+= liece
-SUBDIR+= lmme
SUBDIR+= micq
SUBDIR+= naim
SUBDIR+= navi2ch
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/DESCR
--- a/chat/lmme/DESCR Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-LMME (Linux MSN Messenger Engine) is a fully asynchronous, multithreaded
-MSN protocol engine. Preliminary releases will be statically combined with
-an ncurses console-based EPIC4-like interface for instant messaging
-functionality.
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/Makefile
--- a/chat/lmme/Makefile Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:34:32 martti Exp $
-#
-
-DISTNAME= lmme-0.6.4
-PKGREVISION= 2
-CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lmme/}
-
-MAINTAINER= collver1%comcast.net@localhost
-HOMEPAGE= http://lmme.sourceforge.net/
-COMMENT= Curses-based client for MSN Messenger chat system
-
-USE_BUILDLINK2= YES
-USE_GMAKE= YES
-PTHREAD_TYPE= require
-GNU_CONFIGURE= YES
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/lmme ${PREFIX}/bin/lmme
-
-.include "../../mk/pthread.buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/PLIST
--- a/chat/lmme/PLIST Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-bin/lmme
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/distinfo
--- a/chat/lmme/distinfo Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-
-SHA1 (lmme-0.6.4.tar.gz) = e696c755bbed728c34df09a1d1f0fba45e1bf84e
-Size (lmme-0.6.4.tar.gz) = 84213 bytes
-SHA1 (patch-aa) = 4d69add3a20952d9b9536aaf3e871640bac508a6
-SHA1 (patch-ab) = a7223ac773cae9802849a36968d1f8790bdf4e9e
-SHA1 (patch-ac) = 8535f137781993df7aa32c668f369a529ce86244
-SHA1 (patch-ad) = 0c07ee2ccb98a2585ca301c74631bdd5ae508e2d
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/patches/patch-aa
--- a/chat/lmme/patches/patch-aa Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-
---- src/threadTemplate.h.orig Sun Dec 30 20:45:43 2001
-+++ src/threadTemplate.h
-@@ -24,10 +24,14 @@
-
- #include "headerManager.h"
-
-+#ifdef _POSIX_THREAD_IS_GNU_PTH
-+#define initCond(PCond) PCond = PTHREAD_COND_INITIALIZER;
-+#else
- #define initCond(PCond) \
- PCond.__c_lock.__status = 0; \
- PCond.__c_lock.__spinlock = 0; \
- PCond.__c_waiting = 0;
-+#endif
-
-
- class Thread_Class
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/patches/patch-ab
--- a/chat/lmme/patches/patch-ab Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-
---- src/interfaceModule.h.orig Sun May 26 19:36:58 2002
-+++ src/interfaceModule.h Sun May 26 19:37:20 2002
-@@ -62,7 +62,7 @@
- GFX_Modes = Interface_Data.GFX_Modes;
- objectFlow = direction;
- tabComplete = NULL;
-- ThreadID = makeThread(NULL);
-+ ThreadID = (pthread_st *)makeThread(NULL);
- }
-
- ~Interface_Object()
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/patches/patch-ac
--- a/chat/lmme/patches/patch-ac Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-
---- src/msnLayerModule.h.orig Sun May 26 19:43:35 2002
-+++ src/msnLayerModule.h Sun May 26 19:43:49 2002
-@@ -46,7 +46,7 @@
- threadAwake = THREAD_DEAD;
- QueueOut = myqueue;
- Buddy_List = mybuddy;
-- ThreadID = makeThread(NULL);
-+ ThreadID = (pthread_st *)makeThread(NULL);
- }
-
- ~MSN_Object()
diff -r 7b6acd8c34c7 -r f46e072e255f chat/lmme/patches/patch-ad
--- a/chat/lmme/patches/patch-ad Sun Oct 26 08:27:38 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
-
---- src/socketModule.h.orig Sun May 26 19:44:36 2002
-+++ src/socketModule.h Sun May 26 19:44:48 2002
-@@ -49,7 +49,7 @@
- {
- threadAwake = THREAD_DEAD;
- objectFlow = direction;
-- ThreadID = makeThread(NULL);
-+ ThreadID = (pthread_st *)makeThread(NULL);
- }
-
- ~Socket_Object()
Home |
Main Index |
Thread Index |
Old Index