From 96c6490febba9187063220aaee9acdcf846db4bb Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 11 Jul 1998 18:32:08 +0000 Subject: Initial import of bnc version 2.4.3. An IRC proxy daemon that supports virtual hosting. PR: 7192 Submitted by: Bill Fumerola --- irc/bnc/Makefile | 25 +++++++++++++++++++++++++ irc/bnc/distinfo | 1 + irc/bnc/files/patch-aa | 11 +++++++++++ irc/bnc/pkg-comment | 1 + irc/bnc/pkg-descr | 5 +++++ irc/bnc/pkg-plist | 3 +++ 6 files changed, 46 insertions(+) create mode 100644 irc/bnc/Makefile create mode 100644 irc/bnc/distinfo create mode 100644 irc/bnc/files/patch-aa create mode 100644 irc/bnc/pkg-comment create mode 100644 irc/bnc/pkg-descr create mode 100644 irc/bnc/pkg-plist (limited to 'irc') diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile new file mode 100644 index 0000000..70de019 --- /dev/null +++ b/irc/bnc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: bnc +# Version required: 2.4.3 +# Date created: 06 July 1998 +# Whom: Bill Fumerola +# +# $Id$ +# + +DISTNAME= bnc-web +PKGNAME= bnc-2.4.3 +CATEGORIES= net +MASTER_SITES= http://www.bridgenet.net/bnc/ + +MAINTAINER= billf@chc-chimes.com + +WRKSRC= ${WRKDIR}/bnc2.4.3 +HAS_CONFIGURE= YES +GNU_CONFIGURE= YES + +do-install: + ${CP} ${WRKSRC}/bnc ${PREFIX}/bin + ${CP} ${WRKSRC}/bncchk ${PREFIX}/bin + ${CP} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf + +.include diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo new file mode 100644 index 0000000..cbef996 --- /dev/null +++ b/irc/bnc/distinfo @@ -0,0 +1 @@ +MD5 (bnc-web.tar.gz) = eee6dcba1cb1ad42f576b46f9bf0c4a7 diff --git a/irc/bnc/files/patch-aa b/irc/bnc/files/patch-aa new file mode 100644 index 0000000..69f31c9 --- /dev/null +++ b/irc/bnc/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.old Mon Jul 6 16:56:21 1998 ++++ Makefile.in Mon Jul 6 17:06:25 1998 +@@ -4,7 +4,7 @@ + CFLAGS = -DVERSION='"v2.4.3"' -O6 + CC = gcc + +-ALL: bnc ++all: bnc + + bnc.o: config.h common.h bnc.c Makefile + ${CC} ${CFLAGS} -c bnc.c diff --git a/irc/bnc/pkg-comment b/irc/bnc/pkg-comment new file mode 100644 index 0000000..cd788ea --- /dev/null +++ b/irc/bnc/pkg-comment @@ -0,0 +1 @@ +a simple IRC relay proxy with support for virtual hosting diff --git a/irc/bnc/pkg-descr b/irc/bnc/pkg-descr new file mode 100644 index 0000000..957bd94 --- /dev/null +++ b/irc/bnc/pkg-descr @@ -0,0 +1,5 @@ +IRC Proxy Daemon that supports virtual hosting. + +Instructions in work/bnc*/README. + +Bill Fumerola(billf@chc-chimes.com) diff --git a/irc/bnc/pkg-plist b/irc/bnc/pkg-plist new file mode 100644 index 0000000..3b093f3 --- /dev/null +++ b/irc/bnc/pkg-plist @@ -0,0 +1,3 @@ +bin/bnc +bin/bncchk +etc/bnc.conf -- cgit v1.1