From owner-cvs-all Mon Jan 20 17:22:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB15137B401; Mon, 20 Jan 2003 17:22:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7292343F5F; Mon, 20 Jan 2003 17:22:23 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0L1MNfh034512; Mon, 20 Jan 2003 17:22:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0L1MNT6034511; Mon, 20 Jan 2003 17:22:23 -0800 (PST) Message-Id: <200301210122.h0L1MNT6034511@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 20 Jan 2003 17:22:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/gturing Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/gturing/files patch-Makefile.in patch-gturing.desktop.in patch-pixmaps-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/20 17:22:23 PST Modified files: games Makefile Added files: games/gturing Makefile distinfo pkg-comment pkg-descr pkg-plist games/gturing/files patch-Makefile.in patch-gturing.desktop.in patch-pixmaps-Makefile.in Log: New port: games/gturing - A simple Turing machine for gnome2 Gturing is a simple turing machine simulator with graphical interface. A Turing machine is the simplest possible computing device which can only perform very simple operations. However, almost everything in programming languages can be written as a program for the Turing machine. It's a nice complement for students who likes to practice with theory and a nice toy to play with. PR: ports/40368 Submitted by: Juan Salaverria Revision Changes Path 1.518 +1 -0 ports/games/Makefile 1.1 +56 -0 ports/games/gturing/Makefile (new) 1.1 +1 -0 ports/games/gturing/distinfo (new) 1.1 +11 -0 ports/games/gturing/files/patch-Makefile.in (new) 1.1 +7 -0 ports/games/gturing/files/patch-gturing.desktop.in (new) 1.1 +11 -0 ports/games/gturing/files/patch-pixmaps-Makefile.in (new) 1.1 +1 -0 ports/games/gturing/pkg-comment (new) 1.1 +16 -0 ports/games/gturing/pkg-descr (new) 1.1 +67 -0 ports/games/gturing/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message