diff options
author | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
commit | 5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d (patch) | |
tree | fb8c264890ff7e0858e26009421fc75f9deb5aef /math/octave-forge-octgpr | |
parent | 3a1de3e0e7ca882f36cf91c7b8965e6057e05ae2 (diff) | |
download | freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.gz freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.zst freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.zip |
Remove expired ports:
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months
2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months
2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months
2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack
2016-11-01 math/octave-forge-ad: Broken for more than 6 months
2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring x11-toolkits/py-traitsbackendwx
2016-11-01 security/lsh: Broken for more than 6 months
2016-11-01 devel/py-snack: Broken for more than 6 months
2016-11-01 security/massh: Broken for more than 6 months
2016-11-01 www/hydra: Broken for more than 6 months
2016-11-01 math/py-pyfst: Broken for more than 6 months
2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby
2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
Diffstat (limited to 'math/octave-forge-octgpr')
-rw-r--r-- | math/octave-forge-octgpr/Makefile | 32 | ||||
-rw-r--r-- | math/octave-forge-octgpr/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-octgpr/pkg-descr | 12 |
3 files changed, 0 insertions, 46 deletions
diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile deleted file mode 100644 index 0619064976ca..000000000000 --- a/math/octave-forge-octgpr/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# $FreeBSD$ - -PORTNAME= octave-forge-octgpr -PORTVERSION= 1.2.0 -PORTREVISION= 8 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= does not build with octave-4.0.0 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 - -# OCTSRC is the name of the directory of the package. -# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} - -WRKSRC= ${WRKDIR}/${OCTSRC}/src -GNU_CONFIGURE= yes - -.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-octgpr/distinfo b/math/octave-forge-octgpr/distinfo deleted file mode 100644 index 3939fc1fab06..000000000000 --- a/math/octave-forge-octgpr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-forge/octgpr-1.2.0.tar.gz) = 45f15b4a529f55687f04ed979f96ced8dfcea816b224c384d0547cf6d4058b5f -SIZE (octave-forge/octgpr-1.2.0.tar.gz) = 91761 diff --git a/math/octave-forge-octgpr/pkg-descr b/math/octave-forge-octgpr/pkg-descr deleted file mode 100644 index 6d734323ca8e..000000000000 --- a/math/octave-forge-octgpr/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 octgpr. - - The package allows interpolating and smoothing scattered - multidimensional data using Gaussian Process Regression (also known - as Kriging). - -WWW: http://octave.sourceforge.net/ |