[Midnightbsd-cvs] mports [20447] trunk/games: add lapispuzzle game

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 17:39:13 EDT 2015


Revision: 20447
          http://svnweb.midnightbsd.org/mports/?rev=20447
Author:   laffer1
Date:     2015-10-03 17:39:12 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add lapispuzzle game

Modified Paths:
--------------
    trunk/games/Makefile

Added Paths:
-----------
    trunk/games/lapispuzzle/
    trunk/games/lapispuzzle/Makefile
    trunk/games/lapispuzzle/distinfo
    trunk/games/lapispuzzle/pkg-descr
    trunk/games/lapispuzzle/pkg-plist

Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile	2015-10-03 21:37:22 UTC (rev 20446)
+++ trunk/games/Makefile	2015-10-03 21:39:12 UTC (rev 20447)
@@ -25,6 +25,7 @@
 SUBDIR += gtkpool
 SUBDIR += gtypist
 SUBDIR += jigsaw
+SUBDIR += lapispuzzle
 SUBDIR += libggz
 SUBDIR += lincity
 SUBDIR += linux-enemyterritory

Added: trunk/games/lapispuzzle/Makefile
===================================================================
--- trunk/games/lapispuzzle/Makefile	                        (rev 0)
+++ trunk/games/lapispuzzle/Makefile	2015-10-03 21:39:12 UTC (rev 20447)
@@ -0,0 +1,25 @@
+# Created by: gurkan at phys.ethz.ch
+# $FreeBSD: head/games/lapispuzzle/Makefile 383626 2015-04-09 07:44:41Z bapt $
+# $MidnightBSD$
+
+PORTNAME=	lapispuzzle
+PORTVERSION=	1.2
+CATEGORIES=	games gnustep
+MASTER_SITES=	SAVANNAH/gap
+DISTNAME=	LapisPuzzle-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Tetris-like game for GNUstep
+
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gnustep
+USE_GNUSTEP=	back build
+
+WRKSRC=		${WRKDIR}/LapisPuzzle-${PORTVERSION}
+
+post-install:
+	${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/LapisPuzzle.app/LapisPuzzle
+
+.include <bsd.port.mk>


Property changes on: trunk/games/lapispuzzle/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/lapispuzzle/distinfo
===================================================================
--- trunk/games/lapispuzzle/distinfo	                        (rev 0)
+++ trunk/games/lapispuzzle/distinfo	2015-10-03 21:39:12 UTC (rev 20447)
@@ -0,0 +1,2 @@
+SHA256 (LapisPuzzle-1.2.tar.gz) = 883b104c4223ad90f8f5e83573f8b93b05abb9863492aef0ac23e929868c47b9
+SIZE (LapisPuzzle-1.2.tar.gz) = 30188


Property changes on: trunk/games/lapispuzzle/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/lapispuzzle/pkg-descr
===================================================================
--- trunk/games/lapispuzzle/pkg-descr	                        (rev 0)
+++ trunk/games/lapispuzzle/pkg-descr	2015-10-03 21:39:12 UTC (rev 20447)
@@ -0,0 +1,7 @@
+LapisPuzzle is a tetris-like game which challenges the player by making
+the opposing team's victories count doubly against the player and vice
+versa. Play it and find out! 
+
+LICENSE: GPL2 or later
+
+WWW: http://www.nongnu.org/gap/lapispuzzle/


Property changes on: trunk/games/lapispuzzle/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/lapispuzzle/pkg-plist
===================================================================
--- trunk/games/lapispuzzle/pkg-plist	                        (rev 0)
+++ trunk/games/lapispuzzle/pkg-plist	2015-10-03 21:39:12 UTC (rev 20447)
@@ -0,0 +1,9 @@
+GNUstep/Local/Applications/LapisPuzzle.app/LapisPuzzle
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.desktop
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm/data.classes
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.gorm/objects.gorm
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzle.tiff
+GNUstep/Local/Applications/LapisPuzzle.app/Resources/LapisPuzzleInfo.plist
+GNUstep/Local/Applications/LapisPuzzle.app/stamp.make
+GNUstep/Local/Tools/LapisPuzzle


Property changes on: trunk/games/lapispuzzle/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