aboutsummaryrefslogtreecommitdiff
path: root/net-im/firetalk
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/firetalk')
-rw-r--r--net-im/firetalk/Makefile31
-rw-r--r--net-im/firetalk/distinfo2
-rw-r--r--net-im/firetalk/files/patch-aa18
-rw-r--r--net-im/firetalk/files/patch-ab10
-rw-r--r--net-im/firetalk/pkg-descr11
-rw-r--r--net-im/firetalk/pkg-plist8
6 files changed, 0 insertions, 80 deletions
diff --git a/net-im/firetalk/Makefile b/net-im/firetalk/Makefile
deleted file mode 100644
index ef5b2d043768..000000000000
--- a/net-im/firetalk/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: firetalk
-# Date created: 06 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= firetalk
-PORTVERSION= 0.0.11
-CATEGORIES= net
-MASTER_SITES= http://site.n.ml.org/download/20031016162822/_firetalk/ \
- http://www.penguinhosting.net/~ian/firetalk/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A multi-protocol chat/instant messaging library
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-INSTALLS_SHLIB= yes
-
-FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/firetalk ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/include/firetalk
-.for H in ${FTHEADERS}
- ${INSTALL_DATA} ${WRKSRC}/$H ${PREFIX}/include/firetalk
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/libfiretalk.a ${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/net-im/firetalk/distinfo b/net-im/firetalk/distinfo
deleted file mode 100644
index 2d5e046a078a..000000000000
--- a/net-im/firetalk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (firetalk-0.0.11.tar.gz) = 06e8031a9e7cd07bf48d9e95be80fea4
-SIZE (firetalk-0.0.11.tar.gz) = 29274
diff --git a/net-im/firetalk/files/patch-aa b/net-im/firetalk/files/patch-aa
deleted file mode 100644
index a5693acb56ab..000000000000
--- a/net-im/firetalk/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig Sat Jan 6 13:50:16 2001
-+++ Makefile Sat Jan 6 13:53:06 2001
-@@ -1,5 +1,5 @@
- OBJECTS = firetalk.o icqv5.o irc.o toc.o
--MYFLAGS = -Wall -ansi -pedantic-errors -g
-+MYFLAGS = -Wall
-
- all: firetalk
-
-@@ -27,7 +27,7 @@
- gcc $(CFLAGS) $(MYFLAGS) -c webchat.c
-
- firetalk: libfiretalk.a gui.o Makefile
-- gcc $(CFLAGS) $(MYFLAGS) -lcurses -lnsl -lresolv -o firetalk gui.o libfiretalk.a
-+ gcc $(CFLAGS) $(MYFLAGS) -lcurses -o firetalk gui.o libfiretalk.a
-
- clean:
- rm -f *.o *.a firetalk
diff --git a/net-im/firetalk/files/patch-ab b/net-im/firetalk/files/patch-ab
deleted file mode 100644
index 37e2954e4c54..000000000000
--- a/net-im/firetalk/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- irc.c.orig Sat Jan 6 13:52:16 2001
-+++ irc.c Sat Jan 6 13:52:27 2001
-@@ -16,6 +16,7 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
- #define _GNU_SOURCE
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <stdlib.h>
- #include <stdarg.h>
diff --git a/net-im/firetalk/pkg-descr b/net-im/firetalk/pkg-descr
deleted file mode 100644
index 59fe368b8c2b..000000000000
--- a/net-im/firetalk/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-FireTalk is a library designed to make writing applications for online
-chat and instant messenging easier. It was originally written as a
-replacement for libfaim. It currently supports AIM via the TOC
-protocol, but IRC and ICQ support should be implemented within the
-near future. The package also includes a simple AIM client that has
-many of the same command names as functions in the library. This
-allows developers to examine the behavior of the library closely while
-writing their own code.
-
-- George Reid
-greid@ukug.uk.freebsd.org
diff --git a/net-im/firetalk/pkg-plist b/net-im/firetalk/pkg-plist
deleted file mode 100644
index 00a7491320af..000000000000
--- a/net-im/firetalk/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/firetalk
-include/firetalk/firetalk-int.h
-include/firetalk/firetalk.h
-include/firetalk/icqv5.h
-include/firetalk/irc.h
-include/firetalk/toc.h
-lib/libfiretalk.a
-@dirrm include/firetalk