add ezbounce (IRC Proxy)

PR:		10168
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Michael Haro 1999-04-16 19:25:57 +00:00
parent b1ae0473f6
commit c85ca9d60b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17934
10 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: ezbounce
# Version required: 0.81
# Date created: 19 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id$
#
DISTNAME= ezbounce-0.81
CATEGORIES= net
MASTER_SITES= http://druglord.freelsd.org/ezbounce/ \
http://irc.themes.org/downloads/misc/
MAINTAINER= cpiazza@home.net
GNU_CONFIGURE= yes
do-install:
@ ${ECHO} ------------------------------------------------------------------
@ ${ECHO} You will need to read http://druglord.freelsd.org/ezbounce/README
@ ${ECHO} and http://druglord.freelsd.org/ezbounce/mdidentd.README
@ ${ECHO} to set up this program.
@ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking.
@ ${ECHO} ------------------------------------------------------------------
@ ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
@ ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
@ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \
${WRKSRC}/sample.conf.new
@ if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \
${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
${PREFIX}/etc/ezbounce.conf; \
fi
@ ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
${PREFIX}/etc/ezbounce.conf.default
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d

View File

@ -0,0 +1 @@
A highly configurable IRC Proxy.

View File

@ -0,0 +1,14 @@
ezbounce is a highly configurable IRC Proxy that features:
* Access control
* Password protection
* Ident spoofing
* Can listen on virtual hosts
* Ability to ``Detach'' from the proxy and stay connected
to the IRC server.
http://druglord.freelsd.org/ezbounce/
Written by: Murat Deligonul <druglord@erupt.com>
-Chris Piazza
cpiazza@home.net

View File

@ -0,0 +1,4 @@
sbin/ezbounce
sbin/mdidentd
etc/ezbounce.conf.default
@exec if [ ! -f %D/etc/ezbounce.conf ] ; then cp -p %D/%F %B/ezbounce.conf; fi

36
irc/ezbounce/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: ezbounce
# Version required: 0.81
# Date created: 19 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id$
#
DISTNAME= ezbounce-0.81
CATEGORIES= net
MASTER_SITES= http://druglord.freelsd.org/ezbounce/ \
http://irc.themes.org/downloads/misc/
MAINTAINER= cpiazza@home.net
GNU_CONFIGURE= yes
do-install:
@ ${ECHO} ------------------------------------------------------------------
@ ${ECHO} You will need to read http://druglord.freelsd.org/ezbounce/README
@ ${ECHO} and http://druglord.freelsd.org/ezbounce/mdidentd.README
@ ${ECHO} to set up this program.
@ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking.
@ ${ECHO} ------------------------------------------------------------------
@ ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
@ ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
@ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \
${WRKSRC}/sample.conf.new
@ if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \
${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
${PREFIX}/etc/ezbounce.conf; \
fi
@ ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
${PREFIX}/etc/ezbounce.conf.default
.include <bsd.port.mk>

1
irc/ezbounce/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d

1
irc/ezbounce/pkg-comment Normal file
View File

@ -0,0 +1 @@
A highly configurable IRC Proxy.

14
irc/ezbounce/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
ezbounce is a highly configurable IRC Proxy that features:
* Access control
* Password protection
* Ident spoofing
* Can listen on virtual hosts
* Ability to ``Detach'' from the proxy and stay connected
to the IRC server.
http://druglord.freelsd.org/ezbounce/
Written by: Murat Deligonul <druglord@erupt.com>
-Chris Piazza
cpiazza@home.net

4
irc/ezbounce/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
sbin/ezbounce
sbin/mdidentd
etc/ezbounce.conf.default
@exec if [ ! -f %D/etc/ezbounce.conf ] ; then cp -p %D/%F %B/ezbounce.conf; fi