diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:02:26 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:02:26 +0000 |
commit | fad0e40e1a4fa8bd7013e4a74c3ddc532084c1a7 (patch) | |
tree | f2f19aa3d205ac5d0efe71d9040607129a6ff43e /math/octave-forge-fpl | |
parent | 02955a72386ca83cc3c755f16a3da356cfbe5646 (diff) | |
download | ports-fad0e40e1a4fa8bd7013e4a74c3ddc532084c1a7.tar.gz ports-fad0e40e1a4fa8bd7013e4a74c3ddc532084c1a7.zip |
Notes
Diffstat (limited to 'math/octave-forge-fpl')
-rw-r--r-- | math/octave-forge-fpl/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-fpl/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-fpl/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-fpl/pkg-message | 2 | ||||
-rw-r--r-- | math/octave-forge-fpl/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile new file mode 100644 index 000000000000..831257544be7 --- /dev/null +++ b/math/octave-forge-fpl/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-fpl +PORTVERSION= 0.1.3 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" +RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx +.endif + +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-fpl/distinfo b/math/octave-forge-fpl/distinfo new file mode 100644 index 000000000000..6e72701452a4 --- /dev/null +++ b/math/octave-forge-fpl/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/fpl-0.1.3.tar.gz) = 731d0b5c1dde91a945df389fb939dae8 +SHA256 (octave-forge/fpl-0.1.3.tar.gz) = 91e6e2c2954aa5737f487c92d43d6d083966558fbf57cce376517011d2ba86c3 +SIZE (octave-forge/fpl-0.1.3.tar.gz) = 37147 diff --git a/math/octave-forge-fpl/pkg-descr b/math/octave-forge-fpl/pkg-descr new file mode 100644 index 000000000000..3c3194020d0f --- /dev/null +++ b/math/octave-forge-fpl/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 fpl. + +Collection of routines to plot data on unstructured triangular and +tetrahedral meshes + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-fpl/pkg-message b/math/octave-forge-fpl/pkg-message new file mode 100644 index 000000000000..f83c31df08fc --- /dev/null +++ b/math/octave-forge-fpl/pkg-message @@ -0,0 +1,2 @@ +Although the port builds, it is nonfunctional on amd64 and sparc64 due to the +absence of opendx. diff --git a/math/octave-forge-fpl/pkg-plist b/math/octave-forge-fpl/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-fpl/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |