pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/aop Imported aop from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e870d89204ed
branches:  trunk
changeset: 509630:e870d89204ed
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 12 15:18:12 2006 +0000

description:
Imported aop from pkgsrc-wip.

The goal of Aop (Ambassador Of Pain) is is to drive the hoovercraft
(O) trough the level into the 'at' sign (@) and reach as much points
as possible by reducing the number of moves and not losing any time.
Lost lifes (0) can easily be picked up by simply drive over them.

Packaged by Antoine Reilles.

diffstat:

 games/aop/DESCR            |   4 ++++
 games/aop/Makefile         |  19 +++++++++++++++++++
 games/aop/PLIST            |  14 ++++++++++++++
 games/aop/distinfo         |   6 ++++++
 games/aop/patches/patch-aa |  19 +++++++++++++++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r e45ab1ae8942 -r e870d89204ed games/aop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/aop/DESCR   Sun Mar 12 15:18:12 2006 +0000
@@ -0,0 +1,4 @@
+The goal of Aop (Ambassador Of Pain) is is to drive the hoovercraft
+(O) trough the level into the 'at' sign (@) and reach as much points
+as possible by reducing the number of moves and not losing any time.
+Lost lifes (0) can easily be picked up by simply drive over them.
diff -r e45ab1ae8942 -r e870d89204ed games/aop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/aop/Makefile        Sun Mar 12 15:18:12 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $
+
+DISTNAME=      aop-0.6
+CATEGORIES=    games
+MASTER_SITES=  http://raffi.at/code/aop/
+
+MAINTAINER=    tonio%NetBSD.org@localhost
+HOMEPAGE=      http://raffi.at/view/code/aop/
+COMMENT=       Aop is a curses based arcade game with only 64 lines of sourcecode
+
+SUBST_CLASSES+=                destination
+SUBST_FILES.destination=aop.c Makefile
+SUBST_STAGE.destination=pre-configure
+SUBST_SED.destination= -e 's:/usr/local:${PREFIX}:g'
+
+BUILD_TARGET=  aop
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e45ab1ae8942 -r e870d89204ed games/aop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/aop/PLIST   Sun Mar 12 15:18:12 2006 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $
+bin/aop
+share/aop/aop-level-01.txt
+share/aop/aop-level-02.txt
+share/aop/aop-level-03.txt
+share/aop/aop-level-04.txt
+share/aop/aop-level-05.txt
+share/aop/aop-level-06.txt
+share/aop/aop-level-07.txt
+share/aop/aop-level-08.txt
+share/aop/aop-level-09.txt
+share/aop/aop-level-10.txt
+share/aop/aop-level-11.txt
+@dirrm share/aop
diff -r e45ab1ae8942 -r e870d89204ed games/aop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/aop/distinfo        Sun Mar 12 15:18:12 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $
+
+SHA1 (aop-0.6.tar.gz) = 88bc2216f1898c42d8223ebaf0bfe665d03d0074
+RMD160 (aop-0.6.tar.gz) = 2c329b08f14455b181bf2be15e90790a718f50e4
+Size (aop-0.6.tar.gz) = 11811 bytes
+SHA1 (patch-aa) = 5bd877de15ad1546f37d830e75013364d6727c19
diff -r e45ab1ae8942 -r e870d89204ed games/aop/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/aop/patches/patch-aa        Sun Mar 12 15:18:12 2006 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $
+
+--- Makefile.orig      2005-04-25 23:27:12.000000000 +0200
++++ Makefile   2005-04-25 23:30:38.000000000 +0200
+@@ -4,10 +4,10 @@
+ aop: aop.c
+ 
+ install: aop
+-      install -d /usr/local/bin
+-      install -d /usr/local/share/aop
+-      install -m 755 aop /usr/local/bin/aop
+-      install -m 644 aop-level-*.txt /usr/local/share/aop/
++      ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/bin
++      ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/aop
++      ${BSD_INSTALL_PROGRAM} aop ${PREFIX}/bin/aop
++      ${BSD_INSTALL_DATA} aop-level-*.txt ${PREFIX}/share/aop/
+ 
+ clean:
+       rm -f aop core* *~



Home | Main Index | Thread Index | Old Index