From bdb99160561646aef9a9c587e2ca0226ccc6b9e9 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 15 Oct 2001 15:16:23 +0000 Subject: Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection. dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu), cleaned up by myself. --- chat/dircproxy/Makefile | 13 +++++++++++++ chat/dircproxy/distinfo | 4 ++++ chat/dircproxy/pkg/DESCR | 11 +++++++++++ chat/dircproxy/pkg/MESSAGE | 1 + chat/dircproxy/pkg/PLIST | 8 ++++++++ 5 files changed, 37 insertions(+) create mode 100644 chat/dircproxy/Makefile create mode 100644 chat/dircproxy/distinfo create mode 100644 chat/dircproxy/pkg/DESCR create mode 100644 chat/dircproxy/pkg/MESSAGE create mode 100644 chat/dircproxy/pkg/PLIST (limited to 'chat/dircproxy') diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile new file mode 100644 index 00000000000..021f0aeff82 --- /dev/null +++ b/chat/dircproxy/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/15 15:16:23 agc Exp $ + +DISTNAME= dircproxy-1.0.1 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dircproxy/} + +MAINTAINER= sb125499@ohiou.edu +HOMEPAGE= http://dircproxy.sourceforge.net/ +COMMENT= detachable internet relay chat proxy server + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/dircproxy/distinfo b/chat/dircproxy/distinfo new file mode 100644 index 00000000000..ed9fd344266 --- /dev/null +++ b/chat/dircproxy/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/15 15:16:23 agc Exp $ + +SHA1 (dircproxy-1.0.1.tar.gz) = bb285c32172d436d5e29595e843dfccfe9eaa069 +Size (dircproxy-1.0.1.tar.gz) = 204509 bytes diff --git a/chat/dircproxy/pkg/DESCR b/chat/dircproxy/pkg/DESCR new file mode 100644 index 00000000000..156dccfe4b7 --- /dev/null +++ b/chat/dircproxy/pkg/DESCR @@ -0,0 +1,11 @@ +dircproxy is an IRC proxy server ("bouncer") designed for people +who use IRC from lots of different workstations or clients, but wish +to remain connected and see what they missed while they were away. +You connect to IRC through dircproxy, and it keeps you connected to +the server, even after you detach your client from it. While you're +detached, it logs channel and private messages as well as important +events, and when you re-attach it'll let you know what you missed. + +This can be used to give you roughly the same functionality as +using ircII and screen together, except you can use whatever IRC +client you like, including X ones! diff --git a/chat/dircproxy/pkg/MESSAGE b/chat/dircproxy/pkg/MESSAGE new file mode 100644 index 00000000000..f97e1286a26 --- /dev/null +++ b/chat/dircproxy/pkg/MESSAGE @@ -0,0 +1 @@ +Example configuration is in ${PREFIX}/share/dircproxy/dircproxyrc. diff --git a/chat/dircproxy/pkg/PLIST b/chat/dircproxy/pkg/PLIST new file mode 100644 index 00000000000..38c4f2c6ede --- /dev/null +++ b/chat/dircproxy/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/15 15:16:23 agc Exp $ +bin/dircproxy +bin/dircproxy-crypt +man/man1/dircproxy.1 +man/man1/dircproxy-crypt.1 +share/dircproxy/dircproxyrc +share/dircproxy/log.pl +@dirrm share/dircproxy -- cgit v1.2.3