diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-11-01 22:15:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-11-01 22:15:31 +0000 |
commit | bb5055e3cd7f816ee9ecb887089e0631295bde6e (patch) | |
tree | fb8c264890ff7e0858e26009421fc75f9deb5aef /math/octave-forge-spline-gcvspl | |
parent | cb505719ea03175ae5969c8ce4e51ef2ec266e09 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-spline-gcvspl')
-rw-r--r-- | math/octave-forge-spline-gcvspl/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-spline-gcvspl/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-spline-gcvspl/pkg-descr | 11 |
3 files changed, 0 insertions, 35 deletions
diff --git a/math/octave-forge-spline-gcvspl/Makefile b/math/octave-forge-spline-gcvspl/Makefile deleted file mode 100644 index 7f6335bfdbdd..000000000000 --- a/math/octave-forge-spline-gcvspl/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# $FreeBSD$ - -PORTNAME= octave-forge-spline-gcvspl -PORTVERSION= 1.0.8 -PORTREVISION= 11 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -BROKEN= does not build with octave-4.0.0 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= HOME=${WRKSRC} - -NO_CDROM= Non-commercial use only - -.include "${.CURDIR}/../../Mk/bsd.octave.mk" -.include <bsd.port.mk> diff --git a/math/octave-forge-spline-gcvspl/distinfo b/math/octave-forge-spline-gcvspl/distinfo deleted file mode 100644 index 726bd180011c..000000000000 --- a/math/octave-forge-spline-gcvspl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-forge/spline-gcvspl-1.0.8.tar.gz) = ca0182643c03bcec7478c8d182c320b5bbe4c87e86cdeb3a654cd93146b59124 -SIZE (octave-forge/spline-gcvspl-1.0.8.tar.gz) = 59878 diff --git a/math/octave-forge-spline-gcvspl/pkg-descr b/math/octave-forge-spline-gcvspl/pkg-descr deleted file mode 100644 index 0904c43cafcd..000000000000 --- a/math/octave-forge-spline-gcvspl/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 spline-gcvspl. - - B-spline data smoothing using generalized cross-validation and mean -squared prediction or explicit user smoothing - -WWW: http://octave.sourceforge.net/ |