diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-19 14:54:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-19 14:54:17 +0000 |
commit | 974c77b2295a574af12ef547472078ca1b68dce7 (patch) | |
tree | 3ac7bda7595d35daae51a885b9fcae7b02166fa5 /games | |
parent | a375124e454c9634cc90d8e630a8c627077779ee (diff) | |
download | pkgsrc-974c77b2295a574af12ef547472078ca1b68dce7.tar.gz |
Update grhino to 0.11.0.
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added. This is similar to undo/redo
but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal. So game can be played
even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 16 | ||||
-rw-r--r-- | games/grhino/PLIST | 18 | ||||
-rw-r--r-- | games/grhino/distinfo | 6 |
3 files changed, 30 insertions, 10 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index a99092a255b..51eda282041 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,17 +1,21 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:40 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/19 14:54:17 minskim Exp $ # -DISTNAME= grhino-0.9.0 -PKGREVISION= 1 +DISTNAME= grhino-0.11.0 CATEGORIES= games -MASTER_SITES= http://ftp1.sourceforge.net/rhino/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_DIRS+= gnome2-1.5 +USE_PKGLOCALEDIR= yes .include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/grhino/PLIST b/games/grhino/PLIST index 7ef51607d64..e83c6435aad 100644 --- a/games/grhino/PLIST +++ b/games/grhino/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2003/08/06 12:25:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/04/19 14:54:17 minskim Exp $ bin/grhino +share/gnome/help/grhino/C/grhino-C.omf +share/gnome/help/grhino/C/grhino.xml share/gnome/help/grhino/C/preferences-0.html share/gnome/help/grhino/C/preferences-1.html +share/gnome/help/grhino/C/preferences-2.html share/gnome/help/grhino/C/topic.dat share/${PKGNAME}/book/book.bin share/${PKGNAME}/pattern/corner5x2.bin @@ -14,8 +17,21 @@ share/${PKGNAME}/pattern/row1.bin share/${PKGNAME}/pattern/row2.bin share/${PKGNAME}/pattern/row3.bin share/${PKGNAME}/pattern/row4.bin +share/${PKGNAME}/theme/small/black.xpm +share/${PKGNAME}/theme/small/bottom.xpm +share/${PKGNAME}/theme/small/empty.xpm +share/${PKGNAME}/theme/small/hint_black.xpm +share/${PKGNAME}/theme/small/hint_white.xpm +share/${PKGNAME}/theme/small/left.xpm +share/${PKGNAME}/theme/small/right.xpm +share/${PKGNAME}/theme/small/top.xpm +share/${PKGNAME}/theme/small/white.xpm +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/grhino.mo +@dirrm share/${PKGNAME}/theme/small +@dirrm share/${PKGNAME}/theme @dirrm share/${PKGNAME}/pattern @dirrm share/${PKGNAME}/book @dirrm share/${PKGNAME} @dirrm share/gnome/help/grhino/C @dirrm share/gnome/help/grhino +@comment in gnome-dirs: @dirrm share/gnome/help diff --git a/games/grhino/distinfo b/games/grhino/distinfo index 9e20ba38eaa..5a84a3c1d00 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/03/10 18:25:25 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/04/19 14:54:17 minskim Exp $ -SHA1 (grhino-0.9.0.tar.gz) = f1ba17866e3230a4d3f03f5d74ca26949161c1e2 -Size (grhino-0.9.0.tar.gz) = 877180 bytes +SHA1 (grhino-0.11.0.tar.gz) = fc1845cb340ae99fbca0fc6188eff73b53a5e250 +Size (grhino-0.11.0.tar.gz) = 904794 bytes |