From owner-freebsd-ports Thu Mar 30 23: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16B5C37B806 for ; Thu, 30 Mar 2000 23:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA23962; Thu, 30 Mar 2000 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.178.136.20]) by hub.freebsd.org (Postfix) with ESMTP id 5706737B806 for ; Thu, 30 Mar 2000 22:53:23 -0800 (PST) (envelope-from antonz@library.ntu-kpi.kiev.ua) Received: from library.ntu-kpi.kiev.ua (eth0.library.ntu-kpi.kiev.ua [10.0.1.251]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 0CC0E2FA2C for ; Fri, 31 Mar 2000 09:52:21 +0300 (EEST) Received: (from antonz@localhost) by library.ntu-kpi.kiev.ua (8.9.3/8.9.3) id JAA29895; Fri, 31 Mar 2000 09:52:23 +0300 (EEST) (envelope-from antonz) Message-Id: <200003310652.JAA29895@library.ntu-kpi.kiev.ua> Date: Fri, 31 Mar 2000 09:52:23 +0300 (EEST) From: antonz@library.ntu-kpi.kiev.ua Reply-To: antonz@library.ntu-kpi.kiev.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17706: Update port: games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17706 >Category: ports >Synopsis: Update port: games/bnetd >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: Thu Mar 30 23:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Anton N. Breusov >Release: FreeBSD 3.4-STABLE i386 >Organization: NTUU "KPI" Library >Environment: >Description: - Update from version 0.4.19 to version 0.4.21 - Added --with-bits configure options. See README.bits (BNETD Interserver Transport System (BITS) protocol) >How-To-Repeat: >Fix: # 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 # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./README.html # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: bnetd X# Version required: 0.4.21 X# Date created: 29 Mar 2000 X# Whom: Ying-Chieh Liao X# Port update: Anton N. Breusov X# X# $Id$ X# X XDISTNAME= bnetd-0.4.21 XCATEGORIES= games net XMASTER_SITES= http://www.bnetd.org/files/ X XMAINTAINER= ijliao@csie.nctu.edu.tw X XMAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 XMAN5= bnetd.conf.5 bntext.5 XMLINKS= bntext.5 bnmotd.txt.5 bntext.5 bnnews.txt.5 X Xdo-configure: X @(cd ${WRKSRC}/src; ${SETENV} CFLAGS="${CFLAGS}" \ X ./configure --with-warn --with-bits --prefix=${PREFIX} ${CONFIGURE_TARGET}) X Xdo-build: X @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) X Xdo-install: X cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin X cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin X cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 X ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${WRKSRC}/reports ${PREFIX}/bnetd X Xpost-install: X @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ X ${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \ X ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/bnetd.sh; \ X ${ECHO} "cd ${PREFIX}; [ -x sbin/bnetd -a -f bnetd/conf/bnetd.conf ] && sbin/bnetd -c bnetd/conf/bnetd.conf > /dev/null && ${ECHO} -n ' bnetd'" >> ${PREFIX}/etc/rc.d/bnetd.sh; \ X ${CHMOD} 751 ${PREFIX}/etc/rc.d/bnetd.sh; \ X fi X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (bnetd-0.4.21.tar.gz) = b8631bd7126e98fa3eb67dd102ae2eec END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA game server for StarCraft END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XBnetd is a program that will eventually emulate a Blizzard Entertainment's XBattle.net(r) server. It started on the linux platform, but has since been Xreported to work on *BSD, Solaris, AIX and HP-UX. It should compile and run Xon any standards-based *nix. X XWWW: http://www.bnetd.org/ X X- Ying-Chieh Liao Xijliao@csie.nctu.edu.tw END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/bnbot Xbin/bnchat Xbin/bnftp Xbin/bnpass Xbin/bnstat Xsbin/bnetd Xsbin/bnproxy Xetc/rc.d/bnetd.sh X@unexec rm -rf %D/bnetd 2>/dev/null || true END-of-./pkg/PLIST echo x - ./README.html sed 's/^X//' >./README.html << 'END-of-./README.html' X X The FreeBSD Ports Collection (games/bnetd) X

The FreeBSD Ports Collection ("games/bnetd")


X X X

You are now in the directory for the port "games/bnetd" (package name "bnetd-0.4.21"). X X

This is the one-line description for this port: X X


XA game server for StarCraft X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

X X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-./README.html exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message