1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add dircproxy 1.0.0, a detachable irc proxy server with many features.

PR:		24255
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
Will Andrews 2001-03-10 19:49:24 +00:00
parent ac10d272aa
commit dcf81d8798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39460
13 changed files with 103 additions and 0 deletions

View File

@ -4,6 +4,7 @@
SUBDIR += bitchx
SUBDIR += blackened
SUBDIR += bnc
SUBDIR += dircproxy
SUBDIR += epic4
SUBDIR += ezbounce
SUBDIR += infobot

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: dircproxy
# Date created: 11 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= dircproxy
PORTVERSION= 1.0.0
CATEGORIES= irc
MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
MAINTAINER= greid@ukug.uk.freebsd.org
GNU_CONFIGURE= yes
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (dircproxy-1.0.0.tar.gz) = f3ef6c60266aa99ab03f4a97795fb38e

View File

@ -0,0 +1 @@
A detachable irc proxy server with many features

View File

@ -0,0 +1,17 @@
dircproxy is an IRC proxy server 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!
dircproxy has a whole host of features. Please read the file README in
the source distribution for a list.
- George Reid
greid@ukug.uk.freebsd.org

View File

@ -0,0 +1,5 @@
A default dircproxy configuration file has been installed as
%%PREFIX%%/share/dircproxy/dircproxyrc.
Please read this and the dircproxy(1) manpage to set up dircproxy.

View File

@ -0,0 +1,5 @@
bin/dircproxy
bin/dircproxy-crypt
share/dircproxy/dircproxyrc
share/dircproxy/log.pl
@dirrm share/dircproxy

22
irc/dircproxy/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: dircproxy
# Date created: 11 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= dircproxy
PORTVERSION= 1.0.0
CATEGORIES= irc
MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
MAINTAINER= greid@ukug.uk.freebsd.org
GNU_CONFIGURE= yes
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>

1
irc/dircproxy/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dircproxy-1.0.0.tar.gz) = f3ef6c60266aa99ab03f4a97795fb38e

View File

@ -0,0 +1 @@
A detachable irc proxy server with many features

17
irc/dircproxy/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
dircproxy is an IRC proxy server 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!
dircproxy has a whole host of features. Please read the file README in
the source distribution for a list.
- George Reid
greid@ukug.uk.freebsd.org

View File

@ -0,0 +1,5 @@
A default dircproxy configuration file has been installed as
%%PREFIX%%/share/dircproxy/dircproxyrc.
Please read this and the dircproxy(1) manpage to set up dircproxy.

5
irc/dircproxy/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/dircproxy
bin/dircproxy-crypt
share/dircproxy/dircproxyrc
share/dircproxy/log.pl
@dirrm share/dircproxy