diff options
Diffstat (limited to 'math/octave-forge-parallel')
-rw-r--r-- | math/octave-forge-parallel/Makefile | 37 | ||||
-rw-r--r-- | math/octave-forge-parallel/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-parallel/pkg-descr | 12 |
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/ |