ports/168114: [NEW PORT] games/duckmaze: A game about a duck that is in a maze

nemysis nemysis at gmx.ch
Fri May 18 16:40:04 UTC 2012


>Number:         168114
>Category:       ports
>Synopsis:       [NEW PORT] games/duckmaze: A game about a duck that is in a maze
>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:   Fri May 18 16:40:03 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:
duckmaze is a game about a duck that is in a maze.
The duck can move walls, but only if there are no walls in the way
(it makes sense when you try it).

It's a simple puzzle game which starts with easy levels but progresses
to some quite tricky ones.

WWW: http://duckmaze.sourceforge.net/

To make distinfo file

make maint-gen-distfile && make makesum

I don't have any account on SourceForge, GoogleCode or GitHub to store this tarball
duckmaze-0.3r34.tar.gz, sorry. Please store this on FreeBSD Server, if come to FreeBSD Ports Collection.

Generated manually, tested with RedPorts and port test, sent 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:
#
#	duckmaze
#	duckmaze/pkg-descr
#	duckmaze/Makefile
#	duckmaze/distinfo
#
echo c - duckmaze
mkdir -p duckmaze > /dev/null 2>&1
echo x - duckmaze/pkg-descr
sed 's/^X//' >duckmaze/pkg-descr << 'a915c3f460783f3cc9af46d100aa9421'
Xduckmaze is a game about a duck that is in a maze.
XThe duck can move walls, but only if there are no walls in the way
X(it makes sense when you try it).
X
XIt's a simple puzzle game which starts with easy levels but progresses
Xto some quite tricky ones.
X
XWWW: http://duckmaze.sourceforge.net/
a915c3f460783f3cc9af46d100aa9421
echo x - duckmaze/Makefile
sed 's/^X//' >duckmaze/Makefile << '8684d6597e9fe605abed10cb1ab24837'
X# New Ports collection makefile for:	duckmaze
X# Date created:        2012-04-15
X# Whom:                nemysis at gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	duckmaze
XPORTVERSION=	0.3r${SVN_REV}
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_LOCAL}
X
XMAINTAINER=	nemysis at gmx.ch
XCOMMENT=	A game about a duck that is in a maze
X
XLICENSE=	GPLv2
X
XFETCH_DEPENDS=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
X
XWRKSRC=		${WRKDIR}/${PORTNAME}/trunk
X
XUSE_PYTHON=	yes
XNO_BUILD=	yes
X
XSVN_REV=	34
X
XPLIST_FILES=	bin/duckmaze \
X		share/pixmaps/duckmaze.png
XPLIST_DIRSTRY=	share/applications
X
XPORTDATA=	*
XPORTDOCS=	TODO.txt index.html
X
Xpost-patch:
X# Fix path to python interpreter
X	@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
X		${WRKSRC}/*.py ${WRKSRC}/mopelib/*.py
X	@(cd ${WRKSRC} && ${RM} *.py.bak mopelib/*py.bak)
X
Xdo-install:
X# Scripts
X	@${PRINTF} "#!/bin/sh\n\ncd ${DATADIR} &&\
X		./${PORTNAME}.py\n" > ${WRKDIR}/${PORTNAME}.sh
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
X
X# Executable
X	${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
X
X# Data
X.if !defined (NOPORTDATA)
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "doc images levels mopelib music sounds" ${DATADIR})
X	${INSTALL_DATA} ${WRKSRC}/duckmazerc.txt ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/version ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/logo.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X.endif
X
X# Documentation
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.  for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
X.  endfor
X.endif
X
Xmaint-gen-distfile:
X	@if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
X		${ECHO_CMD} "ERROR: the distfile already exists."; \
X		${FALSE}; \
X	fi
X	svn export -r${SVN_REV} \
X		https://${PORTNAME}.svn.sourceforge.net/svnroot/${PORTNAME} ${PORTNAME}
X	${TAR} jcf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}
X	${RM} -rf ${PORTNAME}
X
X.include <bsd.port.mk>
8684d6597e9fe605abed10cb1ab24837
echo x - duckmaze/distinfo
sed 's/^X//' >duckmaze/distinfo << '93832bbb9d7b3a8cde4ee5c24efadd13'
XSHA256 (duckmaze-0.3r34.tar.gz) = ef2611b49d7ffe3637b4924c41c5077f97ba4cafe4939caf54bc076ae99a864a
XSIZE (duckmaze-0.3r34.tar.gz) = 215336
93832bbb9d7b3a8cde4ee5c24efadd13
exit
--- .shar ends here ---

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



More information about the freebsd-ports-bugs mailing list