summaryrefslogtreecommitdiff
path: root/chat/bnc/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-31 01:00:50 +0000
committersalo <salo@pkgsrc.org>2003-01-31 01:00:50 +0000
commitd7eae74f123f573d2be827dd8c3a013485bf429f (patch)
tree1b90d6da4d5a76cd2e109a460bd1b2576e052a0e /chat/bnc/Makefile
parent574bc1db2db13daf7f11ec81458f083444e40a43 (diff)
downloadpkgsrc-d7eae74f123f573d2be827dd8c3a013485bf429f.tar.gz
Update to version 2.8.6.
Initial patches from Juan RP via PR pkg/20101. Changelog: 2.8.6 ===== - Bnc now lists all docked sessions - Rewrote the send/recv code - Implemented non-blocking sockets - Fixed a problem with bnc not binding to vhost when specified by IP instead of dns 2.8.4 ===== - a quick change added to conf.c by moomoomoo to fix a major bug and tide us over until the 3.0.0 version is ready for public release. 2.8.2 ===== - Coded in channel watching code for docking. - Coded a new line parsing system - Coded a new system for the client lists, maybe it will fix some bugs - implemented docking, still very beta though /detach password /resume FD password - rewrote some of the inner workings, hope this fixed some bugs. - rewrote config file format, now uses real words (listen xxx) read example.conf for details. Old format will still work.
Diffstat (limited to 'chat/bnc/Makefile')
-rw-r--r--chat/bnc/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile
index 95ea5db5da6..5c16e50ece6 100644
--- a/chat/bnc/Makefile
+++ b/chat/bnc/Makefile
@@ -1,35 +1,35 @@
-# $NetBSD: Makefile,v 1.5 2001/09/27 23:17:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/31 01:00:50 salo Exp $
# FreeBSD Id: ports/irc/bnc/Makefile,v 1.9 2000/05/22 06:38:58 will Exp
-DISTNAME= bnc2.8.2
-PKGNAME= bnc-2.8.2
+DISTNAME= bnc2.8.6
+PKGNAME= ${DISTNAME:S/bnc/&-/}
CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= http://www.gotbnc.com/files/ \
+ ftp://ftp.ircadmin.net/bnc/
MAINTAINER= zuntum@netbsd.org
-HOMEPAGE= http://bnc.dragondata.com
+HOMEPAGE= http://bnc.dragondata.com/
COMMENT= Simple IRC relay proxy with support for virtual hosting
DEPENDS+= dialog-[0-9]*:../../misc/dialog
GNU_CONFIGURE= YES
-MAKE_ENV+= OPTS="${CFLAGS}"
-
post-patch:
- ${SED} -e "s,./mkpasswd,${PREFIX}/bin/bncmkpasswd,g" \
- -e "s,dialog --,${LOCALBASE}/bin/dialog --,g" \
- ${WRKSRC}/bncsetup > ${WRKSRC}/bncsetup.done
- ${MV} ${WRKSRC}/bncsetup.done ${WRKSRC}/bncsetup
+ ${MV} ${WRKSRC}/bncsetup ${WRKSRC}/bncsetup.orig
+ ${SED} -e "s|./mkpasswd|${PREFIX}/bin/bncmkpasswd|g" \
+ -e "s|dialog --|${LOCALBASE}/bin/dialog --|g" \
+ ${WRKSRC}/bncsetup.orig > ${WRKSRC}/bncsetup
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bnc ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin/bncmkpasswd
${INSTALL_SCRIPT} ${WRKSRC}/bncchk ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bncsetup ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin/bncmkpasswd
- ${INSTALL_DATA} ${WRKSRC}/example.conf \
- ${PREFIX}/share/examples/bnc.conf.sample
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bnc
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bnc
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bnc
+ ${INSTALL_DATA} ${WRKSRC}/example.conf \
+ ${PREFIX}/share/examples/bnc/bnc.conf.sample
.include "../../mk/bsd.pkg.mk"