pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update grhino to 0.11.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d9ffe21b78f
branches: trunk
changeset: 473399:0d9ffe21b78f
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Apr 19 14:54:17 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
doc/TODO | 3 +--
games/grhino/Makefile | 16 ++++++++++------
games/grhino/PLIST | 18 +++++++++++++++++-
games/grhino/distinfo | 6 +++---
5 files changed, 33 insertions(+), 13 deletions(-)
diffs (110 lines):
diff -r 1a902edab6dd -r 0d9ffe21b78f doc/CHANGES
--- a/doc/CHANGES Mon Apr 19 14:52:26 2004 +0000
+++ b/doc/CHANGES Mon Apr 19 14:54:17 2004 +0000
@@ -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 @@
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]
diff -r 1a902edab6dd -r 0d9ffe21b78f doc/TODO
--- a/doc/TODO Mon Apr 19 14:52:26 2004 +0000
+++ b/doc/TODO Mon Apr 19 14:54:17 2004 +0000
@@ -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 @@
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 -r 1a902edab6dd -r 0d9ffe21b78f games/grhino/Makefile
--- a/games/grhino/Makefile Mon Apr 19 14:52:26 2004 +0000
+++ b/games/grhino/Makefile Mon Apr 19 14:54:17 2004 +0000
@@ -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@localhost
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 -r 1a902edab6dd -r 0d9ffe21b78f games/grhino/PLIST
--- a/games/grhino/PLIST Mon Apr 19 14:52:26 2004 +0000
+++ b/games/grhino/PLIST Mon Apr 19 14:54:17 2004 +0000
@@ -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/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 -r 1a902edab6dd -r 0d9ffe21b78f games/grhino/distinfo
--- a/games/grhino/distinfo Mon Apr 19 14:52:26 2004 +0000
+++ b/games/grhino/distinfo Mon Apr 19 14:54:17 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index