diff options
author | dhn <dhn@FreeBSD.org> | 2009-08-24 00:53:01 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-08-24 00:53:01 +0800 |
commit | 00165a87c6fd13d64397e304249cc1924d63b6ac (patch) | |
tree | 94b1475a3ada4264da4feb8d188f463216d93582 | |
parent | 43812fde481fb36da490f18bc0bf0c42d4d7e437 (diff) | |
download | freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.tar.gz freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.tar.zst freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.zip |
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 quaternion.
Package for the manipulation of Quaternion's used for frame transformation.
WWW: http://octave.sourceforge.net/
PR: ports/137402
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-quaternion/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-quaternion/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-quaternion/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-quaternion/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1dcb1edc5aee..d767a98fe465 100644 --- a/math/Makefile +++ b/math/Makefile @@ -247,6 +247,7 @@ SUBDIR += octave-forge-physicalconstants SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br + SUBDIR += octave-forge-quaternion SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-signal diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile new file mode 100644 index 000000000000..e202ffcecc9d --- /dev/null +++ b/math/octave-forge-quaternion/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge-quaternion +# Date created: 3 August 2009 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-quaternion +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@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-quaternion/distinfo b/math/octave-forge-quaternion/distinfo new file mode 100644 index 000000000000..ac3f44ac516b --- /dev/null +++ b/math/octave-forge-quaternion/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/quaternion-1.0.0.tar.gz) = 9bd5bf6b608eb6703ac8c4edcb07377e +SHA256 (octave-forge/quaternion-1.0.0.tar.gz) = 4fef5360ffa77a93c626326cc9eff91ddb707964b215a0305201d080eb07b16c +SIZE (octave-forge/quaternion-1.0.0.tar.gz) = 92644 diff --git a/math/octave-forge-quaternion/pkg-descr b/math/octave-forge-quaternion/pkg-descr new file mode 100644 index 000000000000..48e82918e2e7 --- /dev/null +++ b/math/octave-forge-quaternion/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 quaternion. + + Package for the manipulation of Quaternion's used for frame transformation. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-quaternion/pkg-plist b/math/octave-forge-quaternion/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-quaternion/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |