[Midnightbsd-cvs] mports [20666] trunk/games: add aop port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Nov 6 22:00:47 EST 2015
Revision: 20666
http://svnweb.midnightbsd.org/mports/?rev=20666
Author: laffer1
Date: 2015-11-06 22:00:47 -0500 (Fri, 06 Nov 2015)
Log Message:
-----------
add aop port
Modified Paths:
--------------
trunk/games/Makefile
Added Paths:
-----------
trunk/games/aop/
trunk/games/aop/Makefile
trunk/games/aop/distinfo
trunk/games/aop/files/
trunk/games/aop/files/aop.desktop
trunk/games/aop/pkg-descr
trunk/games/aop/pkg-plist
Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile 2015-11-07 02:07:15 UTC (rev 20665)
+++ trunk/games/Makefile 2015-11-07 03:00:47 UTC (rev 20666)
@@ -3,6 +3,7 @@
COMMENT = Games
SUBDIR += allenroids
+SUBDIR += aop
SUBDIR += bass
SUBDIR += battalion
SUBDIR += cowsay
Added: trunk/games/aop/Makefile
===================================================================
--- trunk/games/aop/Makefile (rev 0)
+++ trunk/games/aop/Makefile 2015-11-07 03:00:47 UTC (rev 20666)
@@ -0,0 +1,34 @@
+# $MidnightBSD$
+
+PORTNAME= aop
+PORTVERSION= 0.6
+CATEGORIES= games
+MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}.png
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Ncurses based arcade game with only 64 lines of code
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+ALL_TARGET= #empty
+
+PORTDOCS= README
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${FAKE_DESTDIR}${TRUE_PREFIX}|g' \
+ ${WRKSRC}/Makefile
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
+
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Property changes on: trunk/games/aop/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/aop/distinfo
===================================================================
--- trunk/games/aop/distinfo (rev 0)
+++ trunk/games/aop/distinfo 2015-11-07 03:00:47 UTC (rev 20666)
@@ -0,0 +1,4 @@
+SHA256 (aop-0.6.tar.gz) = 68a8b6b8f08216b31895d536f7dc4beb137a787fd17096da2d46fd863497f65a
+SIZE (aop-0.6.tar.gz) = 11811
+SHA256 (aop.png) = 190add7be596e6ed2f77be9c87fd182d2d3bf941599cdbf762452df0805a3401
+SIZE (aop.png) = 2470
Property changes on: trunk/games/aop/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/aop/files/aop.desktop
===================================================================
--- trunk/games/aop/files/aop.desktop (rev 0)
+++ trunk/games/aop/files/aop.desktop 2015-11-07 03:00:47 UTC (rev 20666)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Ambassador of Pain
+GenericName=Ambassador of Pain game
+Comment=Ncurses based arcade game with only 64 lines of code
+Icon=aop
+Exec=aop
+Categories=Game;LogicGame;
+Terminal=true
Property changes on: trunk/games/aop/files/aop.desktop
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/aop/pkg-descr
===================================================================
--- trunk/games/aop/pkg-descr (rev 0)
+++ trunk/games/aop/pkg-descr 2015-11-07 03:00:47 UTC (rev 20666)
@@ -0,0 +1,7 @@
+Aop (Ambassador Of Pain) is a curses based arcade game for UNIX with only 64
+lines of sourcecode. The goal 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 don't losing any time. Lost lifes (0) can easily be picked
+up by simply drive over them.
+
+WWW: http://aop.raffi.at/
Property changes on: trunk/games/aop/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/aop/pkg-plist
===================================================================
--- trunk/games/aop/pkg-plist (rev 0)
+++ trunk/games/aop/pkg-plist 2015-11-07 03:00:47 UTC (rev 20666)
@@ -0,0 +1,14 @@
+bin/aop
+%%DATADIR%%/aop-level-01.txt
+%%DATADIR%%/aop-level-02.txt
+%%DATADIR%%/aop-level-03.txt
+%%DATADIR%%/aop-level-04.txt
+%%DATADIR%%/aop-level-05.txt
+%%DATADIR%%/aop-level-06.txt
+%%DATADIR%%/aop-level-07.txt
+%%DATADIR%%/aop-level-08.txt
+%%DATADIR%%/aop-level-09.txt
+%%DATADIR%%/aop-level-10.txt
+%%DATADIR%%/aop-level-11.txt
+share/applications/aop.desktop
+share/pixmaps/aop.png
Property changes on: trunk/games/aop/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list