pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/icbirc Import new "icbirc" package: Proxy IRC cli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1c45d3f28a
branches:  trunk
changeset: 466436:6d1c45d3f28a
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jan 18 14:21:18 2004 +0000

description:
Import new "icbirc" package: Proxy IRC client and ICB server

diffstat:

 chat/icbirc/DESCR            |   7 +++++++
 chat/icbirc/Makefile         |  13 +++++++++++++
 chat/icbirc/PLIST            |   4 ++++
 chat/icbirc/distinfo         |   5 +++++
 chat/icbirc/patches/patch-aa |  15 +++++++++++++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r c9073bede7ff -r 6d1c45d3f28a chat/icbirc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/icbirc/DESCR Sun Jan 18 14:21:18 2004 +0000
@@ -0,0 +1,7 @@
+icbirc is a proxy that allows to connect an IRC client to an ICB server.
+The proxy accepts client connections, connects to the server, and for-
+wards data between those two connections.
+
+Commands from the IRC client are translated to ICB commands and forwarded
+to the ICB server. Messages from the ICB server are translated to IRC
+messages and forwarded to the IRC client.
diff -r c9073bede7ff -r 6d1c45d3f28a chat/icbirc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/icbirc/Makefile      Sun Jan 18 14:21:18 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+
+DISTNAME=      icbirc-1.6
+CATEGORIES=    chat
+MASTER_SITES=  http://www.benzedrine.cx/
+
+MAINTAINER=    tron%NetBSD.org@localhost
+HOMEPAGE=      http://www.benzedrine.cx/icbirc.html
+COMMENT=       Proxy IRC client and ICB server
+
+MAKE_ENV=      BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
+
+.include "../../mk/bsd.pkg.mk"
diff -r c9073bede7ff -r 6d1c45d3f28a chat/icbirc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/icbirc/PLIST Sun Jan 18 14:21:18 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+bin/icbirc
+man/cat8/icbirc.0
+man/man8/icbirc.8
diff -r c9073bede7ff -r 6d1c45d3f28a chat/icbirc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/icbirc/distinfo      Sun Jan 18 14:21:18 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+
+SHA1 (icbirc-1.6.tar.gz) = ed34478deae940e5cd97e5eb7415b279e87484d9
+Size (icbirc-1.6.tar.gz) = 10936 bytes
+SHA1 (patch-aa) = faa20fd7a94df6585caca93bd7744f5c822bb190
diff -r c9073bede7ff -r 6d1c45d3f28a chat/icbirc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/icbirc/patches/patch-aa      Sun Jan 18 14:21:18 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+
+--- icbirc.c.orig      2003-08-20 23:55:59.000000000 +0200
++++ icbirc.c   2004-01-18 15:12:29.000000000 +0100
+@@ -318,8 +318,8 @@
+ done:
+       if (server_fd >= 0)
+               close(server_fd);
+-      printf("(%u seconds, %lu:%lu bytes)\n",
+-          time(NULL) - t, bytes_out, bytes_in);
++      printf("(%lu seconds, %lu:%lu bytes)\n",
++          (unsigned long)(time(NULL) - t), bytes_out, bytes_in);
+       if (terminate_client)
+               irc_send_notice(client_fd, "Closing connection "
+                   "(%u seconds, %lu:%lu bytes)",



Home | Main Index | Thread Index | Old Index