diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:18:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:18:57 +0000 |
commit | b0893bea60497ec65f29560aeef1ac369b663215 (patch) | |
tree | 03ffb74c7a248205b01dcb42a2324361dc558dc1 /math/octave-forge-odepkg | |
parent | fc43b1e2398cf8046e7f564e0b9c95e742ebd0e7 (diff) | |
download | ports-b0893bea60497ec65f29560aeef1ac369b663215.tar.gz ports-b0893bea60497ec65f29560aeef1ac369b663215.zip |
Notes
Diffstat (limited to 'math/octave-forge-odepkg')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |