From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 18 02:20:03 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 1ECAE106567F for ; Fri, 18 May 2012 02:20:03 +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 E5C858FC17 for ; Fri, 18 May 2012 02:20:02 +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 q4I2K2mO070202 for ; Fri, 18 May 2012 02:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4I2K2R9070201; Fri, 18 May 2012 02:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 18 May 2012 02:20:02 GMT Resent-Message-Id: <201205180220.q4I2K2R9070201@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02CED1065670 for ; Fri, 18 May 2012 02:13:03 +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 797F08FC12 for ; Fri, 18 May 2012 02:13:02 +0000 (UTC) Received: (qmail invoked by alias); 18 May 2012 02:13:00 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 18 May 2012 04:13:00 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 18 May 2012 04:13:00 +0200 Message-Id: <20120518021303.02CED1065670@hub.freebsd.org> Date: Fri, 18 May 2012 04:13:00 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168087: [NEW PORT] games/thegrind: A simple game about escaping from work 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: Fri, 18 May 2012 02:20:03 -0000 >Number: 168087 >Category: ports >Synopsis: [NEW PORT] games/thegrind: A simple game about escaping from work >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 02:20:02 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: The Grind is a simple game about escaping from work at a reasonable hour by avoiding responsibility. The goal is to acquire as little work (as few "to-do's") as possible throughout your 9-5 workday. Wander around the cubicles and hide from the men in suits--if they're coming your way, that means they want to give you work! Use the arrow keys to move, space to start, and escape to exit. WWW: http://radius-engine.sourceforge.net/development/the-grind--ld21-.html Use Radius Engine. 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: # # thegrind # thegrind/Makefile # thegrind/pkg-descr # thegrind/distinfo # echo c - thegrind mkdir -p thegrind > /dev/null 2>&1 echo x - thegrind/Makefile sed 's/^X//' >thegrind/Makefile << '6b1da227bec5b8ff48ae0caf33c3b3c6' X# New Ports collection makefile for: The Grind X# Date created: 2012-05-18 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= thegrind XPORTVERSION= 0.1.2 XCATEGORIES= games XMASTER_SITES= SF/radius-engine/ld21/ X XMAINTAINER= nemysis@gmx.ch XCOMMENT= A simple game about escaping from work X XLICENSE= GPLv2 X XLIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ X lua-5.1:${PORTSDIR}/lang/lua \ X png:${PORTSDIR}/graphics/png \ X physfs.1:${PORTSDIR}/devel/physfs XRUN_DEPENDS= zip:${PORTSDIR}/archivers/zip X XGNU_CONFIGURE= yes XALL_TARGET= ${PORTNAME} XUSE_SDL= sdl sound XUSE_GL= glu XMAKE_JOBS_SAFE= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/applications/${PORTNAME}.desktop \ X share/pixmaps/${PORTNAME}.png XPLIST_DIRSTRY= share/applications X XPORTDATA= * XPORTDOCS= ChangeLog X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} X.endif X X.include 6b1da227bec5b8ff48ae0caf33c3b3c6 echo x - thegrind/pkg-descr sed 's/^X//' >thegrind/pkg-descr << '7cc887999e049378e362a9113781076d' XThe Grind is a simple game about escaping from work at a reasonable hour Xby avoiding responsibility. X XThe goal is to acquire as little work (as few "to-do's") as possible Xthroughout your 9-5 workday. XWander around the cubicles and hide from the men in suits--if they're Xcoming your way, that means they want to give you work! X XUse the arrow keys to move, space to start, and escape to exit. X XWWW: http://radius-engine.sourceforge.net/development/the-grind--ld21-.html 7cc887999e049378e362a9113781076d echo x - thegrind/distinfo sed 's/^X//' >thegrind/distinfo << 'b6f3679cecf4711c1c5b227261bdbffd' XSHA256 (thegrind-0.1.2.tar.gz) = 4b39afddbe29445113eefd778b2643e464c8b432a040023309b3b758946e74c9 XSIZE (thegrind-0.1.2.tar.gz) = 156570 b6f3679cecf4711c1c5b227261bdbffd exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: