From ddba2cda0c146c28fea95a9ef276eab612ccc32e Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 05:18:57 +0000 Subject: 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 --- math/Makefile | 1 + math/octave-forge-odepkg/Makefile | 17 +++++++++++++++++ math/octave-forge-odepkg/distinfo | 3 +++ math/octave-forge-odepkg/pkg-descr | 10 ++++++++++ math/octave-forge-odepkg/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-odepkg/Makefile create mode 100644 math/octave-forge-odepkg/distinfo create mode 100644 math/octave-forge-odepkg/pkg-descr create mode 100644 math/octave-forge-odepkg/pkg-plist (limited to 'math') 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 +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-odepkg +PORTVERSION= 0.6.4 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include 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 -- cgit