diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 19:25:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 19:25:57 +0000 |
commit | c85ca9d60b69c14b5a00e8c3c2b75bc2ea24e713 (patch) | |
tree | fb35cb5d03a7b875a7e72744b2f3c167cc060cdb /irc/ezbounce | |
parent | b1ae0473f687d1a8feffe4c62e7d5c487f12476c (diff) | |
download | ports-c85ca9d60b69c14b5a00e8c3c2b75bc2ea24e713.tar.gz ports-c85ca9d60b69c14b5a00e8c3c2b75bc2ea24e713.zip |
Notes
Diffstat (limited to 'irc/ezbounce')
-rw-r--r-- | irc/ezbounce/Makefile | 36 | ||||
-rw-r--r-- | irc/ezbounce/distinfo | 1 | ||||
-rw-r--r-- | irc/ezbounce/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ezbounce/pkg-descr | 14 | ||||
-rw-r--r-- | irc/ezbounce/pkg-plist | 4 |
5 files changed, 56 insertions, 0 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile new file mode 100644 index 000000000000..46c9522e43af --- /dev/null +++ b/irc/ezbounce/Makefile @@ -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> diff --git a/irc/ezbounce/distinfo b/irc/ezbounce/distinfo new file mode 100644 index 000000000000..4d258f229d9f --- /dev/null +++ b/irc/ezbounce/distinfo @@ -0,0 +1 @@ +MD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d diff --git a/irc/ezbounce/pkg-comment b/irc/ezbounce/pkg-comment new file mode 100644 index 000000000000..c670c9327dc6 --- /dev/null +++ b/irc/ezbounce/pkg-comment @@ -0,0 +1 @@ +A highly configurable IRC Proxy. diff --git a/irc/ezbounce/pkg-descr b/irc/ezbounce/pkg-descr new file mode 100644 index 000000000000..434bfc0c8ecf --- /dev/null +++ b/irc/ezbounce/pkg-descr @@ -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 diff --git a/irc/ezbounce/pkg-plist b/irc/ezbounce/pkg-plist new file mode 100644 index 000000000000..279b62dacbe8 --- /dev/null +++ b/irc/ezbounce/pkg-plist @@ -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 |