diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-struct/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-struct/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-struct/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-struct/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4acbc8ff4e21..2a52c710d744 100644 --- a/math/Makefile +++ b/math/Makefile @@ -230,6 +230,7 @@ SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics SUBDIR += octave-forge-strings + SUBDIR += octave-forge-struct SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile new file mode 100644 index 000000000000..dc23a96de6e5 --- /dev/null +++ b/math/octave-forge-struct/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-struct +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-struct/distinfo b/math/octave-forge-struct/distinfo new file mode 100644 index 000000000000..2ac673f73ade --- /dev/null +++ b/math/octave-forge-struct/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/struct-1.0.6.tar.gz) = b7bbdd8af285b8d9bf8d88f5f58e4d86 +SHA256 (octave-forge/struct-1.0.6.tar.gz) = c84fca5fb3278e038b2cb6aa01666b1a58888c467693f625627e1e6b893287dc +SIZE (octave-forge/struct-1.0.6.tar.gz) = 34353 diff --git a/math/octave-forge-struct/pkg-descr b/math/octave-forge-struct/pkg-descr new file mode 100644 index 000000000000..46c3db3e2ab1 --- /dev/null +++ b/math/octave-forge-struct/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 struct. + + Additional Structure manipulations functions. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-struct/pkg-plist b/math/octave-forge-struct/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-struct/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |