aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim-bangexec
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gaim-bangexec')
-rw-r--r--net-im/gaim-bangexec/Makefile30
-rw-r--r--net-im/gaim-bangexec/distinfo2
-rw-r--r--net-im/gaim-bangexec/files/patch-bangexec.c14
-rw-r--r--net-im/gaim-bangexec/pkg-descr5
4 files changed, 0 insertions, 51 deletions
diff --git a/net-im/gaim-bangexec/Makefile b/net-im/gaim-bangexec/Makefile
deleted file mode 100644
index ffc3762ce775..000000000000
--- a/net-im/gaim-bangexec/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gaim-bangexec
-# Date created: 17 April 2005
-# Whom: kevinb
-#
-# $FreeBSD$
-#
-
-PORTNAME= bangexec
-PORTVERSION= 1.3.0.2
-CATEGORIES= misc
-MASTER_SITES= http://bard.sytes.net/bangexec/
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= kruptos@mlinux.org
-COMMENT= Command interpreter plugin for gaim
-
-BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-
-PLIST_FILES= lib/gaim/bangexec.so
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/net-im/gaim-bangexec/distinfo b/net-im/gaim-bangexec/distinfo
deleted file mode 100644
index 0c5b1d1ea2ea..000000000000
--- a/net-im/gaim-bangexec/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bangexec-1.3.0.2.tar.bz2) = 8b445362249d4b5e1f71a83713aee075
-SIZE (bangexec-1.3.0.2.tar.bz2) = 218421
diff --git a/net-im/gaim-bangexec/files/patch-bangexec.c b/net-im/gaim-bangexec/files/patch-bangexec.c
deleted file mode 100644
index 298b5d5b233d..000000000000
--- a/net-im/gaim-bangexec/files/patch-bangexec.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- bangexec.c.orig Sun Jul 10 13:08:21 2005
-+++ bangexec.c Sun Jul 10 13:08:37 2005
-@@ -297,9 +297,10 @@
- return -1;
- }else if (pid){ //Parent
- int rv;
-+ int flags;
-
- close (p[1]);
-- int flags = fcntl (p[0], F_GETFL, 0);
-+ flags = fcntl (p[0], F_GETFL, 0);
- fcntl (p[0], F_SETFL, flags | O_NONBLOCK);
-
- rv=read_nonblock(p[0],maxlen-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp);
diff --git a/net-im/gaim-bangexec/pkg-descr b/net-im/gaim-bangexec/pkg-descr
deleted file mode 100644
index 0f4408da6c8d..000000000000
--- a/net-im/gaim-bangexec/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-!exec is a command interpreter plugin for Gaim. If you're nostalgic
-for chat clients like curfloo and gyach while using Gaim, then this
-is the plugin for you!
-
-WWW: http://bard.sytes.net/bangexec/