Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 17:25:17 +0900 (JST)
From:      hsakai@pfu.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17037: I made a new port of NADAR-b04
Message-ID:  <200002280825.RAA04507@alex.trad.pfu.co.jp>

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

>Number:         17037
>Category:       ports
>Synopsis:       A new port of NADAR-b04
>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 Feb 28 00:30:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sakai Hiroaki
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
PFU
>Environment:

FreeBSD-2.2.8R
XFree86-3.3.2

>Description:

I made a new port of NADAR-b04. NADAR is a network tank battle game.
Many players can play it together over the network.

# 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-b04.tar.gz) = 4d7587ba37fa45e4cf1b5c5e1c82bc34
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~	Sat Feb 26 13:38:55 2000
X--- Makefile	Sat Feb 26 13:39:21 2000
X***************
X*** 8,15 ****
X  # operate it, and destroy other tanks to survive!
X  ###############################################################################
X  
X! PREFIX  = /usr/X11R6
X! X11BASE = /usr/X11R6
X  BINDIR = ${PREFIX}/bin
X  MANDIR = ${PREFIX}/man/man1
X  PKGNAME = nadar-b04
X--- 8,15 ----
X  # operate it, and destroy other tanks to survive!
X  ###############################################################################
X  
X! #PREFIX  = /usr/X11R6
X! #X11BASE = /usr/X11R6
X  BINDIR = ${PREFIX}/bin
X  MANDIR = ${PREFIX}/man/man1
X  PKGNAME = nadar-b04
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~	Sat Feb 26 13:39:01 2000
X--- client/Makefile	Sat Feb 26 13:39:37 2000
X***************
X*** 8,14 ****
X  # operate it, and destroy other tanks to survive!
X  ###############################################################################
X  
X! X11BASE = /usr/X11R6
X  
X  CC = gcc
X  RM = rm -f
X--- 8,14 ----
X  # operate it, and destroy other tanks to survive!
X  ###############################################################################
X  
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.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:    b04
X# Date created:        27 February 2000
X# Whom:                Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	nadar-b04
XCATEGORIES=	games
XMASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/
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?200002280825.RAA04507>