From owner-cvs-all@FreeBSD.ORG Tue Sep 30 07:47:19 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 4943C16A4B3; Tue, 30 Sep 2003 07:47:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A2443FE5; Tue, 30 Sep 2003 07:47:18 -0700 (PDT) (envelope-from krion@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 h8UElHXJ089568; Tue, 30 Sep 2003 07:47:18 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8UElHlh089566; Tue, 30 Sep 2003 07:47:17 -0700 (PDT) (envelope-from krion) Message-Id: <200309301447.h8UElHlh089566@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 30 Sep 2003 07:47:16 -0700 (PDT) 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/xd3d Makefile distinfo pkg-descr pkg-plist ports/graphics/xd3d/files RULES.FreeBSD 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, 30 Sep 2003 14:47:19 -0000 krion 2003/09/30 07:47:16 PDT FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/xd3d Makefile distinfo pkg-descr pkg-plist graphics/xd3d/files RULES.FreeBSD Log: Add xd3d 8.0.2, a simple scientific visualization tool. It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields, iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic expression or a cloud of points. It generates high quality vector PostScript files for scientific publications and still or animated bitmap images. It includes the graph plotter xgraphic. PR: 56986 Submitted by: thierry@pompo.net Revision Changes Path 1.614 +1 -0 ports/graphics/Makefile 1.1 +91 -0 ports/graphics/xd3d/Makefile (new) 1.1 +1 -0 ports/graphics/xd3d/distinfo (new) 1.1 +81 -0 ports/graphics/xd3d/files/RULES.FreeBSD (new) 1.1 +10 -0 ports/graphics/xd3d/pkg-descr (new) 1.1 +63 -0 ports/graphics/xd3d/pkg-plist (new)