aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-audio/Makefile29
-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
6 files changed, 44 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index f5c82070af4a..f11e019da40e 100644
--- a/MOVED
+++ b/MOVED
@@ -10805,7 +10805,6 @@ math/surf||2018-12-21|Has expired: Uses obsolete glib12
math/msieve||2018-12-21|Has expired: Broken for more than 6 months
math/octave-forge-fl-core||2018-12-21|Has expired: Broken for more than 6 months
math/octave-forge-pdb||2018-12-21|Has expired: Broken for more than 6 months
-math/octave-forge-audio||2018-12-21|Has expired: Broken for more than 6 months
math/geg||2018-12-21|Has expired: Uses obsolete glib12
x11/gdkxft||2018-12-21|Has expired: Uses obsolete glib12
x11/gtk-theme-switch||2018-12-21|Has expired: Uses obsolete glib12
diff --git a/math/Makefile b/math/Makefile
index 0e0998fd0791..e1afa3ccc9bd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -403,6 +403,7 @@
SUBDIR += octave
SUBDIR += octave-forge
SUBDIR += octave-forge-actuarial
+ SUBDIR += octave-forge-audio
SUBDIR += octave-forge-base
SUBDIR += octave-forge-bim
SUBDIR += octave-forge-bioinfo
diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile
new file mode 100644
index 000000000000..41b1cbbbb02d
--- /dev/null
+++ b/math/octave-forge-audio/Makefile
@@ -0,0 +1,29 @@
+# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+# $FreeBSD$
+
+PORTNAME= octave-forge-audio
+PORTVERSION= 2.0.0
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+LIB_DEPENDS+= librtmidi.so:audio/rtmidi
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../COPYING
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC= ${DISTNAME}
+
+WRKSRC= ${WRKDIR}/${OCTSRC}/src
+GNU_CONFIGURE= yes
+
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
+post-build:
+ ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-audio/distinfo b/math/octave-forge-audio/distinfo
new file mode 100644
index 000000000000..f4d3046dd782
--- /dev/null
+++ b/math/octave-forge-audio/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579220943
+SHA256 (octave-forge/audio-2.0.0.tar.gz) = d7705dc8c7d5fd75693222973040aadf33d09b8a59ba26baecf337a19cd99898
+SIZE (octave-forge/audio-2.0.0.tar.gz) = 343927
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.