diff options
Diffstat (limited to 'net/mcabber')
-rw-r--r-- | net/mcabber/Makefile | 35 | ||||
-rw-r--r-- | net/mcabber/distinfo | 2 | ||||
-rw-r--r-- | net/mcabber/files/patch-src_hbuf.c | 19 | ||||
-rw-r--r-- | net/mcabber/pkg-descr | 16 |
4 files changed, 0 insertions, 72 deletions
diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile deleted file mode 100644 index f1505244d62b..000000000000 --- a/net/mcabber/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: mcabber -# Date created: 2005-10-05 -# Whom: vsevolod -# -# $FreeBSD$ -# - -PORTNAME= mcabber -PORTVERSION= 0.7.0 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Small Jabber console client - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_OPENSSL= yes -USE_ICONV= yes -USE_GETTEXT= yes -USE_GNOME= glib20 -USE_GETOPT_LONG= yes - -LDFLAGS+= -lcrypto - -MAN1= mcabber.1 -PLIST_FILES= bin/mcabber %%EXAMPLESDIR%%/mcabberrc -PLIST_DIRS= %%EXAMPLESDIR%% - -post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${EXAMPLESDIR}/mcabberrc - -.include <bsd.port.mk> diff --git a/net/mcabber/distinfo b/net/mcabber/distinfo deleted file mode 100644 index 4e34de819146..000000000000 --- a/net/mcabber/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mcabber-0.7.0.tar.bz2) = fd40c81da873bd41a360735cc61c9db4 -SIZE (mcabber-0.7.0.tar.bz2) = 310063 diff --git a/net/mcabber/files/patch-src_hbuf.c b/net/mcabber/files/patch-src_hbuf.c deleted file mode 100644 index 4184cd99acfc..000000000000 --- a/net/mcabber/files/patch-src_hbuf.c +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - ---- src/hbuf.c.orig -+++ src/hbuf.c -@@ -70,12 +70,12 @@ - // Set p_hbuf to the end of the list, to speed up history loading - // (or CPU time will be used by g_list_last() for each line) - hbuf = *p_hbuf = g_list_last(*p_hbuf); -- hbuf_block *hbuf_b_prev = hbuf->data; -+ { hbuf_block *hbuf_b_prev = hbuf->data; - hbuf_block_elt->ptr = hbuf_b_prev->ptr_end; - hbuf_block_elt->flags = HBB_FLAG_PERSISTENT; - hbuf_block_elt->ptr_end_alloc = hbuf_b_prev->ptr_end_alloc; - g_list_append(*p_hbuf, hbuf_block_elt); -- } -+ }} - - if (strlen(text) >= HBB_BLOCKSIZE) { - // Too long diff --git a/net/mcabber/pkg-descr b/net/mcabber/pkg-descr deleted file mode 100644 index ea032191fd7e..000000000000 --- a/net/mcabber/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Mcabber is a small Jabber console client. - -Here are some of the features of mcabber: - o SSL support. - - o History logging: If enabled (see the CONFIGURATION FILE section), - mcabber can save discussions to history log files. - - o Commands completion: If possible, mcabber will try to complete your - command line if you hit the Tab key. - - o External actions: Some events (like receiving a message) can trig- - ger an external action, for example a shell script (you need to - enable it in your configuration file). - -WWW: http://www.lilotux.net/~mikael/mcabber/ |