Skip site navigation (1)Skip section navigation (2)
Date:      31 Mar 2003 12:01:53 -0000
From:      David "Siebörger" <drs@rucus.ru.ac.za>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50478: New port: games/monopd
Message-ID:  <20030331120153.88273.qmail@bashir.scw.ru.ac.za>
Resent-Message-ID: <200303311210.h2VCA8MV018067@freefall.freebsd.org>

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

>Number:         50478
>Category:       ports
>Synopsis:       New port: games/monopd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 31 04:10:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Siebörger
>Release:        FreeBSD 4.8-RC i386
>Organization:
Rhodes University Computer Users Society
>Environment:
System: FreeBSD bashir.scw.ru.ac.za 4.8-RC FreeBSD 4.8-RC #26: Sat Mar 15 16:04:13 SAST 2003 drs@bashir.dsl.ru.ac.za:/usr/obj/usr/src/sys/BASHIR i386
>Description:
Game server daemon for playing Monopoly-like board games

This port requires math/libmath++, submitted in PR 50476.
>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:
#
#	monopd
#	monopd/Makefile
#	monopd/distinfo
#	monopd/pkg-descr
#	monopd/files
#	monopd/files/patch-server.cc
#	monopd/pkg-plist
#
echo c - monopd
mkdir -p monopd > /dev/null 2>&1
echo x - monopd/Makefile
sed 's/^X//' >monopd/Makefile << 'END-of-monopd/Makefile'
X# New ports collection makefile for:   monopd
X# Date created:        30 March 2003
X# Whom:                David Siebörger <drs@rucus.ru.ac.za>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	monopd
XPORTVERSION=	0.7.0
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	drs@rucus.ru.ac.za
XCOMMENT=	Game server daemon for playing Monopoly-like board games
X
XLIB_DEPENDS=	math\\+\\+.0:${PORTSDIR}/math/libmath++ \
X		capsinetwork.0:${PORTSDIR}/devel/libcapsinetwork
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV+=	CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
XMAKE_ENV+=	INCLUDES=-I${PREFIX}/include
X
X.include <bsd.port.mk>
END-of-monopd/Makefile
echo x - monopd/distinfo
sed 's/^X//' >monopd/distinfo << 'END-of-monopd/distinfo'
XMD5 (monopd-0.7.0.tar.gz) = 2675a82fb6a0df698195cea5e6988f09
END-of-monopd/distinfo
echo x - monopd/pkg-descr
sed 's/^X//' >monopd/pkg-descr << 'END-of-monopd/pkg-descr'
Xmonopd is a dedicated game server daemon for playing Monopoly-like
Xboard games. Clients such as Atlantik and gtkAtlantic connect to the
Xserver and communicate using short commands and XML messages.
X
XCurrently supported board games are Monopoly and Atlantic, a variation
Xon Monopoly. Efforts are under way to generalize monopd even more and
Xeventually support a multitude of board games.
X
XWWW: http://www.unixcode.org/monopd/
END-of-monopd/pkg-descr
echo c - monopd/files
mkdir -p monopd/files > /dev/null 2>&1
echo x - monopd/files/patch-server.cc
sed 's/^X//' >monopd/files/patch-server.cc << 'END-of-monopd/files/patch-server.cc'
X--- server.cc.orig	Sat Jan  4 18:26:04 2003
X+++ server.cc	Sun Mar 30 22:06:31 2003
X@@ -22,6 +22,7 @@
X #include <sys/time.h>
X #include <sys/socket.h>
X #include <sys/types.h>
X+#include <netinet/in.h>
X #include <syslog.h>
X #include <unistd.h>
X 
END-of-monopd/files/patch-server.cc
echo x - monopd/pkg-plist
sed 's/^X//' >monopd/pkg-plist << 'END-of-monopd/pkg-plist'
Xbin/monopd
Xetc/monopd.conf-dist
Xshare/monopd/games/atlantic.conf
Xshare/monopd/games/city.conf
X@dirrm share/monopd/games
X@dirrm share/monopd
END-of-monopd/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



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