summaryrefslogtreecommitdiff
path: root/games/cgoban-java/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-16 20:53:59 +0000
committerrillig <rillig@pkgsrc.org>2007-01-16 20:53:59 +0000
commit13a14e1c71e676517ed3ccbc8e3db35d25202888 (patch)
tree669357d23fd1bf6e6bc87b651972c349a63083b2 /games/cgoban-java/Makefile
parentd4694bf544e538ee65eda82b939017d47f681724 (diff)
downloadpkgsrc-13a14e1c71e676517ed3ccbc8e3db35d25202888.tar.gz
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 (limited to 'games/cgoban-java/Makefile')
-rw-r--r--games/cgoban-java/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile
index a586d0004c6..82a4d0085f4 100644
--- a/games/cgoban-java/Makefile
+++ b/games/cgoban-java/Makefile
@@ -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
HOMEPAGE= http://kgs.kiseido.com/en_US/download.html
@@ -19,11 +19,11 @@ USE_TOOLS+= printf
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"