diff options
author | wiz <wiz> | 2008-03-15 01:14:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-03-15 01:14:32 +0000 |
commit | 880ddf2a972bf9af2a1a9cf50adac7e7b60bc39a (patch) | |
tree | d7a23f41098e75d159103c9c68c57079029139ad /games/gbrainy | |
parent | 3b3732735dc982e99bf56f663f676a956162471f (diff) | |
download | pkgsrc-880ddf2a972bf9af2a1a9cf50adac7e7b60bc39a.tar.gz |
Import gbrainy-0.60 as games/gbrainy.
gbrainy is a brain teaser game and trainer to have fun and to keep
your brain trained.
It provides the following types of games:
* Logic puzzles. Games designed to challenge your reasoning
and thinking skills.
* Mental calculation. Games based on arithmetical operations
designed to prove your mental calculation skills.
* Memory trainers. Games designed to challenge your short term
memory.
It is designed for GNOME and runs on top of Linux and different
Unix flavours.
Diffstat (limited to 'games/gbrainy')
-rw-r--r-- | games/gbrainy/DESCR | 14 | ||||
-rw-r--r-- | games/gbrainy/Makefile | 27 | ||||
-rw-r--r-- | games/gbrainy/PLIST | 24 | ||||
-rw-r--r-- | games/gbrainy/distinfo | 5 |
4 files changed, 70 insertions, 0 deletions
diff --git a/games/gbrainy/DESCR b/games/gbrainy/DESCR new file mode 100644 index 00000000000..72704426a6b --- /dev/null +++ b/games/gbrainy/DESCR @@ -0,0 +1,14 @@ +gbrainy is a brain teaser game and trainer to have fun and to keep +your brain trained. + +It provides the following types of games: + + * Logic puzzles. Games designed to challenge your reasoning + and thinking skills. + * Mental calculation. Games based on arithmetical operations + designed to prove your mental calculation skills. + * Memory trainers. Games designed to challenge your short term + memory. + +It is designed for GNOME and runs on top of Linux and different +Unix flavours. diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile new file mode 100644 index 00000000000..7c76b2575de --- /dev/null +++ b/games/gbrainy/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/15 01:14:32 wiz Exp $ +# + +DISTNAME= gbrainy-0.60 +CATEGORIES= games +MASTER_SITES= http://www.softcatala.org/~jmas/gbrainy/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://live.gnome.org/gbrainy +COMMENT= Brain teaser game and trainer + +GNU_CONFIGURE= yes +USE_DIRS+= xdg-1.4 +USE_LIBTOOL= yes +USE_LANGUAGES= c +USE_TOOLS+= intltool pkg-config + +BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 +.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../lang/mono/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../x11/gnome-sharp/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk2-sharp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/gbrainy/PLIST b/games/gbrainy/PLIST new file mode 100644 index 00000000000..b0bb8b28f24 --- /dev/null +++ b/games/gbrainy/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/15 01:14:32 wiz Exp $ +bin/gbrainy +lib/gbrainy/gbrainy.exe +man/man6/gbrainy.6 +share/applications/gbrainy.desktop +share/games/gbrainy/logic-games-80.png +share/games/gbrainy/math-games-80.png +share/games/gbrainy/memory-games-80.png +share/icons/hicolor/16x16/apps/gbrainy.png +share/icons/hicolor/32x32/apps/gbrainy.png +share/icons/hicolor/48x48/apps/gbrainy.png +share/icons/hicolor/scalable/apps/gbrainy.svg +share/pixmaps/gbrainy.png +share/pixmaps/gbrainy.svg +share/pixmaps/gbrainy16.png +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor +@dirrm share/games/gbrainy +@comment in xdg-dirs: @dirrm share/applications +@dirrm lib/gbrainy diff --git a/games/gbrainy/distinfo b/games/gbrainy/distinfo new file mode 100644 index 00000000000..a3e7e573a57 --- /dev/null +++ b/games/gbrainy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/15 01:14:32 wiz Exp $ + +SHA1 (gbrainy-0.60.tar.gz) = fed3e45e98eab2c7462763eacf8a95d1b945dcf4 +RMD160 (gbrainy-0.60.tar.gz) = 9869aaed3942a24577586e75a86b25e30d4abad0 +Size (gbrainy-0.60.tar.gz) = 529833 bytes |