diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:14:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:14:54 +0000 |
commit | 7cb504cc2f221200f152874b50518773157f8ebd (patch) | |
tree | 98c0462b5d1abc42381fe0ffc08fd675129e1410 /math/octave-forge-struct | |
parent | 0cf8d064c81bafad35fef010484d6a663860200e (diff) | |
download | ports-7cb504cc2f221200f152874b50518773157f8ebd.tar.gz ports-7cb504cc2f221200f152874b50518773157f8ebd.zip |
Notes
Diffstat (limited to 'math/octave-forge-struct')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |