From owner-cvs-ports@FreeBSD.ORG Sun Nov 8 03:19:45 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC1D21065670; Sun, 8 Nov 2009 03:19:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA4338FC1E; Sun, 8 Nov 2009 03:19:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA83JjOQ014076; Sun, 8 Nov 2009 03:19:45 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA83Jj5j014075; Sun, 8 Nov 2009 03:19:45 GMT (envelope-from amdmi3) Message-Id: <200911080319.nA83Jj5j014075@repoman.freebsd.org> From: Dmitry Marakasov Date: Sun, 8 Nov 2009 03:19:45 +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/devel Makefile ports/devel/bennugd-modules Makefile distinfo pkg-descr pkg-plist ports/devel/bennugd-modules/files patch-configure patch-include-crypt.h patch-mod_mem-mod_mem.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 03:19:45 -0000 amdmi3 2009-11-08 03:19:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bennugd-modules Makefile distinfo pkg-descr pkg-plist devel/bennugd-modules/files patch-configure patch-include-crypt.h patch-mod_mem-mod_mem.c Log: Bennu is a high level open source game development suite which focuses on modularity and portability, making it a perfect choice for cross-platform game development. Although officialy it is only supported on Windows, Linux and GP2X Wiz (on the right), Bennu can run on multiple other platforms, including *BSD, MacOSX and other consoles such as the Wii, Dingoo A320, GP2X, or the classic Xbox. This makes it really fun to code in Bennu: the game can be played on you computer AND your console! WWW: http://www.bennugd.org/ Revision Changes Path 1.3686 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/bennugd-modules/Makefile (new) 1.1 +3 -0 ports/devel/bennugd-modules/distinfo (new) 1.1 +60 -0 ports/devel/bennugd-modules/files/patch-configure (new) 1.1 +11 -0 ports/devel/bennugd-modules/files/patch-include-crypt.h (new) 1.1 +20 -0 ports/devel/bennugd-modules/files/patch-mod_mem-mod_mem.c (new) 1.1 +13 -0 ports/devel/bennugd-modules/pkg-descr (new) 1.1 +139 -0 ports/devel/bennugd-modules/pkg-plist (new)