aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-audio
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2020-01-17 00:48:55 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2020-01-17 00:48:55 +0000
commit706aa68a0952ca1ec516c264eb0b160f62d7bf11 (patch)
treeea45d6b614b48195c370b6fc081b578c1e37ad8d /math/octave-forge-audio
parent12eb2199d0bf6406d74054a59e708ebe748c7157 (diff)
downloadports-706aa68a0952ca1ec516c264eb0b160f62d7bf11.tar.gz
ports-706aa68a0952ca1ec516c264eb0b160f62d7bf11.zip
- Resurrect port math/octave-forge-audio.
- Update to 2.0.0.
Notes
Notes: svn path=/head/; revision=523266
Diffstat (limited to 'math/octave-forge-audio')
-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
4 files changed, 43 insertions, 0 deletions
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.