Initial import of bnc version 2.4.3.
An IRC proxy daemon that supports virtual hosting. PR: 7192 Submitted by: Bill Fumerola <billf@firewall.chc-chimes.com>
This commit is contained in:
parent
6731c2be34
commit
00ec5ab0f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11835
25
irc/bnc/Makefile
Normal file
25
irc/bnc/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: bnc
|
||||
# Version required: 2.4.3
|
||||
# Date created: 06 July 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
irc/bnc/distinfo
Normal file
1
irc/bnc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bnc-web.tar.gz) = eee6dcba1cb1ad42f576b46f9bf0c4a7
|
11
irc/bnc/files/patch-aa
Normal file
11
irc/bnc/files/patch-aa
Normal file
@ -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
|
1
irc/bnc/pkg-comment
Normal file
1
irc/bnc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a simple IRC relay proxy with support for virtual hosting
|
5
irc/bnc/pkg-descr
Normal file
5
irc/bnc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
IRC Proxy Daemon that supports virtual hosting.
|
||||
|
||||
Instructions in work/bnc*/README.
|
||||
|
||||
Bill Fumerola(billf@chc-chimes.com)
|
3
irc/bnc/pkg-plist
Normal file
3
irc/bnc/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/bnc
|
||||
bin/bncchk
|
||||
etc/bnc.conf
|
Loading…
Reference in New Issue
Block a user