From jimmy@mammothcheese.ca  Tue Dec 19 22:16:19 2006
Return-Path: <jimmy@mammothcheese.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 69F6116A412
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Dec 2006 22:16:19 +0000 (UTC)
	(envelope-from jimmy@mammothcheese.ca)
Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79])
	by mx1.FreeBSD.org (Postfix) with SMTP id DC5EC43CAE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Dec 2006 22:16:08 +0000 (GMT)
	(envelope-from jimmy@mammothcheese.ca)
Received: (qmail 73931 invoked from network); 19 Dec 2006 22:16:08 -0000
Received: from unknown (HELO ?HOSTNAME?) (jazzturk@rogers.com@74.110.53.6 with login)
  by smtp101.rog.mail.re2.yahoo.com with SMTP; 19 Dec 2006 22:16:08 -0000
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Tue, 19 Dec 2006 17:16:06 -0500
Message-Id: <20061219221613.DC5EC43CAE@mx1.FreeBSD.org>
Date: Tue, 19 Dec 2006 17:16:06 -0500
From: James Bailie <jimmy@mammothcheese.ca>
Reply-To: James Bailie <jimmy@mammothcheese.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port:  games/tetrons
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106942
>Category:       ports
>Synopsis:       New Port:  games/tetrons
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 22:20:15 GMT 2006
>Closed-Date:    Thu Dec 21 20:19:57 GMT 2006
>Last-Modified:  Thu Dec 21 20:30:19 GMT 2006
>Originator:     James Bailie
>Release:        FreeBSD 6.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD localhost 6.1-RELEASE-p9 FreeBSD 6.1-RELEASE-p9 #11: Sat Nov 18 01:58:17 EST 2006 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- tetrons.sh 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:
#
#	tetrons
#	tetrons/Makefile
#	tetrons/distinfo
#	tetrons/pkg-plist
#	tetrons/pkg-descr
#
echo c - tetrons
mkdir -p tetrons > /dev/null 2>&1
echo x - tetrons/Makefile
sed 's/^X//' >tetrons/Makefile << 'END-of-tetrons/Makefile'
X# New ports collection makefile for:  tetrons
X# Date created:                       Tue, Dec 19 2006 15:00:38 EST
X# Whom:                               James Bailie <jimmy@mammothcheese.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tetrons
XPORTVERSION=	1.2
XCATEGORIES=	games
XMASTER_SITES=	http://www.mammothcheese.ca/
X
XMAINTAINER=	jimmy@mammothcheese.ca
XCOMMENT=	Tetris(TM) clone for X11
X
X.include <bsd.port.pre.mk>
X
XMAKE_ARGS+=	-DRANDOM
XUSE_XLIB=	yes
X
X.include <bsd.port.post.mk>
END-of-tetrons/Makefile
echo x - tetrons/distinfo
sed 's/^X//' >tetrons/distinfo << 'END-of-tetrons/distinfo'
XMD5 (tetrons-1.2.tar.gz) = ccdddcf77fb232c06361aa644c8b27ac
XSHA256 (tetrons-1.2.tar.gz) = b14f54d8541b607b7d16361e8e08456deef27f626520cca607bdcf6ce0188aca
XSIZE (tetrons-1.2.tar.gz) = 9939
END-of-tetrons/distinfo
echo x - tetrons/pkg-plist
sed 's/^X//' >tetrons/pkg-plist << 'END-of-tetrons/pkg-plist'
Xbin/tetrons
END-of-tetrons/pkg-plist
echo x - tetrons/pkg-descr
sed 's/^X//' >tetrons/pkg-descr << 'END-of-tetrons/pkg-descr'
XThis is a version of the popular falling-block game from the eighties which
Xrequires only Xlib to build and run.
END-of-tetrons/pkg-descr
exit
--- tetrons.sh ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Dec 19 22:29:50 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106942 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Dec 21 20:19:53 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106942: commit references a PR
Date: Thu, 21 Dec 2006 20:20:36 +0000 (UTC)

 miwi        2006-12-21 20:20:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
   Added files:
     games/tetrons        Makefile distinfo pkg-descr 
   Log:
   This is a version of the popular falling-block game from the eighties which
   requires only Xlib to build and run.
   
   PR:             ports/106942
   Submitted by:   James Bailie <jimmy at mammothcheese.ca>
   
   Revision  Changes    Path
   1.1067    +1 -0      ports/games/Makefile
   1.1       +21 -0     ports/games/tetrons/Makefile (new)
   1.1       +3 -0      ports/games/tetrons/distinfo (new)
   1.1       +2 -0      ports/games/tetrons/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:
