summaryrefslogtreecommitdiff
path: root/net/ayttm
diff options
context:
space:
mode:
Diffstat (limited to 'net/ayttm')
-rw-r--r--net/ayttm/Makefile22
-rw-r--r--net/ayttm/distinfo1
-rw-r--r--net/ayttm/files/patch-aa15
-rw-r--r--net/ayttm/files/patch-ac10
-rw-r--r--net/ayttm/files/patch-ae14
-rw-r--r--net/ayttm/files/patch-af13
-rw-r--r--net/ayttm/files/patch-ag10
-rw-r--r--net/ayttm/pkg-comment1
-rw-r--r--net/ayttm/pkg-descr8
-rw-r--r--net/ayttm/pkg-plist8
10 files changed, 0 insertions, 102 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile
deleted file mode 100644
index db143689ef04..000000000000
--- a/net/ayttm/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: everybuddy
-# Date created: 1 Mar 2000
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= everybuddy
-PORTVERSION= 0.1.5
-CATEGORIES= net
-MASTER_SITES= http://www.everybuddy.com/files/
-
-MAINTAINER= jim@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GTK= yes
-GNU_CONFIGURE= yes
-
-MAN1= everybuddy.1
-
-.include <bsd.port.mk>
diff --git a/net/ayttm/distinfo b/net/ayttm/distinfo
deleted file mode 100644
index fb4ff64545e5..000000000000
--- a/net/ayttm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (everybuddy-0.1.5.tar.gz) = dc3028a15b00177fc6d0f39d01ec5e2d
diff --git a/net/ayttm/files/patch-aa b/net/ayttm/files/patch-aa
deleted file mode 100644
index 6e88a42c1026..000000000000
--- a/net/ayttm/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure Sun Nov 12 20:26:46 2000
-+++ configure.orig Mon Nov 13 22:26:38 2000
-@@ -2407,10 +2407,10 @@
- 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"
-+EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread -L../libicq -licq"
- EB_LDADD="$LDADD"
-
--EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g "
-+EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall"
- # Check whether --with-esd-prefix or --without-esd-prefix was given.
- if test "${with_esd_prefix+set}" = set; then
- withval="$with_esd_prefix"
diff --git a/net/ayttm/files/patch-ac b/net/ayttm/files/patch-ac
deleted file mode 100644
index 68d436567d4f..000000000000
--- a/net/ayttm/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.orig Mon Nov 13 22:28:40 2000
-+++ src/main.c Mon Nov 13 22:29:36 2000
-@@ -166,6 +166,7 @@
- }
-
- #endif
-+ gtk_set_locale ();
- g_snprintf(buff, 1024, "%s/.everybuddy",getenv("HOME"));
- services_init();
-
diff --git a/net/ayttm/files/patch-ae b/net/ayttm/files/patch-ae
deleted file mode 100644
index 0079b278ac7a..000000000000
--- a/net/ayttm/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.am.orig Sun Oct 15 13:46:35 2000
-+++ Makefile.am Sun Oct 15 13:46:52 2000
-@@ -1,8 +1,8 @@
- SUBDIRS = pixmaps m4 libproxy libtoc libicq libyahoo libmsn sounds doc src
- ACLOCAL_AMFLAGS = -I m4
-
--Utilitiesdir = /etc/X11/applnk/Internet
--Utilities_DATA = Everybuddy.desktop
-+Utilitiesdir =
-+Utilities_DATA =
-
-
--EXTRA_DIST = Everybuddy.desktop
-+EXTRA_DIST =
diff --git a/net/ayttm/files/patch-af b/net/ayttm/files/patch-af
deleted file mode 100644
index f818a6acca79..000000000000
--- a/net/ayttm/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/config.sh.in.orig Mon Nov 13 22:35:30 2000
-+++ src/config.sh.in Mon Nov 13 22:36:18 2000
-@@ -1,6 +1,6 @@
- #!/bin/sh
- rm config.h 2>&1 > /dev/null
--echo \#define BuddyArriveDefault \"@prefix@/share/sounds/everybuddy/BuddyArrive.au\" >> config.h
--echo \#define BuddyLeaveDefault \"@prefix@/share/sounds/everybuddy/BuddyLeave.au\" >> config.h
--echo \#define SendDefault \"@prefix@/share/sounds/everybuddy/Send.au\" >> config.h
--echo \#define RecieveDefault \"@prefix@/share/sounds/everybuddy/Receive.au\" >> config.h
-+echo \#define BuddyArriveDefault \"@datadir@/sounds/everybuddy/BuddyArrive.au\" >> config.h
-+echo \#define BuddyLeaveDefault \"@datadir@/sounds/everybuddy/BuddyLeave.au\" >> config.h
-+echo \#define SendDefault \"@datadir@/sounds/everybuddy/Send.au\" >> config.h
-+echo \#define RecieveDefault \"@datadir@/sounds/everybuddy/Receive.au\" >> config.h
diff --git a/net/ayttm/files/patch-ag b/net/ayttm/files/patch-ag
deleted file mode 100644
index 8c3ec84fbadf..000000000000
--- a/net/ayttm/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- pixmaps/Makefile.am.orig Mon Nov 13 22:33:30 2000
-+++ pixmaps/Makefile.am Mon Nov 13 22:33:40 2000
-@@ -4,5 +4,5 @@
- login_icon.xpm logoff_icon.xpm yahoo_away.xpm yahoo_online.xpm \
- icq_online.xpm icq_away.xpm aim_online.xpm aim_away.xpm \
- msn_online.xpm msn_away.xpm tb_mail_send.xpm tb_search.xpm
--Utilitiesdir = $(datadir)/pixmaps
--Utilities_DATA = ebicon.xpm
-+Utilitiesdir =
-+Utilities_DATA =
diff --git a/net/ayttm/pkg-comment b/net/ayttm/pkg-comment
deleted file mode 100644
index 008ed1484b41..000000000000
--- a/net/ayttm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one
diff --git a/net/ayttm/pkg-descr b/net/ayttm/pkg-descr
deleted file mode 100644
index 0451ea2b1ea6..000000000000
--- a/net/ayttm/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Everybuddy is a chat application that "combines" several different ones
-including AIM, ICQ, and Yahoo! Chat. It also has file transfers between
-other Everybuddy users, and planned support for file transfers to other
-users.
-
-WWW: http://www.everybuddy.com/
-
-- jim <jim@FreeBSD.org>
diff --git a/net/ayttm/pkg-plist b/net/ayttm/pkg-plist
deleted file mode 100644
index 8b4d9455fd85..000000000000
--- a/net/ayttm/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/everybuddy
-bin/update.pl
-bin/contact-update.pl
-share/sounds/everybuddy/BuddyArrive.au
-share/sounds/everybuddy/BuddyLeave.au
-share/sounds/everybuddy/Send.au
-share/sounds/everybuddy/Receive.au
-@dirrm share/sounds/everybuddy