Date: Mon, 23 Apr 2012 18:39:46 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167234: [NEW PORT] games/bubble-chains: The aim of Bubble Chains is to remove all of the targets Message-ID: <20120423183946.67742253@nemysis3now.no-ip.biz> Resent-Message-ID: <201204231640.q3NGe75U060504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167234 >Category: ports >Synopsis: [NEW PORT] games/bubble-chains: The aim of Bubble Chains is to remove all of the targets on each level >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: Mon Apr 23 16:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: The aim of Bubble Chains is to remove all of the targets on each level, and to do this before the time (indicated with the blue-colored bar at the right) runs out. Keep doing this until you have passed the last level and won the game. WWW: http://bubble-chains.sintegrial.com/ Generated with FreeBSD Port Tools 0.99_5 (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: # # bubble-chains # bubble-chains/Makefile # bubble-chains/pkg-descr # bubble-chains/distinfo # bubble-chains/bubble-chains # bubble-chains/pkg-plist # echo c - bubble-chains mkdir -p bubble-chains > /dev/null 2>&1 echo x - bubble-chains/Makefile sed 's/^X//' >bubble-chains/Makefile << '3741bbbf2e9ed827de5707251c3da36e' X# New ports collection makefile for: bubble-chains X# Date created: 21 April 2012 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= chains XPORTVERSION= 0.1.1 XCATEGORIES= games XMASTER_SITES= http://bubble-chains.sintegrial.com/files/ XPKGNAMEPREFIX= bubble- XEXTRACT_SUFX= -src.7z X XMAINTAINER= nemysis@gmx.ch XCOMMENT= The aim of Bubble Chains is to remove all of the targets on each level X XLICENSE= GPLv2 X XEXTRACT_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip XBUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src X XUSE_SDL= sdl image mixer XUSE_GL= glut glew glu XUSE_XORG= xrandr X#USE_DOS2UNIX= yes X XPORTDATA= * XPORTDOCS= README X XP7ZIP_CMD= ${LOCALBASE}/bin/7z XP7ZIP_ARGS= x -o${WRKDIR} X Xdo-extract: X @${MKDIR} ${WRKDIR} && ${P7ZIP_CMD} ${P7ZIP_ARGS} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local/games/chains|${DATADIR}|' \ X ${WRKSRC}/main.cpp ${WRKSRC}/Game.pro X XUSE_QT_VER= 4 XQT_COMPONENTS= moc_build qmake_build rcc_build uic_build iconengines imageformats \ X corelib svg xml opengl network X XHAS_CONFIGURE= yes X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${WRKSRC}/Game.pro X XMAKE_JOBS_SAFE= yes X XCONFIGURE_ENV+= UIC="${UIC}" QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" XMAKE_ENV+= QMAKESPEC="${QMAKESPEC}" X XUSE_GMAKE= yes X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin X X# Pixmaps and Desktop X ${CP} -R ${WRKSRC}/images/logo.png ${PREFIX}/share/pixmaps/bubble-chains.png X ${CP} -R ${WRKSRC}/icon.ico ${PREFIX}/share/pixmaps/bubble-chains.ico X Xpost-install: X# Data X.if !defined (NOPORTDATA) X ${MKDIR} ${DATADIR} X.for d in data X @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) X.endfor X.endif X X# Documentations X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> 3741bbbf2e9ed827de5707251c3da36e echo x - bubble-chains/pkg-descr sed 's/^X//' >bubble-chains/pkg-descr << '6324672002f561e1e1d4d5b38504df9f' XThe aim of Bubble Chains is to remove all of the targets on each level, Xand to do this before the time X(indicated with the blue-colored bar at the right) runs out. XKeep doing this until you have passed the last level and won the game. X XWWW: http://bubble-chains.sintegrial.com/ 6324672002f561e1e1d4d5b38504df9f echo x - bubble-chains/distinfo sed 's/^X//' >bubble-chains/distinfo << '2415a56821a493d62d65d417a1ce5e95' XSHA256 (chains-0.1.1-src.7z) = c1c487c51e8cba1640a49497debe5962f692e17df1272994c5dfaee9d6eb304f XSIZE (chains-0.1.1-src.7z) = 3282431 2415a56821a493d62d65d417a1ce5e95 echo x - bubble-chains/bubble-chains sed 's/^X//' >bubble-chains/bubble-chains << 'e47ce84fb87ceabfcf7ff4bc19ad2c71' X===> Creating shar file e47ce84fb87ceabfcf7ff4bc19ad2c71 echo x - bubble-chains/pkg-plist sed 's/^X//' >bubble-chains/pkg-plist << '2d7c8e2eae601f2c6158c833ce6f0f8e' Xbin/chains Xshare/pixmaps/bubble-chains.ico Xshare/pixmaps/bubble-chains.png X@dirrm share/applications 2d7c8e2eae601f2c6158c833ce6f0f8e exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: [ non-critical | serious | critical ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120423183946.67742253>