Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2000 09:52:23 +0300 (EEST)
From:      antonz@library.ntu-kpi.kiev.ua
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17706: Update port: games/bnetd
Message-ID:  <200003310652.JAA29895@library.ntu-kpi.kiev.ua>

next in thread | raw e-mail | index | archive | help

>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 <ijliao@csie.nctu.edu.tw>
X# Port update:		Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
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 <bsd.port.mk>
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<html>
X<title> The FreeBSD Ports Collection (games/bnetd)</title>
X<head><h1> The FreeBSD Ports Collection ("games/bnetd")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "games/bnetd" (package name "bnetd-0.4.21").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XA game server for StarCraft
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
X
X<p>
X
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003310652.JAA29895>