Date: Sat, 22 Apr 2000 20:31:15 +0900 (JST) From: sakai@miya3f12.ee.kagu.sut.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: sakai@miya3f12.ee.kagu.sut.ac.jp Subject: ports/18156: A new port of NADAR-b05 Message-ID: <200004221131.UAA00518@miffy.trad.pfu.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 18156 >Category: ports >Synopsis: A port of the newest version of N.A.D.A.R. >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: Sat Apr 22 04:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sakai Hiroaki >Release: FreeBSD 3.4-RELEASE i386 >Organization: PFU >Environment: FreeBSD-3.4RELEASE XFree86 >Description: This is a port of N.A.D.A.R.-b05 - A network tank battle game on X. Some bugs were updated. * You can use GNU make instead of BSD make. * When a nadar client cannot connect to X server and be down, Nadar server will not be down. # 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: # # nadar # nadar/files # nadar/files/md5 # nadar/patches # nadar/patches/patch-aa # nadar/patches/patch-ab # nadar/pkg # nadar/pkg/PLIST # nadar/pkg/DESCR # nadar/pkg/COMMENT # nadar/Makefile # echo c - nadar mkdir -p nadar > /dev/null 2>&1 echo c - nadar/files mkdir -p nadar/files > /dev/null 2>&1 echo x - nadar/files/md5 sed 's/^X//' >nadar/files/md5 << 'END-of-nadar/files/md5' XMD5 (nadar-b05.tar.gz) = 6626ce24beedf7a89723c396caec225b END-of-nadar/files/md5 echo c - nadar/patches mkdir -p nadar/patches > /dev/null 2>&1 echo x - nadar/patches/patch-aa sed 's/^X//' >nadar/patches/patch-aa << 'END-of-nadar/patches/patch-aa' X--- Makefile~ Tue Mar 21 20:24:39 2000 X+++ Makefile Tue Mar 21 20:25:07 2000 X@@ -8,8 +8,8 @@ X # operate it, and destroy other tanks to survive! X ############################################################################### X X-PREFIX = /usr/X11R6 X-X11BASE = /usr/X11R6 X+#PREFIX = /usr/X11R6 X+#X11BASE = /usr/X11R6 X BINDIR = ${PREFIX}/bin X MANDIR = ${PREFIX}/man/man1 X PKGNAME = nadar-b05 END-of-nadar/patches/patch-aa echo x - nadar/patches/patch-ab sed 's/^X//' >nadar/patches/patch-ab << 'END-of-nadar/patches/patch-ab' X--- client/Makefile~ Tue Mar 21 20:24:54 2000 X+++ client/Makefile Tue Mar 21 20:25:46 2000 X@@ -8,7 +8,7 @@ X # operate it, and destroy other tanks to survive! X ############################################################################### X X-X11BASE = /usr/X11R6 X+#X11BASE = /usr/X11R6 X X CC = gcc X RM = rm -f END-of-nadar/patches/patch-ab echo c - nadar/pkg mkdir -p nadar/pkg > /dev/null 2>&1 echo x - nadar/pkg/PLIST sed 's/^X//' >nadar/pkg/PLIST << 'END-of-nadar/pkg/PLIST' Xbin/nadars Xbin/nadar END-of-nadar/pkg/PLIST echo x - nadar/pkg/DESCR sed 's/^X//' >nadar/pkg/DESCR << 'END-of-nadar/pkg/DESCR' XN.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with some Xplayers over the network. X XThis port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar". X"nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R. X"nadar" is a client of N.A.D.A.R. for X. Run it after nadars starts. X XExample: X X server-machine> nadars X client-machine1> nadar -s [Server's hostname] -p [Player's name] X client-machine2> nadar -s [Server's hostname] -p [Player's name] X ... X XIf playing speed is very slow, Run nadar as below with size option. X X client-machine> nadar -s [Server's hostname] -p [Player's name] -size 30 X XSee nadars(1) and nadar(1) for more details. X XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html X X- Sakai Hiroaki Xsakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp END-of-nadar/pkg/DESCR echo x - nadar/pkg/COMMENT sed 's/^X//' >nadar/pkg/COMMENT << 'END-of-nadar/pkg/COMMENT' XA network tank battle game END-of-nadar/pkg/COMMENT echo x - nadar/Makefile sed 's/^X//' >nadar/Makefile << 'END-of-nadar/Makefile' X# New ports collection makefile for: NADAR X# Version required: b05 X# Date created: 22 April 2000 X# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> X# X# $FreeBSD$ X# X XDISTNAME= nadar-b05 XCATEGORIES= games XMASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ XMAINTAINER= sakai@seki.ee.kagu.sut.ac.jp X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XALL_TARGET= all X XUSE_X_PREFIX= yes X XMAN1= nadars.1 nadar.1 XMANCOMPRESSED= yes X X.include <bsd.port.mk> END-of-nadar/Makefile exit >How-To-Repeat: >Fix: >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?200004221131.UAA00518>