diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:18:57 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:18:57 +0800 |
commit | ddba2cda0c146c28fea95a9ef276eab612ccc32e (patch) | |
tree | 16cdd173a11cc22395aa1b81ada626fb23adcd8a /math | |
parent | 1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4 (diff) | |
download | freebsd-ports-gnome-ddba2cda0c146c28fea95a9ef276eab612ccc32e.tar.gz freebsd-ports-gnome-ddba2cda0c146c28fea95a9ef276eab612ccc32e.tar.zst freebsd-ports-gnome-ddba2cda0c146c28fea95a9ef276eab612ccc32e.zip |
Add port math/octave-forge-odepkg
This is odepkg.
A package for solving differential equations with GNU Octave.
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-odepkg/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-odepkg/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-odepkg/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-odepkg/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 137df3f4c5e9..bd9e23f4f820 100644 --- a/math/Makefile +++ b/math/Makefile @@ -212,6 +212,7 @@ SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-odebvp + SUBDIR += octave-forge-odepkg SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile new file mode 100644 index 000000000000..83fb03fe9538 --- /dev/null +++ b/math/octave-forge-odepkg/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-odepkg +PORTVERSION= 0.6.4 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-odepkg/distinfo b/math/octave-forge-odepkg/distinfo new file mode 100644 index 000000000000..0be436d70064 --- /dev/null +++ b/math/octave-forge-odepkg/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/odepkg-0.6.4.tar.gz) = 85e87eb48f7d3de9c7a9925990f29a96 +SHA256 (octave-forge/odepkg-0.6.4.tar.gz) = d2840d1ae6c58ca5b19bfd8c301ed06b92968a96767c9deb9613f1879d2eaee5 +SIZE (octave-forge/odepkg-0.6.4.tar.gz) = 786912 diff --git a/math/octave-forge-odepkg/pkg-descr b/math/octave-forge-odepkg/pkg-descr new file mode 100644 index 000000000000..9de4f08ed40c --- /dev/null +++ b/math/octave-forge-odepkg/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 odepkg. + + A package for solving differential equations with GNU Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-odepkg/pkg-plist b/math/octave-forge-odepkg/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-odepkg/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |