[Midnightbsd-cvs] mports [20275] trunk/games: add grubik game
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 26 23:34:34 EDT 2015
Revision: 20275
http://svnweb.midnightbsd.org/mports/?rev=20275
Author: laffer1
Date: 2015-09-26 23:34:33 -0400 (Sat, 26 Sep 2015)
Log Message:
-----------
add grubik game
Modified Paths:
--------------
trunk/games/Makefile
Added Paths:
-----------
trunk/games/grubik/
trunk/games/grubik/Makefile
trunk/games/grubik/distinfo
trunk/games/grubik/pkg-descr
trunk/games/grubik/pkg-plist
Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile 2015-09-27 00:50:17 UTC (rev 20274)
+++ trunk/games/Makefile 2015-09-27 03:34:33 UTC (rev 20275)
@@ -20,6 +20,7 @@
SUBDIR += gnustep-sudoku
SUBDIR += goonies
SUBDIR += gridlock
+SUBDIR += grubik
SUBDIR += gtkpool
SUBDIR += gtypist
SUBDIR += libggz
Added: trunk/games/grubik/Makefile
===================================================================
--- trunk/games/grubik/Makefile (rev 0)
+++ trunk/games/grubik/Makefile 2015-09-27 03:34:33 UTC (rev 20275)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+# $FreeBSD: head/games/grubik/Makefile 383626 2015-04-09 07:44:41Z bapt $
+
+PORTNAME= grubik
+PORTVERSION= 0.1
+CATEGORIES= games gnustep
+MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
+DISTNAME= GRubik
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Virtual 3D Rubiks cube for GNUstep
+
+LICENSE= gpl2 # or later
+
+USES= tar:tgz gnustep
+USE_GNUSTEP= back build
+
+MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+
+post-patch:
+ ${RM} -rf ${WRKSRC}/GRubik.app/ix86
+ ${REINPLACE_CMD} -e 's|^//|# //|' \
+ -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
+
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik
+
+.include <bsd.port.mk>
Property changes on: trunk/games/grubik/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/grubik/distinfo
===================================================================
--- trunk/games/grubik/distinfo (rev 0)
+++ trunk/games/grubik/distinfo 2015-09-27 03:34:33 UTC (rev 20275)
@@ -0,0 +1,2 @@
+SHA256 (GRubik.tgz) = dcd06939522e53b6b654acaae5aca97f82174418cb20dec178a0e3d53a375feb
+SIZE (GRubik.tgz) = 8635
Property changes on: trunk/games/grubik/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/grubik/pkg-descr
===================================================================
--- trunk/games/grubik/pkg-descr (rev 0)
+++ trunk/games/grubik/pkg-descr 2015-09-27 03:34:33 UTC (rev 20275)
@@ -0,0 +1,10 @@
+GRubik is a virtual 3D Rubik's cube for you to solve. It features:
+
+- simple but functional and fast 3D
+- a smart scramble that ensures you get a solvable cube
+- interesting code that you might enjoy reading and which uses a
+variety of programming techniques.
+
+Left-click for clockwise, right-click for counterclockwise rotation.
+
+LICENSE: GPL2 or later
Property changes on: trunk/games/grubik/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/grubik/pkg-plist
===================================================================
--- trunk/games/grubik/pkg-plist (rev 0)
+++ trunk/games/grubik/pkg-plist 2015-09-27 03:34:33 UTC (rev 20275)
@@ -0,0 +1,5 @@
+GNUstep/System/Applications/GRubik.app/GRubik
+GNUstep/System/Applications/GRubik.app/Resources/GRubik.desktop
+GNUstep/System/Applications/GRubik.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/GRubik.app/stamp.make
+GNUstep/System/Tools/GRubik
Property changes on: trunk/games/grubik/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