summaryrefslogtreecommitdiff
path: root/net-im/icb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/icb/Makefile34
-rw-r--r--net-im/icb/distinfo2
-rw-r--r--net-im/icb/files/patch-icb::c_log.c12
-rw-r--r--net-im/icb/files/patch-icb::strccmp.c11
-rw-r--r--net-im/icb/pkg-descr10
-rw-r--r--net-im/icb/pkg-plist8
6 files changed, 0 insertions, 77 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile
deleted file mode 100644
index b9b41b404a39..000000000000
--- a/net-im/icb/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: icb
-# Date created: Tue Feb 03, 1998
-# Whom: David O'Brien (obrien@NUXI.ucdavis.edu)
-#
-# $FreeBSD$
-#
-
-PORTNAME= icb
-PORTVERSION= 5.1.0
-PORTREVISION= 3
-CATEGORIES= net tcl84
-MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
- ftp://ftp.obfuscation.org/pub/icb/
-DISTNAME= c${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Internet CB - a mostly-defunct chat client
-
-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \
- --with-tcllib=${LOCALBASE}/lib
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/icb
- ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
-.for file in bartender confuse echofunctions sample.icbrc
- ${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-im/icb/distinfo b/net-im/icb/distinfo
deleted file mode 100644
index 9579571fd256..000000000000
--- a/net-im/icb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (cicb-5.1.0.tar.gz) = 7ffe712d2606ee2295aee2b3f1f3aec7
-SIZE (cicb-5.1.0.tar.gz) = 135176
diff --git a/net-im/icb/files/patch-icb::c_log.c b/net-im/icb/files/patch-icb::c_log.c
deleted file mode 100644
index c8945448ce85..000000000000
--- a/net-im/icb/files/patch-icb::c_log.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- icb/c_log.c.orig Sat May 11 23:59:42 2002
-+++ icb/c_log.c Sun May 12 00:00:20 2002
-@@ -30,7 +30,8 @@
- time_t time();
- struct tm *t, *localtime();
- time_t clock;
-- extern int errno, sys_nerr;
-+ extern int errno;
-+ extern const int sys_nerr;
-
- /* determine pathname to use */
- if (path == NULL || *path == '\0') {
diff --git a/net-im/icb/files/patch-icb::strccmp.c b/net-im/icb/files/patch-icb::strccmp.c
deleted file mode 100644
index b68e9f210bcd..000000000000
--- a/net-im/icb/files/patch-icb::strccmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004
-+++ icb/strccmp.c Sat Jun 12 23:23:48 2004
-@@ -237,7 +237,7 @@
- if (a == '\0')
- return 0;
-
--shloop: }
-+shloop:; }
- while (cm[a] != cm[b]);
-
-
diff --git a/net-im/icb/pkg-descr b/net-im/icb/pkg-descr
deleted file mode 100644
index d652698d4d4b..000000000000
--- a/net-im/icb/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This is a chat client similar to irc, but for the icb protocol.
-It is a much lighter weight client than IRC in terms of gaudyness, childish
-features, and bots.
-
-All-in-all, what it would be nice for IRC to be.
-
-WWW: http://www.obfuscation.org/icb/
-
--- David
- (obrien@NUXI.com)
diff --git a/net-im/icb/pkg-plist b/net-im/icb/pkg-plist
deleted file mode 100644
index e4d2d5ff1616..000000000000
--- a/net-im/icb/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $FreeBSD$
-bin/icb
-share/icb/bartender
-share/icb/confuse
-share/icb/echofunctions
-share/icb/icbserverdb
-share/icb/sample.icbrc
-@dirrm share/icb