summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-13 16:06:16 +0000
committerwiz <wiz>2008-03-13 16:06:16 +0000
commit0ae1301d1adf9a4c96d6d05a2d8f933355a0345a (patch)
tree1b9ebd5a69a0e43c6376bf5295138f9406134f13 /games
parent37113588bc4e79fe161b5cbe5d5eb5da9989bbca (diff)
downloadpkgsrc-0ae1301d1adf9a4c96d6d05a2d8f933355a0345a.tar.gz
Initial import of quarry-0.2.0:
Quarry is a multi-purpose GUI for several board games, at present Go, Amazons, and Reversi (a.k.a. Othello.) It allows users to play against computer players (third-party programs, e.g. GNU Go or GRhino) or other humans, view and edit game records. Future versions will also support Internet game servers and provide certain features for developers of board game-playing engines for enhancing their programs.
Diffstat (limited to 'games')
-rw-r--r--games/quarry/DESCR7
-rw-r--r--games/quarry/Makefile22
-rw-r--r--games/quarry/PLIST55
-rw-r--r--games/quarry/distinfo9
-rw-r--r--games/quarry/patches/patch-aa13
-rw-r--r--games/quarry/patches/patch-ab13
-rw-r--r--games/quarry/patches/patch-ac13
-rw-r--r--games/quarry/patches/patch-ad13
8 files changed, 145 insertions, 0 deletions
diff --git a/games/quarry/DESCR b/games/quarry/DESCR
new file mode 100644
index 00000000000..02a3762feca
--- /dev/null
+++ b/games/quarry/DESCR
@@ -0,0 +1,7 @@
+Quarry is a multi-purpose GUI for several board games, at present
+Go, Amazons, and Reversi (a.k.a. Othello.) It allows users to play
+against computer players (third-party programs, e.g. GNU Go or
+GRhino) or other humans, view and edit game records. Future versions
+will also support Internet game servers and provide certain features
+for developers of board game-playing engines for enhancing their
+programs.
diff --git a/games/quarry/Makefile b/games/quarry/Makefile
new file mode 100644
index 00000000000..b9a460c16b4
--- /dev/null
+++ b/games/quarry/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+#
+
+DISTNAME= quarry-0.2.0
+CATEGORIES= games
+MASTER_SITES= http://download.gna.org/quarry/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://home.gna.org/quarry/index.html
+COMMENT= Multi-purpose GUI for several board games
+
+GNU_CONFIGURE= yes
+USE_DIRS+= xdg-1.4
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake pkg-config
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/librsvg/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/quarry/PLIST b/games/quarry/PLIST
new file mode 100644
index 00000000000..bd2f03a71a7
--- /dev/null
+++ b/games/quarry/PLIST
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+bin/quarry
+share/applications/quarry.desktop
+share/locale/en/LC_MESSAGES/quarry.mo
+share/locale/en_GB/LC_MESSAGES/quarry.mo
+share/locale/fr/LC_MESSAGES/quarry.mo
+share/locale/pl/LC_MESSAGES/quarry.mo
+share/locale/ru/LC_MESSAGES/quarry.mo
+share/mime/packages/quarry.xml
+share/omf/quarry/quarry-C.omf
+share/pixmaps/quarry.png
+share/quarry/gtkrc
+share/quarry/help/C/authors.xml
+share/quarry/help/C/fdl.xml
+share/quarry/help/C/figures/board-window.png
+share/quarry/help/C/figures/control-center.png
+share/quarry/help/C/legal.xml
+share/quarry/help/C/quarry.html
+share/quarry/help/C/quarry.xml
+share/quarry/help/quarry-help.css
+share/quarry/markup-themes/bold/circle.svg
+share/quarry/markup-themes/bold/cross.svg
+share/quarry/markup-themes/bold/last-move.svg
+share/quarry/markup-themes/bold/selected.svg
+share/quarry/markup-themes/bold/square.svg
+share/quarry/markup-themes/bold/theme.cfg
+share/quarry/markup-themes/bold/triangle.svg
+share/quarry/markup-themes/default/circle.svg
+share/quarry/markup-themes/default/cross.svg
+share/quarry/markup-themes/default/last-move.svg
+share/quarry/markup-themes/default/selected.svg
+share/quarry/markup-themes/default/square.svg
+share/quarry/markup-themes/default/theme.cfg
+share/quarry/markup-themes/default/triangle.svg
+share/quarry/markup-themes/filled/circle.svg
+share/quarry/markup-themes/filled/cross.svg
+share/quarry/markup-themes/filled/last-move.svg
+share/quarry/markup-themes/filled/selected.svg
+share/quarry/markup-themes/filled/square.svg
+share/quarry/markup-themes/filled/theme.cfg
+share/quarry/markup-themes/filled/triangle.svg
+share/quarry/textures/wood1.jpg
+share/quarry/textures/wood2.jpg
+@dirrm share/quarry/textures
+@dirrm share/quarry/markup-themes/filled
+@dirrm share/quarry/markup-themes/default
+@dirrm share/quarry/markup-themes/bold
+@dirrm share/quarry/markup-themes
+@dirrm share/quarry/help/C/figures
+@dirrm share/quarry/help/C
+@dirrm share/quarry/help
+@dirrm share/quarry
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/quarry
+@comment in rarian: @dirrm share/omf
diff --git a/games/quarry/distinfo b/games/quarry/distinfo
new file mode 100644
index 00000000000..bf5e767e471
--- /dev/null
+++ b/games/quarry/distinfo
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+
+SHA1 (quarry-0.2.0.tar.gz) = 261683ed795db8309b2a830badff4d2f1f2cd860
+RMD160 (quarry-0.2.0.tar.gz) = d931fa8a228f545c285c5481771bae91fa0787f8
+Size (quarry-0.2.0.tar.gz) = 1148739 bytes
+SHA1 (patch-aa) = 4ca3baf50d135572e3fe2905cb7369b54f1d6233
+SHA1 (patch-ab) = 30214ce85f680b99dccc0009f5bd7ff8f927d9d1
+SHA1 (patch-ac) = f37e86ecf9fb0d93fd02c990a3224fffb9ee5c15
+SHA1 (patch-ad) = 07b6eb3a618a26830c74a085cc9e132b413caa52
diff --git a/games/quarry/patches/patch-aa b/games/quarry/patches/patch-aa
new file mode 100644
index 00000000000..cde3d09fb1b
--- /dev/null
+++ b/games/quarry/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+
+--- configure.orig 2006-11-19 17:35:18.000000000 +0000
++++ configure
+@@ -8093,7 +8093,7 @@ fi;
+
+
+
+-if test "$have_scrollkeeper" == "yes" && test "$enable_scrollkeeper_update" != "no"; then
++if test "$have_scrollkeeper" = "yes" && test "$enable_scrollkeeper_update" != "no"; then
+ DO_SCROLLKEEPER_UPDATE_TRUE=
+ DO_SCROLLKEEPER_UPDATE_FALSE='#'
+ else
diff --git a/games/quarry/patches/patch-ab b/games/quarry/patches/patch-ab
new file mode 100644
index 00000000000..c19aa40f632
--- /dev/null
+++ b/games/quarry/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+
+--- src/board/Makefile.in.orig 2006-04-30 14:57:31.000000000 +0000
++++ src/board/Makefile.in
+@@ -299,7 +299,7 @@ clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+ parse-game-list$(EXEEXT): $(parse_game_list_OBJECTS) $(parse_game_list_DEPENDENCIES)
+ @rm -f parse-game-list$(EXEEXT)
+- $(LINK) $(parse_game_list_LDFLAGS) $(parse_game_list_OBJECTS) $(parse_game_list_LDADD) $(LIBS)
++ $(LINK) $(parse_game_list_LDFLAGS) $(parse_game_list_OBJECTS) $(parse_game_list_LDADD) $(LIBS) -lintl
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT) core *.core
diff --git a/games/quarry/patches/patch-ac b/games/quarry/patches/patch-ac
new file mode 100644
index 00000000000..e842303bb9e
--- /dev/null
+++ b/games/quarry/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+
+--- src/gui-utils/Makefile.in.orig 2006-10-27 23:40:58.000000000 +0000
++++ src/gui-utils/Makefile.in
+@@ -311,7 +311,7 @@ clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+ parse-configuration$(EXEEXT): $(parse_configuration_OBJECTS) $(parse_configuration_DEPENDENCIES)
+ @rm -f parse-configuration$(EXEEXT)
+- $(LINK) $(parse_configuration_LDFLAGS) $(parse_configuration_OBJECTS) $(parse_configuration_LDADD) $(LIBS)
++ $(LINK) $(parse_configuration_LDFLAGS) $(parse_configuration_OBJECTS) $(parse_configuration_LDADD) $(LIBS) -lintl
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT) core *.core
diff --git a/games/quarry/patches/patch-ad b/games/quarry/patches/patch-ad
new file mode 100644
index 00000000000..fa3ee947b13
--- /dev/null
+++ b/games/quarry/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+
+--- src/sgf/Makefile.in.orig 2006-04-30 14:57:31.000000000 +0000
++++ src/sgf/Makefile.in
+@@ -378,7 +378,7 @@ clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
+ parse-sgf-list$(EXEEXT): $(parse_sgf_list_OBJECTS) $(parse_sgf_list_DEPENDENCIES)
+ @rm -f parse-sgf-list$(EXEEXT)
+- $(LINK) $(parse_sgf_list_LDFLAGS) $(parse_sgf_list_OBJECTS) $(parse_sgf_list_LDADD) $(LIBS)
++ $(LINK) $(parse_sgf_list_LDFLAGS) $(parse_sgf_list_OBJECTS) $(parse_sgf_list_LDADD) $(LIBS) -lintl
+ sgf-diff$(EXEEXT): $(sgf_diff_OBJECTS) $(sgf_diff_DEPENDENCIES)
+ @rm -f sgf-diff$(EXEEXT)
+ $(LINK) $(sgf_diff_LDFLAGS) $(sgf_diff_OBJECTS) $(sgf_diff_LDADD) $(LIBS)