summaryrefslogtreecommitdiff
path: root/games/eboard
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-28 12:11:37 +0000
committerrillig <rillig@pkgsrc.org>2007-01-28 12:11:37 +0000
commit3f3fdf55777e60d82ee4e5c0614573039081b126 (patch)
treee0105df26c4e97a3ba3e535254bf61bc27427c4c /games/eboard
parentdca54575cce88e98e7f3a8894fc4fc715fedad99 (diff)
downloadpkgsrc-3f3fdf55777e60d82ee4e5c0614573039081b126.tar.gz
Updated eboard to 1.0.3.
Changes since 0.9.5: 1.0.3: * [all] eboard no longer writes the debug3.ppm file to the homedir (leftover debug code) (closes SF#1640523) * [all] make install now accepts DESTDIR (mostly for binary packagers) (closes SF#1640162) * [all] fixed console selections and treatment of UTF-8 content (closes SF#1633394). The console is also faster. * [all] safer string operations (SF#1639041, SF#1639841, SF#1640126) * [all] added joystick support under Linux * [fics] eboard now remembers the column and direction of sorting set for the Seek Table. (closes Feat.Req. SF#1112351) * [eng] Game->Resign should now work with any xboard-protocol engine. (applied patch SF#1637343) * [all] Added DGT board support through dgtnix (http://dgtnix.sf.net) 1.0.2: * [fics] Fixed movelist retrieval of mass observation (such as when observing a relay or a tourney on FICS). (closes SF#1626824) * [all] Fixed (as much as possible) the layout of the scratch board controls when there is not enough room to display all the controls (closes SF#1631707) * [fics] Added scrollbars to help navigating when there are too many board tabs. (closes SF#1634485) * [fics] Annoying seek table "Ads Removed" messages no longer shown in the console (closes SF#1634772) * [fics] Fischer Random games are now distinguished from generic wild games (closes SF#1632083) Wild 0/1/2 are also tagged according to the winboard standard (applied patch SF#1634678) * [fics] observed wild games on FICS are now reconstructed from the start, so that the user can browse moves made before observation started. (closes SF#1631873) * [all] updated french and italian translations. * [all] fixed the text layout of PGN annotations on the board clock area (closes SF#1631563) * [fics] the board positions on observed crazyhouse are now accurate for moves before the user started observing it. (closes SF#1631559) * [all] the 3D piecesets work again (closes SF#1630790) * [fics] now games unobserved while in progress can be properly discarded in the local games dialog (closes SF#1626570, SF#1631567) * [eng] games played against engines now have the TimeControl tag properly written when saved to PGN. (closes SF#1630745) * [all] the Getting Started dialog was editable by accident. Fixed. (closes SF#1630847) 1.0.1: * [all] focus and cursor position of input box are back to normal (changing panes won't select the input field, moving through the history keeps the cursor at the end of the field). (closes SF#1626448) * [fics] observed game removal fixed: when smart discard is turned off, games will pile up until the user removes them manually, as expected. (closes SF#932920) * [fics] material for suicide/losers will be correctly shown when a game starts being observed (closes SF#1179796) * [all] (peer-to-peer) eboard now enforces legality checking when playing in peer-to-peer mode. (closes SF#836146) * [eng] eboard should no longer leave background processes when interrupted with Ctrl+C (SIGINT). (closes SF#1480964) * [all] removed usages of index and rindex, should fix compilation problems on Solaris and other platforms (closes SF#993896) * [fics] fixed crazyhouse-related bug that displayed incorrect stock pieces when moving along a FICS crazyhouse game (closes SF#1628990). (this bug was caused by a change in the FICS server output) * [all] fixed hanging and UI misbehavior when attempting to load an invalid PGN file from the Games on Client dialog. (closes SF#1628320) * [fics] disabling the seek table while connected to FICS will no longer output the table protocol garbage to the console(s) (closes SF#1628114) * [all] the theme used to draw crazyhouse stock is now correctly changed even on finished games (closes SF#1628111) * [all] fixed some graphics artifacts during piece dragging (below and to the extreme right of the board limits). (closes SF#1627374) * [fics] when the console font is changed, the separate channel tabs will also be updated, as expected (closes SF#1627871). * [all] substituted more GTK1 deprecated calls for the proper GTK2 ones. * [eng] fixed bug in en passant information in FEN positions (this affected engines when playing from a set position - noticeably crafty) * [eng] the Run Engine... button on the scratch board works again. * [gnuc] eboard no longer crashes when it runs GNU Chess 5 thinking it's GNU Chess 4. (closes SF#1480962/B). * [eng] eboard will no longer freeze or crash when the user tries to play against a missing chess engine. (closes SF#1480962/A) * [eng] eboard now detects xboard protocol v1-only engines and gracefully closes the connection on them instead of crashing (proto v1 still unsupported by eboard) (closes SF#911486) * [eng] fixed a bug that made eboard crash when a game against an engine was interrupted (such as after being aborted) (closes SF#1107752). * [eng] eboard now respects the engine usermove setting. (closes SF#1017917) * [all] added more path options to the configure script to help packagers. * [all] fixed the placement of the piece counts in the crazyhouse stock (closes SF#1626472/A) * [all] fixed geometry saving/restore - now the bughouse divider should be placed where it was saved. (closes SF#1626472/C) * [all] fixed occasional warnings/crashes when selecting a font in the preferences dialog * [all] fixed libpng detection in the configure script for FreeBSD (now checks for libpng12 and libpng13 is libpng is not found) * [all] fixed bug in PNG reading code that made eboard crash when reading the Chap set from eboard extras pack 1. 1.0.0: * [all] eboard now uses GTK+ 2.x * [all] eboard now compiles properly with GCC 4.x * [all] Fixed crashes on x86_64 (NULL / 0 problem on vararg calls, SF patch #1534453) * [all] Added French translation (SF patch #931431 by Khanh-Dang) * [all] The weird configure error related to socket.h on BSD and Mac OS X should be gone now. * [all] Added Japanese translation. * [all] Mouse scroll wheel now works on the text consoles.
Diffstat (limited to 'games/eboard')
-rw-r--r--games/eboard/Makefile5
-rw-r--r--games/eboard/PLIST5
-rw-r--r--games/eboard/distinfo9
-rw-r--r--games/eboard/patches/patch-aa26
4 files changed, 11 insertions, 34 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile
index e474ed6ed0f..e9d524d0907 100644
--- a/games/eboard/Makefile
+++ b/games/eboard/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/09/16 10:34:46 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/28 12:11:37 rillig Exp $
#
-DISTNAME= eboard-0.9.5
+DISTNAME= eboard-1.0.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/}
EXTRACT_SUFX= .tar.bz2
@@ -14,6 +14,7 @@ USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR}
USE_LANGUAGES= c c++
USE_TOOLS+= perl gmake
REPLACE_PERL+= configure
diff --git a/games/eboard/PLIST b/games/eboard/PLIST
index 3630bf00e2a..2d8a8053a78 100644
--- a/games/eboard/PLIST
+++ b/games/eboard/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/01/28 12:11:37 rillig Exp $
bin/eboard
bin/eboard-addtheme
bin/eboard-config
@@ -10,7 +10,10 @@ share/eboard/classic.png
share/eboard/eboard.cs.dict
share/eboard/eboard.de.dict
share/eboard/eboard.es.dict
+share/eboard/eboard.fr.dict
share/eboard/eboard.it.dict
+share/eboard/eboard.ja.dict
+share/eboard/eboard.pl.dict
share/eboard/eboard.pt_BR.dict
share/eboard/eboard_themes.conf
share/eboard/ghouls.png
diff --git a/games/eboard/distinfo b/games/eboard/distinfo
index 0ac33502035..d6ea66c1835 100644
--- a/games/eboard/distinfo
+++ b/games/eboard/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/09/16 10:34:46 rillig Exp $
+$NetBSD: distinfo,v 1.4 2007/01/28 12:11:37 rillig Exp $
-SHA1 (eboard-0.9.5.tar.bz2) = 14047899f4e8009b4823e24b3ec2227ba43d1147
-RMD160 (eboard-0.9.5.tar.bz2) = 585a89ba80bc22d9d53f0657600a7a7b9d378a3f
-Size (eboard-0.9.5.tar.bz2) = 360241 bytes
-SHA1 (patch-aa) = 0891e39120bbea1eb6a4e5ca2277753457b2db5b
+SHA1 (eboard-1.0.3.tar.bz2) = fbb306bc0af5d8c676c9cbc05c6561a56012a811
+RMD160 (eboard-1.0.3.tar.bz2) = fca419c4aa5075d9916fdd77d6424d28620d69c9
+Size (eboard-1.0.3.tar.bz2) = 428502 bytes
diff --git a/games/eboard/patches/patch-aa b/games/eboard/patches/patch-aa
deleted file mode 100644
index 5e8b317b8f4..00000000000
--- a/games/eboard/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/09/16 10:34:46 rillig Exp $
-
---- configure.orig 2003-11-27 00:48:49.000000000 +0100
-+++ configure 2006-09-16 12:28:53.000000000 +0200
-@@ -237,7 +237,11 @@ sub header_check {
- print " $x";
- $y = spaces(20 - length($x));
- print "$y";
-- $program = "#include <$x>\nint main() { return 0; }\n";
-+ if ($x == "sys/socket.h") {
-+ $program = "#include <sys/types.h>\n#include <$x>\nint main() { return 0; }\n";
-+ } else {
-+ $program = "#include <$x>\nint main() { return 0; }\n";
-+ }
- if (!open(TESTCC,">test.cc")) {
- print "cannot write test program, FAIL\n";
- return 0;
-@@ -514,7 +518,7 @@ print CONFIGMAKE "LDFLAGS = @ldflags\n
-
- print CONFIGMAKE "prefix = $prefix\n";
- print CONFIGMAKE "bindir = $prefix/bin\n";
--print CONFIGMAKE "mandir = $prefix/man\n";
-+print CONFIGMAKE "mandir = $prefix/$ENV{PKGMANDIR}\n";
- print CONFIGMAKE "datadir = $prefix/share/$package\n";
- print CONFIGMAKE "version = $version\n";
-