aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-11-02 06:15:31 +0800
committerrene <rene@FreeBSD.org>2016-11-02 06:15:31 +0800
commit5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d (patch)
treefb8c264890ff7e0858e26009421fc75f9deb5aef /math
parent3a1de3e0e7ca882f36cf91c7b8965e6057e05ae2 (diff)
downloadfreebsd-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')
-rw-r--r--math/Makefile5
-rw-r--r--math/octave-forge-ad/Makefile25
-rw-r--r--math/octave-forge-ad/distinfo2
-rw-r--r--math/octave-forge-ad/files/patch-src_ov-grad.cc15
-rw-r--r--math/octave-forge-ad/pkg-descr10
-rw-r--r--math/octave-forge-octgpr/Makefile32
-rw-r--r--math/octave-forge-octgpr/distinfo2
-rw-r--r--math/octave-forge-octgpr/pkg-descr12
-rw-r--r--math/octave-forge-spline-gcvspl/Makefile22
-rw-r--r--math/octave-forge-spline-gcvspl/distinfo2
-rw-r--r--math/octave-forge-spline-gcvspl/pkg-descr11
-rw-r--r--math/octave-forge-xraylib/Makefile30
-rw-r--r--math/octave-forge-xraylib/distinfo2
-rw-r--r--math/octave-forge-xraylib/pkg-descr10
-rw-r--r--math/py-pyfst/Makefile25
-rw-r--r--math/py-pyfst/distinfo2
-rw-r--r--math/py-pyfst/pkg-descr7
17 files changed, 0 insertions, 214 deletions
diff --git a/math/Makefile b/math/Makefile
index 547b904dae5b..cd531492f667 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -306,7 +306,6 @@
SUBDIR += octave
SUBDIR += octave-forge
SUBDIR += octave-forge-actuarial
- SUBDIR += octave-forge-ad
SUBDIR += octave-forge-audio
SUBDIR += octave-forge-base
SUBDIR += octave-forge-bim
@@ -363,7 +362,6 @@
SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octcdf
SUBDIR += octave-forge-octclip
- SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odebvp
SUBDIR += octave-forge-odepkg
@@ -386,7 +384,6 @@
SUBDIR += octave-forge-sparsersb
SUBDIR += octave-forge-specfun
SUBDIR += octave-forge-special-matrix
- SUBDIR += octave-forge-spline-gcvspl
SUBDIR += octave-forge-splines
SUBDIR += octave-forge-statistics
SUBDIR += octave-forge-stk
@@ -398,7 +395,6 @@
SUBDIR += octave-forge-tisean
SUBDIR += octave-forge-tsa
SUBDIR += octave-forge-video
- SUBDIR += octave-forge-xraylib
SUBDIR += octave-forge-zenity
SUBDIR += octave-forge-zeromq
SUBDIR += ogdf
@@ -621,7 +617,6 @@
SUBDIR += py-probstat
SUBDIR += py-pybloom
SUBDIR += py-pycosat
- SUBDIR += py-pyfst
SUBDIR += py-pyhull
SUBDIR += py-pymc
SUBDIR += py-pysparse
diff --git a/math/octave-forge-ad/Makefile b/math/octave-forge-ad/Makefile
deleted file mode 100644
index 12eee5eb843a..000000000000
--- a/math/octave-forge-ad/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-ad
-PORTVERSION= 1.0.6
-PORTREVISION= 12
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= HOME=${WRKSRC}
-USES= dos2unix
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-BROKEN= doesn't build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-11-01
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-ad/distinfo b/math/octave-forge-ad/distinfo
deleted file mode 100644
index a0733e01fd19..000000000000
--- a/math/octave-forge-ad/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/ad-1.0.6.tar.gz) = 34de01d167f30035955a6fe4137f2f7fec0fa862ffd1ab892cb9b31dd18174c4
-SIZE (octave-forge/ad-1.0.6.tar.gz) = 191767
diff --git a/math/octave-forge-ad/files/patch-src_ov-grad.cc b/math/octave-forge-ad/files/patch-src_ov-grad.cc
deleted file mode 100644
index 3fc277451d6b..000000000000
--- a/math/octave-forge-ad/files/patch-src_ov-grad.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/ov-grad.cc-orig 2012-03-30 23:31:24.000000000 +0000
-+++ src/ov-grad.cc 2012-03-30 23:31:56.000000000 +0000
-@@ -71,10 +71,10 @@
-
- void octave_gradient::print (std::ostream& os, bool pr_as_read_syntax) const
- {
-- x ().print_with_name (os, "value", true);
-+ x ().print_with_name (os, "value");
- // print (partial) derivative(s),
- // following convention i-th row = nabla(x_i)T
-- jacobian ().print_with_name (os, "(partial) derivative(s)", true);
-+ jacobian ().print_with_name (os, "(partial) derivative(s)");
- }
-
- octave_value_list octave_gradient::dotref (const octave_value_list& idx)
diff --git a/math/octave-forge-ad/pkg-descr b/math/octave-forge-ad/pkg-descr
deleted file mode 100644
index 16915ce70778..000000000000
--- a/math/octave-forge-ad/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 ad.
-
- Automatic Forward Differentiation
-
-WWW: http://octave.sourceforge.net/
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/
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/
diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile
deleted file mode 100644
index b23da1217972..000000000000
--- a/math/octave-forge-xraylib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-xraylib
-PORTVERSION= 1.0.8
-PORTREVISION= 11
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= does not build with octave-4.0.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-11-01
-
-GNU_CONFIGURE= yes
-
-BUILD_DEPENDS+= bash:shells/bash
-
-post-patch:
- @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh
- @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile
- @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib
- @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/*.sh
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-.include <bsd.port.mk>
diff --git a/math/octave-forge-xraylib/distinfo b/math/octave-forge-xraylib/distinfo
deleted file mode 100644
index a16d84696783..000000000000
--- a/math/octave-forge-xraylib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/xraylib-1.0.8.tar.gz) = ff69b0e5e22bfa754bf8075860e5f9fe57677c73ebd2403102ac2dcbc93a82a5
-SIZE (octave-forge/xraylib-1.0.8.tar.gz) = 797369
diff --git a/math/octave-forge-xraylib/pkg-descr b/math/octave-forge-xraylib/pkg-descr
deleted file mode 100644
index c48ba2dc1a9d..000000000000
--- a/math/octave-forge-xraylib/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 xraylib.
-
- Bindings to the Xraylib functions
-
-WWW: http://octave.sourceforge.net/
diff --git a/math/py-pyfst/Makefile b/math/py-pyfst/Makefile
deleted file mode 100644
index 9d817c2f0ab3..000000000000
--- a/math/py-pyfst/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pyfst
-PORTVERSION= 0.2.3
-CATEGORIES= math python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Python interface for the OpenFST library
-
-LICENSE= APACHE20
-
-LIB_DEPENDS= libfst.so:math/openfst
-
-BROKEN= does not build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-11-01
-
-USES= compiler:c++11-lib python
-USE_PYTHON= distutils autoplist
-CPPFLAGS+= -I${LOCALBASE}/include
-
-.include <bsd.port.mk>
diff --git a/math/py-pyfst/distinfo b/math/py-pyfst/distinfo
deleted file mode 100644
index 099aef9d48d1..000000000000
--- a/math/py-pyfst/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pyfst-0.2.3.tar.gz) = 1be37b03e878557d1b0814c94413b13e43ac7c7362297fa723e0e9ca9152e69e
-SIZE (pyfst-0.2.3.tar.gz) = 140270
diff --git a/math/py-pyfst/pkg-descr b/math/py-pyfst/pkg-descr
deleted file mode 100644
index d5da85805e74..000000000000
--- a/math/py-pyfst/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-pyfst provides a Python interface to the excellent OpenFst library.
-Most of the essential functionality of the library is exposed through a
-simplified API, allowing quick prototyping of algorithms using finite-state
-methods and easy visual debugging of the results obtained by applying
-FST operations.
-
-WWW: http://pyfst.github.io