diff options
author | minskim <minskim> | 2004-04-19 14:54:17 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-19 14:54:17 +0000 |
commit | 2b9440849a5bdaa8632fd08a9976ce8beda18b59 (patch) | |
tree | 3ac7bda7595d35daae51a885b9fcae7b02166fa5 | |
parent | 044f16d0009ca526024211f487f4efaa0247c013 (diff) | |
download | pkgsrc-2b9440849a5bdaa8632fd08a9976ce8beda18b59.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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | games/grhino/Makefile | 16 | ||||
-rw-r--r-- | games/grhino/PLIST | 18 | ||||
-rw-r--r-- | games/grhino/distinfo | 6 |
5 files changed, 33 insertions, 13 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index f6837340d79..e9f08ab2896 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5654 2004/04/19 14:37:32 jmmv Exp $ +$NetBSD: CHANGES,v 1.5655 2004/04/19 14:54:17 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2074,3 +2074,4 @@ Changes to the packages collection and infrastructure in 2004: Updated epiphany to 1.2.3 [jmmv 2004-04-19] Updated libxml2 to 2.6.9 [jmmv 2004-04-19] Updated gtksourceview to 1.0.1 [jmmv 2004-04-19] + Updated grhino to 0.11.0 [minskim 2004-04-19] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1640 2004/04/19 14:13:28 minskim Exp $ +$NetBSD: TODO,v 1.1641 2004/04/19 14:54:17 minskim Exp $ Suggested new packages ====================== @@ -216,7 +216,6 @@ Suggested package updates o gpsim-0.21.0 [bouyer] o gqmpeg-0.91.1 o grepmail-5.23 - o grhino-0.11.0 o gsasl-0.1.0 o gtetrinet-0.7.4 o gtkglext-1.0.6 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 |