aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-09-27 09:00:13 +0000
committerRene Ladan <rene@FreeBSD.org>2018-09-27 09:00:13 +0000
commit2dfde0455bb0b913628c48dc0c03cefd99af4fbc (patch)
treeb128d26dd5e761c832cec2b736b7dddae24c4f00 /math
parentbaca2b933fd2a1c738ad8e75ad69e3f911bdfb72 (diff)
downloadports-2dfde0455bb0b913628c48dc0c03cefd99af4fbc.tar.gz
ports-2dfde0455bb0b913628c48dc0c03cefd99af4fbc.zip
Remove expired ports:
2018-09-25 math/mtl: fails to fetch: mastersite times out 2018-09-25 dns/dnscrypt-proxy: Deprecated by upstream, use dns/dnscrypt-proxy2 instead
Notes
Notes: svn path=/head/; revision=480793
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/mtl/Makefile61
-rw-r--r--math/mtl/distinfo2
-rw-r--r--math/mtl/files/patch-mtl__Makefile.in17
-rw-r--r--math/mtl/files/patch-mtl__external_vector.h10
-rw-r--r--math/mtl/files/patch-mtl__light1D.h12
-rw-r--r--math/mtl/files/patch-mtl__linalg_vec.h10
-rw-r--r--math/mtl/files/patch-test__src__algo_test.h60
-rw-r--r--math/mtl/files/patch-test__src__matrix_test.h12
-rw-r--r--math/mtl/pkg-descr13
-rw-r--r--math/mtl/pkg-plist71
11 files changed, 0 insertions, 269 deletions
diff --git a/math/Makefile b/math/Makefile
index df48d78003e2..996699f06f2b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -356,7 +356,6 @@
SUBDIR += mppp
SUBDIR += mprime
SUBDIR += msieve
- SUBDIR += mtl
SUBDIR += mtrxmath
SUBDIR += multichoose
SUBDIR += mumps
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
deleted file mode 100644
index b035860b69a0..000000000000
--- a/math/mtl/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= mtl
-DISTVERSION= 2.1.2-23.tentative
-PORTREVISION= 1
-CATEGORIES= math devel
-MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Matrix Template Library, Version 2
-
-LICENSE= MTL
-LICENSE_NAME= Matrix Template Library License
-LICENSE_FILE= ${WRKSRC}/license.mtl.txt
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-BROKEN= fails to fetch: mastersite times out
-DEPRECATED= fails to fetch: mastersite times out
-EXPIRATION_DATE= 2018-09-25
-
-CONFIGURE_ENV= CXXCPP="${CXXCPP}"
-CXXCPP?= ${CXX} -E
-GNU_CONFIGURE= yes
-NO_BUILD= yes
-USES= perl5
-USE_PERL5= build
-WRKSRC= ${WRKDIR}/${DISTNAME:R}
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -e '/gnu\*)/,/;;/{/CXX=/d; /CXX_OPTIMIZE_FLAGS=/d; \
- s/CXXFLAGS="/&$$ac_cv_env_CXXFLAGS_value /; }' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|\./.*\.pl[[:blank:]]|${PERL} &|' \
- ${WRKSRC}/test/Makefile.in
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -m
-
-check regression-test test: build
- @cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} QUICK=-qQ test summary
-
-fulltest: build
- @cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} QUICK= test summary
-
-.include <bsd.port.pre.mk>
-
-.if defined(USE_GCC) || !empty(CXX:M*g++4*)
-CXXFLAGS+= -fpermissive
-.endif
-
-PORTEXAMPLES= *
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble
- ${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
-
-.include <bsd.port.post.mk>
diff --git a/math/mtl/distinfo b/math/mtl/distinfo
deleted file mode 100644
index 30f0da628b19..000000000000
--- a/math/mtl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mtl-2.1.2-23.tentative.tar.gz) = 351bb9692639df74d8258bc973e98460203a7db1c9c49387558c51838b498193
-SIZE (mtl-2.1.2-23.tentative.tar.gz) = 330538
diff --git a/math/mtl/files/patch-mtl__Makefile.in b/math/mtl/files/patch-mtl__Makefile.in
deleted file mode 100644
index 666c8f4724b4..000000000000
--- a/math/mtl/files/patch-mtl__Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- mtl/Makefile.in.orig 2014-06-19 15:12:46.890432000 +0800
-+++ mtl/Makefile.in 2014-06-19 15:13:23.850278020 +0800
-@@ -454,11 +454,11 @@ uninstall-am: uninstall-info-am
-
-
- make-install-dirs:
-- -if test '!' -d $(includedir); then mkdir -p $(includedir); fi
-+ -if test '!' -d $(DESTDIR)$(includedir); then mkdir -p $(DESTDIR)$(includedir); fi
-
- install-data-hook: make-install-dirs
-- -@ echo Installing $(includedir) ; \
-- $(INSTALL_DATA) *.h $(includedir)
-+ -@ echo Installing $(DESTDIR)$(includedir) ; \
-+ $(INSTALL_DATA) *.h $(DESTDIR)$(includedir)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/math/mtl/files/patch-mtl__external_vector.h b/math/mtl/files/patch-mtl__external_vector.h
deleted file mode 100644
index 55cff6e58159..000000000000
--- a/math/mtl/files/patch-mtl__external_vector.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- mtl/external_vector.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ mtl/external_vector.h 2012-01-01 03:59:14.000000000 -0500
-@@ -3,6 +3,7 @@
-
- #include "mtl/mtl_iterator.h"
- #include "mtl/mtl_exception.h"
-+#include <cstddef>
-
- namespace mtl {
-
diff --git a/math/mtl/files/patch-mtl__light1D.h b/math/mtl/files/patch-mtl__light1D.h
deleted file mode 100644
index dfd3ad8d296f..000000000000
--- a/math/mtl/files/patch-mtl__light1D.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- mtl/light1D.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ mtl/light1D.h 2012-01-01 03:58:53.000000000 -0500
-@@ -19,7 +19,8 @@
- #include "mtl/reverse_iter.h"
- #include "mtl/matrix_traits.h"
- #include "mtl/scaled1D.h"
--#include <stdlib.h>
-+#include <cstddef>
-+#include <cstdlib>
-
- namespace mtl {
-
diff --git a/math/mtl/files/patch-mtl__linalg_vec.h b/math/mtl/files/patch-mtl__linalg_vec.h
deleted file mode 100644
index d8910e343a12..000000000000
--- a/math/mtl/files/patch-mtl__linalg_vec.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- mtl/linalg_vec.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ mtl/linalg_vec.h 2012-01-01 06:06:12.000000000 -0500
-@@ -116,6 +116,7 @@
- typedef difference_type Vec_difference_type;
- typedef iterator Vec_iterator;
- typedef const_iterator Vec_const_iterator;
-+ typedef value_type Vec_value_type;
-
- class IndexArray {
- public:
diff --git a/math/mtl/files/patch-test__src__algo_test.h b/math/mtl/files/patch-test__src__algo_test.h
deleted file mode 100644
index 69d901ccdb2c..000000000000
--- a/math/mtl/files/patch-test__src__algo_test.h
+++ /dev/null
@@ -1,60 +0,0 @@
---- test/src/algo_test.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ test/src/algo_test.h 2012-01-01 08:04:04.000000000 -0500
-@@ -8,6 +8,28 @@
- using mtl::dense1D;
-
- template <class Matrix>
-+void
-+set_diagonal_test(std::string test_name, Matrix& A, bool& success)
-+{
-+ if (A.is_unit()) {
-+ std::cout << test_name.c_str() << " skipping set_diagonal" << std::endl;
-+ return;
-+ }
-+ typedef typename mtl::matrix_traits<Matrix>::value_type T;
-+ typedef typename mtl::matrix_traits<Matrix>::size_type Int;
-+ // set_diagnal
-+ Int i;
-+ mtl::set_diagonal(A, T(1));
-+
-+ for (i = 0; i < A.nrows() && i < A.ncols(); ++i)
-+ if (A(i,i) != T(1)) {
-+ std::cout << test_name.c_str() << " failed set_diagnal(A,a) *****" << std::endl;
-+ success = false;
-+ break;
-+ }
-+}
-+
-+template <class Matrix>
- bool
- mat_algo_test(Matrix& A, std::string test_name)
- {
-@@ -110,28 +132,6 @@
- return success;
- }
-
--template <class Matrix>
--void
--set_diagonal_test(std::string test_name, Matrix& A, bool& success)
--{
-- if (A.is_unit()) {
-- std::cout << test_name.c_str() << " skipping set_diagonal" << std::endl;
-- return;
-- }
-- typedef typename mtl::matrix_traits<Matrix>::value_type T;
-- typedef typename mtl::matrix_traits<Matrix>::size_type Int;
-- // set_diagnal
-- Int i;
-- mtl::set_diagonal(A, T(1));
--
-- for (i = 0; i < A.nrows() && i < A.ncols(); ++i)
-- if (A(i,i) != T(1)) {
-- std::cout << test_name.c_str() << " failed set_diagnal(A,a) *****" << std::endl;
-- success = false;
-- break;
-- }
--}
--
- template <class Mat>
- inline void
- fill_matrix(Mat& A, int /*sub*/, int /*super*/, mtl::rectangle_tag)
diff --git a/math/mtl/files/patch-test__src__matrix_test.h b/math/mtl/files/patch-test__src__matrix_test.h
deleted file mode 100644
index 11d3d411cdce..000000000000
--- a/math/mtl/files/patch-test__src__matrix_test.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- test/src/matrix_test.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ test/src/matrix_test.h 2012-01-01 07:40:34.000000000 -0500
-@@ -52,6 +52,9 @@
-
- #include "fill_matrix.h"
-
-+template <class Matrix>
-+void
-+do_test(Matrix& A, std::string test_name);
-
- template <class Matrix>
- void
diff --git a/math/mtl/pkg-descr b/math/mtl/pkg-descr
deleted file mode 100644
index 00dfe45af3d9..000000000000
--- a/math/mtl/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-The Matrix Template Library (MTL) is a high-performance generic component
-library that provides comprehensive linear algebra functionality for a wide
-variety of matrix formats.
-
-As with the Standard Template Library (STL), MTL uses a five-fold approach,
-consisting of generic functions, containers, iterators, adaptors, and function
-objects, all developed specifically for high performance numerical linear
-algebra. Within this framework, MTL provides generic algorithms corresponding
-to the mathematical operations that define linear algebra. Similarly, the
-containers, adaptors, and iterators are used to represent and to manipulate
-concrete linear algebra objects such as matrices and vectors.
-
-WWW: http://www.osl.iu.edu/research/mtl/
diff --git a/math/mtl/pkg-plist b/math/mtl/pkg-plist
deleted file mode 100644
index 3fa1ebef2af2..000000000000
--- a/math/mtl/pkg-plist
+++ /dev/null
@@ -1,71 +0,0 @@
-include/mtl/abs.h
-include/mtl/array2D.h
-include/mtl/banded_indexer.h
-include/mtl/bare_bones_array.h
-include/mtl/blais.h
-include/mtl/blas_interface.h
-include/mtl/block1D.h
-include/mtl/block2D.h
-include/mtl/compressed1D.h
-include/mtl/compressed2D.h
-include/mtl/compressed_iter.h
-include/mtl/conj.h
-include/mtl/cplx_dbldbl.h
-include/mtl/dense1D.h
-include/mtl/dense2D.h
-include/mtl/dense_iterator.h
-include/mtl/diagonal_indexer.h
-include/mtl/dim_calc.h
-include/mtl/dimension.h
-include/mtl/dumptofile.h
-include/mtl/elt.h
-include/mtl/entry.h
-include/mtl/envelope2D.h
-include/mtl/external_vector.h
-include/mtl/fast.h
-include/mtl/harwell_boeing_stream.h
-include/mtl/initialize.h
-include/mtl/iohb.h
-include/mtl/iterator_adaptor.h
-include/mtl/lapack_interface.h
-include/mtl/light1D.h
-include/mtl/light_matrix.h
-include/mtl/linalg_vec.h
-include/mtl/lu.h
-include/mtl/matlabio.h
-include/mtl/matrix.h
-include/mtl/matrix_implementation.h
-include/mtl/matrix_market_stream.h
-include/mtl/matrix_stream.h
-include/mtl/matrix_traits.h
-include/mtl/meta_equal.h
-include/mtl/meta_if.h
-include/mtl/mmio.h
-include/mtl/mtl.h
-include/mtl/mtl2lapack.h
-include/mtl/mtl_algo.h
-include/mtl/mtl_complex.h
-include/mtl/mtl_config.h
-include/mtl/mtl_decl.h
-include/mtl/mtl_exception.h
-include/mtl/mtl_iterator.h
-include/mtl/mtl_limits.h
-include/mtl/mtl_set.h
-include/mtl/norm.h
-include/mtl/not_at.h
-include/mtl/oned_part.h
-include/mtl/orien.h
-include/mtl/partition.h
-include/mtl/rect_indexer.h
-include/mtl/refcnt_ptr.h
-include/mtl/reverse_iter.h
-include/mtl/scale_iterator.h
-include/mtl/scaled1D.h
-include/mtl/scaled2D.h
-include/mtl/sparse1D.h
-include/mtl/sparse_iterator.h
-include/mtl/strided1D.h
-include/mtl/strided_iterator.h
-include/mtl/transform_iterator.h
-include/mtl/uplo.h
-include/mtl/utils.h