mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
octave-1.1.1, similar to matlab.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
This commit is contained in:
parent
2d432f133e
commit
c7232b13cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1566
24
math/octave-devel/Makefile
Normal file
24
math/octave-devel/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: octave
|
||||
# Version required: 1.1.1
|
||||
# Date created: 26 Apr 1995
|
||||
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= octave-1.1.1
|
||||
CATEGORIES+= math
|
||||
KEYWORDS+= math "numeric computation" matlab
|
||||
MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.ORG
|
||||
|
||||
EXEC_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
MAKE_FLAGS= CFLAGS="-O2 -pipe -m486" CXXFLAGS="-O2 -pipe -m486" LDFLAGS="-s" -f
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/octave-devel/distinfo
Normal file
1
math/octave-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (octave-1.1.1.tar.gz) = bc319c5e2bdc78790c3adeed6cec39c4
|
1
math/octave-devel/pkg-comment
Normal file
1
math/octave-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
octave - High-level interactive language for numerical computations
|
5
math/octave-devel/pkg-descr
Normal file
5
math/octave-devel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Octave is a high-level language, primarily intended for numerical
|
||||
computations. It provides a convenient command line interface for
|
||||
solving linear and nonlinear problems numerically, and for performing
|
||||
other numerical experiments. It may also be used as a batch-oriented
|
||||
language.
|
19
math/octave-devel/pkg-plist
Normal file
19
math/octave-devel/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@cwd /usr/local
|
||||
lib/octave
|
||||
bin/octave
|
||||
bin/octave-bug
|
||||
bin/octave-1.1.1
|
||||
man/man1/octave.1
|
||||
info/octave.info
|
||||
info/octave.info-1
|
||||
info/octave.info-10
|
||||
info/octave.info-11
|
||||
info/octave.info-2
|
||||
info/octave.info-3
|
||||
info/octave.info-4
|
||||
info/octave.info-5
|
||||
info/octave.info-6
|
||||
info/octave.info-7
|
||||
info/octave.info-8
|
||||
info/octave.info-9
|
||||
include/octave
|
24
math/octave/Makefile
Normal file
24
math/octave/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: octave
|
||||
# Version required: 1.1.1
|
||||
# Date created: 26 Apr 1995
|
||||
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= octave-1.1.1
|
||||
CATEGORIES+= math
|
||||
KEYWORDS+= math "numeric computation" matlab
|
||||
MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.ORG
|
||||
|
||||
EXEC_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
MAKE_FLAGS= CFLAGS="-O2 -pipe -m486" CXXFLAGS="-O2 -pipe -m486" LDFLAGS="-s" -f
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/octave/distinfo
Normal file
1
math/octave/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (octave-1.1.1.tar.gz) = bc319c5e2bdc78790c3adeed6cec39c4
|
1
math/octave/pkg-comment
Normal file
1
math/octave/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
octave - High-level interactive language for numerical computations
|
5
math/octave/pkg-descr
Normal file
5
math/octave/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Octave is a high-level language, primarily intended for numerical
|
||||
computations. It provides a convenient command line interface for
|
||||
solving linear and nonlinear problems numerically, and for performing
|
||||
other numerical experiments. It may also be used as a batch-oriented
|
||||
language.
|
19
math/octave/pkg-plist
Normal file
19
math/octave/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@cwd /usr/local
|
||||
lib/octave
|
||||
bin/octave
|
||||
bin/octave-bug
|
||||
bin/octave-1.1.1
|
||||
man/man1/octave.1
|
||||
info/octave.info
|
||||
info/octave.info-1
|
||||
info/octave.info-10
|
||||
info/octave.info-11
|
||||
info/octave.info-2
|
||||
info/octave.info-3
|
||||
info/octave.info-4
|
||||
info/octave.info-5
|
||||
info/octave.info-6
|
||||
info/octave.info-7
|
||||
info/octave.info-8
|
||||
info/octave.info-9
|
||||
include/octave
|
Loading…
Reference in New Issue
Block a user