diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ufc/Makefile | 26 | ||||
-rw-r--r-- | math/ufc/distinfo | 2 | ||||
-rw-r--r-- | math/ufc/pkg-descr | 4 | ||||
-rw-r--r-- | math/ufc/pkg-plist | 17 |
6 files changed, 1 insertions, 50 deletions
@@ -9967,6 +9967,7 @@ net/quagga-esr|net/quagga|2018-02-15|Fixes available, go back to the regular qua sysutils/krename-kde4|sysutils/krename|2018-02-16|Renamed to sysutils/krename net/grive|net/grive2|2018-02-17|Has expired: Unmaintained by upstream, use net/grive2 instead textproc/rubygem-sass-rails5|textproc/rubygem-sass-rails-rails4|2018-02-18|Rename to match our rubygems naming +math/ufc||2018-02-18|Removed: No longer part of FEniCS, rolled into FFC devel/elixir-exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-conform_exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-sorted_set||2018-02-19|Has expired: No longer maintained upstream 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 |