aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-04-26 03:53:38 +0800
committerrene <rene@FreeBSD.org>2018-04-26 03:53:38 +0800
commit0f5973cac5765db0d6525706d80731e8a75397ae (patch)
tree15e06f66aa6da9c7adb2460e71314bd702f6209d /math
parent4fd996540599183fe4b1da7dfbbd0bff8f404505 (diff)
downloadfreebsd-ports-graphics-0f5973cac5765db0d6525706d80731e8a75397ae.tar.gz
freebsd-ports-graphics-0f5973cac5765db0d6525706d80731e8a75397ae.tar.zst
freebsd-ports-graphics-0f5973cac5765db0d6525706d80731e8a75397ae.zip
Remove expired ports:
2018-04-24 net/google-daemon: Please use sysutils/py-google-compute-engine instead 2018-04-24 net/google-startup-scripts: Please use sysutils/py-google-compute-engine instead 2018-04-24 math/octave-forge-odepkg
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-odepkg/Makefile36
-rw-r--r--math/octave-forge-odepkg/distinfo2
-rw-r--r--math/octave-forge-odepkg/pkg-descr10
4 files changed, 0 insertions, 49 deletions
diff --git a/math/Makefile b/math/Makefile
index b5bcc08af01..859dcc54d7e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -421,7 +421,6 @@
SUBDIR += octave-forge-octclip
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odebvp
- SUBDIR += octave-forge-odepkg
SUBDIR += octave-forge-optics
SUBDIR += octave-forge-optim
SUBDIR += octave-forge-optiminterp
diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile
deleted file mode 100644
index 92ad9d4ad56..00000000000
--- a/math/octave-forge-odepkg/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-odepkg
-PORTVERSION= 0.8.5
-PORTREVISION= 6
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN= not a valid package for Octave version >= 4.2.1
-DEPRECIATED= not a valid package for Octave version >= 4.2.1
-EXPIRATION_DATE= 2018-04-24
-
-USES+= dos2unix
-DOS2UNIX_GLOB= *.diff
-
-MAKE_JOBS_UNSAFE= yes
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${DISTNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-
-.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-odepkg/distinfo b/math/octave-forge-odepkg/distinfo
deleted file mode 100644
index 21f6d3d2d03..00000000000
--- a/math/octave-forge-odepkg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/odepkg-0.8.5.tar.gz) = ad0e1e7f91a9d6b711ddd2d17c9135f4009417b1429d294a0a03765e21e8a288
-SIZE (octave-forge/odepkg-0.8.5.tar.gz) = 437252
diff --git a/math/octave-forge-odepkg/pkg-descr b/math/octave-forge-odepkg/pkg-descr
deleted file mode 100644
index 9de4f08ed40..00000000000
--- a/math/octave-forge-odepkg/pkg-descr
+++ /dev/null
@@ -1,10 +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 odepkg.
-
- A package for solving differential equations with GNU Octave.
-
-WWW: http://octave.sourceforge.net/