From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 7 12:00:41 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A0816A5A6 for ; Sun, 7 May 2006 12:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFDA43D48 for ; Sun, 7 May 2006 12:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k47C0dbX055746 for ; Sun, 7 May 2006 12:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k47C0dRH055745; Sun, 7 May 2006 12:00:39 GMT (envelope-from gnats) Resent-Date: Sun, 7 May 2006 12:00:39 GMT Resent-Message-Id: <200605071200.k47C0dRH055745@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, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D216A400 for ; Sun, 7 May 2006 11:57:38 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C065B43D45 for ; Sun, 7 May 2006 11:57:37 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=22351 helo=nexii.panopticon) by mx6.mail.ru with esmtp id 1FchtI-000NkT-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 07 May 2006 15:57:36 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id F023011411 for ; Sun, 7 May 2006 16:02:47 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 18A11BB; Sun, 7 May 2006 15:58:43 +0400 (MSD) Message-Id: <20060507115843.18A11BB@hades.panopticon> Date: Sun, 7 May 2006 15:58:43 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96905: New port: games/sdlsand Simulation of falling sand and other materials X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 12:00:41 -0000 >Number: 96905 >Category: ports >Synopsis: New port: games/sdlsand Simulation of falling sand and other materials >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: Sun May 07 12:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #1: Fri Jan 27 12:07:19 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: The SDL Sand game (The Falling SDL-Sand Game) is a C++ implementation of the original 'World of Sand' (and later 'Hell of Sand') game implemented in JAVA. SDL Sand uses the SDL (Simple DirectMedia Library - http://www.libsdl.org/) library for screen output. Therefore the implementation can possibly run on every platform supported by SDL. WWW: http://sourceforge.net/projects/sdlsand/ >How-To-Repeat: >Fix: --- sdlsand-20060207.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: # # sdlsand # sdlsand/Makefile # sdlsand/distinfo # sdlsand/pkg-descr # echo c - sdlsand mkdir -p sdlsand > /dev/null 2>&1 echo x - sdlsand/Makefile sed 's/^X//' >sdlsand/Makefile << 'END-of-sdlsand/Makefile' X# New ports collection makefile for: sdlsand X# Date created: 22 Apr 2006 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= sdlsand XPORTVERSION= 20060207 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= sldsand-src-${PORTVERSION} X XMAINTAINER= amdmi3@mail.ru XCOMMENT= Simulation of falling sand and other materials X XUSE_ZIP= yes XUSE_SDL= sdl X XWRKSRC= ${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand X XPLIST_FILES= bin/${PORTNAME} XPORTDOCS= readme.txt X Xdo-build: X cd ${WRKSRC} && ${CXX} -o ${PORTNAME} ${CXXFLAGS} `${SDL_CONFIG} --cflags --libs` main.cpp X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} X.endif X X.include END-of-sdlsand/Makefile echo x - sdlsand/distinfo sed 's/^X//' >sdlsand/distinfo << 'END-of-sdlsand/distinfo' XMD5 (sldsand-src-20060207.zip) = c2611a17ad7665bcbfb28352dc95434e XSHA256 (sldsand-src-20060207.zip) = cab31d00789115fbd13a57b29a5a4e6752e3f70b718d168389785cdda8d649d5 XSIZE (sldsand-src-20060207.zip) = 552046 END-of-sdlsand/distinfo echo x - sdlsand/pkg-descr sed 's/^X//' >sdlsand/pkg-descr << 'END-of-sdlsand/pkg-descr' XThe SDL Sand game (The Falling SDL-Sand Game) is a C++ implementation Xof the original 'World of Sand' (and later 'Hell of Sand') game Ximplemented in JAVA. SDL Sand uses the SDL (Simple DirectMedia XLibrary - http://www.libsdl.org/) library for screen output. Therefore Xthe implementation can possibly run on every platform supported by XSDL. X XWWW: http://sourceforge.net/projects/sdlsand/ END-of-sdlsand/pkg-descr exit --- sdlsand-20060207.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: