From amdmi3@mail.ru  Sun May  7 11:57:38 2006
Return-Path: <amdmi3@mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B0D216A400
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <amdmi3@mail.ru>
Reply-To: Dmitry Marakasov <amdmi3@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: games/sdlsand Simulation of falling sand and other materials
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96905
>Category:       ports
>Synopsis:       New port: games/sdlsand Simulation of falling sand and other materials
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 12:00:39 GMT 2006
>Closed-Date:    Mon May 08 02:04:55 CEST 2006
>Last-Modified:  Mon May 08 02:04:55 CEST 2006
>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 <amdmi3@mail.ru>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Mon May 8 01:54:43 CEST 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96905 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Mon May 8 02:04:53 CEST 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96905 
>Unformatted:
