diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-09-27 14:12:09 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-09-27 14:12:09 +0000 |
commit | feaf5776e3b877e35d2722264909b4fa843e2b67 (patch) | |
tree | c8e852d9211665938ef5d3c617dc07fda7309847 /math | |
parent | 99c4c43782039b3461e1f52b3c706a209856caa7 (diff) |
- New port math/octave-forge-geometry
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 geometry.
Library for geometric computing extending MatGeom functions. Useful to create, transform, manipulate and display geometric primitives.
Notes
Notes:
svn path=/head/; revision=282489
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-geometry/Makefile | 24 | ||||
-rw-r--r-- | math/octave-forge-geometry/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-geometry/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-geometry/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9b84f927f390..c6835660b6d5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -253,6 +253,7 @@ SUBDIR += octave-forge-ga SUBDIR += octave-forge-general SUBDIR += octave-forge-generate_html + SUBDIR += octave-forge-geometry SUBDIR += octave-forge-gnuplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile new file mode 100644 index 000000000000..5a95c4b2a11f --- /dev/null +++ b/math/octave-forge-geometry/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: octave-forge-geometry +# Date created: 8 September 2008 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-geometry +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + +.include <bsd.port.post.mk> diff --git a/math/octave-forge-geometry/distinfo b/math/octave-forge-geometry/distinfo new file mode 100644 index 000000000000..2b146bc592de --- /dev/null +++ b/math/octave-forge-geometry/distinfo @@ -0,0 +1,2 @@ +SHA256 (octave-forge/geometry-1.0.0.tar.gz) = 1bff369800a848bee812de466fb76d8486166244c8fa1400316186130760fb2a +SIZE (octave-forge/geometry-1.0.0.tar.gz) = 17703 diff --git a/math/octave-forge-geometry/pkg-descr b/math/octave-forge-geometry/pkg-descr new file mode 100644 index 000000000000..96521654af70 --- /dev/null +++ b/math/octave-forge-geometry/pkg-descr @@ -0,0 +1,11 @@ +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 geometry. + + Library for geometric computing extending MatGeom functions. Useful to create, + transform, manipulate and display geometric primitives. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-geometry/pkg-plist b/math/octave-forge-geometry/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-geometry/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |