From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 23 16:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B3191065675 for ; Mon, 23 Apr 2012 16:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2F18FC12 for ; Mon, 23 Apr 2012 16:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3NGe7ne060505 for ; Mon, 23 Apr 2012 16:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3NGe75U060504; Mon, 23 Apr 2012 16:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 23 Apr 2012 16:40:07 GMT Resent-Message-Id: <201204231640.q3NGe75U060504@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B1661065672 for ; Mon, 23 Apr 2012 16:39:48 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 1BD628FC19 for ; Mon, 23 Apr 2012 16:39:47 +0000 (UTC) Received: (qmail invoked by alias); 23 Apr 2012 16:39:47 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO nemysis3now.no-ip.biz) [85.4.230.201] by mail.gmx.net (mp070) with SMTP; 23 Apr 2012 18:39:47 +0200 Message-Id: <20120423183946.67742253@nemysis3now.no-ip.biz> Date: Mon, 23 Apr 2012 18:39:46 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167234: [NEW PORT] games/bubble-chains: The aim of Bubble Chains is to remove all of the targets X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2012 16:40:08 -0000 >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 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 ]