diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:36:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:36:08 +0800 |
commit | 415a66b26104e05bee021e84b83e532969858dcb (patch) | |
tree | 1db9af239e20ffc840c27e129f5b55eae819d9cf | |
parent | 8118c27492497d5a0cd22797ab5fc70448bb9c57 (diff) | |
download | freebsd-ports-gnome-415a66b26104e05bee021e84b83e532969858dcb.tar.gz freebsd-ports-gnome-415a66b26104e05bee021e84b83e532969858dcb.tar.zst freebsd-ports-gnome-415a66b26104e05bee021e84b83e532969858dcb.zip |
Add port math/octave-forge-vrml
This is vrml.
3D graphics using VRML
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.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-vrml/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-vrml/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-vrml/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-vrml/pkg-message | 2 | ||||
-rw-r--r-- | math/octave-forge-vrml/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index fb0fdacd228d..75eb540db393 100644 --- a/math/Makefile +++ b/math/Makefile @@ -235,6 +235,7 @@ SUBDIR += octave-forge-time SUBDIR += octave-forge-triangular SUBDIR += octave-forge-video + SUBDIR += octave-forge-vrml SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-vrml/Makefile b/math/octave-forge-vrml/Makefile new file mode 100644 index 000000000000..80e1fba61520 --- /dev/null +++ b/math/octave-forge-vrml/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-vrml +PORTVERSION= 1.0.8 +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-vrml/distinfo b/math/octave-forge-vrml/distinfo new file mode 100644 index 000000000000..bb9b60f39ed8 --- /dev/null +++ b/math/octave-forge-vrml/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/vrml-1.0.8.tar.gz) = 740bcb0ef1bc5cbb8532ae18e6b1a4ce +SHA256 (octave-forge/vrml-1.0.8.tar.gz) = 20af764305fee8507d9f1a690876d496c1f9897d960c91d03d35bffd84d5495c +SIZE (octave-forge/vrml-1.0.8.tar.gz) = 1503883 diff --git a/math/octave-forge-vrml/pkg-descr b/math/octave-forge-vrml/pkg-descr new file mode 100644 index 000000000000..5fb926c5f5b1 --- /dev/null +++ b/math/octave-forge-vrml/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 vrml. + + 3D graphics using VRML + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-vrml/pkg-message b/math/octave-forge-vrml/pkg-message new file mode 100644 index 000000000000..7f4d9de53354 --- /dev/null +++ b/math/octave-forge-vrml/pkg-message @@ -0,0 +1,2 @@ +Although this port builds, it does not function, because freewrl is not +installed. diff --git a/math/octave-forge-vrml/pkg-plist b/math/octave-forge-vrml/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-vrml/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |