aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-parallel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
commitfc31075d85494a429c83dc15560c42efdfe3245d (patch)
treec57ed201463e2fa5875d2c2ce896968f3d74c56d /math/octave-forge-parallel
parent271e11bf77ccfda5e26be255cb3ecf1141653d06 (diff)
downloadports-fc31075d85494a429c83dc15560c42efdfe3245d.tar.gz
ports-fc31075d85494a429c83dc15560c42efdfe3245d.zip
Notes
Diffstat (limited to 'math/octave-forge-parallel')
-rw-r--r--math/octave-forge-parallel/Makefile37
-rw-r--r--math/octave-forge-parallel/distinfo3
-rw-r--r--math/octave-forge-parallel/pkg-descr12
3 files changed, 0 insertions, 52 deletions
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile
deleted file mode 100644
index 48c401569af1..000000000000
--- a/math/octave-forge-parallel/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-parallel
-PORTVERSION= 3.1.3
-PORTREVISION= 4
-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>=5.1.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-09-04
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${DISTNAME}
-
-RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-GNU_CONFIGURE= yes
-USES+= compiler:gcc-c++11-lib perl5 shebangfix
-USE_PERL5= build
-SHEBANG_FILES= *.pl
-
-.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-parallel/distinfo b/math/octave-forge-parallel/distinfo
deleted file mode 100644
index 1e3cd57e6cc0..000000000000
--- a/math/octave-forge-parallel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1534035763
-SHA256 (octave-forge/parallel-3.1.3.tar.gz) = bf4001b688da33df9a6a88e97f5e4fc32ba0c4ad5a30a686ecf9e1ab284bb4f8
-SIZE (octave-forge/parallel-3.1.3.tar.gz) = 206468
diff --git a/math/octave-forge-parallel/pkg-descr b/math/octave-forge-parallel/pkg-descr
deleted file mode 100644
index 58ad57d92d42..000000000000
--- a/math/octave-forge-parallel/pkg-descr
+++ /dev/null
@@ -1,12 +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 parallel.
-
-Parallel execution package for cluster computers. For parallel execution on a
-single machine see e.g. function parcellfun (author: Jaroslav Hajek) in
-package general.
-
-WWW: http://octave.sourceforge.net/