diff options
Diffstat (limited to 'net-im/ayttm')
-rw-r--r-- | net-im/ayttm/Makefile | 29 | ||||
-rw-r--r-- | net-im/ayttm/distinfo | 1 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-aa | 15 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-ac | 21 | ||||
-rw-r--r-- | net-im/ayttm/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/ayttm/pkg-descr | 8 | ||||
-rw-r--r-- | net-im/ayttm/pkg-plist | 7 |
7 files changed, 0 insertions, 82 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile deleted file mode 100644 index c54e17406659..000000000000 --- a/net-im/ayttm/Makefile +++ /dev/null @@ -1,29 +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.3 -CATEGORIES= net -MASTER_SITES= http://www.everybuddy.com/files/ - -MAINTAINER= jim@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - esd.2:${PORTSDIR}/audio/esound - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -GNU_CONFIGURE= yes -USE_X_PREFIX= yes - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" - -MAN1= everybuddy.1 - -.include <bsd.port.mk> diff --git a/net-im/ayttm/distinfo b/net-im/ayttm/distinfo deleted file mode 100644 index ec90b6934633..000000000000 --- a/net-im/ayttm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (everybuddy-0.1.3.tar.gz) = c6376c23f5790a2f6cf5a613fb475589 diff --git a/net-im/ayttm/files/patch-aa b/net-im/ayttm/files/patch-aa deleted file mode 100644 index 6948215ac140..000000000000 --- a/net-im/ayttm/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Tue Feb 1 07:51:56 2000 -+++ configure Sat Mar 25 21:24:22 2000 -@@ -2348,10 +2348,10 @@ - CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" - - EB_CFLAGS="$CFLAGS -I../" --EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread" -+EB_LIBS="$LIBS -L../libicq -licq -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread" - 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-im/ayttm/files/patch-ac b/net-im/ayttm/files/patch-ac deleted file mode 100644 index 8737cd15b017..000000000000 --- a/net-im/ayttm/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- src/gtkhtml.c.orig Wed May 3 17:19:38 2000 -+++ src/gtkhtml.c Wed May 3 17:20:13 2000 -@@ -528,7 +528,7 @@ - { - return my_font; - } -- my_font = gdk_font_load(font_name); -+ my_font = gdk_fontset_load(font_name); - if( !my_font ) - { - if( italic == 1 ) - ---- src/main.c.orig Mon Jan 31 19:49:57 2000 -+++ src/main.c Wed May 3 17:18:11 2000 -@@ -123,6 +123,7 @@ - - #endif - gtk_init(&argc, &argv); -+ gtk_set_locale (); - g_snprintf(buff, 1024, "%s/.everybuddy",getenv("HOME")); - services_init(); diff --git a/net-im/ayttm/pkg-comment b/net-im/ayttm/pkg-comment deleted file mode 100644 index 008ed1484b41..000000000000 --- a/net-im/ayttm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one diff --git a/net-im/ayttm/pkg-descr b/net-im/ayttm/pkg-descr deleted file mode 100644 index 0451ea2b1ea6..000000000000 --- a/net-im/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-im/ayttm/pkg-plist b/net-im/ayttm/pkg-plist deleted file mode 100644 index 780915e02eb7..000000000000 --- a/net-im/ayttm/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/au2h -bin/everybuddy -bin/update.pl -bin/contact-update.pl -share/applnk/Internet/Everybuddy.kdelnk -share/gnome/apps/Internet/Everybuddy.desktop -share/pixmaps/ebicon.xpm |