Go is a strategic board game for two players. It is also known as igo

(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted
for being rich in strategic complexity despite its simple rules.

The game is played by two players who alternately place black and white
stones (playing pieces, now usually made of glass or plastic) on the
vacant intersections of a grid of 19x19 lines (9x9 or 13x13 lines for
easier flavors).
This commit is contained in:
zhuk 2013-04-24 12:05:16 +00:00
parent 64ab3355a7
commit aa59997354
4 changed files with 66 additions and 0 deletions

17
x11/kde4/kigo/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:05:16 zhuk Exp $
COMMENT = Go implementation for KDE
DISTNAME = kigo-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdegamesprivate ${KDE4LIB}/knewstuff3
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>

2
x11/kde4/kigo/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (kde/kigo-4.10.2.tar.xz) = hglAnQoU7zJ54aD4aQR6C96zpJK3oPiypQMljrDGbC8=
SIZE (kde/kigo-4.10.2.tar.xz) = 1371784

8
x11/kde4/kigo/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Go is a strategic board game for two players. It is also known as igo
(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted
for being rich in strategic complexity despite its simple rules.
The game is played by two players who alternately place black and white
stones (playing pieces, now usually made of glass or plastic) on the
vacant intersections of a grid of 19x19 lines (9x9 or 13x13 lines for
easier flavors).

39
x11/kde4/kigo/pkg/PLIST Normal file
View File

@ -0,0 +1,39 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:05:16 zhuk Exp $
@bin bin/kigo
share/applications/kde4/kigo.desktop
share/apps/kigo/
share/apps/kigo/games/
share/apps/kigo/games/Honinbo-51-5.sgf
share/apps/kigo/games/Mehin-21-2.sgf
share/apps/kigo/kigoui.rc
share/apps/kigo/themes/
share/apps/kigo/themes/default.desktop
share/apps/kigo/themes/kigo_default.png
share/apps/kigo/themes/kigo_default.svgz
share/apps/kigo/themes/kigo_plain.png
share/apps/kigo/themes/kigo_plain.svgz
share/apps/kigo/themes/plain.desktop
share/config.kcfg/kigo.kcfg
share/config/kigo-games.knsrc
share/config/kigo.knsrc
share/doc/HTML/en/kigo/
share/doc/HTML/en/kigo/common
share/doc/HTML/en/kigo/get-new-games.png
share/doc/HTML/en/kigo/hint.png
share/doc/HTML/en/kigo/index.cache.bz2
share/doc/HTML/en/kigo/index.docbook
share/doc/HTML/en/kigo/play-game.png
share/doc/HTML/en/kigo/setup-general.png
share/doc/HTML/en/kigo/setup-theme.png
share/doc/HTML/en/kigo/start-loaded-game.png
share/doc/HTML/en/kigo/start-new-game.png
share/icons/hicolor/128x128/apps/kigo.png
share/icons/hicolor/16x16/apps/kigo.png
share/icons/hicolor/22x22/apps/kigo.png
share/icons/hicolor/32x32/apps/kigo.png
share/icons/hicolor/48x48/apps/kigo.png
share/icons/hicolor/64x64/apps/kigo.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor