From owner-cvs-ports@FreeBSD.ORG Fri Feb 18 13:12:53 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E8816A4CE; Fri, 18 Feb 2005 13:12:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8396643D53; Fri, 18 Feb 2005 13:12:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IDCrli013128; Fri, 18 Feb 2005 13:12:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IDCr4v013127; Fri, 18 Feb 2005 13:12:53 GMT (envelope-from pav) Message-Id: <200502181312.j1IDCr4v013127@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 18 Feb 2005 13:12:51 +0000 (UTC) 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/noegnud-addons Makefile distinfo pkg-descr ports/games/noegnud-data Makefile distinfo pkg-descr pkg-plist ports/games/noegnud-data/files... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 18 Feb 2005 13:12:54 -0000 pav 2005-02-18 13:12:51 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/noegnud-addons Makefile distinfo pkg-descr games/noegnud-data Makefile distinfo pkg-descr pkg-plist games/noegnud-data/files patch-variants::Makefile games/noegnud-littlehack Makefile distinfo pkg-descr pkg-plist games/noegnud-littlehack/files noegnud-littlehack.patch patch-noegnud::noegnud_glfuncs.h patch-noegnud::noegnud_interface.h patch-variants::Makefile patch-variants::littlehack-0.0.1::src::trap.c games/noegnud-nethack Makefile distinfo pkg-descr pkg-plist games/noegnud-nethack/files noegnud-nethack.patch patch-noegnud::noegnud_glfuncs.h patch-noegnud::noegnud_interface.h patch-variants::Makefile games/noegnud-nethack-deet Makefile distinfo pkg-descr pkg-plist games/noegnud-nethack-deet/files noegnud-nethack-deet.patch patch-noegnud::noegnud_glfuncs.h patch-noegnud::noegnud_interface.h patch-variants::Makefile games/noegnud-slashem Makefile distinfo pkg-descr pkg-plist games/noegnud-slashem/files noegnud-slashem.patch patch-noegnud::noegnud_glfuncs.h patch-noegnud::noegnud_interface.h patch-variants::Makefile Log: noeGNUd aims to be the ultimate User Interface ( UI ) for nethack. comibining character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to allow the serious nethack player ultimate freedom of interface to the game that allows ultimate freedom of gameplay and imagination. noegnud-data is the foundamental data for noeGNUd which all noeGNUd games depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and noegnud-littlehack are the four variant games that noeGNUd support. noegnud-addons installs tilesets and sound themes. PR: ports/65318 Submitted by: Leland Wang Revision Changes Path 1.746 +6 -0 ports/games/Makefile 1.1 +74 -0 ports/games/noegnud-addons/Makefile (new) 1.1 +20 -0 ports/games/noegnud-addons/distinfo (new) 1.1 +10 -0 ports/games/noegnud-addons/pkg-descr (new) 1.1 +26 -0 ports/games/noegnud-data/Makefile (new) 1.1 +2 -0 ports/games/noegnud-data/distinfo (new) 1.1 +29 -0 ports/games/noegnud-data/files/patch-variants::Makefile (new) 1.1 +10 -0 ports/games/noegnud-data/pkg-descr (new) 1.1 +1566 -0 ports/games/noegnud-data/pkg-plist (new) 1.1 +65 -0 ports/games/noegnud-littlehack/Makefile (new) 1.1 +4 -0 ports/games/noegnud-littlehack/distinfo (new) 1.1 +144 -0 ports/games/noegnud-littlehack/files/noegnud-littlehack.patch (new) 1.1 +13 -0 ports/games/noegnud-littlehack/files/patch-noegnud::noegnud_glfuncs.h (new) 1.1 +13 -0 ports/games/noegnud-littlehack/files/patch-noegnud::noegnud_interface.h (new) 1.1 +60 -0 ports/games/noegnud-littlehack/files/patch-variants::Makefile (new) 1.1 +18 -0 ports/games/noegnud-littlehack/files/patch-variants::littlehack-0.0.1::src::trap.c (new) 1.1 +10 -0 ports/games/noegnud-littlehack/pkg-descr (new) 1.1 +14 -0 ports/games/noegnud-littlehack/pkg-plist (new) 1.1 +65 -0 ports/games/noegnud-nethack-deet/Makefile (new) 1.1 +4 -0 ports/games/noegnud-nethack-deet/distinfo (new) 1.1 +164 -0 ports/games/noegnud-nethack-deet/files/noegnud-nethack-deet.patch (new) 1.1 +13 -0 ports/games/noegnud-nethack-deet/files/patch-noegnud::noegnud_glfuncs.h (new) 1.1 +13 -0 ports/games/noegnud-nethack-deet/files/patch-noegnud::noegnud_interface.h (new) 1.1 +51 -0 ports/games/noegnud-nethack-deet/files/patch-variants::Makefile (new) 1.1 +10 -0 ports/games/noegnud-nethack-deet/pkg-descr (new) 1.1 +14 -0 ports/games/noegnud-nethack-deet/pkg-plist (new) 1.1 +65 -0 ports/games/noegnud-nethack/Makefile (new) 1.1 +4 -0 ports/games/noegnud-nethack/distinfo (new) 1.1 +143 -0 ports/games/noegnud-nethack/files/noegnud-nethack.patch (new) 1.1 +13 -0 ports/games/noegnud-nethack/files/patch-noegnud::noegnud_glfuncs.h (new) 1.1 +13 -0 ports/games/noegnud-nethack/files/patch-noegnud::noegnud_interface.h (new) 1.1 +51 -0 ports/games/noegnud-nethack/files/patch-variants::Makefile (new) 1.1 +10 -0 ports/games/noegnud-nethack/pkg-descr (new) 1.1 +14 -0 ports/games/noegnud-nethack/pkg-plist (new) 1.1 +65 -0 ports/games/noegnud-slashem/Makefile (new) 1.1 +4 -0 ports/games/noegnud-slashem/distinfo (new) 1.1 +114 -0 ports/games/noegnud-slashem/files/noegnud-slashem.patch (new) 1.1 +13 -0 ports/games/noegnud-slashem/files/patch-noegnud::noegnud_glfuncs.h (new) 1.1 +13 -0 ports/games/noegnud-slashem/files/patch-noegnud::noegnud_interface.h (new) 1.1 +51 -0 ports/games/noegnud-slashem/files/patch-variants::Makefile (new) 1.1 +10 -0 ports/games/noegnud-slashem/pkg-descr (new) 1.1 +186 -0 ports/games/noegnud-slashem/pkg-plist (new)