From owner-freebsd-ports Mon Jul 6 16:20:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09936 for freebsd-ports-outgoing; Mon, 6 Jul 1998 16:20:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09922 for ; Mon, 6 Jul 1998 16:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03048; Mon, 6 Jul 1998 16:20:01 -0700 (PDT) Received: from firewall.chc-chimes.com (billf@firewall.chc-chimes.com [206.67.97.82]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09352 for ; Mon, 6 Jul 1998 16:13:00 -0700 (PDT) (envelope-from billf@firewall.chc-chimes.com) Received: (from billf@localhost) by firewall.chc-chimes.com (8.8.8/8.8.8) id TAA21632; Mon, 6 Jul 1998 19:11:40 -0400 (EDT) (envelope-from billf) Message-Id: <199807062311.TAA21632@firewall.chc-chimes.com> Date: Mon, 6 Jul 1998 19:11:40 -0400 (EDT) From: Bill Fumerola Reply-To: billf@firewall.chc-chimes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7192: new port bnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7192 >Category: ports >Synopsis: new port: bnc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 6 16:20:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: 2.2.6-RELEASE, nothing major changed >Description: new port for bnc, an IRC proxy this is my 2nd port, and I think I did a nicer job. this one was a helluva lot easier too :> >How-To-Repeat: >Fix: shar follows # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./files # ./files/md5 # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: bnc X# Version required: 2.4.3 X# Date created: 06 July 1998 X# Whom: Bill Fumerola X# X# $Id$ X# X XDISTNAME= bnc-web XPKGNAME= bnc-2.4.3 XCATEGORIES= net XMASTER_SITES= http://www.bridgenet.net/bnc/ X XMAINTAINER= billf@chc-chimes.com X XWRKSRC= ${WRKDIR}/bnc2.4.3 XHAS_CONFIGURE= YES XGNU_CONFIGURE= YES X Xdo-install: X ${CP} ${WRKSRC}/bnc ${PREFIX}/bin X ${CP} ${WRKSRC}/bncchk ${PREFIX}/bin X ${CP} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf X X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa simple IRC relay proxy with support for virtual hosting END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XIRC Proxy Daemon that supports virtual hosting. X XInstructions in work/bnc*/README. X XBill Fumerola(billf@chc-chimes.com) END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/bnc Xbin/bncchk Xetc/bnc.conf END-of-./pkg/PLIST echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (bnc-web.tar.gz) = eee6dcba1cb1ad42f576b46f9bf0c4a7 END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.in.old Mon Jul 6 16:56:21 1998 X+++ Makefile.in Mon Jul 6 17:06:25 1998 X@@ -4,7 +4,7 @@ X CFLAGS = -DVERSION='"v2.4.3"' -O6 X CC = gcc X X-ALL: bnc X+all: bnc X X bnc.o: config.h common.h bnc.c Makefile X ${CC} ${CFLAGS} -c bnc.c END-of-./patches/patch-aa exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message