From tlp@LiquidX.org  Sat Aug 14 08:09:07 2004
Return-Path: <tlp@LiquidX.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1F2A616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 2004 08:09:07 +0000 (GMT)
Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 90AAA43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 2004 08:09:06 +0000 (GMT)
	(envelope-from tlp@LiquidX.org)
Received: from maya.liquidx.org (unverified [24.119.12.253]) 
	by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 31548499 
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 2004 00:53:15 -0700
Message-Id: <20040814020947.797fff4e@maya.liquidx.org>
Date: Sat, 14 Aug 2004 02:09:47 -0600
From: Travis Poppe <tlp@LiquidX.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [New Port] games/ctetris is a beautiful tetris clone written in C
 using the ncurses library

>Number:         70446
>Category:       ports
>Synopsis:       [New Port] games/ctetris is a beautiful tetris clone
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 14 08:10:20 GMT 2004
>Closed-Date:    Thu Sep 02 11:57:50 GMT 2004
>Last-Modified:  Thu Sep 02 11:57:50 GMT 2004
>Originator:     Travis Poppe <tlp@LiquidX.org>
>Release:        
>Organization:
>Environment:
>Description:
A very nice looking tetris clone written in C and ncurses
>How-To-Repeat:
>Fix:
# 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:
#
#	ctetris
#	ctetris/pkg-descr
#	ctetris/Makefile
#	ctetris/distinfo
#
echo c - ctetris
mkdir -p ctetris > /dev/null 2>&1
echo x - ctetris/pkg-descr
sed 's/^X//' >ctetris/pkg-descr << 'END-of-ctetris/pkg-descr'
Xctetris is a beautiful tetris clone, written in C using the ncurses 
Xlibrary. It works very fast and efficient, so it should be possible to 
Xplay it even over a slow remote terminal.
X
XWWW: http://www.sourceforge.com/projects/ctetris/
X
X- Travis Poppe
Xtlp@liquidx.org
END-of-ctetris/pkg-descr
echo x - ctetris/Makefile
sed 's/^X//' >ctetris/Makefile << 'END-of-ctetris/Makefile'
X# New ports collection makefile for:	ctetris
X# Date created:			14 Aug 2004
X# Whom:				Travis Poppe <tlp@liquidx.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ctetris
XPORTVERSION=	0.26
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	tlp@liquidx.org
XCOMMENT=	Beautiful tetris clone written in C using the ncurses library
X
XUSE_BZIP2=	yes
XUSE_REINPLACE=	yes
X
XMAN1=		ctetris.1
XPLIST_FILES=	bin/ctetris
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|termio.h|termios.h|' ${WRKSRC}/ctetris.h
X
Xdo-install:
X	${INSTALL_MAN} ${WRKSRC}/ctetris.1 ${PREFIX}/man/man1/ctetris.1
X	${INSTALL_PROGRAM} ${WRKSRC}/ctetris ${PREFIX}/bin/ctetris
X
X.include <bsd.port.mk>
END-of-ctetris/Makefile
echo x - ctetris/distinfo
sed 's/^X//' >ctetris/distinfo << 'END-of-ctetris/distinfo'
XMD5 (ctetris-0.26.tar.bz2) = 668db063b4e3aa45ce2e002ce38d38e6
XSIZE (ctetris-0.26.tar.bz2) = 13000
END-of-ctetris/distinfo
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Sep 2 11:57:37 GMT 2004 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70446 
>Unformatted:
 written in C using the ncurses library
