ports/87232: [MAINTAINER UPDATE]: games/ctetris to 0.41 and rename

Travis Poppe tlp at liquidx.org
Mon Oct 10 22:20:18 UTC 2005


>Number:         87232
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/ctetris to 0.41 and rename
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 22:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
Update ctetris to the latest version. This port has been renamed to ctris, so
this should be handled accordingly. I've also re-worked the pkg-descr and 
updated the comment. 
>How-To-Repeat:
>Fix:
diff -ruN ctetris/Makefile ctris/Makefile
--- ctetris/Makefile	Sat Nov 27 18:17:22 2004
+++ ctris/Makefile	Mon Oct 10 16:15:43 2005
@@ -5,27 +5,26 @@
 # $FreeBSD: ports/games/ctetris/Makefile,v 1.2 2004/11/28 01:17:22 pav Exp $
 #
 
-PORTNAME=	ctetris
-PORTVERSION=	0.30
+PORTNAME=	ctris
+PORTVERSION=	0.41
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://www.liquidx.org/distfiles/
 
 MAINTAINER=	tlp at liquidx.org
-COMMENT=	Beautiful tetris clone written in C using the ncurses library
+COMMENT=	Colorized, small and flexible Tetris(TM)-clone for the console
 
 USE_BZIP2=	yes
 USE_REINPLACE=	yes
 
-MAN1=		ctetris.1
-PLIST_FILES=	bin/ctetris
+MAN6=		ctris.6
+MANCOMPRESSED=	yes
+PLIST_FILES=	bin/ctris
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e 's|termio.h|termios.h|' ${WRKSRC}/ctetris.h
 
 do-install:
-	${INSTALL_MAN} ${WRKSRC}/ctetris.1 ${PREFIX}/man/man1/ctetris.1
-	${INSTALL_PROGRAM} ${WRKSRC}/ctetris ${PREFIX}/bin/ctetris
+	${INSTALL_MAN} ${WRKSRC}/ctris.6.gz ${PREFIX}/man/man6/ctris.6.gz
+	${INSTALL_PROGRAM} ${WRKSRC}/ctris ${PREFIX}/bin/ctris
 
 .include <bsd.port.mk>
diff -ruN ctetris/distinfo ctris/distinfo
--- ctetris/distinfo	Sat Nov 27 18:17:22 2004
+++ ctris/distinfo	Mon Oct 10 16:08:04 2005
@@ -1,2 +1,2 @@
-MD5 (ctetris-0.30.tar.bz2) = c6c6b9cf5d4b8ea4f82e498220293411
-SIZE (ctetris-0.30.tar.bz2) = 13527
+MD5 (ctris-0.41.tar.bz2) = 6d5c0c4809a03a12ff6a75255e1585f6
+SIZE (ctris-0.41.tar.bz2) = 13914
diff -ruN ctetris/pkg-descr ctris/pkg-descr
--- ctetris/pkg-descr	Thu Sep  2 05:56:01 2004
+++ ctris/pkg-descr	Mon Oct 10 16:03:30 2005
@@ -1,8 +1,4 @@
-ctetris is a beautiful tetris clone, written in C using the ncurses 
-library. It works very fast and efficient, so it should be possible to 
-play it even over a slow remote terminal.
+ctris is a colorized, small and flexible Tetris(TM)-clone for the console.
+It also has some small special features. (e.g. a highscore-list)
 
-WWW: http://www.sourceforge.com/projects/ctetris/
-
-- Travis Poppe
-tlp at liquidx.org
+WWW: http://www.hackl.dhs.org/ctris/

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list