Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3472

Added Files:
        monopd.info monopd.patch 
Log Message:
import from 10.4-transitional


--- NEW FILE: monopd.info ---
Package: monopd
Version: 0.9.3
Revision: 1
Architecture: powerpc
Source: http://www.robertjohnkaper.com/downloads/atlantik/%n-%v.tar.bz2
Source-MD5: d0c4876bb24e8c961012a8ef4894fe2d
GCC: 3.3
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
Depends: libcapsinetwork (>= 0.3.0-1), libmath++ (>= 0.0.4-1), daemonic
BuildDepends: libcapsinetwork-dev (>= 0.3.0-1), libmath++-dev (>= 0.0.4-1), 
daemonic, gcc3.3
SetCXX: g++-3.3
NoSetCPPFLAGS: true
SetCPPFLAGS: -I. -I%p/include
NoSetCFLAGS: true
SetCFLAGS: -Os -g -I%p/include
NoSetCXXFLAGS: true
SetCXXFLAGS: -Os -g -I%p/include
InstallScript: <<
 make install DESTDIR="%d"
 mv %i/etc/monopd.conf-dist %i/etc/monopd.conf
<<
ConfFiles: %p/etc/monopd.conf
DaemonicFile: <<
<service>
 <description>Monopoly Server</description>
 <message>Monopoly Server</message>
 <daemon name="monopd">
  <executable background="yes">%p/bin/monopd</executable>
 </daemon>
</service>
<<
PostInstScript: <<
daemonic install monopd
<<
PreRmScript: <<
# clean up
if [ $1 != "upgrade" ]; then
  daemonic remove monopd
fi
<<

DocFiles: API AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
Description: Monopoly-like game server
DescPackaging: <<
 This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
 ever updated to a more recent compiler, any packages which depend on
 this one must be updated at the same time.
<<
DescUsage: <<
monopd is a dedicated game server daemon for playing Monopoly-like
board games.  Clients such as Atlantik connect to the server and
communicate using short commands and XML messages.
<<
DescPort: <<
Nothing special except the sstream fix from libmath++ and a
one-liner for the CPPFLAGS.
<<
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://unixcode.org/monopd/

--- NEW FILE: monopd.patch ---
diff -uNr monopd-0.9.2/src/server.cpp monopd-0.9.2-new/src/server.cpp
--- monopd-0.9.2/src/server.cpp 2004-06-03 20:30:22.000000000 -0400
+++ monopd-0.9.2-new/src/server.cpp     2004-07-07 22:34:48.000000000 -0400
@@ -15,13 +15,13 @@
 // the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 // Boston, MA 02111-1307, USA.
 
+#include <sys/types.h>
 #include <dirent.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/time.h>
 #include <sys/socket.h>
-#include <sys/types.h>
 #include <netinet/in.h>
 #include <syslog.h>
 #include <unistd.h>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to