diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 68bfd3588d71..0d3f23dbbc84 100644 --- a/math/Makefile +++ b/math/Makefile @@ -202,6 +202,7 @@ SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-mapping SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-multicore 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 |