From amdmi3@amdmi3.ru  Wed Mar 19 00:38:36 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C408D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Mar 2008 00:38:36 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from cp65.agava.net (cp65.agava.net [89.108.66.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 8404E8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Mar 2008 00:38:36 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.63 (FreeBSD))
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1JbmOD-000Gjq-2i
	for FreeBSD-gnats-submit@freebsd.org; Wed, 19 Mar 2008 03:42:45 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 39701766C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Mar 2008 03:38:06 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 933A71702D; Wed, 19 Mar 2008 03:38:48 +0300 (MSK)
Message-Id: <20080319003848.933A71702D@hades.panopticon>
Date: Wed, 19 Mar 2008 03:38:48 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Reply-To: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] games/glsfcave: Control a ribbon to avoid hitting walls
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121847
>Category:       ports
>Synopsis:       [NEW PORT] games/glsfcave: Control a ribbon to avoid hitting walls
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 00:40:03 UTC 2008
>Closed-Date:    Wed Mar 26 16:53:34 UTC 2008
>Last-Modified:  Wed Mar 26 17:00:01 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
GLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave is
a game where the player controls a ribbon to avoid hitting walls.

You have only one control: when you hold the mouse button, the
ribbon goes up. Otherwise the ribbon goes down.

The game uses OpenGL for drawing two-dimensional frames. This is
for portability(for MacOS X) and to offload CPU.

WWW: http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/
>How-To-Repeat:
>Fix:

--- glsfcave-1.0.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:
#
#	glsfcave
#	glsfcave/distinfo
#	glsfcave/Makefile
#	glsfcave/pkg-descr
#
echo c - glsfcave
mkdir -p glsfcave > /dev/null 2>&1
echo x - glsfcave/distinfo
sed 's/^X//' >glsfcave/distinfo << 'END-of-glsfcave/distinfo'
XMD5 (glsfcave-1.0.tar.bz2) = ff0f7897c1c6366ed41cf59fde4efed5
XSHA256 (glsfcave-1.0.tar.bz2) = 778655f28452d104fcb3b23b48938b2d1a52076be464f0c658a165f89821f6e9
XSIZE (glsfcave-1.0.tar.bz2) = 4017
END-of-glsfcave/distinfo
echo x - glsfcave/Makefile
sed 's/^X//' >glsfcave/Makefile << 'END-of-glsfcave/Makefile'
X# New ports collection makefile for:	glsfcave
X# Date created:		19 Mar 2008
X# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	glsfcave
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/ \
X		http://www.amdmi3.ru/distfiles/
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	amdmi3@amdmi3.ru
XCOMMENT=	Control a ribbon to avoid hitting walls
X
XLIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
X
XUSE_BZIP2=	yes
XUSE_GL=		yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XPORTDOCS=	README
XPLIST_FILES=	bin/glsfcave
X
Xdo-build:
X	cd ${WRKSRC} && ${CC} -o glsfcave main.c -I${LOCALBASE}/include \
X		-L${LOCALBASE}/lib -lglut -lGL -lGLU
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/glsfcave ${PREFIX}/bin
X
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 <bsd.port.mk>
END-of-glsfcave/Makefile
echo x - glsfcave/pkg-descr
sed 's/^X//' >glsfcave/pkg-descr << 'END-of-glsfcave/pkg-descr'
XGLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave is
Xa game where the player controls a ribbon to avoid hitting walls.
X
XYou have only one control: when you hold the mouse button, the
Xribbon goes up. Otherwise the ribbon goes down.
X
XThe game uses OpenGL for drawing two-dimensional frames. This is
Xfor portability(for MacOS X) and to offload CPU.
X
XWWW: http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/
END-of-glsfcave/pkg-descr
exit
--- glsfcave-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 19 00:40:12 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121847 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 26 16:53:34 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121847 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121847: commit references a PR
Date: Wed, 26 Mar 2008 16:53:55 +0000 (UTC)

 miwi        2008-03-26 16:53:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
   Added files:
     games/glsfcave       Makefile distinfo pkg-descr 
   Log:
   GLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave is
   a game where the player controls a ribbon to avoid hitting walls.
   
   You have only one control: when you hold the mouse button, the
   ribbon goes up. Otherwise the ribbon goes down.
   
   The game uses OpenGL for drawing two-dimensional frames. This is
   for portability(for MacOS X) and to offload CPU.
   
   WWW: http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/
   
   PR:             ports/121847
   Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
   
   Revision  Changes    Path
   1.1190    +1 -0      ports/games/Makefile
   1.1       +42 -0     ports/games/glsfcave/Makefile (new)
   1.1       +3 -0      ports/games/glsfcave/distinfo (new)
   1.1       +10 -0     ports/games/glsfcave/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
