From owner-cvs-all@FreeBSD.ORG Mon Oct 6 21:22:21 2003 Return-Path: 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 C54E516A4B3; Mon, 6 Oct 2003 21:22:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD3F43F85; Mon, 6 Oct 2003 21:22:21 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h974MLXJ002754; Mon, 6 Oct 2003 21:22:21 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h974MLcb002753; Mon, 6 Oct 2003 21:22:21 -0700 (PDT) (envelope-from adamw) Message-Id: <200310070422.h974MLcb002753@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 6 Oct 2003 21:22:20 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/monkeybubble Makefile distinfo pkg-descr pkg-plist ports/games/monkeybubble/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 07 Oct 2003 04:22:21 -0000 adamw 2003/10/06 21:22:20 PDT FreeBSD ports repository Modified files: games Makefile Added files: games/monkeybubble Makefile distinfo pkg-descr pkg-plist games/monkeybubble/files patch-configure Log: Add monkeybubble, a GTK2 puzzle bobble clone. GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but with monkeys. It's like a game, except SO MUCH MORE, because it has monkeys. Note that the game seems to want a couple hundred megs of memory to start, but once the UI comes up, it only consumes about 25MB. We're working on it, but the game plays fine. Tested by: anholt, marcus, and others Revision Changes Path 1.592 +1 -0 ports/games/Makefile 1.1 +32 -0 ports/games/monkeybubble/Makefile (new) 1.1 +1 -0 ports/games/monkeybubble/distinfo (new) 1.1 +10 -0 ports/games/monkeybubble/files/patch-configure (new) 1.1 +9 -0 ports/games/monkeybubble/pkg-descr (new) 1.1 +149 -0 ports/games/monkeybubble/pkg-plist (new)