diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:54:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:54:49 +0800 |
commit | 85950506d460c09b6619991d9e6e2866540fabd8 (patch) | |
tree | 8bbae2dd62d447d09bfc4e12868dc5ac9ba46930 /math | |
parent | 9456aa06f8e53d889180222eb83330b5afc07c71 (diff) | |
download | freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.tar.gz freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.tar.zst freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.zip |
Add port math/octave-forge-symbolic
This is symbolic.
Symbolic toolbox based on GiNaC and CLN.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-symbolic/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-symbolic/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-symbolic/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-symbolic/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 86a8abafdb4e..380032e48cd5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -232,6 +232,7 @@ SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband + SUBDIR += octave-forge-symbolic SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-time SUBDIR += octave-forge-triangular diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile new file mode 100644 index 000000000000..995be372afec --- /dev/null +++ b/math/octave-forge-symbolic/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-symbolic +PORTVERSION= 1.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-symbolic/distinfo b/math/octave-forge-symbolic/distinfo new file mode 100644 index 000000000000..35ebd5edfdb5 --- /dev/null +++ b/math/octave-forge-symbolic/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/symbolic-1.0.7.tar.gz) = 30758e5791a04c378ed3e32b57396cd0 +SHA256 (octave-forge/symbolic-1.0.7.tar.gz) = 0566c0ce9b0b7b1488b369629562dc2ac8d5d8213b05afc86e9781da82a77a03 +SIZE (octave-forge/symbolic-1.0.7.tar.gz) = 80658 diff --git a/math/octave-forge-symbolic/pkg-descr b/math/octave-forge-symbolic/pkg-descr new file mode 100644 index 000000000000..3e605efc6d90 --- /dev/null +++ b/math/octave-forge-symbolic/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is symbolic. + + Symbolic toolbox based on GiNaC and CLN. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-symbolic/pkg-plist b/math/octave-forge-symbolic/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-symbolic/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |