Imported six.
Hex is a two-player perfect information game with very easy rules. But like in other games with simple rules, playing well isn't that easy. Six is one of the strongest Hex-playing programs of the world.
This commit is contained in:
parent
f3b8c0b757
commit
105d60585e
4 changed files with 49 additions and 0 deletions
4
games/six/DESCR
Normal file
4
games/six/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Hex is a two-player perfect information game with very easy rules. But
|
||||
like in other games with simple rules, playing well isn't that easy.
|
||||
|
||||
Six is one of the strongest Hex-playing programs of the world.
|
18
games/six/Makefile
Normal file
18
games/six/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/06/13 00:03:26 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= six-0.5.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://six.retes.hu/download/
|
||||
|
||||
MAINTAINER= rillig@NetBSD.org
|
||||
HOMEPAGE= http://six.retes.hu/
|
||||
COMMENT= Hex, a board game with very simple rules
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../meta-pkgs/kde3/kde3.mk"
|
||||
.include "../../x11/kdelibs3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
games/six/PLIST
Normal file
22
games/six/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/13 00:03:26 rillig Exp $
|
||||
bin/six
|
||||
share/doc/kde/HTML/en/six/filter.png
|
||||
share/doc/kde/HTML/en/six/index.cache.bz2
|
||||
share/doc/kde/HTML/en/six/index.docbook
|
||||
share/icons/hicolor/32x32/actions/blackplayer.png
|
||||
share/icons/hicolor/32x32/actions/swap.png
|
||||
share/icons/hicolor/32x32/actions/whiteplayer.png
|
||||
share/icons/hicolor/32x32/apps/six.png
|
||||
share/icons/hicolor/48x48/apps/six.png
|
||||
share/icons/locolor/16x16/actions/blackplayer.png
|
||||
share/icons/locolor/16x16/actions/swap.png
|
||||
share/icons/locolor/16x16/actions/whiteplayer.png
|
||||
share/icons/locolor/16x16/apps/six.png
|
||||
share/icons/locolor/22x22/actions/blackplayer.png
|
||||
share/icons/locolor/22x22/actions/swap.png
|
||||
share/icons/locolor/22x22/actions/whiteplayer.png
|
||||
share/icons/locolor/32x32/apps/six.png
|
||||
share/kde/applnk/Games/Board/six.desktop
|
||||
share/kde/apps/six/sixui.rc
|
||||
share/kde/mimelnk/application/vnd.kde.six.desktop
|
||||
share/locale/it/LC_MESSAGES/six.mo
|
5
games/six/distinfo
Normal file
5
games/six/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/06/13 00:03:26 rillig Exp $
|
||||
|
||||
SHA1 (six-0.5.3.tar.gz) = 4e6281ea0bd420e941909206df381a283e77d149
|
||||
RMD160 (six-0.5.3.tar.gz) = 3894ebdabe368a918efd4359ba9e2ed7e0d32279
|
||||
Size (six-0.5.3.tar.gz) = 883013 bytes
|
Loading…
Reference in a new issue