From nobody@FreeBSD.org  Wed Apr 20 23:03:51 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7E6361065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Apr 2011 23:03:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6D5F18FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Apr 2011 23:03:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3KN3orq055591
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Apr 2011 23:03:50 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3KN3oJU055567;
	Wed, 20 Apr 2011 23:03:50 GMT
	(envelope-from nobody)
Message-Id: <201104202303.p3KN3oJU055567@red.freebsd.org>
Date: Wed, 20 Apr 2011 23:03:50 GMT
From: Kalten <kalten@gmx.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: games/fairy-Max
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156535
>Category:       ports
>Synopsis:       New port: games/fairymax
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    johans
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 23:10:10 UTC 2011
>Closed-Date:    Wed May 04 20:19:56 UTC 2011
>Last-Modified:  Wed May  4 20:20:10 UTC 2011
>Originator:     Kalten
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD freeHugin.Walhalla.Leben 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
New port: games/fairy-Max It is a chess engine usable with e.g. xboard(6) and capable of e.g. courier chess or shatranj.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	fairy-Max
#	fairy-Max/Makefile
#	fairy-Max/pkg-descr
#	fairy-Max/distinfo
#	fairy-Max/files
#	fairy-Max/files/patch-Makefile
#	fairy-Max/files/patch-fairy-Max.6
#	fairy-Max/pkg-plist
#
echo c - fairy-Max
mkdir -p fairy-Max > /dev/null 2>&1
echo x - fairy-Max/Makefile
sed 's/^X//' >fairy-Max/Makefile << '4bbaa050a3989eece1cb8a176f8e6051'
X# New ports collection makefile for:	fairy-max
X# Date created:				20 April 2011
X# Whom:					Kalten <kalten@gmx.at>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fairy-Max
XPORTVERSION=	4.8L
XCATEGORIES=	games
XMASTER_SITES=	http://home.hccnet.nl/h.g.muller/
XDISTNAME=	fairy-Max-${PORTVERSION}
XDIST_SUBDIR=	fairy-Max
XEXTRACT_ONLY=
X
X#MAINTAINER=	
XCOMMENT=	Chess engine (e.g. for xboard) for shatranj (middelage), courier chess
X
XDISTFILES=	fmax4_8w.c fmax.ini
X
XMAN6=		fairy-Max.6
X
Xpost-extract:
X	${MKDIR} ${WRKSRC}
X	${CP} ${DISTDIR}/${DIST_SUBDIR}/fmax4_8w.c ${WRKSRC}/fmax4_8w.c
X	${CP} ${DISTDIR}/${DIST_SUBDIR}/fmax.ini ${WRKSRC}/fmax.ini
X
Xpost-patch:
X	${CP} ${WRKSRC}/fmax4_8w.c ${WRKSRC}/fmax4_8w.c.ori
X	${SED} -e 's;#define INI_FILE "fmax.ini";#define INI_FILE "${PREFIX}/lib/fairy-Max/fmax.ini";' \
X		${WRKSRC}/fmax4_8w.c.ori > ${WRKSRC}/fmax4_8w.c
X	${CP} ${WRKSRC}/fairy-Max.6 ${WRKSRC}/fairy-Max.6.ori
X	${SED} -e 's;@PREFIX@;${PREFIX};' \
X		${WRKSRC}/fairy-Max.6.ori > ${WRKSRC}/fairy-Max.6
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/fairy-Max ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/lib/fairy-Max
X	${INSTALL_DATA} ${WRKSRC}/fmax.ini ${PREFIX}/lib/fairy-Max/fmax.ini
X	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6
X
X.include <bsd.port.mk>
4bbaa050a3989eece1cb8a176f8e6051
echo x - fairy-Max/pkg-descr
sed 's/^X//' >fairy-Max/pkg-descr << '2a5f8ad6f32c9f1e8649f136870ceb4b'
Xfairy-Max is a version of micro-Max that reads the piece description
Xfrom a file fmax.ini, so that arbitrary fairy pieces can be implemen-
Xted.  This version (4.8L)  supports up  to 15 piece types, and board
Xsizes upto 12x8 board. A Linux port exists in the format of a debian
Xpackage.
X
XYou can use it e.g. with games/xboard/:
Xe.g.: xboard -boardSize Middling -variant courier -fcp fairy-Max
X
XWWW: http://home.hccnet.nl/h.g.muller/fairy.html
2a5f8ad6f32c9f1e8649f136870ceb4b
echo x - fairy-Max/distinfo
sed 's/^X//' >fairy-Max/distinfo << '619937511a98317876abc4e472249353'
XSHA256 (fairy-Max/fmax4_8w.c) = 8a49fe080e65c6d0d84834fe36cbf5b5f39184a5bafef9661dc1804fd4857d07
XSIZE (fairy-Max/fmax4_8w.c) = 34286
XSHA256 (fairy-Max/fmax.ini) = 961da2bd7c788cd7569f7a53d5628a344be4550df525f743c7ebea371e389dff
XSIZE (fairy-Max/fmax.ini) = 16362
619937511a98317876abc4e472249353
echo c - fairy-Max/files
mkdir -p fairy-Max/files > /dev/null 2>&1
echo x - fairy-Max/files/patch-Makefile
sed 's/^X//' >fairy-Max/files/patch-Makefile << 'bdbb22d2ba5e6ae0be3ed17354315a5e'
X--- /dev/null	2011-04-20 21:07:53.000000000 +0200
X+++ Makefile	2011-04-20 21:10:18.000000000 +0200
X@@ -0,0 +1,15 @@
X+GCC=gcc
X+ExecName=fairy-Max
X+
X+# http://home.hccnet.nl/h.g.muller/fmax4_8w.c
X+# http://home.hccnet.nl/h.g.muller/fmax.ini
X+
X+all: ${ExecName}
X+
X+${ExecName}: fmax4_8w.c
X+	$(GCC) -o ${ExecName} fmax4_8w.c
X+
X+clean:
X+	rm -f ${ExecName}
X+
X+#End
bdbb22d2ba5e6ae0be3ed17354315a5e
echo x - fairy-Max/files/patch-fairy-Max.6
sed 's/^X//' >fairy-Max/files/patch-fairy-Max.6 << '83afadce01ce14593e0250d6ab3be65d'
X--- /dev/null	2011-04-20 23:50:06.000000000 +0200
X+++ fairy-Max.6	2011-04-20 23:49:49.000000000 +0200
X@@ -0,0 +1,83 @@
X+.TH fairy-Max 6 "September 3, 2009" "fairy-Max Version 4.8L" "fairy-Max chess engine"
X+.SH NAME
X+fairy-Max \- a chess engine for various chess types usable with xboard(6)
X+.SH DESCRIPTION
X+.B fairy-Max
X+is a version of micro-Max that reads the piece description
X+from a file fmax.ini, so that arbitrary fairy pieces can be
X+implemented.  This version (4.8L)  supports up  to 15 piece types,
X+and board sizes upto 12x8 board.
X+.SH "VARIATIONS allready in fmax.ini"
X+.TP
X+.I normal
X+The common, modern, variation of chess, played on an 8x8 board.
X+.TP
X+.I shatranj
X+Arabic precursor of modern Chess, played on an 8x8 board. (Known as
X+Middle Age chess).
X+.TP
X+.I courier
X+Medieval intermediate between Shatranj and modern chess, played on a
X+12x8 board.
X+.TP
X+.I knightmate
X+The King moves as a Knight, and vice versa, played on an 8x8 board.
X+.TP
X+.I capablanca
X+Modern variant with two new pieces (Archbishop and Chancellor), played
X+on a 10x8 board.
X+.TP
X+.I gothic
X+(Protected through U.S. patent #6,481,716 by Ed Trice\ \- spreading it
X+without license might be a criminal offense), played on a 10x8 board.
X+.TP
X+.I falcon
X+(Protected through U.S. patent #5,690,334 by George W. Duke\ \- spreading it
X+without license might be a criminal offense), played on a 10x8 board.
X+.TP
X+.I cylinder
X+(WinBoard legality testing should be off toplay this!), played on an 8x8
X+board.
X+.TP
X+.I 8x8+0\_falcon
X+Played on an 8x8 board.
X+.TP
X+.I berolina
X+(WinBoard legality testing should be off toplay this! As well as other
X+issues: see fmax.ini), played on an 8x8 board.
X+.TP
X+.I super
X+Modern variant with four new pieces in randomly chosen setup, played on
X+an 8x8 board.
X+.TP
X+.I fairy
X+Played on an 8x8 board.
X+.TP
X+.I great
X+Modern variant with two new pieces (Archbishop and Chancellor), played
X+on a 10x8 board.
X+.SH FILES
X+@PREFIX@/lib/fairy-Max/fmax.ini game variations data
X+.SH EXAMPLES
X+.TP
X+Modern-Chess in xboard:
X+xboard -boardSize Middling -variant normal -fcp fairy-Max
X+.TP
X+Courier-Chess in xboard:
X+xboard -boardSize Middling -variant courier -fcp fairy-Max
X+.TP
X+Shatranj-Chess in xboard:
X+xboard -boardSize Middling -variant shatranj -fcp fairy-Max
X+.SH AVAILABILITY
X+At \fIhttp://home.hccnet.nl/h.g.muller/dwnldpage.html\fP the source
X+files can be found.
X+.SH "SEE ALSO"
X+WWW: \fIhttp://home.hccnet.nl/h.g.muller/fairy.html\fP
X+.TP
X+micro-Max: \fIhttp://home.hccnet.nl/h.g.muller/max-src2.html\fP
X+.TP
X+\fIxboard\fP(6)
X+.SH STANDARDS
X+winboard, \fIxboard\fP(6) interface
X+.SH AUTHOR
X+H.G.Muller \fIhttp://home.hccnet.nl/h.g.muller/\fP
83afadce01ce14593e0250d6ab3be65d
echo x - fairy-Max/pkg-plist
sed 's/^X//' >fairy-Max/pkg-plist << '43cf3b3a8f23ba3e1cdc37caf238000e'
Xbin/fairy-Max
Xlib/fairy-Max/fmax.ini
X@dirrm lib/fairy-Max
43cf3b3a8f23ba3e1cdc37caf238000e
exit



>Release-Note:
>Audit-Trail:

From: Kalten <kalten@gmx.at>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156535: New port: games/fairy-Max
Date: Thu, 21 Apr 2011 18:35:08 +0200

 Found some issues, currentliy working on it, will send an new version as
 followup as soon as it will be done. 
 
 Greetings,
  Kalten
State-Changed-From-To: open->suspended 
State-Changed-By: linimon 
State-Changed-When: Thu Apr 21 21:11:19 UTC 2011 
State-Changed-Why:  
Submitter asks to hold off on committing this until some bugs are fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156535 

From: Kalten <kalten@gmx.at>
To: bug-followup@FreeBSD.org,kalten@gmx.at
Cc: linimon@FreeBSD.org
Subject: Re: ports/156535: New port: games/fairy-Max
Date: Sat, 23 Apr 2011 18:02:10 +0200

 > http://www.freebsd.org/cgi/query-pr.cgi?pr=156535
 > State-Changed-From-To: open->suspended
 Please unsuspend it now ;-)
 
 I had a little e-mail chat with the author of fairy-Max clearing up all
 points.  In advance he will look into some points (but has not too much
 time right now) as, e.g., a more complete man page (sent to him by me to
 merge it with his version) and an issue about a potential coding
 error. I will suggest that he changes the Makfile in the way I did, so
 we would not have to patch it any more, alongside with other issues.
 
 I am not very sure whether a FreeBSD port should look like my
 submission--please have a /close/ look, it is not much.
 
 (I hope, sending the /new/ fairymax.shar in the way it is done by
 send-pr(1) is the right way and will result in a downloadable link etc
 as it was in the original post--not very shure about that, but I can not
 try it out, can I? :-( )
 
 Please note that I did rename it from games/fairy-Max to games/fairymax
 as this is its name nowadays on other systems. (I didn't know, whether I
 should change the subject line here accordingly).
 
 Greetings,
  Kalten
 
 >Fix:
 
 	
 
 --- fairymax.shar begins here ---
 # 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:
 #
 #	fairymax
 #	fairymax/Makefile
 #	fairymax/pkg-descr
 #	fairymax/distinfo
 #	fairymax/files
 #	fairymax/files/patch-Makefile
 #	fairymax/files/patch-fairymax.pod
 #	fairymax/files/pkg-message.in
 #
 echo c - fairymax
 mkdir -p fairymax > /dev/null 2>&1
 echo x - fairymax/Makefile
 sed 's/^X//' >fairymax/Makefile << '452decb1e2af374909417f5b99d23e59'
 X# New ports collection makefile for:	fairy-max
 X# Date created:				22 April 2011
 X# Whom:					Kalten <kalten@gmx.at>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	fairymax
 XPORTVERSION=	4.8Q
 XCATEGORIES=	games
 XMASTER_SITES=	http://freeheimdall.homeunix.org/files/
 XDISTNAME=	${PORTNAME}-c7a129e
 X# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=c7a129ead81286990efb8409f238c48c7109c83b;sf=tgz
 X
 XMAINTAINER=	kalten@gmx.at
 XCOMMENT=	Chess engine (e.g. for xboard) for shatranj (middelage), courier chess
 X
 XDIST_SUBDIR=	${PORTNAME}
 X
 XPLIST_FILES=	bin/fairymax \
 X		bin/shamax \
 X		bin/maxqi \
 X		share/${PORTNAME}/fmax.ini \
 X		share/${PORTNAME}/qmax.ini
 XPLIST_DIRS=	share/${PORTNAME}
 X
 XMAN6=		fairymax.6
 XMLINKS=		fairymax.6 shamax.6 \
 X		fairymax.6 maxqi.6
 X
 XSUB_FILES=	pkg-message
 X
 XUSE_GMAKE=	yes
 XMAKE_ARGS+=	CC=gcc INI_FILE_fmax=${DATADIR}/fmax.ini INI_FILE_qmax=${DATADIR}/qmax.ini
 X
 Xpost-patch:
 X	@${CP} ${WRKSRC}/fairymax.pod ${WRKSRC}/fairymax.pod.ori
 X	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g;s|%%DATADIR%%|${DATADIR}|g' \
 X		${WRKSRC}/fairymax.pod.ori > ${WRKSRC}/fairymax.pod
 X
 Xpost-build:
 X	@${CP} ${WRKSRC}/fmax.man ${WRKSRC}/fairymax.6
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/fairymax ${PREFIX}/bin
 X	${INSTALL_PROGRAM} ${WRKSRC}/shamax ${PREFIX}/bin
 X	${INSTALL_PROGRAM} ${WRKSRC}/maxqi ${PREFIX}/bin
 X	${MKDIR} ${DATADIR}
 X	${INSTALL_DATA} ${WRKSRC}/data/fmax.ini ${DATADIR}/fmax.ini
 X	${INSTALL_DATA} ${WRKSRC}/data/qmax.ini ${DATADIR}/qmax.ini
 X	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6
 X
 Xpost-install:
 X	@${CAT} ${PKGMESSAGE}
 X
 X.include <bsd.port.mk>
 452decb1e2af374909417f5b99d23e59
 echo x - fairymax/pkg-descr
 sed 's/^X//' >fairymax/pkg-descr << 'ac4a1099ee03d707117d57327dbd8dad'
 Xfairy-Max is a version of micro-Max  that reads the piece description
 Xfrom a file fmax.ini, so that arbitrary fairy pieces can be implemen-
 Xted. This version supports up to 15 piece types, and board sizes upto
 X12x8 board. A Linux port exists in the format of a debian package.
 X
 XYou can use it e.g. with games/xboard/:
 Xe.g.: xboard -boardSize Middling -variant courier -fcp fairymax
 X
 XGIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
 XWWW: http://home.hccnet.nl/h.g.muller/fairy.html
 ac4a1099ee03d707117d57327dbd8dad
 echo x - fairymax/distinfo
 sed 's/^X//' >fairymax/distinfo << '1d9d8e774665a0c4b4692533eaf8497c'
 XSHA256 (fairymax/fairymax-c7a129e.tar.gz) = ec8e75c92e345e0f0db56095ac576156f54fb9320af05e86f8e589a8300c5a9a
 XSIZE (fairymax/fairymax-c7a129e.tar.gz) = 34229
 1d9d8e774665a0c4b4692533eaf8497c
 echo c - fairymax/files
 mkdir -p fairymax/files > /dev/null 2>&1
 echo x - fairymax/files/patch-Makefile
 sed 's/^X//' >fairymax/files/patch-Makefile << '235ead6ba27e42f3c60031565c87ffcb'
 X--- Makefile.orig	2010-12-08 10:03:32.000000000 +0100
 X+++ Makefile	2011-04-23 17:09:50.000000000 +0200
 X@@ -1,21 +1,22 @@
 X srcdir = .
 X 
 X-CC=gcc
 X-CFLAGS += -O2
 X-
 X+CC?=gcc
 X+CFLAGS +=
 X+INI_FILE_fmax?="/usr/share/games/fairymax/fmax.ini"
 X+INI_FILE_qmax?="/usr/share/games/fairymax/qmax.ini"
 X 
 X ALL= fairymax shamax maxqi fairymax.6.gz
 X 
 X all: ${ALL}
 X 
 X fairymax: fairymax.c
 X-	$(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/fmax.ini\" fairymax.c -o fairymax
 X+	$(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_fmax}\" fairymax.c -o fairymax
 X 
 X shamax: fairymax.c
 X-	$(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/fmax.ini\" -DSHATRANJ fairymax.c -o shamax
 X+	$(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_fmax}\" -DSHATRANJ fairymax.c -o shamax
 X 
 X maxqi: maxqi.c
 X-	$(CC) $(CFLAGS) -DINI_FILE=\"/usr/share/games/fairymax/qmax.ini\" maxqi.c -o maxqi
 X+	$(CC) $(CFLAGS) -DINI_FILE=\"${INI_FILE_qmax}\" maxqi.c -o maxqi
 X 
 X install: ${ALL} ${srcdir}/data/*
 X 	cp -u ${srcdir}/fairymax $(DESTDIR)/usr/games
 235ead6ba27e42f3c60031565c87ffcb
 echo x - fairymax/files/patch-fairymax.pod
 sed 's/^X//' >fairymax/files/patch-fairymax.pod << 'e0fd95278abebd34661bcaeacee2ef22'
 X--- fairymax.pod.orig	2010-12-08 10:03:32.000000000 +0100
 X+++ fairymax.pod	2011-04-23 01:11:01.000000000 +0200
 X@@ -117,11 +117,20 @@
 X 
 X =back
 X 
 X+=head1 FILES
 X+
 X+%%DATADIR%%/fmax.ini
 X+
 X+%%DATADIR%%/qmax.ini
 X 
 X =head1 SEE ALSO
 X 
 X xboard(6)
 X 
 X+http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
 X+
 X+http://home.hccnet.nl/h.g.muller/fairy.html
 X+
 X http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max
 X 
 X http://home.hccnet.nl/h.g.muller/max-src2.html
 e0fd95278abebd34661bcaeacee2ef22
 echo x - fairymax/files/pkg-message.in
 sed 's/^X//' >fairymax/files/pkg-message.in << '1b03eba99d4563bc19cfa2e26407e993'
 X===>  The distfile originates from http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
 X===>  The datafiles reside in %%DATADIR%%/fmax.ini
 X      and %%DATADIR%%/qmax.ini
 X===>  The executables are fairymax, maxqi and shamax.
 X===>  The manpages are fairymax(6), maxqi(6) and shamax(6).
 1b03eba99d4563bc19cfa2e26407e993
 exit
 --- fairymax.shar ends here ---
 
 
State-Changed-From-To: suspended->open 
State-Changed-By: linimon 
State-Changed-When: Sat Apr 23 21:26:42 UTC 2011 
State-Changed-Why:  
new patch received, with new name. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156535 
Responsible-Changed-From-To: freebsd-ports-bugs->johans 
Responsible-Changed-By: johans 
Responsible-Changed-When: Wed May 4 06:34:06 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156535 
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Wed May 4 20:19:42 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156535 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156535: commit references a PR
Date: Wed,  4 May 2011 20:19:01 +0000 (UTC)

 johans      2011-05-04 20:18:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
   Added files:
     games/fairymax       Makefile distinfo pkg-descr 
     games/fairymax/files patch-Makefile patch-fairymax.pod 
   Log:
   New port games/fairymax
   
   fairy-Max is a version of micro-Max  that reads the piece description
   from a file fmax.ini, so that arbitrary fairy pieces can be implemen-
   ted. This version supports up to 15 piece types, and board sizes upto
   12x8 board. A Linux port exists in the format of a debian package.
   
   You can use it e.g. with games/xboard/:
   e.g.: xboard -boardSize Middling -variant courier -fcp fairymax
   
   GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
   WWW: http://home.hccnet.nl/h.g.muller/fairy.html
   
   PR:             ports/156535
   Submitted by:   Kalten <kalten@gmx.at>
   
   Revision  Changes    Path
   1.1375    +1 -0      ports/games/Makefile
   1.1       +53 -0     ports/games/fairymax/Makefile (new)
   1.1       +2 -0      ports/games/fairymax/distinfo (new)
   1.1       +31 -0     ports/games/fairymax/files/patch-Makefile (new)
   1.1       +23 -0     ports/games/fairymax/files/patch-fairymax.pod (new)
   1.1       +10 -0     ports/games/fairymax/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
