pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/cgoban-java Updated cgoban-java to 3.3.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f5c39687d5
branches:  trunk
changeset: 524006:e5f5c39687d5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 16 20:53:59 2007 +0000

description:
Updated cgoban-java to 3.3.13.

Changes from 3.3.12 to 3.3.13 (Released 2006-01-10)

C13 - Fixed Danish translation so Danish users can log in again.
S - Put fan/buddy/censor boxes in user info window of applets.
W - Got the locale of the web graph images working correctly.

*******************************************************************************

Changes from 3.3.11 to 3.3.12 (Released 2006-01-07)

C13 - Made it possible to allow only fast games in automatch.
C13 - Fixed bug that would crash client if a Linux user tried to start
automatch when sound was enabled but their sound device was in use.
C13,S,W - Added Danish translation. Updated Czech, Polish, Viet
Namese, and Basque translations.
C13 - Added missing Viet Namese configuration option.
CGTP - Robots don't leave tournament games any more just because their
opponent is missing.
W - Fixed typo in download page.
S - Fixed a bug that would make robot players moves be ignored in
automatch games where the robot moved first.
S - Automatch games now must be played if they are started. If you
leave an automatch game, even if it is before anybody has made a
single move, it counts as an escape against you.
S - I think that I fixed the bug that made some games ignore the
"done" button at the end. At least, I can't reproduce the bug any
more, although I'm not sure why the changes that I made affect it.
C13 - No longer shows word "Unfnished" when looking at a review of a
rengo game.

*******************************************************************************

Changes from 3.3.10 to 3.3.11 (Released 2006-12-12)

C13 - Fixed tool tips for automatch options.
S - Fixed bug that would crash server when you had only fast & blitz
allowed in automatch.

*******************************************************************************

Changes from 3.3.9 to 3.3.10 (Released 2006-12-12)

C13,S - Added "fast" automatch option.
S - Fixed a bug that would crash the server when an admin deleted a
not-yet-fully-registered account.
S - Fixed a bug that would sometimes omit moves when recording a
lecture. Old lectures can usually be fixed, but it will be an
extremely time consuming process, so I'm not sure when/if this will
happen. I currently know of two lectures that have missing moves.
All - Added Viet Namese translation. Updated Chinese (mainland).
C13,S - Added automatch countdown window and warning sound.
W - Added CVV2 code to credit card processing.

*******************************************************************************

Changes from 3.3.8 to 3.3.9 (Released 2006-11-30)

C13 - Fixed bug that would crash client when closing game or playback
window if the right things were going on in the meantime.
C13,S - Fixed bug in Japanese rules where difference in capture count
was not being used to check for repeats.
S - Fixed bug that would let a user log back in (or stay on) from the same IP
address after being booted if he logged out before the boot.
C13 - Fixed bug that crashes client with a call stack beginning in "at R.d".
C13 - Fixed bug that would crash if your audio system didn't support
8000Hz, 16 bit, little endian PCM data.
S - Fixed bug that broke the tournament when a sponsor logo was in the
games.
W - Fixed bug that made it impossible to delete tournaments with
apostrophes in their names.
S - Fixed bug that made it possible to score the game without opponent
pressing done.
S - Fixed bug that crashed server on Nov. 4.
C13,S - Added automatch system.
C13 - Added ranks to moderate panel.
C13 - Fixed bug in moderate, was taking the wrong text.
C13 - Rooms in any room-based submenu are now sorted by name.
C13,W - Updated French, Japanese, Czech, Turkish, Chinese, Polish,
Russian, and German translations.
CGTP - Fixed bug that would crash clients that were used as libraries.
CGTP - Added automatch option, reworked properties a little bit.

diffstat:

 games/cgoban-java/Makefile |  14 +++++++-------
 games/cgoban-java/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 8cc4ddb4fea8 -r e5f5c39687d5 games/cgoban-java/Makefile
--- a/games/cgoban-java/Makefile        Tue Jan 16 20:53:30 2007 +0000
+++ b/games/cgoban-java/Makefile        Tue Jan 16 20:53:59 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2006/10/16 10:46:53 salo Exp $
+# $NetBSD: Makefile,v 1.36 2007/01/16 20:53:59 rillig Exp $
 #
 
-DISTNAME=      cgoban-java-3.3.8
-MASTER_SITES=  http://files.gokgs.com/javaBin/
-DISTFILES=     cgoban.jar
-DIST_SUBDIR=   ${DISTNAME}
+DISTNAME=      cgoban-java-3.3.13
 CATEGORIES=    games java
+MASTER_SITES=  ${MASTER_SITE_LOCAL}
+# Mirrored from http://files.gokgs.com/javaBin/cgoban.jar
+EXTRACT_SUFX=  .jar
 
 MAINTAINER=    rh%NetBSD.org@localhost
 HOMEPAGE=      http://kgs.kiseido.com/en_US/download.html
@@ -19,11 +19,11 @@
 INSTALLATION_DIRS=     bin lib/java
 
 do-build:
-       ${PRINTF} "#! ${SH}\\nexec ${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/lib/java/${PKGNAME}.jar \"\$$@\"\\n" > ${WRKSRC}/cgoban-java.sh
+       printf "#! ${SH}\\nexec ${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/lib/java/${DISTNAME}.jar \"\$$@\"\\n" > ${WRKSRC}/cgoban-java.sh
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/cgoban-java.sh ${PREFIX}/bin/cgoban-java
-       ${INSTALL_DATA} ${WRKSRC}/cgoban.jar ${PREFIX}/lib/java/${PKGNAME}.jar
+       ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/lib/java/${DISTNAME}.jar
 
 .include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8cc4ddb4fea8 -r e5f5c39687d5 games/cgoban-java/distinfo
--- a/games/cgoban-java/distinfo        Tue Jan 16 20:53:30 2007 +0000
+++ b/games/cgoban-java/distinfo        Tue Jan 16 20:53:59 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2006/10/16 10:46:53 salo Exp $
+$NetBSD: distinfo,v 1.26 2007/01/16 20:53:59 rillig Exp $
 
-SHA1 (cgoban-java-3.3.8/cgoban.jar) = d70bd65b9b78aec617d7945aca26ef4c85faaa53
-RMD160 (cgoban-java-3.3.8/cgoban.jar) = dfd000643a98d915d48fb4e6626fdbec8b2eb550
-Size (cgoban-java-3.3.8/cgoban.jar) = 1360091 bytes
+SHA1 (cgoban-java-3.3.13.jar) = 7eb7970d0a471c461d52b18b250a06f59f15d71d
+RMD160 (cgoban-java-3.3.13.jar) = 066264a65952e5a8b9cc3576703792d68bbe864d
+Size (cgoban-java-3.3.13.jar) = 1425354 bytes



Home | Main Index | Thread Index | Old Index