From owner-cvs-all@FreeBSD.ORG Fri Feb 9 11:16:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 850DF16A401; Fri, 9 Feb 2007 11:16:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7742313C4A3; Fri, 9 Feb 2007 11:16:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19BGokl080549; Fri, 9 Feb 2007 11:16:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19BGokJ080548; Fri, 9 Feb 2007 11:16:50 GMT (envelope-from sat) Message-Id: <200702091116.l19BGokJ080548@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 9 Feb 2007 11:16:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/tbclock Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 11:16:50 -0000 sat 2007-02-09 11:16:50 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/tbclock Makefile distinfo pkg-descr Log: Add port games/tbclock: tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It doesn't support resizing (yet). It is quite simple and features modules like 'guessbin' a little game and 'chrono' a timer with tenth of seconds. WWW: http://tamentis.com/projects/tbclock/ Revision Changes Path 1.1086 +1 -0 ports/games/Makefile 1.1 +28 -0 ports/games/tbclock/Makefile (new) 1.1 +3 -0 ports/games/tbclock/distinfo (new) 1.1 +6 -0 ports/games/tbclock/pkg-descr (new)