aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjwb <jwb@FreeBSD.org>2018-02-26 23:48:42 +0800
committerjwb <jwb@FreeBSD.org>2018-02-26 23:48:42 +0800
commitba0cf71ef3db624f438fd8ef1c0af45e8cfa1fd9 (patch)
tree242cff363f5d82e0ba0314f0ddb40be39a19a5b4 /math
parent09f2439aa2b7f33491131e3038954ff78170f6ef (diff)
downloadfreebsd-ports-gnome-ba0cf71ef3db624f438fd8ef1c0af45e8cfa1fd9.tar.gz
freebsd-ports-gnome-ba0cf71ef3db624f438fd8ef1c0af45e8cfa1fd9.tar.zst
freebsd-ports-gnome-ba0cf71ef3db624f438fd8ef1c0af45e8cfa1fd9.zip
Remove math/ufc in preparation for upgrade of all FEniCS components.
UFC has been deprecated by the FEniCS project and rolled into FFC. Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14427
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/ufc/Makefile26
-rw-r--r--math/ufc/distinfo2
-rw-r--r--math/ufc/pkg-descr4
-rw-r--r--math/ufc/pkg-plist17
5 files changed, 0 insertions, 50 deletions
diff --git a/math/Makefile b/math/Makefile
index cff4b41bf5c3..b54961f8e571 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -748,7 +748,6 @@
SUBDIR += trlan
SUBDIR += truthtable
SUBDIR += tvmet
- SUBDIR += ufc
SUBDIR += ump
SUBDIR += units
SUBDIR += unuran
diff --git a/math/ufc/Makefile b/math/ufc/Makefile
deleted file mode 100644
index 00b9a32154ae..000000000000
--- a/math/ufc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ufc
-PORTVERSION= ${MMVERSION}.0
-PORTREVISION= 8
-CATEGORIES= math python
-MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= Unified framework for finite element assembly
-
-BUILD_DEPENDS= swig3.0:devel/swig30
-LIB_DEPENDS= libboost_math_c99.so:devel/boost-libs
-
-# LICENSE= public domain
-
-USES= cmake python:2.7
-
-CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
-
-MMVERSION= 2.2
-
-post-patch:
- ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/src/utils/python/ufc_utils/build.py
-
-.include <bsd.port.mk>
diff --git a/math/ufc/distinfo b/math/ufc/distinfo
deleted file mode 100644
index 3aab57270759..000000000000
--- a/math/ufc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ufc-2.2.0.tar.gz) = e98cd4a748459fc62739534e87cf3d632b188b48381820672213f34ba61170e0
-SIZE (ufc-2.2.0.tar.gz) = 602068
diff --git a/math/ufc/pkg-descr b/math/ufc/pkg-descr
deleted file mode 100644
index bad74bae05b4..000000000000
--- a/math/ufc/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-UFC (Unified Form-assembly Code) is a unified framework for finite element
-assembly.
-
-WWW: https://launchpad.net/ufc
diff --git a/math/ufc/pkg-plist b/math/ufc/pkg-plist
deleted file mode 100644
index 58254a990945..000000000000
--- a/math/ufc/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-include/swig/ufc.i
-include/ufc.h
-include/ufc_geometry.h
-%%PYTHON_SITELIBDIR%%/ufc/__init__.py
-%%PYTHON_SITELIBDIR%%/ufc/_ufc.so
-%%PYTHON_SITELIBDIR%%/ufc/ufc.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/__init__.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/build.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/dofmap.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/finite_element.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/form.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/function.py
-%%PYTHON_SITELIBDIR%%/ufc_utils/integrals.py
-libdata/pkgconfig/ufc-1.pc
-%%DATADIR%%/UFCConfig.cmake
-%%DATADIR%%/UFCConfigVersion.cmake
-%%DATADIR%%/UseUFC.cmake