pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove everybuddy and everybuddy-gnome. This program ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8acb087bcd0
branches:  trunk
changeset: 487592:a8acb087bcd0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 17 12:38:23 2005 +0000

description:
Remove everybuddy and everybuddy-gnome.  This program has been obsoleted by
two different forks (ayttm and eb-lite).  Packaging any of these two could
result on completely different packages than the current ones (mainly because
one uses GNOME2 and the other Qt, and is modular).

Furthermore, IM software tends to get useless as protocols change, so I doubt
these old versions are of any use today.  Not to say that they appear broken
on some bulk builds.

No objections in tech-pkg@.

diffstat:

 chat/Makefile                    |   4 +---
 chat/everybuddy-gnome/Makefile   |  13 -------------
 chat/everybuddy/DESCR            |   2 --
 chat/everybuddy/Makefile         |  10 ----------
 chat/everybuddy/Makefile.common  |  32 --------------------------------
 chat/everybuddy/PLIST            |  15 ---------------
 chat/everybuddy/distinfo         |   7 -------
 chat/everybuddy/files/wrapper    |  10 ----------
 chat/everybuddy/patches/patch-aa |  22 ----------------------
 chat/everybuddy/patches/patch-ab |  13 -------------
 chat/everybuddy/patches/patch-ac |  13 -------------
 doc/CHANGES                      |   4 +++-
 doc/TODO                         |   4 +---
 13 files changed, 5 insertions(+), 144 deletions(-)

diffs (228 lines):

diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/Makefile
--- a/chat/Makefile     Mon Jan 17 12:23:15 2005 +0000
+++ b/chat/Makefile     Mon Jan 17 12:38:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2005/01/03 14:32:27 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2005/01/17 12:38:23 jmmv Exp $
 #
 
 COMMENT=       Communication programs
@@ -18,8 +18,6 @@
 SUBDIR+=       emech
 SUBDIR+=       epic4
 SUBDIR+=       epic4-doc
-SUBDIR+=       everybuddy
-SUBDIR+=       everybuddy-gnome
 SUBDIR+=       fisg
 SUBDIR+=       fugu
 SUBDIR+=       gabber
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy-gnome/Makefile
--- a/chat/everybuddy-gnome/Makefile    Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2004/11/30 18:26:39 wiz Exp $
-
-.include "../everybuddy/Makefile.common"
-
-PKGNAME=       ${DISTNAME:S/-/-gnome-/}
-PKGREVISION=   12
-CONFLICTS+=    everybuddy-[0-9]*
-COMMENT+=      with GNOME support
-
-CONFIGURE_ARGS+=       --enable-panel
-
-.include "../../x11/gnome-core/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/DESCR
--- a/chat/everybuddy/DESCR     Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Everybuddy is a chat program for X that incorporates the functions of AOL
-Instant Messenger, ICQ, Yahoo Chat, and MSN Messanger.
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/Makefile
--- a/chat/everybuddy/Makefile  Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:14 tv Exp $
-
-.include "Makefile.common"
-PKGREVISION=   6
-
-CONFLICTS+=    everybuddy-gnome-[0-9]*
-
-.include "../../audio/esound/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/Makefile.common
--- a/chat/everybuddy/Makefile.common   Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile.common,v 1.15 2004/04/26 05:31:43 snj Exp $
-
-DISTNAME=      everybuddy-0.2.0
-CATEGORIES=    chat
-MASTER_SITES=  http://www.everybuddy.com/files/
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.everybuddy.com/
-COMMENT=       Universal Instant Messaging Client
-
-USE_DIRS+=     gnome1-1.5
-USE_GNU_TOOLS+=        make
-GNU_CONFIGURE= YES
-USE_BUILDLINK3= yes
-
-DISTINFO_FILE= ${.CURDIR}/../everybuddy/distinfo
-FILESDIR=      ${.CURDIR}/../everybuddy/files
-PATCHDIR=      ${.CURDIR}/../everybuddy/patches
-PKGDIR=                ${.CURDIR}/../everybuddy
-
-REPLACE_PERL=  src/update.pl src/contact-update.pl
-
-post-build:
-       ${SED} -e 's#@MKDIR@#${MKDIR}#' \
-         -e 's#@PREFIX@#${PREFIX}#' \
-         -e 's#@RM@#${RM}#' \
-         ${FILESDIR}/wrapper >${WRKDIR}/wrapper
-
-post-install:
-       ${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy
-
-.include "../../converters/libiconv/buildlink3.mk"
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/PLIST
--- a/chat/everybuddy/PLIST     Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/27 12:54:53 jmmv Exp $
-bin/everybuddy
-libexec/everybuddy/everybuddy
-libexec/everybuddy/contact-update.pl
-libexec/everybuddy/update.pl
-man/man1/everybuddy.1
-share/gnome/apps/Internet/Everybuddy.desktop
-share/pixmaps/ebicon.png
-share/sounds/everybuddy/BuddyArrive.au
-share/sounds/everybuddy/BuddyLeave.au
-share/sounds/everybuddy/Send.au
-share/sounds/everybuddy/Receive.au
-@dirrm share/sounds/everybuddy
-@comment in gnome-dirs: @dirrm share/gnome/apps/Internet
-@dirrm libexec/everybuddy
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/distinfo
--- a/chat/everybuddy/distinfo  Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $
-
-SHA1 (everybuddy-0.2.0.tar.gz) = f31cc95c34ca56dfb13ac4d45bf13e0c1053da7c
-Size (everybuddy-0.2.0.tar.gz) = 647542 bytes
-SHA1 (patch-aa) = 2e37dd6808eeb2d5195251e5db5a3600e35245a2
-SHA1 (patch-ab) = d1699cf4045b850a868263dfc2297d7ecf4aff0c
-SHA1 (patch-ac) = 956fd63db7d4f3668ee8c0f240cf2af4827a10bf
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/files/wrapper
--- a/chat/everybuddy/files/wrapper     Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: wrapper,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $
-
-@MKDIR@ $HOME/.everybuddy
-@RM@ -f $HOME/.everybuddy/eb_socke
-
-PATH=@PREFIX@/libexec/everybuddy:$PATH; export PATH
-
-exec everybuddy "$@"
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/patches/patch-aa
--- a/chat/everybuddy/patches/patch-aa  Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $
-
---- configure.orig     Sat Jan 20 20:40:38 2001
-+++ configure  Wed Dec 19 15:04:10 2001
-@@ -77,7 +77,7 @@
- verbose=
- x_includes=NONE
- x_libraries=NONE
--bindir='${exec_prefix}/bin'
-+bindir='${exec_prefix}/libexec/everybuddy'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
- datadir='${prefix}/share'
-@@ -2415,7 +2415,7 @@
- CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" 
- 
- EB_CFLAGS="$CFLAGS -I../"
--EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode"
-+EB_LIBS="$LIBS ../libmsn/libmsn.a ../libyahoo/libyahoo.a ../libproxy/libproxy.a ../libtoc/libtoc.a -lpthread ../libicq/libicq.a ../libjabber/libEBjabber.a ../libjabber/libjabber.a 
../libxode/libxode.a"
- EB_LDADD="$LDADD"
- 
- EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g "
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/patches/patch-ab
--- a/chat/everybuddy/patches/patch-ab  Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $
-
---- Makefile.in.orig   Wed Dec 19 12:38:45 2001
-+++ Makefile.in        Wed Dec 19 12:54:57 2001
-@@ -105,7 +105,7 @@
- SUBDIRS = pixmaps m4 libproxy libtoc libicq libyahoo libmsn libxode libjabber sounds doc src 
- ACLOCAL_AMFLAGS = -I m4
- 
--Utilitiesdir = /etc/X11/applnk/Internet
-+Utilitiesdir = @prefix@/share/gnome/apps/Internet
- Utilities_DATA = Everybuddy.desktop
- 
- EXTRA_DIST = Everybuddy.desktop 
diff -r 6cd8b6c7feba -r a8acb087bcd0 chat/everybuddy/patches/patch-ac
--- a/chat/everybuddy/patches/patch-ac  Mon Jan 17 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $
-
---- src/Makefile.in.orig       Sat Jan 20 22:08:35 2001
-+++ src/Makefile.in    Wed Dec 19 13:29:16 2001
-@@ -108,7 +108,7 @@
- 
- CFLAGS =  $(EB_CFLAGS) -I$(top_srcdir) -I../libproxy -I../libfaim  -I../libjabber/include/jabber -I../libjabber/include -I../libxode/include
- #there are more than one config.h
--LIBS =  $(EB_LIBS)
-+LIBS =  $(EB_LIBS) -liconv
- LDADD =  $(EB_LDADD)
- CLEANFILES =  config.h
- 
diff -r 6cd8b6c7feba -r a8acb087bcd0 doc/CHANGES
--- a/doc/CHANGES       Mon Jan 17 12:23:15 2005 +0000
+++ b/doc/CHANGES       Mon Jan 17 12:38:23 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8785 2005/01/17 12:12:43 adam Exp $
+$NetBSD: CHANGES,v 1.8786 2005/01/17 12:38:23 jmmv Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -348,3 +348,5 @@
        Updated svk to 0.28 [epg 2005-01-16]
        Added amarok-1.1.1 [seb 2005-01-17]
        Updated lcms to 1.14 [adam 2005-01-17]
+       Removed everybuddy [jmmv 2005-01-17]
+       Removed everybuddy-gnome [jmmv 2005-01-17]
diff -r 6cd8b6c7feba -r a8acb087bcd0 doc/TODO
--- a/doc/TODO  Mon Jan 17 12:23:15 2005 +0000
+++ b/doc/TODO  Mon Jan 17 12:38:23 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2918 2005/01/17 12:00:07 wiz Exp $
+$NetBSD: TODO,v 1.2919 2005/01/17 12:38:23 jmmv Exp $
 
 Suggested new packages
 ======================
@@ -452,8 +452,6 @@
        o esh-0.8.5
        o etach-1.4.0
        o ettercap-0.7.2 [wip/ettercap-NG|adrianp]
-       o everybuddy-0.4.3
-       o everybuddy-gnome-0.4.3
        o exmh-2.7.0
        o fakeroot-1.2.2
        o fd-2.06b



Home | Main Index | Thread Index | Old Index