summaryrefslogtreecommitdiff
path: root/games/freeciv-sounds
diff options
context:
space:
mode:
authoradam <adam>2005-08-24 10:36:02 +0000
committeradam <adam>2005-08-24 10:36:02 +0000
commitf0384a1011e17559225e077e6920d9406c9645f8 (patch)
tree3479332fc15c64a2c667616d006a1de3c633772e /games/freeciv-sounds
parenta1edbea9ee3208fc5a6c219c8693839961cc3058 (diff)
downloadpkgsrc-f0384a1011e17559225e077e6920d9406c9645f8.tar.gz
Changes 2.0.4:
- Fix some buffer underruns on the terrain array (this bug could have been the cause of arbitrary crashes on some platforms). - Don't automatically pop up the city dialog when in observer mode. - Treat an alt-left click the same as a middle click, to allow two-button mice to work on windows (GTK-2 client). - Fix a bug - when a city was transferred/conquered twice the client sometimes wouldn't get an update about the second exchange. - Fix the behavior of Granary and Pyramids in the Civ2 compatibility ruleset. - Fix Pyramids so they are no longer cumulative with Granary. - Fix a minor bug that prevented 2.0 savegames from working properly with 1.14 Freeciv. Changes 2.0.3: - Fix some bugs that show up on 64-bit machines. - Fix some bugs with future techs in some situations. - Fix some bugs that allowed naval units onto land. - Fix a bug that could crash the server when a player picked their nation. - Fix a bug with player info not being updated after an alliance is broken. - Fix a bug with happiness of a unit's home city when borders change. - Fix a bug with happiness of a unit's home city when the unit moves. - Fix some bugs with nation starting positions in scenarios. - Fix a bug when running the server without stdin input. - Don't allow teams to be changed when loading a game. - Don't allow observers to vote. - Fix a bug with the fallback when generator 3, startpos 3 fails. - Fix a crash in the help dialog (when looking at Engineers). - Don't popup the caravan dialogs when in observer mode. - Fix a crash in goto mode when the mouse is near the map overview window. - Fix a bug when a diplomat is killed while the diplomat dialog window is in the process of opening. - Fix a bug with the diplomat dialog window for spies when you don't have an embassy.
Diffstat (limited to 'games/freeciv-sounds')
-rw-r--r--games/freeciv-sounds/Makefile17
-rw-r--r--games/freeciv-sounds/PLIST33
-rw-r--r--games/freeciv-sounds/distinfo8
3 files changed, 29 insertions, 29 deletions
diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile
index 4a289340d5d..13326993a30 100644
--- a/games/freeciv-sounds/Makefile
+++ b/games/freeciv-sounds/Makefile
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:54 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.5 2005/08/24 10:44:07 adam Exp $
-DISTNAME= stdsounds2
-PKGNAME= freeciv-sounds-2.0
+DISTNAME= stdsounds3
+PKGNAME= freeciv-sounds-3.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.freeciv.org/sounds/
+HOMEPAGE= http://www.freeciv.org/
COMMENT= Freeciv sound sets
DEPENDS= freeciv-share-[0-9]*:../../games/freeciv-share
-NO_BUILD= YES
+WRKSRC= ${WRKDIR}/data
+NO_BUILD= yes
INSTALLATION_DIRS= share/freeciv
do-install:
- ${INSTALL_DATA} ${WRKDIR}/stdsounds.soundspec \
- ${PREFIX}/share/freeciv/
- cd ${WRKDIR} && ${PAX} -rw stdsounds ${PREFIX}/share/freeciv/
+ ${INSTALL_DATA} ${WRKSRC}/stdsounds.soundspec ${PREFIX}/share/freeciv/
+ cd ${WRKSRC} && ${PAX} -rw stdsounds ${PREFIX}/share/freeciv/
.include "../../mk/bsd.pkg.mk"
diff --git a/games/freeciv-sounds/PLIST b/games/freeciv-sounds/PLIST
index 286b566faba..f25b2b17cf0 100644
--- a/games/freeciv-sounds/PLIST
+++ b/games/freeciv-sounds/PLIST
@@ -1,18 +1,19 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/23 13:16:09 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/24 10:44:07 adam Exp $
share/freeciv/stdsounds.soundspec
-share/freeciv/stdsounds/amb18.wav
-share/freeciv/stdsounds/bang10.wav
-share/freeciv/stdsounds/cfx01.wav
-share/freeciv/stdsounds/cfx11.wav
-share/freeciv/stdsounds/chineseprc09.wav
-share/freeciv/stdsounds/foot3.wav
-share/freeciv/stdsounds/gong10.wav
-share/freeciv/stdsounds/guncock.wav
-share/freeciv/stdsounds/inh2o.wav
-share/freeciv/stdsounds/metbrk.wav
-share/freeciv/stdsounds/plopp.wav
-share/freeciv/stdsounds/r_exp3.wav
-share/freeciv/stdsounds/rhino.wav
-share/freeciv/stdsounds/wall01.wav
-share/freeciv/stdsounds/woodbrk.wav
+share/freeciv/stdsounds/LrgCan.ogg
+share/freeciv/stdsounds/LrgExpl.ogg
+share/freeciv/stdsounds/MedCan.ogg
+share/freeciv/stdsounds/MgBar1.ogg
+share/freeciv/stdsounds/MgBar2.ogg
+share/freeciv/stdsounds/MgHeavy.ogg
+share/freeciv/stdsounds/Mortar.ogg
+share/freeciv/stdsounds/SmlExpl.ogg
+share/freeciv/stdsounds/Splash.ogg
+share/freeciv/stdsounds/THover.ogg
+share/freeciv/stdsounds/Tread.ogg
+share/freeciv/stdsounds/foot3.ogg
+share/freeciv/stdsounds/inh2o.ogg
+share/freeciv/stdsounds/metbrk.ogg
+share/freeciv/stdsounds/wall01.ogg
+share/freeciv/stdsounds/woodbrk.ogg
@dirrm share/freeciv/stdsounds
diff --git a/games/freeciv-sounds/distinfo b/games/freeciv-sounds/distinfo
index fdf39e8f06d..004f5961cad 100644
--- a/games/freeciv-sounds/distinfo
+++ b/games/freeciv-sounds/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:11:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/08/24 10:44:07 adam Exp $
-SHA1 (stdsounds2.tar.gz) = 62d9253ce3f4d9f4c9be3dd0f1162179ce482c37
-RMD160 (stdsounds2.tar.gz) = 5dd825da1b8664d51a1461a95f6017e508cfb38e
-Size (stdsounds2.tar.gz) = 1223738 bytes
+SHA1 (stdsounds3.tar.gz) = 103d02a0702687fb038f5187a321f8074b4ebfb5
+RMD160 (stdsounds3.tar.gz) = 46bb5fef4b2d3acf9959b3228c962bdf6591ea09
+Size (stdsounds3.tar.gz) = 118278 bytes