Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 1999 23:32:12 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10168: [NEW PORT] ezbounce (IRC Proxy) 
Message-ID:  <199902200732.XAA55746@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         10168
>Category:       ports
>Synopsis:       [NEW PORT] ezbounce (IRC Proxy)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 19 23:40:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #68: Thu Feb 18 21:46:30 PST 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386


>Description:

ezbounce is a very configurable IRC proxy with many features
(ex: ident "spoofing",access control, etc)

The program's Makefile does not include a real "install" target so I created
it myself. If there was an easier or better way to do this please enlighten
me! 

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ezbounce
#	ezbounce/Makefile
#	ezbounce/files
#	ezbounce/files/md5
#	ezbounce/pkg
#	ezbounce/pkg/COMMENT
#	ezbounce/pkg/DESCR
#	ezbounce/pkg/PLIST
#
echo c - ezbounce
mkdir -p ezbounce > /dev/null 2>&1
echo x - ezbounce/Makefile
sed 's/^X//' >ezbounce/Makefile << 'END-of-ezbounce/Makefile'
X# New ports collection makefile for:	ezbounce
X# Version required: 	0.81
X# Date created:	 	19 February 1999
X# Whom:			Chris Piazza <cpiazza@home.net>
X#
X# $Id$
X#
X
XDISTNAME=	ezbounce-0.81
XCATEGORIES=	net
XMASTER_SITES=  	http://druglord.freelsd.org/ezbounce/ \
X		http://irc.themes.org/downloads/misc/
X
XMAINTAINER=	cpiazza@home.net
X
XGNU_CONFIGURE= 	yes
X
Xdo-install:
X
X	@echo ------------------------------------------------------------------
X	@echo You will need to read http://druglord.freelsd.org/ezbounce/README
X	@echo and http://druglord.freelsd.org/ezbounce/mdidentd.README
X	@echo to set up this program.
X	@echo Also, edit ${PREFIX}/etc/ezbounce.conf to your liking.
X	@echo ------------------------------------------------------------------
X	${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
X	${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
X	${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \
X		${WRKSRC}/sample.conf.new
X	${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
X		${PREFIX}/etc/ezbounce.conf
X
X.include <bsd.port.mk>
END-of-ezbounce/Makefile
echo c - ezbounce/files
mkdir -p ezbounce/files > /dev/null 2>&1
echo x - ezbounce/files/md5
sed 's/^X//' >ezbounce/files/md5 << 'END-of-ezbounce/files/md5'
XMD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d
END-of-ezbounce/files/md5
echo c - ezbounce/pkg
mkdir -p ezbounce/pkg > /dev/null 2>&1
echo x - ezbounce/pkg/COMMENT
sed 's/^X//' >ezbounce/pkg/COMMENT << 'END-of-ezbounce/pkg/COMMENT'
XA highly configurable IRC Proxy.
END-of-ezbounce/pkg/COMMENT
echo x - ezbounce/pkg/DESCR
sed 's/^X//' >ezbounce/pkg/DESCR << 'END-of-ezbounce/pkg/DESCR'
Xezbounce is a highly configurable IRC Proxy that features:
X
X    * Access control
X    * Password protection
X    * Ident spoofing
X    * Can listen on virtual hosts
X    * Ability to ``Detach'' from the proxy and stay connected
X      to the IRC server. 
X
Xhttp://druglord.freelsd.org/ezbounce/
XWritten by: Murat Deligonul <druglord@erupt.com>
X
X-Chris Piazza
Xcpiazza@home.net
END-of-ezbounce/pkg/DESCR
echo x - ezbounce/pkg/PLIST
sed 's/^X//' >ezbounce/pkg/PLIST << 'END-of-ezbounce/pkg/PLIST'
Xsbin/ezbounce
Xsbin/mdidentd
Xetc/ezbounce.conf
END-of-ezbounce/pkg/PLIST
exit

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902200732.XAA55746>