Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 02:20:15 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91774: New port: games/stroq Flip tiles to make rows of the same color
Message-ID:  <20060113232015.B6AA62D6@hades.panopticon>
Resent-Message-ID: <200601132320.k0DNK5WG038759@freefall.freebsd.org>

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

>Number:         91774
>Category:       ports
>Synopsis:       New port: games/stroq Flip tiles to make rows of the same color
>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 Jan 13 23:20:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sun Dec 18 08:07:07 MSK 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
StroQ is an addictive puzzle game where you have to flip white and
black tiles in order to form rows of the same color with a single
stroke of your mouse.

WWW: http://stroq.sourceforge.net
>How-To-Repeat:
>Fix:

--- stroq-0.2.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:
#
#	stroq
#	stroq/Makefile
#	stroq/distinfo
#	stroq/pkg-descr
#	stroq/pkg-plist
#
echo c - stroq
mkdir -p stroq > /dev/null 2>&1
echo x - stroq/Makefile
sed 's/^X//' >stroq/Makefile << 'END-of-stroq/Makefile'
X# New ports collection Makefile for:	stroq
X# Date created:				13 Jan 2005
X# Whom:					Dmitry Marakasov <amdmi3@mail.ru>
X#
X# $FreeBSD$
X
XPORTNAME=	stroq
XPORTVERSION=	0.2
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	stroq
X
XMAINTAINER=	amdmi3@mail.ru
XCOMMENT=	Flip tiles to make rows of the same color
X
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
X
XUSE_BZIP2=	yes
XUSE_QT_VER=	3
XUSE_REINPLACE=	yes
XMAKE_ENV=	QTDIR="${QT_PREFIX}"
X
XQMAKE=		qmake
XQMAKESPEC=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XBROKEN=		"Does not compile on FreeBSD 4.x"
X.endif
X
Xdo-configure:
X	@cd ${WRKSRC}; \
X	${SETENV} ${MAKE_ENV} ${QMAKE} -project; \
X	${SETENV} ${MAKE_ENV} QMAKESPEC=${QMAKESPEC} ${QMAKE}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-stroq/Makefile
echo x - stroq/distinfo
sed 's/^X//' >stroq/distinfo << 'END-of-stroq/distinfo'
XMD5 (stroq-0.2.tar.bz2) = 4009066a3a01f917a08f0fe374a316c3
XSHA256 (stroq-0.2.tar.bz2) = cb806991678254ae8e3b6283be43837964b0fa66545b09364348569b803e6180
XSIZE (stroq-0.2.tar.bz2) = 644711
END-of-stroq/distinfo
echo x - stroq/pkg-descr
sed 's/^X//' >stroq/pkg-descr << 'END-of-stroq/pkg-descr'
XStroQ is an addictive puzzle game where you have to flip white and
Xblack tiles in order to form rows of the same color with a single
Xstroke of your mouse.
X
XWWW: http://stroq.sourceforge.net
END-of-stroq/pkg-descr
echo x - stroq/pkg-plist
sed 's/^X//' >stroq/pkg-plist << 'END-of-stroq/pkg-plist'
Xbin/stroq
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-stroq/pkg-plist
exit
--- stroq-0.2.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?20060113232015.B6AA62D6>