From nemysis@gmx.ch  Fri May 18 02:11:29 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 588741065674
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 May 2012 02:11:29 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23])
	by mx1.freebsd.org (Postfix) with SMTP id C8BD28FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 May 2012 02:11:28 +0000 (UTC)
Received: (qmail invoked by alias); 18 May 2012 02:11:26 -0000
Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201]
  by mail.gmx.net (mp029) with SMTP; 18 May 2012 04:11:26 +0200
Received: by something.email.com (sSMTP sendmail emulation); Fri, 18 May 2012 04:11:27 +0200
Message-Id: <20120518021129.588741065674@hub.freebsd.org>
Date: Fri, 18 May 2012 04:11:27 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] games/fbg2: Classic block-stacking arcade game
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168086
>Category:       ports
>Synopsis:       [NEW PORT] games/fbg2: Classic block-stacking arcade game
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 02:20:02 UTC 2012
>Closed-Date:    Fri May 18 04:42:19 UTC 2012
>Last-Modified:  Fri May 18 04:50:15 UTC 2012
>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:
Falling Block Game is a free, open source block stacking game available for
Windows and Linux. The object of the game is to move and rotate pieces in order
to fill in complete rows. The more rows you clear at once,
the more points you score!

WWW: http://fbg.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:
#
#	fbg2
#	fbg2/Makefile
#	fbg2/pkg-descr
#	fbg2/distinfo
#
echo c - fbg2
mkdir -p fbg2 > /dev/null 2>&1
echo x - fbg2/Makefile
sed 's/^X//' >fbg2/Makefile << 'd54b671def5218c32f7d0e171e9c530e'
X# New Ports collection makefile for:	Falling Block Game
X# Date created:		2012-05-18
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fbg2
XPORTVERSION=	0.4
XCATEGORIES=	games
XMASTER_SITES=	SF/fbg/
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Classic block-stacking arcade 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 <bsd.port.mk>
d54b671def5218c32f7d0e171e9c530e
echo x - fbg2/pkg-descr
sed 's/^X//' >fbg2/pkg-descr << 'e55bc29dd479b1bca5095f4934214a5a'
XFalling Block Game is a free, open source block stacking game available for
XWindows and Linux. The object of the game is to move and rotate pieces in order
Xto fill in complete rows. The more rows you clear at once,
Xthe more points you score!
X
XWWW: http://fbg.sourceforge.net/
e55bc29dd479b1bca5095f4934214a5a
echo x - fbg2/distinfo
sed 's/^X//' >fbg2/distinfo << 'ef2a7ee613e8ea3d506973ad8239a308'
XSHA256 (fbg2-0.4.tar.gz) = 028c2f93866a178585d6374b6647ee3cb18df1d41b5c4b89b2106c166f00e41c
XSIZE (fbg2-0.4.tar.gz) = 3998693
ef2a7ee613e8ea3d506973ad8239a308
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri May 18 03:03:40 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168086 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 18 04:42:18 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168086: commit references a PR
Date: Fri, 18 May 2012 04:42:54 +0000 (UTC)

 miwi        2012-05-18 04:42:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
   Added files:
     games/fbg2           Makefile distinfo pkg-descr 
   Log:
   Falling Block Game is a free, open source block stacking game available for
   Windows and Linux. The object of the game is to move and rotate pieces in order
   to fill in complete rows. The more rows you clear at once,
   the more points you score!
   
   WWW: http://fbg.sourceforge.net/
   
   PR:             ports/168086
   Submitted by:   nemysis@gmx.ch
   
   Revision  Changes    Path
   1.1431    +1 -0      ports/games/Makefile
   1.1       +49 -0     ports/games/fbg2/Makefile (new)
   1.1       +2 -0      ports/games/fbg2/distinfo (new)
   1.1       +6 -0      ports/games/fbg2/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:
