aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-communications
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-communications')
-rw-r--r--math/octave-forge-communications/Makefile36
-rw-r--r--math/octave-forge-communications/distinfo2
-rw-r--r--math/octave-forge-communications/pkg-descr11
3 files changed, 0 insertions, 49 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile
deleted file mode 100644
index e1d1d1001367..000000000000
--- a/math/octave-forge-communications/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-communications
-PORTVERSION= 1.2.1
-PORTREVISION= 8
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN= does not build with octave version >= 4.2.1
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2018-08-20
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${DISTNAME}
-
-GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-MAKE_ENV+= MKOCTFILE=mkoctfile
-
-RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal
-
-.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-communications/distinfo b/math/octave-forge-communications/distinfo
deleted file mode 100644
index fc00d637713a..000000000000
--- a/math/octave-forge-communications/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/communications-1.2.1.tar.gz) = 5014dbfa37ae7c8cc2249093c9b03f255ddcc8da68050abe6b2f07ab530e0e91
-SIZE (octave-forge/communications-1.2.1.tar.gz) = 312079
diff --git a/math/octave-forge-communications/pkg-descr b/math/octave-forge-communications/pkg-descr
deleted file mode 100644
index c5c8bcf46ddd..000000000000
--- a/math/octave-forge-communications/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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 communications.
-
- Digital Communications, Error Correcting Codes (Channel Code),
-Source Code functions, Modulation and Galois Fields
-
-WWW: http://octave.sourceforge.net/