From owner-cvs-all@FreeBSD.ORG Mon Jan 5 20:15:13 2004 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 6AECB16A4CE; Mon, 5 Jan 2004 20:15:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893D543D39; Mon, 5 Jan 2004 20:15:12 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i064FC0B052944; Mon, 5 Jan 2004 20:15:12 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i064FCGC052943; Mon, 5 Jan 2004 20:15:12 -0800 (PST) (envelope-from linimon) Message-Id: <200401060415.i064FCGC052943@repoman.freebsd.org> From: Mark Linimon Date: Mon, 5 Jan 2004 20:15:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/koctave Makefile distinfo pkg-descr pkg-plist 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, 06 Jan 2004 04:15:13 -0000 linimon 2004/01/05 20:15:12 PST FreeBSD ports repository Modified files: math Makefile Added files: math/koctave Makefile distinfo pkg-descr pkg-plist Log: Add math/koctave, a KDE GUI for the math/octave package. It contains an editor with syntax highlighning and a help browser; you can work almost the same way as in Matlab (c) , i.e. use the editor and execute your code from there with (F5) or press run. One difference is the command window; it is meant for "quick commands" and not a history as in Matlab you can add commands to the list in settings. (Note to submitter: it is not necessary to remove all the directories in pkg-plist that are installed by any standard X-related port). PR: ports/55143 Submitted by: Kay Lehmann Revision Changes Path 1.250 +2 -0 ports/math/Makefile 1.1 +27 -0 ports/math/koctave/Makefile (new) 1.1 +1 -0 ports/math/koctave/distinfo (new) 1.1 +10 -0 ports/math/koctave/pkg-descr (new) 1.1 +15 -0 ports/math/koctave/pkg-plist (new)