summaryrefslogtreecommitdiff
path: root/irc/bnc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-11 18:32:08 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-11 18:32:08 +0000
commit00ec5ab0f8cd0eb023f870323b436c6419127324 (patch)
tree3ff5f0343e4922666cb707d740ac288d5598e70f /irc/bnc
parentTurn on sls port. (diff)
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>
Notes
Notes: svn path=/head/; revision=11835
Diffstat (limited to 'irc/bnc')
-rw-r--r--irc/bnc/Makefile25
-rw-r--r--irc/bnc/distinfo1
-rw-r--r--irc/bnc/files/patch-aa11
-rw-r--r--irc/bnc/pkg-comment1
-rw-r--r--irc/bnc/pkg-descr5
-rw-r--r--irc/bnc/pkg-plist3
6 files changed, 46 insertions, 0 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile
new file mode 100644
index 000000000000..70de0194e765
--- /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 <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>
diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo
new file mode 100644
index 000000000000..cbef99612b2d
--- /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 000000000000..69f31c95374f
--- /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 000000000000..cd788eaf5be3
--- /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 000000000000..957bd941ffbf
--- /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 000000000000..3b093f3e34c2
--- /dev/null
+++ b/irc/bnc/pkg-plist
@@ -0,0 +1,3 @@
+bin/bnc
+bin/bncchk
+etc/bnc.conf