Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 01:20:43 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/170774: [NEW PORT] games/magicmaze: A simple and low-tech monster-bashing maze game
Message-ID:  <20120819232047.5A3AD1065670@hub.freebsd.org>
Resent-Message-ID: <201208192330.q7JNU9gW018641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170774
>Category:       ports
>Synopsis:       [NEW PORT] games/magicmaze: A simple and low-tech monster-bashing maze game
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 19 23:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: 	FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
Magic Maze is a simple and low-tech monster-bashing maze game.
 
It was originally inspired by playing Gauntlet II on the Atari ST.
 
WWW: http://magicmaze.rubyforge.org/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	magicmaze
#	magicmaze/files
#	magicmaze/files/magicmaze.in
#	magicmaze/Makefile
#	magicmaze/pkg-descr
#	magicmaze/distinfo
#
echo c - magicmaze
mkdir -p magicmaze > /dev/null 2>&1
echo c - magicmaze/files
mkdir -p magicmaze/files > /dev/null 2>&1
echo x - magicmaze/files/magicmaze.in
sed 's/^X//' >magicmaze/files/magicmaze.in << 'ef01255533b66956d301ab779095ef51'
X#!/bin/sh
X#
X
Xecho "Magic Maze: Starting up..."
Xcd "%%DATADIR%%"
Xruby mm.rb
ef01255533b66956d301ab779095ef51
echo x - magicmaze/Makefile
sed 's/^X//' >magicmaze/Makefile << '9191d38f36ba85810aa3d39d4c634bd2'
X# New ports collection makefile for:	magicmaze
X# Date created:				2012-08-19
X# Whom:					nemysis@gmx.ch
X#
X# $FreeBSD$
X
XPORTNAME=	magicmaze
XPORTVERSION=	1.4.3.6
XCATEGORIES=	games ruby
XMASTER_SITES=	RUBYFORGE
XDISTNAME=	${PORTNAME}-${DISTVERSION:S/./_/g}
XDIST_SUBDIR=	ruby
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	A simple and low-tech monster-bashing maze game
X
XLICENSE=	GPLv2
X
XRUN_DEPENDS=	ruby18-sdl>=1.3:${PORTSDIR}/devel/ruby-sdl
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S/./_/g}
X
XUSE_SDL=	sdl image mixer
XUSE_RUBY=	yes
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/${PORTNAME} \
X		share/pixmaps/${PORTNAME}.png
X
XPORTDATA=	*
XPORTDOCS=	README.TXT BUGS.TXT TODO.TXT
X
XSUB_FILES=	${PORTNAME}
X
X.include <bsd.port.options.mk>
X
Xpost-extract::
X	${MV} ${WRKSRC}/doc/* ${WRKSRC}/
X
Xdo-install:
X# Scripts
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X# Executable
X	${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/*.rb ${DATADIR}
X
X# Data
X.if !defined (NOPORTDATA)
X.  for d in data magicmaze
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
X.  endfor
X.endif
X
X# Pixmaps
X	${INSTALL_DATA} ${WRKSRC}/data/gfx/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X
X# Documentation
X.if ${PORT_OPTIONS:MDOCS}
X	${MKDIR} ${DOCSDIR}
X.  for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.  endfor
X.endif
X
X.include <bsd.port.mk>
9191d38f36ba85810aa3d39d4c634bd2
echo x - magicmaze/pkg-descr
sed 's/^X//' >magicmaze/pkg-descr << 'bbfabda2883adc2af07e5ca1b131435c'
XMagic Maze is a simple and low-tech monster-bashing maze game.
X 
XIt was originally inspired by playing Gauntlet II on the Atari ST.
X 
XWWW: http://magicmaze.rubyforge.org/
bbfabda2883adc2af07e5ca1b131435c
echo x - magicmaze/distinfo
sed 's/^X//' >magicmaze/distinfo << '97a0efd9932fd02fa2d5d099a68cfe37'
XSHA256 (ruby/magicmaze-1_4_3_6.tar.gz) = a8689e5f4210314ee1b3dc7b2a19e7b7c95bf94eb06f29418b98dfe383130624
XSIZE (ruby/magicmaze-1_4_3_6.tar.gz) = 130065
97a0efd9932fd02fa2d5d099a68cfe37
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120819232047.5A3AD1065670>