diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:09:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:09:43 +0800 |
commit | c82e30c9f85805f6e67cd3a1eb3c8b5641752244 (patch) | |
tree | ab582bb6fb5b57a113ee2786bf44f0779720a0b1 /math/octave-forge-mapping | |
parent | c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54 (diff) | |
download | freebsd-ports-gnome-c82e30c9f85805f6e67cd3a1eb3c8b5641752244.tar.gz freebsd-ports-gnome-c82e30c9f85805f6e67cd3a1eb3c8b5641752244.tar.zst freebsd-ports-gnome-c82e30c9f85805f6e67cd3a1eb3c8b5641752244.zip |
Add port math/octave-forge-mapping
This is mapping. Simple Mapping functions.
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/octave-forge-mapping')
-rw-r--r-- | math/octave-forge-mapping/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-mapping/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-mapping/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-mapping/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/octave-forge-mapping/Makefile b/math/octave-forge-mapping/Makefile new file mode 100644 index 000000000000..28a6291ec0c3 --- /dev/null +++ b/math/octave-forge-mapping/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-mapping +PORTVERSION= 1.0.6 +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-mapping/distinfo b/math/octave-forge-mapping/distinfo new file mode 100644 index 000000000000..d3a0f64be54d --- /dev/null +++ b/math/octave-forge-mapping/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/mapping-1.0.6.tar.gz) = bc0b80af0d054977a0660040398cf57e +SHA256 (octave-forge/mapping-1.0.6.tar.gz) = c710efca0633ae65342a315bac10d50089b5401fb786ad4fa4bc7a4a2d488535 +SIZE (octave-forge/mapping-1.0.6.tar.gz) = 28735 diff --git a/math/octave-forge-mapping/pkg-descr b/math/octave-forge-mapping/pkg-descr new file mode 100644 index 000000000000..bcca87d0d6b0 --- /dev/null +++ b/math/octave-forge-mapping/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 mapping. + + Simple Mapping functions. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-mapping/pkg-plist b/math/octave-forge-mapping/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-mapping/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |