diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 04:10:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 04:10:05 +0000 |
commit | 06344179458d2ba2f030e0b594cf8e1083d344ae (patch) | |
tree | cbd6acf3173e63f50d2b5f8afb26726c51d9b739 /math/octave-forge-nan | |
parent | f2cf6fce7e4b162e0c7bed613ceb702e280785e7 (diff) | |
download | ports-06344179458d2ba2f030e0b594cf8e1083d344ae.tar.gz ports-06344179458d2ba2f030e0b594cf8e1083d344ae.zip |
Notes
Diffstat (limited to 'math/octave-forge-nan')
-rw-r--r-- | math/octave-forge-nan/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-nan/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-nan/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-nan/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile new file mode 100644 index 000000000000..cf907f8b84db --- /dev/null +++ b/math/octave-forge-nan/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-nan +PORTVERSION= 1.0.7 +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-nan/distinfo b/math/octave-forge-nan/distinfo new file mode 100644 index 000000000000..d39188d1565e --- /dev/null +++ b/math/octave-forge-nan/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/nan-1.0.7.tar.gz) = 1d388f9ab3cbbf99c4b2c452387a2699 +SHA256 (octave-forge/nan-1.0.7.tar.gz) = 9fee6829b226cf5150345a0beca942489c0501278ded4a0fa807219c63d02897 +SIZE (octave-forge/nan-1.0.7.tar.gz) = 70409 diff --git a/math/octave-forge-nan/pkg-descr b/math/octave-forge-nan/pkg-descr new file mode 100644 index 000000000000..d1eabb635f83 --- /dev/null +++ b/math/octave-forge-nan/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 nan. + + Missing value statistical toolbox + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-nan/pkg-plist b/math/octave-forge-nan/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-nan/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |