diff options
author | xtraeme <xtraeme> | 2005-08-25 14:38:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-08-25 14:38:05 +0000 |
commit | 1e008ad088a9f2ec9e438ef4e04d08fd24852742 (patch) | |
tree | e0dd80935c5bf658f7379877adefdb0ee4e40797 /games/pag | |
parent | 19624bf9b3b282d89a7f4229af62b55ea9500bd8 (diff) | |
download | pkgsrc-1e008ad088a9f2ec9e438ef4e04d08fd24852742.tar.gz |
Update to 0.92, provided by pancake in PR pkg/30417.
0.92 -
- make it work on 80x24
- dead when user->y >=MAX_Y
- fix screen limits
- fix dead screen - new ncurses works different.
- fix overflow for objects.
- platforms also works under water.
- air-bottle bug fixed.
- allow non-aalib builds.
- drop cpu-dependent code.
- fix gcc 2->3 problem.
- indent code.
- acr-ize.
Diffstat (limited to 'games/pag')
-rw-r--r-- | games/pag/Makefile | 11 | ||||
-rw-r--r-- | games/pag/PLIST | 3 | ||||
-rw-r--r-- | games/pag/distinfo | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/games/pag/Makefile b/games/pag/Makefile index 4b6f29e2544..c5b7cc04e88 100644 --- a/games/pag/Makefile +++ b/games/pag/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/25 14:38:05 xtraeme Exp $ # -DISTNAME= pag-0.91 -PKGREVISION= 2 +DISTNAME= pag-0.92 CATEGORIES= games -MASTER_SITES= http://pancake.host.sk/altres/src/ +MASTER_SITES= http://cvs.nopcode.org/ MAINTAINER= pancake@phreaker.net -HOMEPAGE= http://pancake.host.sk/ +#HOMEPAGE= http://pancake.host.sk/ COMMENT= Platform Arcade Game USE_TOOLS+= gmake USE_NCURSES= yes # missing function stdscr -BUILD_TARGET= compile +GNU_CONFIGURE= yes .include "../../devel/ncurses/buildlink3.mk" .include "../../graphics/aalib/buildlink3.mk" diff --git a/games/pag/PLIST b/games/pag/PLIST index d7ec5a9bba8..e903d424c5e 100644 --- a/games/pag/PLIST +++ b/games/pag/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/11 22:53:24 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/08/25 14:38:05 xtraeme Exp $ bin/pag bin/pag_intro share/doc/pag/README.cat -share/doc/pag/TODO share/pag/levels/001.pag share/pag/levels/001_2.pag share/pag/levels/002.pag diff --git a/games/pag/distinfo b/games/pag/distinfo index 935557eb23c..849ab0b367b 100644 --- a/games/pag/distinfo +++ b/games/pag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 23:12:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/08/25 14:38:05 xtraeme Exp $ -SHA1 (pag-0.91.tar.gz) = 41bacc434a13c224b80221f825ffbc9858536db0 -RMD160 (pag-0.91.tar.gz) = c80bc0ac4ab91944049704627f2cab0406208cee -Size (pag-0.91.tar.gz) = 41811 bytes +SHA1 (pag-0.92.tar.gz) = 30bf94f0b5e685404e3e5f3085306420af249c81 +RMD160 (pag-0.92.tar.gz) = 7cc11accef331bce80933465a5e5a4b33c075895 +Size (pag-0.92.tar.gz) = 25824 bytes |