diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 10:13:09 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 10:13:09 +0800 |
commit | ba3b7e5539fccbd41df3de689a3610fbd6ff3248 (patch) | |
tree | 2dcbf4f370a319df8d240e0db9730fef7c785daf /math | |
parent | ea9e9dce49190b36739444b978051749025d7969 (diff) | |
download | freebsd-ports-gnome-ba3b7e5539fccbd41df3de689a3610fbd6ff3248.tar.gz freebsd-ports-gnome-ba3b7e5539fccbd41df3de689a3610fbd6ff3248.tar.zst freebsd-ports-gnome-ba3b7e5539fccbd41df3de689a3610fbd6ff3248.zip |
Adding math/octave-forge-audio.
This is for Audio recording, processing and playing tools.
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-audio/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-audio/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-audio/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-audio/pkg-message | 1 | ||||
-rw-r--r-- | math/octave-forge-audio/pkg-plist | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 864e46da75c4..0a77727d27a8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -183,6 +183,7 @@ SUBDIR += octave-forge-ad SUBDIR += octave-forge-ann SUBDIR += octave-forge-arpack + SUBDIR += octave-forge-audio SUBDIR += octave-forge-base SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile new file mode 100644 index 000000000000..cbf26141cf8f --- /dev/null +++ b/math/octave-forge-audio/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-audio +PORTVERSION= 1.1.2 +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-audio/distinfo b/math/octave-forge-audio/distinfo new file mode 100644 index 000000000000..15c3f661312a --- /dev/null +++ b/math/octave-forge-audio/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/audio-1.1.2.tar.gz) = 108e9c9fed5deacec366537ba0c52042 +SHA256 (octave-forge/audio-1.1.2.tar.gz) = 9c2d7d1bca8085c63d9e0341e35667c76c14ad114c253d77d026d8c9f97a31f4 +SIZE (octave-forge/audio-1.1.2.tar.gz) = 128793 diff --git a/math/octave-forge-audio/pkg-descr b/math/octave-forge-audio/pkg-descr new file mode 100644 index 000000000000..508118edbbb1 --- /dev/null +++ b/math/octave-forge-audio/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 audio. + + Audio recording, processing and playing tools. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-audio/pkg-message b/math/octave-forge-audio/pkg-message new file mode 100644 index 000000000000..129cf57f4e5f --- /dev/null +++ b/math/octave-forge-audio/pkg-message @@ -0,0 +1 @@ +This port has not yet been configured to work with FreeBSD sound. diff --git a/math/octave-forge-audio/pkg-plist b/math/octave-forge-audio/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-audio/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |