pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/pag Update to 0.92, provided by pancake in PR pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44ec7508680c
branches:  trunk
changeset: 498544:44ec7508680c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 25 14:38:05 2005 +0000

description:
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:

 games/pag/Makefile |  11 +++++------
 games/pag/PLIST    |   3 +--
 games/pag/distinfo |   8 ++++----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 50757b024365 -r 44ec7508680c games/pag/Makefile
--- a/games/pag/Makefile        Thu Aug 25 14:23:25 2005 +0000
+++ b/games/pag/Makefile        Thu Aug 25 14:38:05 2005 +0000
@@ -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@localhost
-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 -r 50757b024365 -r 44ec7508680c games/pag/PLIST
--- a/games/pag/PLIST   Thu Aug 25 14:23:25 2005 +0000
+++ b/games/pag/PLIST   Thu Aug 25 14:38:05 2005 +0000
@@ -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 -r 50757b024365 -r 44ec7508680c games/pag/distinfo
--- a/games/pag/distinfo        Thu Aug 25 14:23:25 2005 +0000
+++ b/games/pag/distinfo        Thu Aug 25 14:38:05 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index