ports/70446: [New Port] games/ctetris is a beautiful tetris clone written in C using the ncurses library
Travis Poppe
tlp at LiquidX.org
Sat Aug 14 08:10:27 UTC 2004
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 14 08:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Travis Poppe <tlp at 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 at 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 at 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 at 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:
>Unformatted:
written in C using the ncurses library
More information about the freebsd-ports-bugs
mailing list