[Midnightbsd-cvs] mports [20445] trunk/games: add gnustep jigsaw game

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 17:36:07 EDT 2015


Revision: 20445
          http://svnweb.midnightbsd.org/mports/?rev=20445
Author:   laffer1
Date:     2015-10-03 17:36:06 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add gnustep jigsaw game

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

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

Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile	2015-10-03 21:33:59 UTC (rev 20444)
+++ trunk/games/Makefile	2015-10-03 21:36:06 UTC (rev 20445)
@@ -24,6 +24,7 @@
 SUBDIR += gshisen
 SUBDIR += gtkpool
 SUBDIR += gtypist
+SUBDIR += jigsaw
 SUBDIR += libggz
 SUBDIR += lincity
 SUBDIR += linux-enemyterritory

Added: trunk/games/jigsaw/Makefile
===================================================================
--- trunk/games/jigsaw/Makefile	                        (rev 0)
+++ trunk/games/jigsaw/Makefile	2015-10-03 21:36:06 UTC (rev 20445)
@@ -0,0 +1,21 @@
+# $FreeBSD: head/games/jigsaw/Makefile 383626 2015-04-09 07:44:41Z bapt $
+# $MidnightBSD$
+
+PORTNAME=	jigsaw
+PORTVERSION=	0.8
+CATEGORIES=	games gnustep
+MASTER_SITES=	SAVANNAH/gap
+DISTNAME=	Jigsaw-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simulates a jigsaw puzzle and illustrates the use of clipping paths
+
+LICENSE=	gpl2
+
+USES=		gnustep
+USE_GNUSTEP=	back build
+
+post-install:
+	${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/Jigsaw.app/Jigsaw
+
+.include <bsd.port.mk>


Property changes on: trunk/games/jigsaw/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/jigsaw/distinfo
===================================================================
--- trunk/games/jigsaw/distinfo	                        (rev 0)
+++ trunk/games/jigsaw/distinfo	2015-10-03 21:36:06 UTC (rev 20445)
@@ -0,0 +1,2 @@
+SHA256 (Jigsaw-0.8.tar.gz) = 35aaddd5582edb07c302496f9a70bc9c344755c321eebf30feb540d0c993e6c3
+SIZE (Jigsaw-0.8.tar.gz) = 22202


Property changes on: trunk/games/jigsaw/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/jigsaw/pkg-descr
===================================================================
--- trunk/games/jigsaw/pkg-descr	                        (rev 0)
+++ trunk/games/jigsaw/pkg-descr	2015-10-03 21:36:06 UTC (rev 20445)
@@ -0,0 +1,9 @@
+Simulates a jigsaw puzzle and illustrates the use of clipping paths.
+
+You need a medium-sized TIFF file to play this game.
+Left-click and drag to move a piece or cluster.
+Ctrl-left-click and drag to connect knobs to slots.
+Right-click to disassemble a cluster.
+Ctrl-right-click to extract a piece from a cluster.
+
+WWW: http://gap.nongnu.org/jigsaw/


Property changes on: trunk/games/jigsaw/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/jigsaw/pkg-plist
===================================================================
--- trunk/games/jigsaw/pkg-plist	                        (rev 0)
+++ trunk/games/jigsaw/pkg-plist	2015-10-03 21:36:06 UTC (rev 20445)
@@ -0,0 +1,7 @@
+GNUstep/Local/Applications/Jigsaw.app/Jigsaw
+GNUstep/Local/Applications/Jigsaw.app/Resources/GPuzzle2.tiff
+GNUstep/Local/Applications/Jigsaw.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/Jigsaw.app/Resources/Jigsaw.desktop
+GNUstep/Local/Applications/Jigsaw.app/Resources/fractal.tiff
+GNUstep/Local/Applications/Jigsaw.app/stamp.make
+GNUstep/Local/Tools/Jigsaw


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