From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 18 02:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0581C1065670 for ; Fri, 18 May 2012 02:10:12 +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 D327A8FC12 for ; Fri, 18 May 2012 02:10:11 +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 q4I2ABVQ060283 for ; Fri, 18 May 2012 02:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4I2ABP2060282; Fri, 18 May 2012 02:10:11 GMT (envelope-from gnats) Resent-Date: Fri, 18 May 2012 02:10:11 GMT Resent-Message-Id: <201205180210.q4I2ABP2060282@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 581DA1065673 for ; Fri, 18 May 2012 02:06:47 +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 C8A528FC08 for ; Fri, 18 May 2012 02:06:46 +0000 (UTC) Received: (qmail invoked by alias); 18 May 2012 02:06:39 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp072) with SMTP; 18 May 2012 04:06:39 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 18 May 2012 04:06:39 +0200 Message-Id: <20120518020647.581DA1065673@hub.freebsd.org> Date: Fri, 18 May 2012 04:06:39 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168084: [NEW PORT] games/avoision: Avoision is a simple collect-dots-avoid-blocks game 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:10:12 -0000 >Number: 168084 >Category: ports >Synopsis: [NEW PORT] games/avoision: Avoision is a simple collect-dots-avoid-blocks game >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:10:11 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: Avoision is a straightforward, yet captivating distillation of vintage arcade entertainment requiring strategy, precision, and perseverance with a singular objective: capture the red square while evading innumerable cruel, spiteful white squares. WWW: http://avsn.sourceforge.net/ 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: # # avoision # avoision/Makefile # avoision/pkg-descr # avoision/distinfo # echo c - avoision mkdir -p avoision > /dev/null 2>&1 echo x - avoision/Makefile sed 's/^X//' >avoision/Makefile << 'd4a897af93655050da48f7d930f96bdd' X# New Ports collection makefile for: Avoision X# Date created: 2012-05-17 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= avoision XPORTVERSION= 1.1 XCATEGORIES= games XMASTER_SITES= SF/avsn/ X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Avoision is a simple collect-dots-avoid-blocks game X XLICENSE= GPLv2 CCbyNCSA3 XLICENSE_COMB= dual XLICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported XLICENSE_FILE= ${WRKSRC}/License.txt XLICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt XLICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept 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 d4a897af93655050da48f7d930f96bdd echo x - avoision/pkg-descr sed 's/^X//' >avoision/pkg-descr << '92825857ae562082a1521835850f7f8e' XAvoision is a straightforward, yet captivating distillation of vintage arcade Xentertainment requiring strategy, precision, and perseverance with a singular Xobjective: capture the red square while evading innumerable cruel, Xspiteful white squares. X XWWW: http://avsn.sourceforge.net/ 92825857ae562082a1521835850f7f8e echo x - avoision/distinfo sed 's/^X//' >avoision/distinfo << '242a2b3386c958cb16e56003e185b61a' XSHA256 (avoision-1.1.tar.gz) = 353b774ca234c8dde2625f14ea76057d2adc30a64805650da8647c94ef9b9651 XSIZE (avoision-1.1.tar.gz) = 3014172 242a2b3386c958cb16e56003e185b61a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: