diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-signal/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-signal/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-signal/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-signal/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index a598727714c1..0449b58fdfa8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -223,6 +223,7 @@ SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d + SUBDIR += octave-forge-signal SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile new file mode 100644 index 000000000000..4c1ad0f152d9 --- /dev/null +++ b/math/octave-forge-signal/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-signal +PORTVERSION= 1.0.8 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-signal/distinfo b/math/octave-forge-signal/distinfo new file mode 100644 index 000000000000..93e544abd653 --- /dev/null +++ b/math/octave-forge-signal/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/signal-1.0.8.tar.gz) = e56f60f9a4b51b51f342ceb131278ec2 +SHA256 (octave-forge/signal-1.0.8.tar.gz) = ee0260d24716a1842555db751f9508c6f234461d7391f4f974bf8d1c2604afe4 +SIZE (octave-forge/signal-1.0.8.tar.gz) = 160793 diff --git a/math/octave-forge-signal/pkg-descr b/math/octave-forge-signal/pkg-descr new file mode 100644 index 000000000000..8faf75d8b6f3 --- /dev/null +++ b/math/octave-forge-signal/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 signal. + + Signal processing tools, including filtering, windowing and display functions. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-signal/pkg-plist b/math/octave-forge-signal/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-signal/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |