Date: Mon, 6 Jul 1998 19:11:40 -0400 (EDT) From: Bill Fumerola <billf@firewall.chc-chimes.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7192: new port bnc Message-ID: <199807062311.TAA21632@firewall.chc-chimes.com>
next in thread | raw e-mail | index | archive | help
>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 <billf@chc-chimes.com> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807062311.TAA21632>