From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:54:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1E44F16A41C; Thu, 14 Jul 2005 10:54:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BE443D4C; Thu, 14 Jul 2005 10:54:10 +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 j6EAsAxc062487; Thu, 14 Jul 2005 10:54:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAsABe062486; Thu, 14 Jul 2005 10:54:10 GMT (envelope-from pav) Message-Id: <200507141054.j6EAsABe062486@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 10:54:10 +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/math Makefile ports/math/wxMaxima Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 14 Jul 2005 10:54:11 -0000 pav 2005-07-14 10:54:10 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/wxMaxima Makefile distinfo pkg-descr pkg-plist Log: wxMaxima is a wxWidgets GUI for the computer algebra system maxima. Most of maxima functions are accessible through menus, some have dialogs. The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output. PR: ports/83374 Submitted by: Nicola Vitale Revision Changes Path 1.332 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/wxMaxima/Makefile (new) 1.1 +2 -0 ports/math/wxMaxima/distinfo (new) 1.1 +9 -0 ports/math/wxMaxima/pkg-descr (new) 1.1 +12 -0 ports/math/wxMaxima/pkg-plist (new)