diff options
author | adam <adam@pkgsrc.org> | 2005-07-22 11:25:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-22 11:25:02 +0000 |
commit | aaefe85d60c41324cc0fcc2396741fe296a7c63b (patch) | |
tree | 66f5d8c2df78c50ef994330403cd6fd74b95d1bd /games/asc | |
parent | 04d5557a3cf5dd9bf8f0f9d1b6ee1523f9186e94 (diff) | |
download | pkgsrc-aaefe85d60c41324cc0fcc2396741fe296a7c63b.tar.gz |
Changes 1.6.1.0:
ASC now runs on MacOS X
Update Campaign maps
Fixed: moving transports one field at a time disabled movement cost for cargo
Fixed crash when reinforcement event uses invalid IDs
Fixed bug that prevented buildings from being repaired more than once
Fixed bug in pathfinding
Fixed: river not treated as water
Fixed problems when loading map by command line switch
Fixed: AI could move any unit into any other
Fixed problems with recharging reaction fire
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 33 | ||||
-rw-r--r-- | games/asc/distinfo | 17 |
2 files changed, 16 insertions, 34 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 7f636b5ec83..7d8214edca5 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,35 +1,26 @@ -# $NetBSD: Makefile,v 1.25 2005/07/21 16:29:50 wiz Exp $ -# +# $NetBSD: Makefile,v 1.26 2005/07/22 11:25:02 adam Exp $ -DISTNAME= asc-source-1.15.3.0 -PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${AUDIO_FILES} +DISTNAME= asc-source+music-1.16.1.0 +PKGNAME= ${DISTNAME:S/-source+music//} +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://www.asc-hq.org/ -COMMENT= Turn based strategy game - -AUDIO_FILES= frontiers.mp3 machine_wars.mp3 time_to_strike.mp3 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.asc-hq.org/ +COMMENT= Turn based strategy game WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes -CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ +CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ # ../weaponguide.cpp:1205: virtual memory exhausted UNLIMIT_RESOURCES= datasize -post-extract: -.for fil in ${AUDIO_FILES} - ${CP} ${DISTDIR}/${fil} ${WRKSRC}/data/music -.endfor - +.include "../../archivers/bzip2/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/SDLmm/buildlink3.mk" diff --git a/games/asc/distinfo b/games/asc/distinfo index 1e757ef28fa..7436530be72 100644 --- a/games/asc/distinfo +++ b/games/asc/distinfo @@ -1,14 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/03/07 14:40:07 wiz Exp $ +$NetBSD: distinfo,v 1.7 2005/07/22 11:25:02 adam Exp $ -SHA1 (asc-source-1.15.3.0.tar.gz) = 5cf1cef120f85b596bbf061bb239c8a2183b0196 -RMD160 (asc-source-1.15.3.0.tar.gz) = 14d01559ec3fa2685db44b14982f6db53eef2923 -Size (asc-source-1.15.3.0.tar.gz) = 12034077 bytes -SHA1 (frontiers.mp3) = 7c6753fb5fe5e498fa780271da0a302c0619a1ca -RMD160 (frontiers.mp3) = 4d2ec2ff647ef6ef66a2264465b86451bbba64f5 -Size (frontiers.mp3) = 4407769 bytes -SHA1 (machine_wars.mp3) = d05e92b46ae0e90d9f3b38ce9c4b41bde599a02e -RMD160 (machine_wars.mp3) = 192b2a4f20676cd1ce3145df08997d9793ea373f -Size (machine_wars.mp3) = 2905989 bytes -SHA1 (time_to_strike.mp3) = 76abf03155d9a21584f30c20370db0a93449c78a -RMD160 (time_to_strike.mp3) = a402a00e490f7aca0871b52165d63f3bde3b3bff -Size (time_to_strike.mp3) = 3242969 bytes +SHA1 (asc-source+music-1.16.1.0.tar.bz2) = d6bacea0eb954c846bcf473af44ac99f9fdde2e0 +RMD160 (asc-source+music-1.16.1.0.tar.bz2) = d6907842c8dd79923328f873353133fd7a9c5ba2 +Size (asc-source+music-1.16.1.0.tar.bz2) = 18844212 bytes |