From owner-cvs-all@FreeBSD.ORG Fri Mar 25 01:47:15 2005 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 AAEC616A4CF; Fri, 25 Mar 2005 01:47:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8843543D2D; Fri, 25 Mar 2005 01:47:15 +0000 (GMT) (envelope-from maho@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 j2P1lFV0000568; Fri, 25 Mar 2005 01:47:15 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2P1lFMZ000567; Fri, 25 Mar 2005 01:47:15 GMT (envelope-from maho) Message-Id: <200503250147.j2P1lFMZ000567@repoman.freebsd.org> From: Maho Nakata Date: Fri, 25 Mar 2005 01:47:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/mxp Makefile distinfo pkg-descr pkg-plist ports/graphics/mxp/files patch-Makefile patch-lugfnts.h 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: Fri, 25 Mar 2005 01:47:15 -0000 maho 2005-03-25 01:47:15 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/mxp Makefile distinfo pkg-descr pkg-plist graphics/mxp/files patch-Makefile patch-lugfnts.h Log: Add mxp (Mandelbrot explorer). Mxp is an X application for computing and exploring Mandelbrot sets. Features of mxp include: - zoom and un-zoom - dynamic resizing of drawing window - setup save/load - asynchronous image generation (buttons always work) - GIF output - animation - nine color schemes - color rotation - color change options - detailed statistics WWW: http://www.ibiblio.org/pub/Linux/apps/math/fractals/ and also fix category Approved by: portmgr(marcus) Submitted by: kris Revision Changes Path 1.800 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/mxp/Makefile (new) 1.1 +2 -0 ports/graphics/mxp/distinfo (new) 1.1 +50 -0 ports/graphics/mxp/files/patch-Makefile (new) 1.1 +16 -0 ports/graphics/mxp/files/patch-lugfnts.h (new) 1.1 +14 -0 ports/graphics/mxp/pkg-descr (new) 1.1 +4 -0 ports/graphics/mxp/pkg-plist (new)