diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-06 04:15:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-06 04:15:12 +0000 |
commit | cb8e2a5d9ab250f9d75cabdeaf3363b3a68a9464 (patch) | |
tree | c85c702462c112f36c30e443236d5bbbba4b5888 /math/koctave | |
parent | 1e3a056067e5954aee184732be8769eb62ecc02c (diff) | |
download | ports-cb8e2a5d9ab250f9d75cabdeaf3363b3a68a9464.tar.gz ports-cb8e2a5d9ab250f9d75cabdeaf3363b3a68a9464.zip |
Notes
Diffstat (limited to 'math/koctave')
-rw-r--r-- | math/koctave/Makefile | 27 | ||||
-rw-r--r-- | math/koctave/distinfo | 1 | ||||
-rw-r--r-- | math/koctave/pkg-descr | 10 | ||||
-rw-r--r-- | math/koctave/pkg-plist | 15 |
4 files changed, 53 insertions, 0 deletions
diff --git a/math/koctave/Makefile b/math/koctave/Makefile new file mode 100644 index 000000000000..b8d589e5fae7 --- /dev/null +++ b/math/koctave/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: koctave +# Date created: 01 August 2003 +# Whom: Kay Lehmann <kay_lehmann@web.de> +# +# $FreeBSD$ +# + +PORTNAME= koctave3 +PORTVERSION= 0.65 +CATEGORIES= math kde +MASTER_SITES= http://bubben.homelinux.net/~matti/koctave/ + +MAINTAINER= kay_lehmann@web.de +COMMENT= KDEGUI for octave + +RUN_DEPENDS= octave:${PORTSDIR}/math/octave + +USE_BZIP2= yes +USE_LIBTOOL= yes +USE_QT_VER= 3 +USE_KDELIBS_VER=3 +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+=--program-transform-name=koctave3 + +.include <bsd.port.mk> diff --git a/math/koctave/distinfo b/math/koctave/distinfo new file mode 100644 index 000000000000..a279a5d30037 --- /dev/null +++ b/math/koctave/distinfo @@ -0,0 +1 @@ +MD5 (koctave3-0.65.tar.bz2) = f094f30ed2ec150bb6ae95676b2647e0 diff --git a/math/koctave/pkg-descr b/math/koctave/pkg-descr new file mode 100644 index 000000000000..dc9cd33879c7 --- /dev/null +++ b/math/koctave/pkg-descr @@ -0,0 +1,10 @@ +kOctave is a KDE GUI for Octave; look at Octave's homepage +if you don't know what it is. kOctave contains an editor +with syntax highlighting 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. + +WWW: http://bubben.homelinux.net/~matti/koctave/ diff --git a/math/koctave/pkg-plist b/math/koctave/pkg-plist new file mode 100644 index 000000000000..7f492170f78a --- /dev/null +++ b/math/koctave/pkg-plist @@ -0,0 +1,15 @@ +bin/koctave3 +share/applnk/Applications/koctave3.desktop +share/applnk/share/apps/koctave3/editorui.rc +share/applnk/share/apps/koctave3/koctave3ui.rc +share/apps/koctave3/koctave3ui.rc +share/doc/HTML/en/koctave3/index.cache.bz2 +share/doc/HTML/en/koctave3/index.docbook +share/icons/hicolor/16x16/apps/koctave3.png +share/icons/hicolor/32x32/apps/koctave3.png +share/icons/locolor/16x16/apps/koctave3.png +share/icons/locolor/32x32/apps/koctave3.png +@dirrm share/doc/HTML/en/koctave3/common +@dirrm share/doc/HTML/en/koctave3 +@dirrm share/apps/koctave3 +@dirrm share/applnk/share/apps/koctave3 |