diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-04-26 03:48:20 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-04-26 03:48:20 +0800 |
commit | a2748660f4c7a3951fa4faa538abb1e535d40169 (patch) | |
tree | c86695a05c404a0d5f509228be01f6eff074b104 /math | |
parent | b923f361fe23968bb548c666f548a25eb420407d (diff) | |
download | freebsd-ports-gnome-a2748660f4c7a3951fa4faa538abb1e535d40169.tar.gz freebsd-ports-gnome-a2748660f4c7a3951fa4faa538abb1e535d40169.tar.zst freebsd-ports-gnome-a2748660f4c7a3951fa4faa538abb1e535d40169.zip |
Remove math/octave-forge-ocs, it depends on expired math/octave-forge-odepkg
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-ocs/Makefile | 31 | ||||
-rw-r--r-- | math/octave-forge-ocs/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-ocs/pkg-descr | 11 |
4 files changed, 0 insertions, 45 deletions
diff --git a/math/Makefile b/math/Makefile index 0d08e38e1e1d..b5bcc08af016 100644 --- a/math/Makefile +++ b/math/Makefile @@ -417,7 +417,6 @@ SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs - SUBDIR += octave-forge-ocs SUBDIR += octave-forge-oct2mat SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octproj diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile deleted file mode 100644 index 117c4bd5763c..000000000000 --- a/math/octave-forge-ocs/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# $FreeBSD$ - -PORTNAME= octave-forge-ocs -PORTVERSION= 0.1.5 -PORTREVISION= 6 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= depends upon math/octave-forge-odepkg, which is depreciated - -# OCTSRC is the name of the directory of the package. -# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} - -WRKSRC= ${WRKDIR}/${OCTSRC}/src - -RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:math/octave-forge-odepkg - -.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-ocs/distinfo b/math/octave-forge-ocs/distinfo deleted file mode 100644 index 9655d6080028..000000000000 --- a/math/octave-forge-ocs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-forge/ocs-0.1.5.tar.gz) = 1370bcde11871e96272216fffc3a5f5b3cc989fe8302456c127d3eb105d02013 -SIZE (octave-forge/ocs-0.1.5.tar.gz) = 68094 diff --git a/math/octave-forge-ocs/pkg-descr b/math/octave-forge-ocs/pkg-descr deleted file mode 100644 index 26452f2163ad..000000000000 --- a/math/octave-forge-ocs/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 ocs. - -Package for solving DC and transient MNA equation stemming from -electrical circuit - -WWW: http://octave.sourceforge.net/ |