aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 02:13:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 02:13:09 +0000
commitd5bd4d2dc334d453a58b65ed6dd4dd958a061789 (patch)
treea8387b6bcc44a9840331d51d8bcc1e1809c33eb2
parent5c8d326a00f2ff85f78fad9aab00ba29b41575fd (diff)
downloadports-d5bd4d2dc334d453a58b65ed6dd4dd958a061789.tar.gz
ports-d5bd4d2dc334d453a58b65ed6dd4dd958a061789.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>
Notes
Notes: svn path=/head/; revision=220205
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-audio/Makefile17
-rw-r--r--math/octave-forge-audio/distinfo3
-rw-r--r--math/octave-forge-audio/pkg-descr10
-rw-r--r--math/octave-forge-audio/pkg-message1
-rw-r--r--math/octave-forge-audio/pkg-plist1
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