summaryrefslogtreecommitdiff
path: root/net-im/gtkyahoo
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gtkyahoo')
-rw-r--r--net-im/gtkyahoo/Makefile22
-rw-r--r--net-im/gtkyahoo/distinfo1
-rw-r--r--net-im/gtkyahoo/files/patch-rcfile.y42
-rw-r--r--net-im/gtkyahoo/pkg-descr12
-rw-r--r--net-im/gtkyahoo/pkg-plist17
5 files changed, 0 insertions, 94 deletions
diff --git a/net-im/gtkyahoo/Makefile b/net-im/gtkyahoo/Makefile
deleted file mode 100644
index 4b9d54748e83..000000000000
--- a/net-im/gtkyahoo/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: gtkyahoo
-# Date created: 18 August 1999
-# Whom: dannyman@dannyland.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkyahoo
-PORTVERSION= 0.18.2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gtkyahoo
-
-MAINTAINER= anders@andersa.net
-COMMENT= Yahoo Messenger Client using GTK
-
-USE_X_PREFIX= yes
-USE_GNOME= gtk12
-USE_BISON= yes
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/net-im/gtkyahoo/distinfo b/net-im/gtkyahoo/distinfo
deleted file mode 100644
index 5e073319194c..000000000000
--- a/net-im/gtkyahoo/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtkyahoo-0.18.2.tar.gz) = 7932ca979c41c7657791785813a9df79
diff --git a/net-im/gtkyahoo/files/patch-rcfile.y b/net-im/gtkyahoo/files/patch-rcfile.y
deleted file mode 100644
index 59e9ae6b5cd8..000000000000
--- a/net-im/gtkyahoo/files/patch-rcfile.y
+++ /dev/null
@@ -1,42 +0,0 @@
---- rcfile.y.orig Sun Dec 1 22:51:31 2002
-+++ rcfile.y Sun Dec 1 22:53:42 2002
-@@ -253,11 +253,13 @@
- | config_options idle_time_option
- | config_options show_notify_messages_option
- | config_options display_real_names_option
-+ ;
-
- contact_options: /* empty */
- | contact_options name_option
- | contact_options event_option
- | contact_options email_option
-+ ;
-
- name_option: NAME QSTRING {
- DBG_Print("rcfile", "[RC] Got contact name (%s)\n", $2);
-@@ -278,17 +280,14 @@
- if ( images.status.away )
- free(images.status.away);
- images.status.away = strdup($2); }
-- ;
- | IMAGE_STATUS_IDLE QSTRING {
- if ( images.status.idle )
- free(images.status.idle);
- images.status.idle = strdup($2); }
-- ;
- | IMAGE_STATUS_HERE QSTRING {
- if ( images.status.here )
- free(images.status.here);
- images.status.here = strdup($2); }
-- ;
- | IMAGE_STATUS_OFFLINE QSTRING {
- if ( images.status.offline )
- free(images.status.offline);
-@@ -327,7 +326,6 @@
- DBG_Print("rcfile", "[RC] Set proxy host to '%s'\n", $2);
- proxy_host = strdup($2); }
- }
-- ;
- | PROXY_PORT INTEGER {
- if (config_match) {
- proxy_port = $2;
diff --git a/net-im/gtkyahoo/pkg-descr b/net-im/gtkyahoo/pkg-descr
deleted file mode 100644
index 4c4e882410f1..000000000000
--- a/net-im/gtkyahoo/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This is GTK-based client for Yahoo! Messenger. This client is far superior,
-imho, to the Java client, which can not be invoked by apprunner, and whose DNS
-seems frequently broken.
-
-The first time you run this program it will create a config file and ask you
-to edit it. Enter your Yahoo user ID and password in the config file, run
-gtkyahoo again and you're online.
-
-WWW: http://www.unixtools.org/gtkyahoo/
-WWW: http://messenger.yahoo.com/
-
-- Anders Andersson <anders@hack.org>
diff --git a/net-im/gtkyahoo/pkg-plist b/net-im/gtkyahoo/pkg-plist
deleted file mode 100644
index f02855baeaf1..000000000000
--- a/net-im/gtkyahoo/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/gtkyahoo
-bin/libyahoo-config
-include/libyahoo/libyahoo.h
-include/libyahoo/libyahoo-debug.h
-include/libyahoo/libyahoo-proto.h
-lib/libyahoo.a
-libexec/gtkyahoo-sound-handler
-share/gtkyahoo/sample.gtkyahoorc
-share/gtkyahoo/simple.gtkyahoorc
-share/gtkyahoo/sounds/beep.au
-share/gtkyahoo/sounds/logoff.au
-share/gtkyahoo/sounds/logon.au
-share/gtkyahoo/sounds/receive.au
-share/gtkyahoo/sounds/send.au
-@dirrm include/libyahoo
-@dirrm share/gtkyahoo/sounds
-@dirrm share/gtkyahoo