diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:54:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:54:49 +0000 |
commit | b98813267a09ab1b2d4807a4661147b3f0d79fb8 (patch) | |
tree | ebb6cb98bb14fea1fa5ad0ed102582dbaf5ec9ea /math/octave-forge-symbolic | |
parent | 61dcfa0105dcbf472b26437793a2ed88008e71cf (diff) | |
download | ports-b98813267a09ab1b2d4807a4661147b3f0d79fb8.tar.gz ports-b98813267a09ab1b2d4807a4661147b3f0d79fb8.zip |
Notes
Diffstat (limited to 'math/octave-forge-symbolic')
-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 |
4 files changed, 33 insertions, 0 deletions
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 |